return unquoted empty array from /api/qvitter/mutes.json
This commit is contained in:
parent
6316003946
commit
1299bccc7d
3 changed files with 6 additions and 2 deletions
|
|
@ -506,7 +506,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
|
|||
|> get("/api/qvitter/mutes.json")
|
||||
current_user = Repo.get(User, current_user.id)
|
||||
|
||||
assert "[]" = json_response(conn, 200)
|
||||
assert [] = json_response(conn, 200)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue