diff options
author | Maksim <parallel588@gmail.com> | 2019-09-13 03:58:58 +0000 |
---|---|---|
committer | Maksim <parallel588@gmail.com> | 2019-09-13 03:58:58 +0000 |
commit | 58b17196fa3f2583db5ee0534766350ed25727e0 (patch) | |
tree | 1b3421545382452755373be144d78a5b6ad24ee0 | |
parent | ab2f21e470f349f783f895f26da3041afcc3d73e (diff) | |
download | pleroma-58b17196fa3f2583db5ee0534766350ed25727e0.tar.gz |
Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs
-rw-r--r-- | test/web/mastodon_api/mastodon_api_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/mastodon_api_controller_test.exs b/test/web/mastodon_api/mastodon_api_controller_test.exs index a331d6455..7b337044c 100644 --- a/test/web/mastodon_api/mastodon_api_controller_test.exs +++ b/test/web/mastodon_api/mastodon_api_controller_test.exs @@ -1552,7 +1552,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do assert to_string(other_user.id) == relationship["id"] end - test "returns an empty list when bad request", %{conn: conn} do + test "returns an empty list on a bad request", %{conn: conn} do user = insert(:user) conn = |