summaryrefslogtreecommitdiff
path: root/tests/test_config/test_routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config/test_routes.py')
-rw-r--r--tests/test_config/test_routes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config/test_routes.py b/tests/test_config/test_routes.py
index bbafa8784..8227784ec 100644
--- a/tests/test_config/test_routes.py
+++ b/tests/test_config/test_routes.py
@@ -332,7 +332,7 @@ class DummyRequest:
self.cookies = {}
-class DummyAccept(object):
+class DummyAccept:
def __init__(self, *matches, **kw):
self.matches = list(matches)
self.contains = kw.pop('contains', False)