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.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/cassettes/test_home_tl_anonymous_throws.yaml b/tests/cassettes/test_home_tl_anonymous_throws.yaml
index a70f170..ebb02c9 100644
--- a/tests/cassettes/test_home_tl_anonymous_throws.yaml
+++ b/tests/cassettes/test_home_tl_anonymous_throws.yaml
@@ -25,4 +25,30 @@ interactions:
25 X-XSS-Protection: [1; mode=block] 25 X-XSS-Protection: [1; mode=block]
26 content-length: ['39'] 26 content-length: ['39']
27 status: {code: 401, message: Unauthorized} 27 status: {code: 401, message: Unauthorized}
28- request:
29 body: null
30 headers:
31 Accept: ['*/*']
32 Accept-Encoding: ['gzip, deflate']
33 Connection: [keep-alive]
34 User-Agent: [python-requests/2.9.1]
35 method: GET
36 uri: http://localhost:3000/api/v1/timelines/home
37 response:
38 body: {string: '{"error":"The access token is invalid"}'}
39 headers:
40 Cache-Control: [no-store]
41 Content-Type: [application/json; charset=utf-8]
42 Pragma: [no-cache]
43 Transfer-Encoding: [chunked]
44 Vary: ['Accept-Encoding, Origin']
45 WWW-Authenticate: ['Bearer realm="Doorkeeper", error="invalid_token", error_description="The
46 access token is invalid"']
47 X-Content-Type-Options: [nosniff]
48 X-Frame-Options: [SAMEORIGIN]
49 X-Request-Id: [1133e6be-0dfe-4e6b-bae4-5c3a8997c894]
50 X-Runtime: ['0.049213']
51 X-XSS-Protection: [1; mode=block]
52 content-length: ['39']
53 status: {code: 401, message: Unauthorized}
28version: 1 54version: 1
Powered by cgit v1.2.3 (git 2.41.0)