fix test names because i cannot type

develop
Sadposter 2019-07-23 15:47:17 +01:00
parent 299c0e965b
commit c400565427
1 changed files with 2 additions and 2 deletions

View File

@ -3787,7 +3787,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
assert Enum.empty?(response)
end
test "does not fail on an unauthententicated request", %{conn: conn, activity: activity} do
test "does not fail on an unauthenticated request", %{conn: conn, activity: activity} do
other_user = insert(:user)
{:ok, _, _} = CommonAPI.favorite(activity.id, other_user)
@ -3858,7 +3858,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
assert Enum.empty?(response)
end
test "does not fail on an unauthententicated request", %{conn: conn, activity: activity} do
test "does not fail on an unauthenticated request", %{conn: conn, activity: activity} do
other_user = insert(:user)
{:ok, _, _} = CommonAPI.repeat(activity.id, other_user)