Skip to content
Snippets Groups Projects
Commit 6a0e69a8 authored by lain's avatar lain
Browse files

Fix syntax error.

parent a185ea63
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,7 @@ test "with credentials", %{conn: conn, user: current_user} 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment