Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix up a forced long line
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Aug 10, 2018
1 parent dd16e7d commit 807449d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/crypto/test_keyring.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ def setUp(self):
self.hs = yield utils.setup_test_homeserver(
handlers=None, http_client=self.http_client
)
keys = self.mock_perspective_server.get_verify_keys()
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):
Expand Down

0 comments on commit 807449d

Please sign in to comment.