Quellcode durchsuchen

[#530] Fixed test.

tags/v0.9.9
Ivan Tashkinov vor 5 Jahren
Ursprung
Commit
789a9843da
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. +0
    -3
      test/integration/mastodon_websocket_test.exs

+ 0
- 3
test/integration/mastodon_websocket_test.exs Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern