Skip to content

Commit 8a625ae

Browse files
author
Andrei Neagu
committed
fixed tests
1 parent c4219a8 commit 8a625ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ async def test_containers_entrypoint_name_containers_not_started(
653653
if include_exclude_filter_option:
654654
with pytest.raises(
655655
RPCServerError,
656-
match="No container found for network=entrypoint_container_network",
656+
match="No container found for network=entrypoint_container_network and exclude=egress",
657657
):
658658
await containers.get_containers_name(
659659
rpc_client,

0 commit comments

Comments
 (0)