Fix spec.
This commit is contained in:
parent
e4de0ddc77
commit
bb07efdaab
|
@ -63,7 +63,7 @@ test "returns one status", %{conn: conn} do
|
||||||
|
|
||||||
response = json_response(conn, 200)
|
response = json_response(conn, 200)
|
||||||
|
|
||||||
assert reponse = ActivityRepresenter.to_map(activity, %{user: actor})
|
assert response == ActivityRepresenter.to_map(activity, %{user: actor})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue