aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/fixtures/ap-json/peertube/announce-without-context.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/fixtures/ap-json/peertube/announce-without-context.json')
-rw-r--r--server/tests/fixtures/ap-json/peertube/announce-without-context.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/server/tests/fixtures/ap-json/peertube/announce-without-context.json b/server/tests/fixtures/ap-json/peertube/announce-without-context.json
index 5f2af0cde..cda1c514c 100644
--- a/server/tests/fixtures/ap-json/peertube/announce-without-context.json
+++ b/server/tests/fixtures/ap-json/peertube/announce-without-context.json
@@ -1,13 +1,13 @@
1{ 1{
2 "type": "Announce", 2 "type": "Announce",
3 "id": "http://localhost:9002/videos/watch/997111d4-e8d8-4f45-99d3-857905785d05/announces/1", 3 "id": "http://127.0.0.1:9002/videos/watch/997111d4-e8d8-4f45-99d3-857905785d05/announces/1",
4 "actor": "http://localhost:9002/accounts/peertube", 4 "actor": "http://127.0.0.1:9002/accounts/peertube",
5 "object": "http://localhost:9002/videos/watch/997111d4-e8d8-4f45-99d3-857905785d05", 5 "object": "http://127.0.0.1:9002/videos/watch/997111d4-e8d8-4f45-99d3-857905785d05",
6 "to": [ 6 "to": [
7 "https://www.w3.org/ns/activitystreams#Public", 7 "https://www.w3.org/ns/activitystreams#Public",
8 "http://localhost:9002/accounts/peertube/followers", 8 "http://127.0.0.1:9002/accounts/peertube/followers",
9 "http://localhost:9002/video-channels/root_channel/followers", 9 "http://127.0.0.1:9002/video-channels/root_channel/followers",
10 "http://localhost:9002/accounts/root/followers" 10 "http://127.0.0.1:9002/accounts/root/followers"
11 ], 11 ],
12 "cc": [] 12 "cc": []
13} 13}