From 4cbd956922a63eb3c5e92ff611b5912018ea2474 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:17:59 +0100 Subject: [PATCH] Formatting --- federationapi/storage/tables/server_key_table_test.go | 1 - 1 file changed, 1 deletion(-) 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",