From 79cb18a823c728faf2b6cde36514ca940f43a1cf Mon Sep 17 00:00:00 2001 From: steveny91 Date: Thu, 14 Dec 2023 14:11:23 -0500 Subject: [PATCH] lint --- envoy/tests/legacy/common.py | 4 +--- envoy/tests/legacy/test_unit.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/envoy/tests/legacy/common.py b/envoy/tests/legacy/common.py index 1e69224610668..ddac5df67f931 100644 --- a/envoy/tests/legacy/common.py +++ b/envoy/tests/legacy/common.py @@ -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", ] - - diff --git a/envoy/tests/legacy/test_unit.py b/envoy/tests/legacy/test_unit.py index ca70b34d51ecf..9ab0fba41a19a 100644 --- a/envoy/tests/legacy/test_unit.py +++ b/envoy/tests/legacy/test_unit.py @@ -18,8 +18,8 @@ HOST, INSTANCES, LOCAL_RATE_LIMIT_METRICS, - STAT_PREFIX_TAG, RBAC_METRICS, + STAT_PREFIX_TAG, ) CHECK_NAME = 'envoy'