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 c4219a8 commit 8a625aeCopy full SHA for 8a625ae
services/dynamic-sidecar/tests/unit/api/rpc/test__container_extensions.py
@@ -653,7 +653,7 @@ async def test_containers_entrypoint_name_containers_not_started(
653
if include_exclude_filter_option:
654
with pytest.raises(
655
RPCServerError,
656
- match="No container found for network=entrypoint_container_network",
+ match="No container found for network=entrypoint_container_network and exclude=egress",
657
):
658
await containers.get_containers_name(
659
rpc_client,
0 commit comments