mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
federation: fix server key query test
This commit is contained in:
parent
572a704b04
commit
a214af5bab
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ func TestServerKeyResponse_VerifySelfSignature(t *testing.T) {
|
|||
ctx := context.Background()
|
||||
for _, name := range []string{"matrix.org", "maunium.net", "continuwuity.org"} {
|
||||
t.Run(name, func(t *testing.T) {
|
||||
resp, err := cli.ServerKeys(ctx, "matrix.org")
|
||||
resp, err := cli.ServerKeys(ctx, name)
|
||||
require.NoError(t, err)
|
||||
assert.NoError(t, resp.VerifySelfSignature())
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue