summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormkljczk <git@mkljczk.pl>2025-01-09 12:58:51 +0100
committermkljczk <git@mkljczk.pl>2025-01-09 12:58:51 +0100
commit855294bb3d802b801e3ec064341e4134253089a6 (patch)
tree0d10ed7061e21f455462bf03a6b8ae936feb5491 /test
parent138ead9856512506cc030ed429ffd05d4d03d14d (diff)
downloadpleroma-855294bb3d802b801e3ec064341e4134253089a6.tar.gz
pleroma-855294bb3d802b801e3ec064341e4134253089a6.zip
Link to exported outbox/followers/following collections in backup actor.json
Signed-off-by: mkljczk <git@mkljczk.pl>
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/user/backup_test.exs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/pleroma/user/backup_test.exs b/test/pleroma/user/backup_test.exs
index 24fe09f7e..f4b92adf8 100644
--- a/test/pleroma/user/backup_test.exs
+++ b/test/pleroma/user/backup_test.exs
@@ -185,13 +185,13 @@ defmodule Pleroma.User.BackupTest do
%{"@language" => "und"}
],
"bookmarks" => "bookmarks.json",
- "followers" => "http://cofe.io/users/cofe/followers",
- "following" => "http://cofe.io/users/cofe/following",
+ "followers" => "followers.json",
+ "following" => "following.json",
"id" => "http://cofe.io/users/cofe",
"inbox" => "http://cofe.io/users/cofe/inbox",
"likes" => "likes.json",
"name" => "Cofe",
- "outbox" => "http://cofe.io/users/cofe/outbox",
+ "outbox" => "outbox.json",
"preferredUsername" => "cofe",
"publicKey" => %{
"id" => "http://cofe.io/users/cofe#main-key",