aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_app_verify_credentials.yaml')
-rw-r--r--tests/cassettes/test_app_verify_credentials.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/cassettes/test_app_verify_credentials.yaml b/tests/cassettes/test_app_verify_credentials.yaml
index 565dd6d..bc6c845 100644
--- a/tests/cassettes/test_app_verify_credentials.yaml
+++ b/tests/cassettes/test_app_verify_credentials.yaml
@@ -10,11 +10,10 @@ interactions:
10 method: GET 10 method: GET
11 uri: http://localhost:3000/api/v1/apps/verify_credentials 11 uri: http://localhost:3000/api/v1/apps/verify_credentials
12 response: 12 response:
13 body: {string: '{"name":"Mastodon.py test suite","website":null,"vapid_key":"BCryMB_mKFcSpmXE3kJ1Ri3ZFVdBLjRsX54VYhE21BMyftx8k67qWxFs2OCuQCtj0k1ILESkQhGuOKJcQnodx4g="}'} 13 body: {string: '{"name":"Mastodon.py test suite","website":null,"vapid_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'}
14 headers: 14 headers:
15 Cache-Control: ['max-age=0, private, must-revalidate'] 15 Cache-Control: ['no-cache, no-store']
16 Content-Type: [application/json; charset=utf-8] 16 Content-Type: [application/json; charset=utf-8]
17 ETag: [W/"1c464bcb75ad0be8ac7d4c05137d27ce"]
18 Referrer-Policy: [strict-origin-when-cross-origin] 17 Referrer-Policy: [strict-origin-when-cross-origin]
19 Transfer-Encoding: [chunked] 18 Transfer-Encoding: [chunked]
20 Vary: ['Accept-Encoding, Origin'] 19 Vary: ['Accept-Encoding, Origin']
@@ -22,8 +21,8 @@ interactions:
22 X-Download-Options: [noopen] 21 X-Download-Options: [noopen]
23 X-Frame-Options: [SAMEORIGIN] 22 X-Frame-Options: [SAMEORIGIN]
24 X-Permitted-Cross-Domain-Policies: [none] 23 X-Permitted-Cross-Domain-Policies: [none]
25 X-Request-Id: [0e7d0027-bc3a-4dfa-9c11-0ea7413eee5b] 24 X-Request-Id: [a393fb9b-715d-431d-b89e-ecdb875ac92d]
26 X-Runtime: ['0.017202'] 25 X-Runtime: ['0.058642']
27 X-XSS-Protection: [1; mode=block] 26 X-XSS-Protection: [1; mode=block]
28 content-length: ['151'] 27 content-length: ['151']
29 status: {code: 200, message: OK} 28 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)