Tests: Replace ice.frieren.quest with meow.company
This commit is contained in:
parent
69f5232ab9
commit
ded9fe564e
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ macro_rules! test {
|
||||||
test!(akkoma, "https://junimo.party", "2.1");
|
test!(akkoma, "https://junimo.party", "2.1");
|
||||||
test!(mastodon, "https://mastodon.social", "2.0");
|
test!(mastodon, "https://mastodon.social", "2.0");
|
||||||
test!(misskey, "https://misskey.io", "2.1");
|
test!(misskey, "https://misskey.io", "2.1");
|
||||||
test!(iceshrimpnet, "https://ice.frieren.quest", "2.1");
|
test!(iceshrimpnet, "https://meow_company", "2.1");
|
||||||
test!(gotosocial, "https://alpha.polymaths.social", "2.0");
|
test!(gotosocial, "https://alpha.polymaths.social", "2.0");
|
||||||
test!(bridgyfed, "https://fed.brid.gy", "2.1");
|
test!(bridgyfed, "https://fed.brid.gy", "2.1");
|
||||||
test!(threads, "https://threads.net", "", ignore = "does not support NodeInfo");
|
test!(threads, "https://threads.net", "", ignore = "does not support NodeInfo");
|
||||||
|
|
|
@ -105,7 +105,7 @@ macro_rules! test_de_ser_xrd {
|
||||||
test_discover_hostmeta!(test_discover_hostmeta_junimo_party, "https://junimo.party");
|
test_discover_hostmeta!(test_discover_hostmeta_junimo_party, "https://junimo.party");
|
||||||
test_discover_hostmeta!(test_discover_hostmeta_mastodon_social, "https://mastodon.social");
|
test_discover_hostmeta!(test_discover_hostmeta_mastodon_social, "https://mastodon.social");
|
||||||
test_discover_hostmeta!(test_discover_hostmeta_misskey_io, "https://misskey.io");
|
test_discover_hostmeta!(test_discover_hostmeta_misskey_io, "https://misskey.io");
|
||||||
test_discover_hostmeta!(test_discover_hostmeta_ice_frieren_quest, "https://ice.frieren.quest");
|
test_discover_hostmeta!(test_discover_hostmeta_meow_company, "https://meow.company");
|
||||||
test_discover_hostmeta!(test_discover_hostmeta_alpha_polymaths_social, "https://alpha.polymaths.social");
|
test_discover_hostmeta!(test_discover_hostmeta_alpha_polymaths_social, "https://alpha.polymaths.social");
|
||||||
test_discover_hostmeta!(test_discover_hostmeta_fed_brid_gy, "https://fed.brid.gy");
|
test_discover_hostmeta!(test_discover_hostmeta_fed_brid_gy, "https://fed.brid.gy");
|
||||||
test_discover_hostmeta!(test_discover_hostmeta_threads_net, "https://threads.net", ignore = "does not support host-meta");
|
test_discover_hostmeta!(test_discover_hostmeta_threads_net, "https://threads.net", ignore = "does not support host-meta");
|
||||||
|
|
Loading…
Reference in a new issue