Fix sporadic test

develop
Maxim Filippov 2019-08-26 17:24:22 +03:00
parent 6dc24422dc
commit c338224c93
1 changed files with 1 additions and 2 deletions

View File

@ -64,8 +64,7 @@ defmodule Pleroma.Web.AdminAPI.AdminAPIControllerTest do
log_entry = Repo.one(ModerationLog)
assert ModerationLog.get_log_entry_message(log_entry) ==
"@#{admin.nickname} created users: @lain2, @lain"
assert ["lain", "lain2"] -- Enum.map(log_entry.data["subjects"], & &1["nickname"]) == []
end
test "Cannot create user with exisiting email" do