aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_home_tl_anonymous_throws.yaml')
-rw-r--r--tests/cassettes/test_home_tl_anonymous_throws.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/cassettes/test_home_tl_anonymous_throws.yaml b/tests/cassettes/test_home_tl_anonymous_throws.yaml
index 01f828a..540f1df 100644
--- a/tests/cassettes/test_home_tl_anonymous_throws.yaml
+++ b/tests/cassettes/test_home_tl_anonymous_throws.yaml
@@ -11,17 +11,20 @@ interactions:
11 response: 11 response:
12 body: {string: '{"error":"The access token is invalid"}'} 12 body: {string: '{"error":"The access token is invalid"}'}
13 headers: 13 headers:
14 Cache-Control: [no-store] 14 Cache-Control: ['private, no-store']
15 Content-Type: [application/json; charset=utf-8] 15 Content-Type: [application/json; charset=utf-8]
16 Pragma: [no-cache] 16 Pragma: [no-cache]
17 Referrer-Policy: [strict-origin-when-cross-origin]
17 Transfer-Encoding: [chunked] 18 Transfer-Encoding: [chunked]
18 Vary: ['Accept-Encoding, Origin'] 19 Vary: ['Accept-Encoding, Origin']
19 WWW-Authenticate: ['Bearer realm="Doorkeeper", error="invalid_token", error_description="The 20 WWW-Authenticate: ['Bearer realm="Doorkeeper", error="invalid_token", error_description="The
20 access token is invalid"'] 21 access token is invalid"']
21 X-Content-Type-Options: [nosniff] 22 X-Content-Type-Options: [nosniff]
23 X-Download-Options: [noopen]
22 X-Frame-Options: [SAMEORIGIN] 24 X-Frame-Options: [SAMEORIGIN]
23 X-Request-Id: [ac5a9247-938f-425b-bbe6-e01de6b2a4ea] 25 X-Permitted-Cross-Domain-Policies: [none]
24 X-Runtime: ['0.066247'] 26 X-Request-Id: [1550ae6f-bd19-472a-93ce-a625c388adeb]
27 X-Runtime: ['0.098159']
25 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
26 content-length: ['39'] 29 content-length: ['39']
27 status: {code: 401, message: Unauthorized} 30 status: {code: 401, message: Unauthorized}
Powered by cgit v1.2.3 (git 2.41.0)