diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/pleroma/web/mastodon_api/controllers/status_controller_test.exs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs index 04f1c17db..05c5d9ed5 100644 --- a/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs +++ b/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs @@ -2032,7 +2032,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusControllerTest do        conn = get(conn, "/api/v1/statuses/#{activity.id}/history") -      assert [_, %{"spoiler_text" => "title 2"}, %{"spoiler_text" => "title 1"}] = +      assert [%{"spoiler_text" => "title 1"}, %{"spoiler_text" => "title 2"}, _] =                 json_response_and_validate_schema(conn, 200)      end    end  | 
