forked from AkkomaGang/akkoma
Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs
This commit is contained in:
parent
ab2f21e470
commit
58b17196fa
1 changed files with 1 additions and 1 deletions
|
@ -1552,7 +1552,7 @@ test "returns the relationships for the current user", %{conn: conn} 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 =
|
||||
|
|
Loading…
Reference in a new issue