summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-06-29 23:56:19 -0500
committerAlex Gleason <alex@alexgleason.me>2021-06-29 23:56:19 -0500
commita7929c4d89a07a7f577e7cde5638bde8b1cb586a (patch)
tree1a9164afd6e2d1e89b6d9ed60118b567b7457bcb /test
parent01c2d2a29670d8b3a4acee06c5f91b52e371fd00 (diff)
Deletions: preserve account status fields during purge, fix checks
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/user_test.exs4
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: [],