Skip to content
Snippets Groups Projects
Commit 807449d8 authored by Amber Brown's avatar Amber Brown
Browse files

fix up a forced long line

parent dd16e7df
No related branches found
No related tags found
No related merge requests found
...@@ -60,8 +60,9 @@ class KeyringTestCase(unittest.TestCase): ...@@ -60,8 +60,9 @@ class KeyringTestCase(unittest.TestCase):
self.hs = yield utils.setup_test_homeserver( self.hs = yield utils.setup_test_homeserver(
handlers=None, http_client=self.http_client handlers=None, http_client=self.http_client
) )
keys = self.mock_perspective_server.get_verify_keys()
self.hs.config.perspectives = { self.hs.config.perspectives = {
self.mock_perspective_server.server_name: self.mock_perspective_server.get_verify_keys() self.mock_perspective_server.server_name: keys
} }
def check_context(self, _, expected): def check_context(self, _, expected):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment