diff --git a/federationapi/storage/tables/server_key_table_test.go b/federationapi/storage/tables/server_key_table_test.go index d335aa65f..e79a086b8 100644 --- a/federationapi/storage/tables/server_key_table_test.go +++ b/federationapi/storage/tables/server_key_table_test.go @@ -88,7 +88,6 @@ func TestServerKeysTable(t *testing.T) { assert.Equal(t, res, gotKeys[req]) // Upsert a different key to validate querying multiple keys - req2 := gomatrixserverlib.PublicKeyLookupRequest{ ServerName: "notlocalhost", KeyID: "ed25519:test2",