We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a557f24 commit 707b704Copy full SHA for 707b704
services/dynamic-sidecar/tests/unit/api/rpc/test__container_extensions.py
@@ -669,9 +669,6 @@ async def test_containers_entrypoint_name_containers_not_started(
669
assert SUFFIX_EGRESS_PROXY_NAME in found_container
670
671
672
-# FINISH BELOW
673
-
674
675
@pytest.fixture
676
def not_started_containers() -> list[str]:
677
return [f"missing-container-{i}" for i in range(5)]
0 commit comments