summaryrefslogtreecommitdiffhomepage
path: root/test/test_static_share.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_static_share.py')
-rw-r--r--test/test_static_share.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_static_share.py b/test/test_static_share.py
index ac5afb50..fa16d267 100644
--- a/test/test_static_share.py
+++ b/test/test_static_share.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'}}],
"applications": {},
}