summaryrefslogtreecommitdiff
path: root/tests/test_traversal.py
diff options
context:
space:
mode:
authorÉric Araujo <earaujo@caravan.coop>2019-12-14 13:33:46 -0500
committerÉric Araujo <earaujo@caravan.coop>2019-12-14 13:33:46 -0500
commitdb9f893fc6c54164a71c2e96321e60e9b34c6f7a (patch)
treef918ae87025ccaa2da953411c049b70726b792b7 /tests/test_traversal.py
parent0168300b0da3c79e05ec87aa777e04674a86cebb (diff)
parent948b692469cdcaeb38f37982f0810954c545b920 (diff)
downloadpyramid-db9f893fc6c54164a71c2e96321e60e9b34c6f7a.tar.gz
pyramid-db9f893fc6c54164a71c2e96321e60e9b34c6f7a.tar.bz2
pyramid-db9f893fc6c54164a71c2e96321e60e9b34c6f7a.zip
merge upstream
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