Skip to content

Commit

Permalink
Merge pull request #539 from jsmolar/observability
Browse files Browse the repository at this point in the history
Fix for rate limit anonymous test
  • Loading branch information
jsmolar committed Sep 18, 2024
2 parents 3359909 + c169d4a commit 19e6c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/tests/singlecluster/test_rate_limit_anonymous.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def rate_limit(rate_limit):
Pattern(
selector=r"metadata.filter_metadata.envoy\.filters\.http\.ext_authz.identity.anonymous",
operator="eq",
value="true",
value='"true"',
)
],
)
Expand Down

0 comments on commit 19e6c6b

Please sign in to comment.