diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-03 11:29:07 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-10-03 11:29:07 +0100 |
commit | ebcb6a30d7b1bdb859a1fd22d567b163a1488763 (patch) | |
tree | 0a77b40b2be7fbcd9b5f572d30d53d32c4984232 /tests | |
parent | Add test case (diff) | |
download | synapse-ebcb6a30d7b1bdb859a1fd22d567b163a1488763.tar.xz |
Lint
Diffstat (limited to 'tests')
-rw-r--r-- | tests/handlers/test_federation.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/handlers/test_federation.py b/tests/handlers/test_federation.py index 20416a0142..a18dfc0e96 100644 --- a/tests/handlers/test_federation.py +++ b/tests/handlers/test_federation.py @@ -69,11 +69,11 @@ class FederationTestCase(unittest.HomeserverTestCase): "magic.forest": { "ed25519:3": "fQpGIW1Snz+pwLZu6sTy2aHy/DYWWTspTJRPyNp0PKkymfIsNffysMl6ObMMFdIJhk6g6pwlIqZ54rxo8SLmAg" } - } - } - } - } - } + }, + }, + }, + }, + }, ) failure = self.get_failure(d, AuthError).value |