Fix syntax error.

This commit is contained in:
Roger Braun 2017-04-17 11:43:44 +02:00
parent a185ea63af
commit 6a0e69a8a3

View file

@ -162,6 +162,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
conn = get conn, "/api/help/test.json"
assert json_response(conn, 200) == "ok"
end
end
describe "POST /api/qvitter/update_avatar.json" do
setup [:valid_user]