summary refs log tree commit diff
path: root/tests/handlers/test_auth.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-08-14 15:28:15 +0100
committerNeil Johnson <neil@matrix.org>2018-08-14 15:28:15 +0100
commit06b331ff4035558500e196a5dce79ffe9d2da807 (patch)
tree0b841fcfdec0f16c8a3b11b1c03d94b8d4cd8f24 /tests/handlers/test_auth.py
parentsupport admin_email config and pass through into blocking errors, return Auth... (diff)
downloadsynapse-06b331ff4035558500e196a5dce79ffe9d2da807.tar.xz
fix off by 1 errors
Diffstat (limited to 'tests/handlers/test_auth.py')
-rw-r--r--tests/handlers/test_auth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/handlers/test_auth.py b/tests/handlers/test_auth.py
index 9ca7b2ee4e..3046bd6093 100644
--- a/tests/handlers/test_auth.py
+++ b/tests/handlers/test_auth.py
@@ -177,7 +177,6 @@ class AuthTestCase(unittest.TestCase):
             self._get_macaroon().serialize()
         )
 
-
     @defer.inlineCallbacks
     def test_mau_limits_not_exceeded(self):
         self.hs.config.limit_usage_by_mau = True