forked from AkkomaGang/akkoma
Fix syntax error.
This commit is contained in:
parent
a185ea63af
commit
6a0e69a8a3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue