diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/web/activity_pub/activity_pub_controller_test.exs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/test/web/activity_pub/activity_pub_controller_test.exs b/test/web/activity_pub/activity_pub_controller_test.exs index 570bee6b3..9f6d87caa 100644 --- a/test/web/activity_pub/activity_pub_controller_test.exs +++ b/test/web/activity_pub/activity_pub_controller_test.exs @@ -397,7 +397,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do          |> json_response(200)        assert result["first"]["orderedItems"] == [] -      assert result["totalItems"] == 1 +      assert result["totalItems"] == 0      end      test "it works for more than 10 users", %{conn: conn} do @@ -452,7 +452,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do          |> json_response(200)        assert result["first"]["orderedItems"] == [] -      assert result["totalItems"] == 1 +      assert result["totalItems"] == 0      end      test "it works for more than 10 users", %{conn: conn} do | 
