Browse Source

[#530] Fixed test.

tags/v0.9.9
Ivan Tashkinov 5 years ago
parent
commit
789a9843da
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      test/integration/mastodon_websocket_test.exs

+ 0
- 3
test/integration/mastodon_websocket_test.exs View File

@@ -66,13 +66,10 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
assert json["payload"]
assert {:ok, json} = Jason.decode(json["payload"])

# Note: we remove the "statuses_count" from this result as it changes in the meantime

view_json =
Pleroma.Web.MastodonAPI.StatusView.render("status.json", activity: activity, for: nil)
|> Jason.encode!()
|> Jason.decode!()
|> put_in(["account", "statuses_count"], 0)

assert json == view_json
end


Loading…
Cancel
Save