summaryrefslogtreecommitdiff
path: root/tests/test_router.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_router.py')
-rw-r--r--tests/test_router.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_router.py b/tests/test_router.py
index 857e8aea5..f136e5ab3 100644
--- a/tests/test_router.py
+++ b/tests/test_router.py
@@ -56,7 +56,7 @@ class TestRouter(unittest.TestCase):
virtual_root=None,
virtual_root_path=None,
raise_error=None,
- **kw
+ **kw,
):
from pyramid.interfaces import ITraverser