diff --git a/acrate_nodeinfo/tests/integration_tests.rs b/acrate_nodeinfo/tests/integration_tests.rs index c170185..4372a95 100644 --- a/acrate_nodeinfo/tests/integration_tests.rs +++ b/acrate_nodeinfo/tests/integration_tests.rs @@ -62,7 +62,7 @@ macro_rules! test_version { test_version!(akkoma, "https://junimo.party", "2.1"); test_version!(mastodon, "https://mastodon.social", "2.0"); test_version!(misskey, "https://misskey.io", "2.1"); -test_version!(iceshrimpnet, "https://meow_company", "2.1"); +test_version!(iceshrimpnet, "https://meow.company", "2.1"); test_version!(gotosocial, "https://alpha.polymaths.social", "2.0"); test_version!(bridgyfed, "https://fed.brid.gy", "2.1"); test_version!(threads, "https://threads.net", "", ignore = "does not support NodeInfo");