aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-05-07 00:53:13 +0200
committerLorenz Diener <[email protected]>2018-05-07 00:53:13 +0200
commit8d5fe70c7e52656b2f89d0acfb1aed23bf583041 (patch)
treea210ef1ba6255d8f64fdd623de41f0e6931c4508 /tests/cassettes/test_unauthed_home_tl_throws.yaml
parentc0a0c8f517611d0026d6d37fbe7c57eae1f1a3bb (diff)
downloadmastodon.py-8d5fe70c7e52656b2f89d0acfb1aed23bf583041.tar.gz
Fix some bugs, update tests
Diffstat (limited to 'tests/cassettes/test_unauthed_home_tl_throws.yaml')
-rw-r--r--tests/cassettes/test_unauthed_home_tl_throws.yaml26
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/cassettes/test_unauthed_home_tl_throws.yaml b/tests/cassettes/test_unauthed_home_tl_throws.yaml
index b2fce81..88959a1 100644
--- a/tests/cassettes/test_unauthed_home_tl_throws.yaml
+++ b/tests/cassettes/test_unauthed_home_tl_throws.yaml
@@ -12,22 +12,22 @@ interactions:
12 method: POST 12 method: POST
13 uri: http://localhost:3000/api/v1/statuses 13 uri: http://localhost:3000/api/v1/statuses
14 response: 14 response:
15 body: {string: '{"id":"99979656364622715","created_at":"2018-05-06T01:01:27.026Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99979656364622715","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99979656364622715","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py 15 body: {string: '{"id":"99984778569376432","created_at":"2018-05-06T22:44:05.707Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost:3000/users/mastodonpy_test/statuses/99984778569376432","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99984778569376432","reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
16 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John 16 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
17 Lennon","locked":true,"created_at":"2018-04-18T20:04:06.511Z","note":"\u003cp\u003eI 17 Lennon","locked":true,"created_at":"2018-05-07T00:38:05.405Z","note":"\u003cp\u003eI
18 walk funny\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test","avatar":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg","avatar_static":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg","header":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg","header_static":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg","followers_count":0,"following_count":0,"statuses_count":130},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'} 18 walk funny\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test","avatar":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg","avatar_static":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg","header":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg","header_static":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg","followers_count":0,"following_count":1,"statuses_count":4},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
19 headers: 19 headers:
20 Cache-Control: ['max-age=0, private, must-revalidate'] 20 Cache-Control: ['max-age=0, private, must-revalidate']
21 Content-Type: [application/json; charset=utf-8] 21 Content-Type: [application/json; charset=utf-8]
22 ETag: [W/"c198c7d17229e07165eced552861d161"] 22 ETag: [W/"a5cf2bfa60de4071e60aaf6b9e2eefad"]
23 Transfer-Encoding: [chunked] 23 Transfer-Encoding: [chunked]
24 Vary: ['Accept-Encoding, Origin'] 24 Vary: ['Accept-Encoding, Origin']
25 X-Content-Type-Options: [nosniff] 25 X-Content-Type-Options: [nosniff]
26 X-Frame-Options: [SAMEORIGIN] 26 X-Frame-Options: [SAMEORIGIN]
27 X-Request-Id: [f6f7255f-e455-4737-bce3-1c5b953adf71] 27 X-Request-Id: [0bd1fffe-c8d6-4a4b-b751-e6d1ada6fc59]
28 X-Runtime: ['0.303782'] 28 X-Runtime: ['0.271367']
29 X-XSS-Protection: [1; mode=block] 29 X-XSS-Protection: [1; mode=block]
30 content-length: ['1402'] 30 content-length: ['1400']
31 status: {code: 200, message: OK} 31 status: {code: 200, message: OK}
32- request: 32- request:
33 body: null 33 body: null
@@ -50,8 +50,8 @@ interactions:
50 access token is invalid"'] 50 access token is invalid"']
51 X-Content-Type-Options: [nosniff] 51 X-Content-Type-Options: [nosniff]
52 X-Frame-Options: [SAMEORIGIN] 52 X-Frame-Options: [SAMEORIGIN]
53 X-Request-Id: [fc0f8a10-726f-474d-9366-f060e8856b4e] 53 X-Request-Id: [da0c8bc2-d786-405d-ae19-43b4d961eb32]
54 X-Runtime: ['0.150128'] 54 X-Runtime: ['0.060663']
55 X-XSS-Protection: [1; mode=block] 55 X-XSS-Protection: [1; mode=block]
56 content-length: ['39'] 56 content-length: ['39']
57 status: {code: 401, message: Unauthorized} 57 status: {code: 401, message: Unauthorized}
@@ -65,19 +65,19 @@ interactions:
65 Content-Length: ['0'] 65 Content-Length: ['0']
66 User-Agent: [python-requests/2.9.1] 66 User-Agent: [python-requests/2.9.1]
67 method: DELETE 67 method: DELETE
68 uri: http://localhost:3000/api/v1/statuses/99979656364622715 68 uri: http://localhost:3000/api/v1/statuses/99984778569376432
69 response: 69 response:
70 body: {string: '{}'} 70 body: {string: '{}'}
71 headers: 71 headers:
72 Cache-Control: ['max-age=0, private, must-revalidate'] 72 Cache-Control: ['max-age=0, private, must-revalidate']
73 Content-Type: [application/json; charset=utf-8] 73 Content-Type: [application/json; charset=utf-8]
74 ETag: [W/"1b11dc0cc868e5bdd96d6406d59b9407"] 74 ETag: [W/"7afafd2d11419f13c5e9f73b222e2254"]
75 Transfer-Encoding: [chunked] 75 Transfer-Encoding: [chunked]
76 Vary: ['Accept-Encoding, Origin'] 76 Vary: ['Accept-Encoding, Origin']
77 X-Content-Type-Options: [nosniff] 77 X-Content-Type-Options: [nosniff]
78 X-Frame-Options: [SAMEORIGIN] 78 X-Frame-Options: [SAMEORIGIN]
79 X-Request-Id: [fd71f380-5e77-4a3e-bd71-74bb78d30d68] 79 X-Request-Id: [849e7862-d832-4a69-9aea-cb9a951a3e95]
80 X-Runtime: ['0.052253'] 80 X-Runtime: ['0.027138']
81 X-XSS-Protection: [1; mode=block] 81 X-XSS-Protection: [1; mode=block]
82 content-length: ['2'] 82 content-length: ['2']
83 status: {code: 200, message: OK} 83 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)