We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3609d25 commit 176e358Copy full SHA for 176e358
2 files changed
tests/e2e/proxy/interception_proxy.py
@@ -245,7 +245,7 @@ def reset_counters(self) -> None:
245
self.intercepted_hosts.clear()
246
247
248
-class _InterceptionStatsHandler:
+class _InterceptionStatsHandler: # pylint: disable=too-few-public-methods
249
"""Expose interception proxy counters over HTTP for in-cluster e2e assertions."""
250
251
def __init__(self, proxy: InterceptionProxy) -> None:
tests/e2e/proxy/tunnel_proxy.py
@@ -184,7 +184,7 @@ def reset_counters(self) -> None:
184
self.last_connect_target = None
185
186
187
-class _StatsHandler:
+class _StatsHandler: # pylint: disable=too-few-public-methods
188
"""Expose tunnel proxy counters over HTTP for in-cluster e2e assertions."""
189
190
def __init__(self, proxy: TunnelProxy) -> None:
0 commit comments