summary refs log tree commit diff
path: root/tests/handlers
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2016-09-12 10:46:02 +0100
committerMark Haines <mark.haines@matrix.org>2016-09-12 10:46:02 +0100
commitec609f80949972327274142e4eb5b506f55aba1a (patch)
treec87745ad5255dc595ddc859913b52f13ad57ef06 /tests/handlers
parentMerge branch 'develop' into markjh/bearer_token (diff)
downloadsynapse-ec609f80949972327274142e4eb5b506f55aba1a.tar.xz
Fix unit tests
Diffstat (limited to 'tests/handlers')
-rw-r--r--tests/handlers/test_typing.py3
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([