mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
Formatting
This commit is contained in:
parent
723b24cfc3
commit
4cbd956922
|
|
@ -88,7 +88,6 @@ func TestServerKeysTable(t *testing.T) {
|
||||||
assert.Equal(t, res, gotKeys[req])
|
assert.Equal(t, res, gotKeys[req])
|
||||||
|
|
||||||
// Upsert a different key to validate querying multiple keys
|
// Upsert a different key to validate querying multiple keys
|
||||||
|
|
||||||
req2 := gomatrixserverlib.PublicKeyLookupRequest{
|
req2 := gomatrixserverlib.PublicKeyLookupRequest{
|
||||||
ServerName: "notlocalhost",
|
ServerName: "notlocalhost",
|
||||||
KeyID: "ed25519:test2",
|
KeyID: "ed25519:test2",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue