diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-03-27 11:39:43 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-03-27 12:01:37 +0000 |
commit | 665630fcaab8f09e83ff77f35d5244a718e20701 (patch) | |
tree | b4dc21813b29f60a98fd202ad941342412f157e2 /tests/unittest.py | |
parent | Remove spurious "name" parameter to `default_config` (diff) | |
download | synapse-665630fcaab8f09e83ff77f35d5244a718e20701.tar.xz |
Add tests for outbound device pokes
Diffstat (limited to 'tests/unittest.py')
-rw-r--r-- | tests/unittest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittest.py b/tests/unittest.py index 23b59bea22..3d57b77a5d 100644 --- a/tests/unittest.py +++ b/tests/unittest.py @@ -490,6 +490,7 @@ class HomeserverTestCase(TestCase): "password": password, "admin": admin, "mac": want_mac, + "inhibit_login": True, } ) request, channel = self.make_request( |