summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers/suggestion_controller_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-13 12:44:16 +0200
committerlain <lain@soykaf.club>2020-05-13 12:44:16 +0200
commit3cff4e24cd8c56af47b1983ea97ec4643dbc183e (patch)
tree63e27727ca94f1b57832d6e872ad319c97719bbb /test/web/mastodon_api/controllers/suggestion_controller_test.exs
parentc0ea5c60e4e709d3d4415de42a65f878b55dc3bb (diff)
parent6706cdce65f8b2dda55380dbfdad5e41e600af2d (diff)
downloadpleroma-3cff4e24cd8c56af47b1983ea97ec4643dbc183e.tar.gz
pleroma-3cff4e24cd8c56af47b1983ea97ec4643dbc183e.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'test/web/mastodon_api/controllers/suggestion_controller_test.exs')
-rw-r--r--test/web/mastodon_api/controllers/suggestion_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/controllers/suggestion_controller_test.exs b/test/web/mastodon_api/controllers/suggestion_controller_test.exs
index f120bd0cd..7f08e187c 100644
--- a/test/web/mastodon_api/controllers/suggestion_controller_test.exs
+++ b/test/web/mastodon_api/controllers/suggestion_controller_test.exs
@@ -11,7 +11,7 @@ defmodule Pleroma.Web.MastodonAPI.SuggestionControllerTest do
res =
conn
|> get("/api/v1/suggestions")
- |> json_response(200)
+ |> json_response_and_validate_schema(200)
assert res == []
end