Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
steveny91 committed Dec 14, 2023
1 parent c6067ab commit 79cb18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions envoy/tests/legacy/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@

STAT_PREFIX_TAG = ['stat_prefix:http_local_rate_limiter', 'stat_prefix:foo_buz_112']

RBAC_METRICS = [
RBAC_METRICS = [
"envoy.http.rbac.allowed",
"envoy.http.rbac.denied",
"envoy.http.rbac.shadow_allowed",
"envoy.http.rbac.shadow_denied",
]


2 changes: 1 addition & 1 deletion envoy/tests/legacy/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
HOST,
INSTANCES,
LOCAL_RATE_LIMIT_METRICS,
STAT_PREFIX_TAG,
RBAC_METRICS,
STAT_PREFIX_TAG,
)

CHECK_NAME = 'envoy'
Expand Down

0 comments on commit 79cb18a

Please sign in to comment.