diff options
author | Mark Haines <mark.haines@matrix.org> | 2016-09-12 10:46:02 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2016-09-12 10:46:02 +0100 |
commit | ec609f80949972327274142e4eb5b506f55aba1a (patch) | |
tree | c87745ad5255dc595ddc859913b52f13ad57ef06 /tests/handlers | |
parent | Merge branch 'develop' into markjh/bearer_token (diff) | |
download | synapse-ec609f80949972327274142e4eb5b506f55aba1a.tar.xz |
Fix unit tests
Diffstat (limited to 'tests/handlers')
-rw-r--r-- | tests/handlers/test_typing.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py index ea1f0f7c33..d71ac4838e 100644 --- a/tests/handlers/test_typing.py +++ b/tests/handlers/test_typing.py @@ -219,7 +219,8 @@ class TypingNotificationsTestCase(unittest.TestCase): "user_id": self.u_onion.to_string(), "typing": True, } - ) + ), + federation_auth=True, ) self.on_new_event.assert_has_calls([ |