aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-05-06 15:55:32 +0200
committerGitHub <[email protected]>2018-05-06 15:55:32 +0200
commitca0ea36c6edd58dc15e5fd7f31f24ba5097d6e8d (patch)
tree98328e8776447334b19592992016d9b7f16ae98b /tests/cassettes/test_home_tl_anonymous_throws.yaml
parent06e32c14bcb5a1ef1a5e618a1b413ea011416c9d (diff)
parentfbd4122fec092bff6b1cc9f44dfeda6ee693c41b (diff)
downloadmastodon.py-ca0ea36c6edd58dc15e5fd7f31f24ba5097d6e8d.tar.gz
Merge branch 'master' into stream-timeout
Diffstat (limited to 'tests/cassettes/test_home_tl_anonymous_throws.yaml')
-rw-r--r--tests/cassettes/test_home_tl_anonymous_throws.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cassettes/test_home_tl_anonymous_throws.yaml b/tests/cassettes/test_home_tl_anonymous_throws.yaml
index ebf87e3..695a01b 100644
--- a/tests/cassettes/test_home_tl_anonymous_throws.yaml
+++ b/tests/cassettes/test_home_tl_anonymous_throws.yaml
@@ -5,7 +5,7 @@ interactions:
5 Accept: ['*/*'] 5 Accept: ['*/*']
6 Accept-Encoding: ['gzip, deflate'] 6 Accept-Encoding: ['gzip, deflate']
7 Connection: [keep-alive] 7 Connection: [keep-alive]
8 User-Agent: [python-requests/2.18.4] 8 User-Agent: [python-requests/2.9.1]
9 method: GET 9 method: GET
10 uri: http://localhost:3000/api/v1/timelines/home 10 uri: http://localhost:3000/api/v1/timelines/home
11 response: 11 response:
@@ -20,8 +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: [aa44c94d-0659-45a2-986d-a3c268195dfb] 23 X-Request-Id: [4b8e45c2-1064-4e9c-ac4d-0dcc2ce2d0b8]
24 X-Runtime: ['0.037813'] 24 X-Runtime: ['0.043879']
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}
Powered by cgit v1.2.3 (git 2.41.0)