summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-03 11:29:07 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-10-03 11:29:07 +0100
commitebcb6a30d7b1bdb859a1fd22d567b163a1488763 (patch)
tree0a77b40b2be7fbcd9b5f572d30d53d32c4984232 /tests
parentAdd test case (diff)
downloadsynapse-ebcb6a30d7b1bdb859a1fd22d567b163a1488763.tar.xz
Lint
Diffstat (limited to 'tests')
-rw-r--r--tests/handlers/test_federation.py10
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