diff options
author | mkljczk <git@mkljczk.pl> | 2025-01-09 12:58:51 +0100 |
---|---|---|
committer | mkljczk <git@mkljczk.pl> | 2025-01-09 12:58:51 +0100 |
commit | 855294bb3d802b801e3ec064341e4134253089a6 (patch) | |
tree | 0d10ed7061e21f455462bf03a6b8ae936feb5491 /test | |
parent | 138ead9856512506cc030ed429ffd05d4d03d14d (diff) | |
download | pleroma-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.exs | 6 |
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", |