From cc55e58efbfff838d8e0ee6bafac9fcc958af46d Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Wed, 28 Jan 2026 02:35:25 +0000 Subject: [PATCH] Fix for docker test - exits earlier now. --- test/docker_tests/test_docker_compose_scenarios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/docker_tests/test_docker_compose_scenarios.py b/test/docker_tests/test_docker_compose_scenarios.py index 1b28f9c8..4805d322 100644 --- a/test/docker_tests/test_docker_compose_scenarios.py +++ b/test/docker_tests/test_docker_compose_scenarios.py @@ -749,7 +749,7 @@ def test_custom_port_with_unwritable_nginx_config_compose() -> None: # Container should exit due to inability to write nginx config and custom port. assert result.returncode == 1 assert "unable to write to /tmp/nginx/active-config/netalertx.conf" in lowered_output - assert "mv: can't create '/tmp/nginx/active-config/nginx.conf'" in lowered_output + def test_host_network_compose(tmp_path: pathlib.Path) -> None: