fix nip11 tests again because jellyfish.land is gone.

This commit is contained in:
fiatjaf 2025-02-25 18:23:19 -03:00
parent c82b0831e2
commit 201abf231b

View File

@ -45,9 +45,9 @@ func TestFetch(t *testing.T) {
{"wss://nostr.wine", false, "", "wss://nostr.wine"}, {"wss://nostr.wine", false, "", "wss://nostr.wine"},
{"https://nostr.wine", false, "", "wss://nostr.wine"}, {"https://nostr.wine", false, "", "wss://nostr.wine"},
{"nostr.wine", false, "", "wss://nostr.wine"}, {"nostr.wine", false, "", "wss://nostr.wine"},
{"jellyfish.land", false, "", "wss://jellyfish.land"}, {"no.str.cr", false, "", "wss://no.str.cr"},
{"https://jellyfish.land", false, "", "wss://jellyfish.land"}, {"https://no.str.cr", false, "", "wss://no.str.cr"},
{"wss://jellyfish.land", false, "", "wss://jellyfish.land"}, {"wss://no.str.cr", false, "", "wss://no.str.cr"},
{"wlenwqkeqwe.asjdaskd", true, "", "wss://wlenwqkeqwe.asjdaskd"}, {"wlenwqkeqwe.asjdaskd", true, "", "wss://wlenwqkeqwe.asjdaskd"},
} }