mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
fix formatting
This commit is contained in:
parent
d28d1e2d1b
commit
8c9adcc95d
@ -1 +1 @@
|
|||||||
allow uploading of cross-signing keys
|
Allow uploading of cross-signing keys.
|
@ -176,7 +176,9 @@ class E2eKeysHandlerTestCase(unittest.TestCase):
|
|||||||
}
|
}
|
||||||
yield self.handler.upload_signing_keys_for_user(local_user, keys2)
|
yield self.handler.upload_signing_keys_for_user(local_user, keys2)
|
||||||
|
|
||||||
devices = yield self.handler.query_devices({"device_keys": {local_user: []}}, 0, local_user)
|
devices = yield self.handler.query_devices(
|
||||||
|
{"device_keys": {local_user: []}}, 0, local_user
|
||||||
|
)
|
||||||
self.assertDictEqual(devices["master_keys"], {local_user: keys2["master_key"]})
|
self.assertDictEqual(devices["master_keys"], {local_user: keys2["master_key"]})
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
|
Loading…
Reference in New Issue
Block a user