diff options
author | Lain Soykaf <lain@lain.com> | 2025-03-11 17:53:05 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2025-03-11 17:53:05 +0400 |
commit | 2293d0826a9fb28e3e8a3d9bbf5dd60863ec0fd9 (patch) | |
tree | 36520a811a28baea88ce1b5cbf4054b217ca32da /test/fixtures/users_mock/masto_closed_following.json | |
parent | 51c1d6fb2dd91a1a1ac11fed0f0a4211719e30b8 (diff) | |
download | pleroma-2293d0826a9fb28e3e8a3d9bbf5dd60863ec0fd9.tar.gz pleroma-2293d0826a9fb28e3e8a3d9bbf5dd60863ec0fd9.zip |
Tests: Fix tests.
Diffstat (limited to 'test/fixtures/users_mock/masto_closed_following.json')
-rw-r--r-- | test/fixtures/users_mock/masto_closed_following.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/users_mock/masto_closed_following.json b/test/fixtures/users_mock/masto_closed_following.json index 146d49f9c..aa74f8e78 100644 --- a/test/fixtures/users_mock/masto_closed_following.json +++ b/test/fixtures/users_mock/masto_closed_following.json @@ -1,7 +1,7 @@ { "@context": "https://www.w3.org/ns/activitystreams", - "id": "http://localhost:4001/users/masto_closed/following", + "id": "https://remote.org/users/masto_closed/following", "type": "OrderedCollection", "totalItems": 152, - "first": "http://localhost:4001/users/masto_closed/following?page=1" + "first": "https://remote.org/users/masto_closed/following?page=1" } |