summaryrefslogtreecommitdiffhomepage
path: root/test/test_static_symlink.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_static_symlink.py')
-rw-r--r--test/test_static_symlink.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_static_symlink.py b/test/test_static_symlink.py
index 1f7d7907..3b04d70c 100644
--- a/test/test_static_symlink.py
+++ b/test/test_static_symlink.py
@@ -17,7 +17,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'}}],
}
)