aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-28 23:12:27 +0200
committerLorenz Diener <[email protected]>2019-04-28 23:12:27 +0200
commit09c03296db1671e80f5e7814045e826f1975fb0b (patch)
tree87e709b3b2b5aa86909bee4db89a04c0340d3d0d /tests/cassettes/test_poll_illegal_vote.yaml
parent3eba3f8835f25800f37b9da18a09429b084effa0 (diff)
downloadmastodon.py-09c03296db1671e80f5e7814045e826f1975fb0b.tar.gz
Polls
Diffstat (limited to 'tests/cassettes/test_poll_illegal_vote.yaml')
-rw-r--r--tests/cassettes/test_poll_illegal_vote.yaml96
1 files changed, 96 insertions, 0 deletions
diff --git a/tests/cassettes/test_poll_illegal_vote.yaml b/tests/cassettes/test_poll_illegal_vote.yaml
new file mode 100644
index 0000000..72482b9
--- /dev/null
+++ b/tests/cassettes/test_poll_illegal_vote.yaml
@@ -0,0 +1,96 @@
1interactions:
2- request:
3 body: '{"poll": {"hide_totals": false, "multiple": false, "expires_in": 300, "options":
4 ["four twenty", "sixty-nine"]}, "status": "nice"}'
5 headers:
6 Accept: ['*/*']
7 Accept-Encoding: ['gzip, deflate']
8 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_2]
9 Connection: [keep-alive]
10 Content-Length: ['130']
11 Content-Type: [application/json]
12 User-Agent: [python-requests/2.18.4]
13 method: POST
14 uri: http://localhost:3000/api/v1/statuses
15 response:
16 body: {string: '{"id":"102005835304968136","created_at":"2019-04-28T21:05:24.088Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102005835304968136","content":"\u003cp\u003enice\u003c/p\u003e","url":"http://localhost/@admin/102005835304968136","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py
17 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":25,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"16","expires_at":"2019-04-28T21:10:24.070Z","expired":false,"multiple":false,"votes_count":0,"voted":true,"options":[{"title":"four
18 twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'}
19 headers:
20 Cache-Control: ['max-age=0, private, must-revalidate']
21 Content-Type: [application/json; charset=utf-8]
22 ETag: [W/"cb8935a9ac8d3dea6609462bbce81c7d"]
23 Referrer-Policy: [strict-origin-when-cross-origin]
24 Transfer-Encoding: [chunked]
25 Vary: ['Accept-Encoding, Origin']
26 X-Content-Type-Options: [nosniff]
27 X-Download-Options: [noopen]
28 X-Frame-Options: [SAMEORIGIN]
29 X-Permitted-Cross-Domain-Policies: [none]
30 X-Request-Id: [13adc429-bd63-4a6c-8afa-e52db1b58762]
31 X-Runtime: ['0.342656']
32 X-XSS-Protection: [1; mode=block]
33 content-length: ['1383']
34 status: {code: 200, message: OK}
35- request:
36 body: choices%5B%5D=1
37 headers:
38 Accept: ['*/*']
39 Accept-Encoding: ['gzip, deflate']
40 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
41 Connection: [keep-alive]
42 Content-Length: ['15']
43 Content-Type: [application/x-www-form-urlencoded]
44 User-Agent: [python-requests/2.18.4]
45 method: POST
46 uri: http://localhost:3000/api/v1/polls/16/votes
47 response:
48 body: {string: '{"id":"16","expires_at":"2019-04-28T21:10:24.070Z","expired":false,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four
49 twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'}
50 headers:
51 Cache-Control: ['max-age=0, private, must-revalidate']
52 Content-Type: [application/json; charset=utf-8]
53 ETag: [W/"96d62a6ad640c2c992e83b4bffc10c7b"]
54 Referrer-Policy: [strict-origin-when-cross-origin]
55 Transfer-Encoding: [chunked]
56 Vary: ['Accept-Encoding, Origin']
57 X-Content-Type-Options: [nosniff]
58 X-Download-Options: [noopen]
59 X-Frame-Options: [SAMEORIGIN]
60 X-Permitted-Cross-Domain-Policies: [none]
61 X-Request-Id: [d7715baa-8b11-47b3-bc72-401b22f6296c]
62 X-Runtime: ['0.167098']
63 X-XSS-Protection: [1; mode=block]
64 content-length: ['216']
65 status: {code: 200, message: OK}
66- request:
67 body: choices%5B%5D=0
68 headers:
69 Accept: ['*/*']
70 Accept-Encoding: ['gzip, deflate']
71 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
72 Connection: [keep-alive]
73 Content-Length: ['15']
74 Content-Type: [application/x-www-form-urlencoded]
75 User-Agent: [python-requests/2.18.4]
76 method: POST
77 uri: http://localhost:3000/api/v1/polls/16/votes
78 response:
79 body: {string: "{\"error\":\"\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306B\u5931\u6557\u3057\u307E\u3057\u305F:
80 \u3053\u306E\u30A2\u30F3\u30B1\u30FC\u30C8\u306B\u306F\u6295\u7968\u6E08\u307F\u3067\u3059\"}"}
81 headers:
82 Cache-Control: [no-cache]
83 Content-Type: [application/json; charset=utf-8]
84 Referrer-Policy: [strict-origin-when-cross-origin]
85 Transfer-Encoding: [chunked]
86 Vary: ['Accept-Encoding, Origin']
87 X-Content-Type-Options: [nosniff]
88 X-Download-Options: [noopen]
89 X-Frame-Options: [SAMEORIGIN]
90 X-Permitted-Cross-Domain-Policies: [none]
91 X-Request-Id: [846275ac-e205-4fb2-8132-edeef42a2ff2]
92 X-Runtime: ['0.101521']
93 X-XSS-Protection: [1; mode=block]
94 content-length: ['101']
95 status: {code: 422, message: Unprocessable Entity}
96version: 1
Powered by cgit v1.2.3 (git 2.41.0)