summaryrefslogtreecommitdiff
path: root/tests/test_traversal.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_traversal.py')
-rw-r--r--tests/test_traversal.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_traversal.py b/tests/test_traversal.py
index 188ee803c..fdb0bcbb7 100644
--- a/tests/test_traversal.py
+++ b/tests/test_traversal.py
@@ -1270,8 +1270,8 @@ class DummyContext(object):
class DummyRequest:
application_url = (
- 'http://example.com:5432'
- ) # app_url never ends with slash
+ 'http://example.com:5432' # app_url never ends with slash
+ )
matchdict = None
matched_route = None