diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-06-29 23:56:19 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-06-29 23:56:19 -0500 |
commit | a7929c4d89a07a7f577e7cde5638bde8b1cb586a (patch) | |
tree | 1a9164afd6e2d1e89b6d9ed60118b567b7457bcb /test | |
parent | 01c2d2a29670d8b3a4acee06c5f91b52e371fd00 (diff) | |
download | pleroma-a7929c4d89a07a7f577e7cde5638bde8b1cb586a.tar.gz |
Deletions: preserve account status fields during purge, fix checks
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/user_test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pleroma/user_test.exs b/test/pleroma/user_test.exs index 529f837e8..60bc58a48 100644 --- a/test/pleroma/user_test.exs +++ b/test/pleroma/user_test.exs @@ -1663,9 +1663,9 @@ defmodule Pleroma.UserTest do follower_count: 0, following_count: 0, is_locked: false, - is_confirmed: true, + is_confirmed: false, password_reset_pending: false, - is_approved: true, + is_approved: false, registration_reason: nil, confirmation_token: nil, domain_blocks: [], |