Fix syntax error.
This commit is contained in:
parent
a185ea63af
commit
6a0e69a8a3
@ -161,6 +161,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
|
||||
test "returns \"ok\"", %{conn: conn} do
|
||||
conn = get conn, "/api/help/test.json"
|
||||
assert json_response(conn, 200) == "ok"
|
||||
end
|
||||
end
|
||||
|
||||
describe "POST /api/qvitter/update_avatar.json" do
|
||||
|
Loading…
Reference in New Issue
Block a user