aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-05-06 03:02:19 +0200
committerLorenz Diener <[email protected]>2018-05-06 03:02:19 +0200
commitbb92f76e61063bbe59868659fb42824d3649c7b2 (patch)
tree3977c4da17684c323ecb2c0b07f366daa532c6ac /tests/cassettes/test_attribute_access.yaml
parent3676e43f1198bb0cf57bfd68e5c553d927597a62 (diff)
downloadmastodon.py-bb92f76e61063bbe59868659fb42824d3649c7b2.tar.gz
Refresh casettes and add some new ones
Diffstat (limited to 'tests/cassettes/test_attribute_access.yaml')
-rw-r--r--tests/cassettes/test_attribute_access.yaml58
1 files changed, 58 insertions, 0 deletions
diff --git a/tests/cassettes/test_attribute_access.yaml b/tests/cassettes/test_attribute_access.yaml
new file mode 100644
index 0000000..542d1d4
--- /dev/null
+++ b/tests/cassettes/test_attribute_access.yaml
@@ -0,0 +1,58 @@
1interactions:
2- request:
3 body: status=Toot%21
4 headers:
5 Accept: ['*/*']
6 Accept-Encoding: ['gzip, deflate']
7 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
8 Connection: [keep-alive]
9 Content-Length: ['14']
10 Content-Type: [application/x-www-form-urlencoded]
11 User-Agent: [python-requests/2.9.1]
12 method: POST
13 uri: http://localhost:3000/api/v1/statuses
14 response:
15 body: {string: '{"id":"99979649454713123","created_at":"2018-05-06T00:59:41.592Z","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/99979649454713123","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test/99979649454713123","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
17 Lennon","locked":true,"created_at":"2018-04-18T20:04:06.511Z","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":129},"media_attachments":[],"mentions":[],"tags":[],"emojis":[]}'}
19 headers:
20 Cache-Control: ['max-age=0, private, must-revalidate']
21 Content-Type: [application/json; charset=utf-8]
22 ETag: [W/"69b7be5df4b5ca841d7f531f3901ac18"]
23 Transfer-Encoding: [chunked]
24 Vary: ['Accept-Encoding, Origin']
25 X-Content-Type-Options: [nosniff]
26 X-Frame-Options: [SAMEORIGIN]
27 X-Request-Id: [76426bd1-dd79-4c1f-b8b6-acf40ecbb2c0]
28 X-Runtime: ['0.335360']
29 X-XSS-Protection: [1; mode=block]
30 content-length: ['1402']
31 status: {code: 200, message: OK}
32- request:
33 body: null
34 headers:
35 Accept: ['*/*']
36 Accept-Encoding: ['gzip, deflate']
37 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
38 Connection: [keep-alive]
39 Content-Length: ['0']
40 User-Agent: [python-requests/2.9.1]
41 method: DELETE
42 uri: http://localhost:3000/api/v1/statuses/99979649454713123
43 response:
44 body: {string: '{}'}
45 headers:
46 Cache-Control: ['max-age=0, private, must-revalidate']
47 Content-Type: [application/json; charset=utf-8]
48 ETag: [W/"08c76f4dede12155c6d341b04f5a4fb0"]
49 Transfer-Encoding: [chunked]
50 Vary: ['Accept-Encoding, Origin']
51 X-Content-Type-Options: [nosniff]
52 X-Frame-Options: [SAMEORIGIN]
53 X-Request-Id: [78ece9aa-cdb3-4c86-a747-cc9ca485d2b1]
54 X-Runtime: ['0.092774']
55 X-XSS-Protection: [1; mode=block]
56 content-length: ['2']
57 status: {code: 200, message: OK}
58version: 1
Powered by cgit v1.2.3 (git 2.41.0)