diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-09 11:14:47 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-12 13:36:23 +0100 |
commit | 2732eeff9e6994582293b5aaa0cb158b7e272e9e (patch) | |
tree | 417d30cf470cd1db84e06c5dbd1b5429d4b99bc1 /server/tests/fixtures | |
parent | c7c5f8d0f17b0ab598fbe237f11639c6de28110c (diff) | |
download | PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.tar.gz PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.tar.zst PeerTube-2732eeff9e6994582293b5aaa0cb158b7e272e9e.zip |
Fix CI using 127.0.0.1 for tests
Diffstat (limited to 'server/tests/fixtures')
-rw-r--r-- | server/tests/fixtures/ap-json/peertube/announce-without-context.json | 12 |
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 | } |