summary refs log tree commit diff
path: root/tests/test_mau.py
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-08-18 09:27:39 +0100
committerGitHub <noreply@github.com>2020-08-18 09:27:39 +0100
commitb90ecbe9e51211fb9cca46cf6e6898974d8d8686 (patch)
treee62aa554369f36251fbcb72e3093e7fb2d28b9c9 /tests/test_mau.py
parentAdd option to autobind user's email on registration (#51) (diff)
parentChangelog (diff)
downloadsynapse-b90ecbe9e51211fb9cca46cf6e6898974d8d8686.tar.xz
Merge pull request #53 from matrix-org/anoa/dinsic_release_1_18_x
Merge Synapse release v1.18.0 into 'dinsic'
Diffstat (limited to 'tests/test_mau.py')
-rw-r--r--tests/test_mau.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_mau.py b/tests/test_mau.py

index 49667ed7f4..654a6fa42d 100644 --- a/tests/test_mau.py +++ b/tests/test_mau.py
@@ -166,7 +166,7 @@ class TestMauLimit(unittest.HomeserverTestCase): self.do_sync_for_user(token5) self.do_sync_for_user(token6) - # But old user cant + # But old user can't with self.assertRaises(SynapseError) as cm: self.do_sync_for_user(token1)