Fix syntax error.

This commit is contained in:
Roger Braun 2017-04-17 11:43:44 +02:00
parent a185ea63af
commit 6a0e69a8a3
1 changed files with 1 additions and 0 deletions

View File

@ -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