summaryrefslogtreecommitdiff
path: root/test/fixtures/users_mock/masto_closed_followers.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/users_mock/masto_closed_followers.json')
-rw-r--r--test/fixtures/users_mock/masto_closed_followers.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/users_mock/masto_closed_followers.json b/test/fixtures/users_mock/masto_closed_followers.json
index da296892d..89bb9cba9 100644
--- a/test/fixtures/users_mock/masto_closed_followers.json
+++ b/test/fixtures/users_mock/masto_closed_followers.json
@@ -1,7 +1,7 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
- "id": "http://localhost:4001/users/masto_closed/followers",
+ "id": "https://remote.org/users/masto_closed/followers",
"type": "OrderedCollection",
"totalItems": 437,
- "first": "http://localhost:4001/users/masto_closed/followers?page=1"
+ "first": "https://remote.org/users/masto_closed/followers?page=1"
}