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.yaml30
1 files changed, 2 insertions, 28 deletions
diff --git a/tests/cassettes/test_home_tl_anonymous_throws.yaml b/tests/cassettes/test_home_tl_anonymous_throws.yaml
index ebb02c9..e73b3ce 100644
--- a/tests/cassettes/test_home_tl_anonymous_throws.yaml
+++ b/tests/cassettes/test_home_tl_anonymous_throws.yaml
@@ -20,34 +20,8 @@ interactions:
20 access token is invalid"'] 20 access token is invalid"']
21 X-Content-Type-Options: [nosniff] 21 X-Content-Type-Options: [nosniff]
22 X-Frame-Options: [SAMEORIGIN] 22 X-Frame-Options: [SAMEORIGIN]
23 X-Request-Id: [733bbb43-2d1f-4c73-95d6-37d3bb846a91] 23 X-Request-Id: [96bb5eaf-54f8-4549-a2a6-6616767529a9]
24 X-Runtime: ['0.078774'] 24 X-Runtime: ['0.086719']
25 X-XSS-Protection: [1; mode=block]
26 content-length: ['39']
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] 25 X-XSS-Protection: [1; mode=block]
52 content-length: ['39'] 26 content-length: ['39']
53 status: {code: 401, message: Unauthorized} 27 status: {code: 401, message: Unauthorized}
Powered by cgit v1.2.3 (git 2.41.0)