forked from AkkomaGang/akkoma
fix test names because i cannot type
This commit is contained in:
parent
299c0e965b
commit
c400565427
1 changed files with 2 additions and 2 deletions
|
@ -3787,7 +3787,7 @@ test "does not return users who have favorited the status but are blocked", %{
|
|||
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 @@ test "does not return users who have reblogged the status but are blocked", %{
|
|||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue