forked from AkkomaGang/akkoma
Fix spec.
This commit is contained in:
parent
e4de0ddc77
commit
bb07efdaab
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ test "returns one status", %{conn: conn} 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