mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-17 13:22:56 +01:00
fix nip11 tests again because jellyfish.land is gone.
This commit is contained in:
parent
c82b0831e2
commit
201abf231b
@ -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"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user