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