From: Maksim Date: Fri, 13 Sep 2019 03:58:58 +0000 (+0000) Subject: Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=58b17196fa3f2583db5ee0534766350ed25727e0;p=akkoma Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs --- 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 =