Преглед на файлове

[#530] Fixed test.

tags/v0.9.9
Ivan Tashkinov преди 5 години
родител
ревизия
789a9843da
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. +0
    -3
      test/integration/mastodon_websocket_test.exs

+ 0
- 3
test/integration/mastodon_websocket_test.exs Целия файл

@@ -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…
Отказ
Запис