Skip to content

Commit 707b704

Browse files
author
Andrei Neagu
committed
removed unused
1 parent a557f24 commit 707b704

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

services/dynamic-sidecar/tests/unit/api/rpc/test__container_extensions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,6 @@ async def test_containers_entrypoint_name_containers_not_started(
669669
assert SUFFIX_EGRESS_PROXY_NAME in found_container
670670

671671

672-
# FINISH BELOW
673-
674-
675672
@pytest.fixture
676673
def not_started_containers() -> list[str]:
677674
return [f"missing-container-{i}" for i in range(5)]

0 commit comments

Comments
 (0)