Add support for cancellation of a follow request
[akkoma] / test / web / mastodon_api / controllers / instance_controller_test.exs
index 7aa7c8648a2f1ef5684b83abe5e63c21c9e61a48..e00de6b18871e8e8eb075243360984fbd27c525f 100644 (file)
@@ -58,15 +58,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceControllerTest do
 
     assert stats
     assert stats["user_count"] == 1
-
-    assert stats["status_count"] == %{
-             "all" => 1,
-             "direct" => 0,
-             "private" => 0,
-             "public" => 1,
-             "unlisted" => 0
-           }
-
+    assert stats["status_count"] == 1
     assert stats["domain_count"] == 2
   end