From: Alexander Strizhakov Date: Mon, 18 May 2020 07:34:34 +0000 (+0300) Subject: test naming fix X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=0321a3e07814c3f225f19e0372b69a7813cef15e;p=akkoma test naming fix --- diff --git a/test/web/mastodon_api/controllers/account_controller_test.exs b/test/web/mastodon_api/controllers/account_controller_test.exs index 8700ab2f5..3008970af 100644 --- a/test/web/mastodon_api/controllers/account_controller_test.exs +++ b/test/web/mastodon_api/controllers/account_controller_test.exs @@ -128,7 +128,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountControllerTest do |> json_response_and_validate_schema(404) end - test "returns 401 for deactivated user", %{conn: conn} do + test "returns 404 for deactivated user", %{conn: conn} do user = insert(:user, deactivated: true) assert %{"error" => "Can't find user"} =