mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-17 04:30:16 +00:00
Fix spec.
This commit is contained in:
parent
e4de0ddc77
commit
bb07efdaab
|
@ -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…
Reference in a new issue