aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_instance_peers.yaml')
-rw-r--r--tests/cassettes/test_instance_peers.yaml75
1 files changed, 53 insertions, 22 deletions
diff --git a/tests/cassettes/test_instance_peers.yaml b/tests/cassettes/test_instance_peers.yaml
index c68abbc..d7b37f5 100644
--- a/tests/cassettes/test_instance_peers.yaml
+++ b/tests/cassettes/test_instance_peers.yaml
@@ -2,30 +2,61 @@ interactions:
2- request: 2- request:
3 body: null 3 body: null
4 headers: 4 headers:
5 Accept: ['*/*'] 5 Accept:
6 Accept-Encoding: ['gzip, deflate'] 6 - '*/*'
7 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] 7 Accept-Encoding:
8 Connection: [keep-alive] 8 - gzip, deflate
9 User-Agent: [python-requests/2.18.4] 9 Authorization:
10 - Bearer __MASTODON_PY_TEST_ACCESS_TOKEN
11 Connection:
12 - keep-alive
13 User-Agent:
14 - tests/v311
10 method: GET 15 method: GET
11 uri: http://localhost:3000/api/v1/instance/peers 16 uri: http://localhost:3000/api/v1/instance/peers
12 response: 17 response:
13 body: {string: '[]'} 18 body:
19 string: '[]'
14 headers: 20 headers:
15 Cache-Control: ['max-age=86400, public'] 21 Cache-Control:
16 Content-Type: [application/json; charset=utf-8] 22 - max-age=86400, public
17 Date: ['Sat, 22 Feb 2020 19:28:40 GMT'] 23 Content-Security-Policy:
18 ETag: [W/"8af8fec96bf10b03e52c25c1ed653bf6"] 24 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
19 Referrer-Policy: [strict-origin-when-cross-origin] 25 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
20 Transfer-Encoding: [chunked] 26 style-src ''self'' http://localhost:3000 ''nonce-EgBcWflCv8JfGLnXiK3MIA=='';
21 Vary: ['Accept-Encoding, Origin'] 27 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
22 X-Content-Type-Options: [nosniff] 28 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
23 X-Download-Options: [noopen] 29 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
24 X-Frame-Options: [SAMEORIGIN] 30 ws://localhost:3035 http://localhost:3035; script-src ''self'' ''unsafe-inline''
25 X-Permitted-Cross-Domain-Policies: [none] 31 ''unsafe-eval'' http://localhost:3000; child-src ''self'' blob: http://localhost:3000;
26 X-Request-Id: [29670fdf-9a51-47e0-831e-6daf157a8b3e] 32 worker-src ''self'' blob: http://localhost:3000'
27 X-Runtime: ['0.048334'] 33 Content-Type:
28 X-XSS-Protection: [1; mode=block] 34 - application/json; charset=utf-8
29 content-length: ['2'] 35 Date:
30 status: {code: 200, message: OK} 36 - Mon, 07 Nov 2022 19:54:43 GMT
37 ETag:
38 - W/"4f53cda18c2baa0c0354bb5f9a3ecbe5"
39 Referrer-Policy:
40 - strict-origin-when-cross-origin
41 Transfer-Encoding:
42 - chunked
43 Vary:
44 - Accept, Origin
45 X-Content-Type-Options:
46 - nosniff
47 X-Download-Options:
48 - noopen
49 X-Frame-Options:
50 - SAMEORIGIN
51 X-Permitted-Cross-Domain-Policies:
52 - none
53 X-Request-Id:
54 - e67a7b7b-f76f-4146-a707-024b1ec3b496
55 X-Runtime:
56 - '0.012702'
57 X-XSS-Protection:
58 - 1; mode=block
59 status:
60 code: 200
61 message: OK
31version: 1 62version: 1
Powered by cgit v1.2.3 (git 2.41.0)