aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_instance_peers.yaml')
-rw-r--r--tests/cassettes/test_instance_peers.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/cassettes/test_instance_peers.yaml b/tests/cassettes/test_instance_peers.yaml
index 2a98070..77246fa 100644
--- a/tests/cassettes/test_instance_peers.yaml
+++ b/tests/cassettes/test_instance_peers.yaml
@@ -6,7 +6,7 @@ interactions:
6 Accept-Encoding: ['gzip, deflate'] 6 Accept-Encoding: ['gzip, deflate']
7 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] 7 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
8 Connection: [keep-alive] 8 Connection: [keep-alive]
9 User-Agent: [python-requests/2.9.1] 9 User-Agent: [python-requests/2.18.4]
10 method: GET 10 method: GET
11 uri: http://localhost:3000/api/v1/instance/peers 11 uri: http://localhost:3000/api/v1/instance/peers
12 response: 12 response:
@@ -14,8 +14,8 @@ interactions:
14 headers: 14 headers:
15 Cache-Control: ['max-age=86400, public'] 15 Cache-Control: ['max-age=86400, public']
16 Content-Type: [application/json; charset=utf-8] 16 Content-Type: [application/json; charset=utf-8]
17 Date: ['Tue, 05 Jun 2018 20:00:45 GMT'] 17 Date: ['Fri, 13 Jul 2018 21:25:37 GMT']
18 ETag: [W/"be0bc926c1d17d59236e56c2b37fb243"] 18 ETag: [W/"d77e610161dd1bed88178cffc05bb02a"]
19 Referrer-Policy: [strict-origin-when-cross-origin] 19 Referrer-Policy: [strict-origin-when-cross-origin]
20 Transfer-Encoding: [chunked] 20 Transfer-Encoding: [chunked]
21 Vary: ['Accept-Encoding, Origin'] 21 Vary: ['Accept-Encoding, Origin']
@@ -23,8 +23,8 @@ interactions:
23 X-Download-Options: [noopen] 23 X-Download-Options: [noopen]
24 X-Frame-Options: [SAMEORIGIN] 24 X-Frame-Options: [SAMEORIGIN]
25 X-Permitted-Cross-Domain-Policies: [none] 25 X-Permitted-Cross-Domain-Policies: [none]
26 X-Request-Id: [a77acc1c-9bf8-4363-b861-616a102ffa35] 26 X-Request-Id: [ad79cf0b-bbf4-4378-a7c1-ebaeac7836bd]
27 X-Runtime: ['0.070578'] 27 X-Runtime: ['0.017981']
28 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
29 content-length: ['2'] 29 content-length: ['2']
30 status: {code: 200, message: OK} 30 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)