aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-04-18 22:00:35 +0200
committerLorenz Diener <[email protected]>2018-04-18 22:00:35 +0200
commit64ec9e20987072692227d8817d9fd99d497fea5e (patch)
tree7c358d3ce80c30fd59af9e615e99824453eb2f8d /tests/cassettes/test_home_tl_anonymous_throws.yaml
parenta825905b571697835d762ac63098491cbc4a0936 (diff)
downloadmastodon.py-64ec9e20987072692227d8817d9fd99d497fea5e.tar.gz
Update the 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 ebf87e3..a70f170 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: [733bbb43-2d1f-4c73-95d6-37d3bb846a91]
24 X-Runtime: ['0.037813'] 24 X-Runtime: ['0.078774']
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)