mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
fix typo in comment
This commit is contained in:
parent
6de659b344
commit
f695a79ea0
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ func TestPolicyEvaluatorReuse(t *testing.T) {
|
||||||
assertPolicyEvaluatorUpdated(t, e, &newPolicies[1])
|
assertPolicyEvaluatorUpdated(t, e, &newPolicies[1])
|
||||||
assertPolicyEvaluatorReused(t, e, &newPolicies[2])
|
assertPolicyEvaluatorReused(t, e, &newPolicies[2])
|
||||||
|
|
||||||
// The last policy shouldn't correspond with any of the inital policy
|
// The last policy shouldn't correspond with any of the initial policy
|
||||||
// evaluators.
|
// evaluators.
|
||||||
rid, err := newPolicies[3].RouteID()
|
rid, err := newPolicies[3].RouteID()
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue