summaryrefslogtreecommitdiffhomepage
path: root/test/test_static_mount.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_static_mount.py')
-rw-r--r--test/test_static_mount.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_static_mount.py b/test/test_static_mount.py
index 82eda956..91cf836c 100644
--- a/test/test_static_mount.py
+++ b/test/test_static_mount.py
@@ -41,9 +41,7 @@ class TestStaticMount(TestApplicationProto):
self._load_conf(
{
"listeners": {"*:7080": {"pass": "routes"}},
- "routes": [
- {"action": {"share": temp_dir + "/assets/dir$uri"}}
- ],
+ "routes": [{"action": {"share": temp_dir + "/assets/dir$uri"}}],
}
)