summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-06-30 01:48:17 -0500
committerAlex Gleason <alex@alexgleason.me>2021-06-30 02:02:24 -0500
commitbeb1c98ab5e0848127a4490180364552f6fcdbf5 (patch)
tree97cad90b4d225327111fbde07cbaf5c6de343e74 /test
parent43800d83f4fc3b251cdd93c28dab2df7297021b3 (diff)
Deletions: don't purge keys so Delete/Undo activities can be signed
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 181990e4b..ec0aaa9eb 100644
--- a/test/pleroma/user_test.exs
+++ b/test/pleroma/user_test.exs
@@ -1651,8 +1651,8 @@ defmodule Pleroma.UserTest do
email: nil,
name: nil,
password_hash: nil,
- keys: nil,
- public_key: nil,
+ keys: "RSA begin buplic key",
+ public_key: "--PRIVATE KEYE--",
avatar: %{},
tags: [],
last_refreshed_at: nil,