summaryrefslogtreecommitdiffhomepage
path: root/test/test_static_chroot.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_static_chroot.py')
-rw-r--r--test/test_static_chroot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_static_chroot.py b/test/test_static_chroot.py
index 6b4dd89a..fb14d7ab 100644
--- a/test/test_static_chroot.py
+++ b/test/test_static_chroot.py
@@ -20,7 +20,7 @@ def setup_method_fixture(temp_dir):
assert 'success' in client.conf(
{
- "listeners": {"*:7080": {"pass": "routes"}},
+ "listeners": {"*:8080": {"pass": "routes"}},
"routes": [{"action": {"share": f'{temp_dir}/assets$uri'}}],
}
)