Tests: Fix tests.

This commit is contained in:
Lain Soykaf 2025-03-11 17:53:05 +04:00
commit 2293d0826a
11 changed files with 50 additions and 50 deletions

View file

@ -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"
}