Browse Source

ConversationControllerTest: fix test

2298-weird-follow-issue
Alibek Omarov Gitea 3 years ago
parent
commit
390a12d4c8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      test/pleroma/web/mastodon_api/controllers/conversation_controller_test.exs

+ 2
- 1
test/pleroma/web/mastodon_api/controllers/conversation_controller_test.exs View File

@@ -54,7 +54,8 @@ defmodule Pleroma.Web.MastodonAPI.ConversationControllerTest do
] = response

account_ids = Enum.map(res_accounts, & &1["id"])
assert length(res_accounts) == 2
assert length(res_accounts) == 3
assert user_one.id in account_ids
assert user_two.id in account_ids
assert user_three.id in account_ids
assert is_binary(res_id)


Loading…
Cancel
Save