diff --git a/acrate_nodeinfo/tests/integration_tests.rs b/acrate_nodeinfo/tests/integration_tests.rs index e9e2fba..4ef8db6 100644 --- a/acrate_nodeinfo/tests/integration_tests.rs +++ b/acrate_nodeinfo/tests/integration_tests.rs @@ -62,7 +62,7 @@ macro_rules! test { test!(akkoma, "https://junimo.party", "2.1"); test!(mastodon, "https://mastodon.social", "2.0"); 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!(bridgyfed, "https://fed.brid.gy", "2.1"); test!(threads, "https://threads.net", "", ignore = "does not support NodeInfo"); diff --git a/acrate_rd/tests/integration_tests.rs b/acrate_rd/tests/integration_tests.rs index e2b051e..45996f6 100644 --- a/acrate_rd/tests/integration_tests.rs +++ b/acrate_rd/tests/integration_tests.rs @@ -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_mastodon_social, "https://mastodon.social"); 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_fed_brid_gy, "https://fed.brid.gy"); test_discover_hostmeta!(test_discover_hostmeta_threads_net, "https://threads.net", ignore = "does not support host-meta");