nodeinfo
: Fix typo in test
This commit is contained in:
parent
4bc776c3fd
commit
48c3b9911b
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue