Browse Source

Fix syntax error.

tags/v0.9.9
Roger Braun 7 years ago
parent
commit
6a0e69a8a3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/web/twitter_api/twitter_api_controller_test.exs

+ 1
- 0
test/web/twitter_api/twitter_api_controller_test.exs 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


Loading…
Cancel
Save