aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_poll_illegal_vote.yaml')
-rw-r--r--tests/cassettes/test_poll_illegal_vote.yaml31
1 files changed, 15 insertions, 16 deletions
diff --git a/tests/cassettes/test_poll_illegal_vote.yaml b/tests/cassettes/test_poll_illegal_vote.yaml
index 7ae72f7..1375ae9 100644
--- a/tests/cassettes/test_poll_illegal_vote.yaml
+++ b/tests/cassettes/test_poll_illegal_vote.yaml
@@ -13,8 +13,8 @@ interactions:
13 method: POST 13 method: POST
14 uri: http://localhost:3000/api/v1/statuses 14 uri: http://localhost:3000/api/v1/statuses
15 response: 15 response:
16 body: {string: '{"id":"102317292327454763","created_at":"2019-06-22T21:13:01.083Z","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/102317292327454763","url":"http://localhost/@admin/102317292327454763","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py 16 body: {string: '{"id":"102945951573665999","created_at":"2019-10-11T21:49:19.910Z","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/102945951573665999","url":"http://localhost/@admin/102945951573665999","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003enice\u003c/p\u003e","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-06-22T12:42:50.096Z","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":2,"following_count":1,"statuses_count":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"16","expires_at":"2019-06-22T21:18:01.074Z","expired":false,"multiple":false,"votes_count":0,"voted":true,"options":[{"title":"four 17 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","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":2,"following_count":1,"statuses_count":28,"last_status_at":"2019-10-11T21:49:19.922Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"22","expires_at":"2019-10-11T21:54:19.902Z","expired":false,"multiple":false,"votes_count":0,"voters_count":0,"voted":true,"own_votes":[],"options":[{"title":"four
18 twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'} 18 twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'}
19 headers: 19 headers:
20 Cache-Control: ['no-cache, no-store'] 20 Cache-Control: ['no-cache, no-store']
@@ -26,10 +26,10 @@ interactions:
26 X-Download-Options: [noopen] 26 X-Download-Options: [noopen]
27 X-Frame-Options: [SAMEORIGIN] 27 X-Frame-Options: [SAMEORIGIN]
28 X-Permitted-Cross-Domain-Policies: [none] 28 X-Permitted-Cross-Domain-Policies: [none]
29 X-Request-Id: [0ad5f9a4-760f-4913-a276-e01d7f13055c] 29 X-Request-Id: [cd686047-f556-43fb-bdbd-9327783a5697]
30 X-Runtime: ['0.171693'] 30 X-Runtime: ['0.150324']
31 X-XSS-Protection: [1; mode=block] 31 X-XSS-Protection: [1; mode=block]
32 content-length: ['1383'] 32 content-length: ['1459']
33 status: {code: 200, message: OK} 33 status: {code: 200, message: OK}
34- request: 34- request:
35 body: choices%5B%5D=1 35 body: choices%5B%5D=1
@@ -42,9 +42,9 @@ interactions:
42 Content-Type: [application/x-www-form-urlencoded] 42 Content-Type: [application/x-www-form-urlencoded]
43 User-Agent: [python-requests/2.18.4] 43 User-Agent: [python-requests/2.18.4]
44 method: POST 44 method: POST
45 uri: http://localhost:3000/api/v1/polls/16/votes 45 uri: http://localhost:3000/api/v1/polls/22/votes
46 response: 46 response:
47 body: {string: '{"id":"16","expires_at":"2019-06-22T21:18:01.074Z","expired":false,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four 47 body: {string: '{"id":"22","expires_at":"2019-10-11T21:54:19.902Z","expired":false,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four
48 twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} 48 twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'}
49 headers: 49 headers:
50 Cache-Control: ['no-cache, no-store'] 50 Cache-Control: ['no-cache, no-store']
@@ -56,10 +56,10 @@ interactions:
56 X-Download-Options: [noopen] 56 X-Download-Options: [noopen]
57 X-Frame-Options: [SAMEORIGIN] 57 X-Frame-Options: [SAMEORIGIN]
58 X-Permitted-Cross-Domain-Policies: [none] 58 X-Permitted-Cross-Domain-Policies: [none]
59 X-Request-Id: [1d92fad1-3984-4bcc-88bd-63fb35c248d3] 59 X-Request-Id: [9fbf8cc0-9c45-4313-bf96-4fb1b977004b]
60 X-Runtime: ['0.044839'] 60 X-Runtime: ['0.089231']
61 X-XSS-Protection: [1; mode=block] 61 X-XSS-Protection: [1; mode=block]
62 content-length: ['216'] 62 content-length: ['249']
63 status: {code: 200, message: OK} 63 status: {code: 200, message: OK}
64- request: 64- request:
65 body: choices%5B%5D=0 65 body: choices%5B%5D=0
@@ -72,10 +72,9 @@ interactions:
72 Content-Type: [application/x-www-form-urlencoded] 72 Content-Type: [application/x-www-form-urlencoded]
73 User-Agent: [python-requests/2.18.4] 73 User-Agent: [python-requests/2.18.4]
74 method: POST 74 method: POST
75 uri: http://localhost:3000/api/v1/polls/16/votes 75 uri: http://localhost:3000/api/v1/polls/22/votes
76 response: 76 response:
77 body: {string: "{\"error\":\"\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306B\u5931\u6557\u3057\u307E\u3057\u305F: 77 body: {string: '{"error":"Validation failed: You have already voted on this poll"}'}
78 \u3053\u306E\u30A2\u30F3\u30B1\u30FC\u30C8\u306B\u306F\u6295\u7968\u6E08\u307F\u3067\u3059\"}"}
79 headers: 78 headers:
80 Cache-Control: ['no-cache, no-store'] 79 Cache-Control: ['no-cache, no-store']
81 Content-Type: [application/json; charset=utf-8] 80 Content-Type: [application/json; charset=utf-8]
@@ -86,9 +85,9 @@ interactions:
86 X-Download-Options: [noopen] 85 X-Download-Options: [noopen]
87 X-Frame-Options: [SAMEORIGIN] 86 X-Frame-Options: [SAMEORIGIN]
88 X-Permitted-Cross-Domain-Policies: [none] 87 X-Permitted-Cross-Domain-Policies: [none]
89 X-Request-Id: [8d281c07-b60e-489e-8400-63d50b4ac6d0] 88 X-Request-Id: [880a63a4-c5d1-4955-baa9-212e3f113521]
90 X-Runtime: ['0.031936'] 89 X-Runtime: ['0.053414']
91 X-XSS-Protection: [1; mode=block] 90 X-XSS-Protection: [1; mode=block]
92 content-length: ['101'] 91 content-length: ['66']
93 status: {code: 422, message: Unprocessable Entity} 92 status: {code: 422, message: Unprocessable Entity}
94version: 1 93version: 1
Powered by cgit v1.2.3 (git 2.41.0)