purge chat and shout endpoints
[akkoma] / test / pleroma / web / mastodon_api / controllers / account_controller_test.exs
index de38a9798d18d47c8360f3407576cdb8d9857ca6..402c71e7786dc25fcbd3eb3c3156b09ebaad3684 100644 (file)
@@ -1683,7 +1683,6 @@ defmodule Pleroma.Web.MastodonAPI.AccountControllerTest do
       response = json_response_and_validate_schema(conn, 200)
 
       assert %{"id" => id, "source" => %{"privacy" => "public"}} = response
-      assert response["pleroma"]["chat_token"]
       assert response["pleroma"]["unread_notifications_count"] == 6
       assert id == to_string(user.id)
     end