aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-07-14 01:07:26 +0200
committerLorenz Diener <[email protected]>2018-07-14 01:07:26 +0200
commit65b1f41e65d5f20136de0bd01f154ecf4134eaf8 (patch)
tree6cb000bf369c5eda54f3ce4dcc5636437a20e9e0 /tests/cassettes/test_home_tl_anonymous_throws.yaml
parent91de8ca061524712cae1d1b327cc2b2881c37548 (diff)
downloadmastodon.py-65b1f41e65d5f20136de0bd01f154ecf4134eaf8.tar.gz
Rerun all tests
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 540f1df..fea4dab 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.9.1] 8 User-Agent: [python-requests/2.18.4]
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:
@@ -23,8 +23,8 @@ interactions:
23 X-Download-Options: [noopen] 23 X-Download-Options: [noopen]
24 X-Frame-Options: [SAMEORIGIN] 24 X-Frame-Options: [SAMEORIGIN]
25 X-Permitted-Cross-Domain-Policies: [none] 25 X-Permitted-Cross-Domain-Policies: [none]
26 X-Request-Id: [1550ae6f-bd19-472a-93ce-a625c388adeb] 26 X-Request-Id: [e8e38d88-30dd-4478-9060-5a21ffc52bf2]
27 X-Runtime: ['0.098159'] 27 X-Runtime: ['0.050041']
28 X-XSS-Protection: [1; mode=block] 28 X-XSS-Protection: [1; mode=block]
29 content-length: ['39'] 29 content-length: ['39']
30 status: {code: 401, message: Unauthorized} 30 status: {code: 401, message: Unauthorized}
Powered by cgit v1.2.3 (git 2.41.0)