Browse Source

Fix spec.

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

+ 1
- 1
test/web/twitter_api/twitter_api_controller_test.exs View File

@@ -63,7 +63,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do

response = json_response(conn, 200)

assert reponse = ActivityRepresenter.to_map(activity, %{user: actor})
assert response == ActivityRepresenter.to_map(activity, %{user: actor})
end
end



Loading…
Cancel
Save