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.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_router.py b/tests/test_router.py
index f6b7f64d3..6fa9f9a5b 100644
--- a/tests/test_router.py
+++ b/tests/test_router.py
@@ -1699,10 +1699,6 @@ class DummyResponse(object):
return self.app_iter
-class DummyAuthenticationPolicy:
- pass
-
-
class DummyLogger:
def __init__(self):
self.messages = []