From: Ivan Tashkinov Date: Mon, 21 Jan 2019 11:30:01 +0000 (+0300) Subject: [#530] Fixed test. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=789a9843da0eef1e5426ab6558f1adf24231ce02;p=akkoma [#530] Fixed test. --- diff --git a/test/integration/mastodon_websocket_test.exs b/test/integration/mastodon_websocket_test.exs index 03aabf12c..2e385f5ad 100644 --- a/test/integration/mastodon_websocket_test.exs +++ b/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