diff options
author | rinpatch <rinpatch@sdf.org> | 2019-12-21 11:49:35 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-12-21 11:49:35 +0000 |
commit | 7447c80e33a7d54c3d9f03f5c0be3fb738f1318b (patch) | |
tree | c1ad7b149725b6df8ec5f4de7d25ab1e50d35020 /test/web/mastodon_api/controllers/instance_controller_test.exs | |
parent | 0193b0862fd8a7bdaef7fe6ebb9f499a086ca761 (diff) | |
parent | e71a13ad57d2604b45c0beb278f47d25c284783a (diff) | |
download | pleroma-7447c80e33a7d54c3d9f03f5c0be3fb738f1318b.tar.gz pleroma-7447c80e33a7d54c3d9f03f5c0be3fb738f1318b.zip |
Merge branch 'revert-a54aa5af' into 'develop'
Revert "Merge branch 'feature/status-counts-by-scope' into 'develop'"
Closes #1488
See merge request pleroma/pleroma!2083
Diffstat (limited to 'test/web/mastodon_api/controllers/instance_controller_test.exs')
-rw-r--r-- | test/web/mastodon_api/controllers/instance_controller_test.exs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/test/web/mastodon_api/controllers/instance_controller_test.exs b/test/web/mastodon_api/controllers/instance_controller_test.exs index 7aa7c8648..e00de6b18 100644 --- a/test/web/mastodon_api/controllers/instance_controller_test.exs +++ b/test/web/mastodon_api/controllers/instance_controller_test.exs @@ -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 |