aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_polls.yaml')
-rw-r--r--tests/cassettes/test_polls.yaml184
1 files changed, 184 insertions, 0 deletions
diff --git a/tests/cassettes/test_polls.yaml b/tests/cassettes/test_polls.yaml
new file mode 100644
index 0000000..6132074
--- /dev/null
+++ b/tests/cassettes/test_polls.yaml
@@ -0,0 +1,184 @@
1interactions:
2- request:
3 body: '{"poll": {"hide_totals": false, "multiple": true, "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: ['129']
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":"102005835265128615","created_at":"2019-04-28T21:05:23.464Z","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/102005835265128615","content":"\u003cp\u003enice\u003c/p\u003e","url":"http://localhost/@admin/102005835265128615","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":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"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/"9b51d6b8d66f9e0eb1c833ed6f67df71"]
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: [f11d8fa0-461a-446e-a0f5-20b81af7f6cc]
31 X-Runtime: ['0.157309']
32 X-XSS-Protection: [1; mode=block]
33 content-length: ['1382']
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/15/votes
47 response:
48 body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"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/"5b2a849b672ccadf70a2620d4dc1cacb"]
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: [9bfef151-c9a3-44cc-94d4-6ed33e9e7c24]
62 X-Runtime: ['0.079564']
63 X-XSS-Protection: [1; mode=block]
64 content-length: ['215']
65 status: {code: 200, message: OK}
66- request:
67 body: null
68 headers:
69 Accept: ['*/*']
70 Accept-Encoding: ['gzip, deflate']
71 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
72 Connection: [keep-alive]
73 User-Agent: [python-requests/2.18.4]
74 method: GET
75 uri: http://localhost:3000/api/v1/polls/15
76 response:
77 body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"options":[{"title":"four
78 twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'}
79 headers:
80 Cache-Control: ['max-age=0, private, must-revalidate']
81 Content-Type: [application/json; charset=utf-8]
82 ETag: [W/"5b2a849b672ccadf70a2620d4dc1cacb"]
83 Referrer-Policy: [strict-origin-when-cross-origin]
84 Transfer-Encoding: [chunked]
85 Vary: ['Accept-Encoding, Origin']
86 X-Content-Type-Options: [nosniff]
87 X-Download-Options: [noopen]
88 X-Frame-Options: [SAMEORIGIN]
89 X-Permitted-Cross-Domain-Policies: [none]
90 X-Request-Id: [f6a54825-bd65-49b0-a83f-39ef5124a362]
91 X-Runtime: ['0.043202']
92 X-XSS-Protection: [1; mode=block]
93 content-length: ['215']
94 status: {code: 200, message: OK}
95- request:
96 body: choices%5B%5D=0
97 headers:
98 Accept: ['*/*']
99 Accept-Encoding: ['gzip, deflate']
100 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
101 Connection: [keep-alive]
102 Content-Length: ['15']
103 Content-Type: [application/x-www-form-urlencoded]
104 User-Agent: [python-requests/2.18.4]
105 method: POST
106 uri: http://localhost:3000/api/v1/polls/15/votes
107 response:
108 body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four
109 twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'}
110 headers:
111 Cache-Control: ['max-age=0, private, must-revalidate']
112 Content-Type: [application/json; charset=utf-8]
113 ETag: [W/"567f9562c02e1a5533bf95d1d4bbdede"]
114 Referrer-Policy: [strict-origin-when-cross-origin]
115 Transfer-Encoding: [chunked]
116 Vary: ['Accept-Encoding, Origin']
117 X-Content-Type-Options: [nosniff]
118 X-Download-Options: [noopen]
119 X-Frame-Options: [SAMEORIGIN]
120 X-Permitted-Cross-Domain-Policies: [none]
121 X-Request-Id: [209f0950-c9c0-4ab8-978f-de3239546a97]
122 X-Runtime: ['0.062952']
123 X-XSS-Protection: [1; mode=block]
124 content-length: ['215']
125 status: {code: 200, message: OK}
126- request:
127 body: null
128 headers:
129 Accept: ['*/*']
130 Accept-Encoding: ['gzip, deflate']
131 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
132 Connection: [keep-alive]
133 User-Agent: [python-requests/2.18.4]
134 method: GET
135 uri: http://localhost:3000/api/v1/polls/15
136 response:
137 body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four
138 twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'}
139 headers:
140 Cache-Control: ['max-age=0, private, must-revalidate']
141 Content-Type: [application/json; charset=utf-8]
142 ETag: [W/"567f9562c02e1a5533bf95d1d4bbdede"]
143 Referrer-Policy: [strict-origin-when-cross-origin]
144 Transfer-Encoding: [chunked]
145 Vary: ['Accept-Encoding, Origin']
146 X-Content-Type-Options: [nosniff]
147 X-Download-Options: [noopen]
148 X-Frame-Options: [SAMEORIGIN]
149 X-Permitted-Cross-Domain-Policies: [none]
150 X-Request-Id: [7caa443c-5605-436f-bae1-f7088dc7db1d]
151 X-Runtime: ['0.037629']
152 X-XSS-Protection: [1; mode=block]
153 content-length: ['215']
154 status: {code: 200, message: OK}
155- request:
156 body: null
157 headers:
158 Accept: ['*/*']
159 Accept-Encoding: ['gzip, deflate']
160 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_2]
161 Connection: [keep-alive]
162 Content-Length: ['0']
163 User-Agent: [python-requests/2.18.4]
164 method: DELETE
165 uri: http://localhost:3000/api/v1/statuses/102005835265128615
166 response:
167 body: {string: '{}'}
168 headers:
169 Cache-Control: ['max-age=0, private, must-revalidate']
170 Content-Type: [application/json; charset=utf-8]
171 ETag: [W/"6e856267241253766a52970611e7487c"]
172 Referrer-Policy: [strict-origin-when-cross-origin]
173 Transfer-Encoding: [chunked]
174 Vary: ['Accept-Encoding, Origin']
175 X-Content-Type-Options: [nosniff]
176 X-Download-Options: [noopen]
177 X-Frame-Options: [SAMEORIGIN]
178 X-Permitted-Cross-Domain-Policies: [none]
179 X-Request-Id: [9a5591f2-fbaa-4f0e-832f-86f5d1b8e6b1]
180 X-Runtime: ['0.044707']
181 X-XSS-Protection: [1; mode=block]
182 content-length: ['2']
183 status: {code: 200, message: OK}
184version: 1
Powered by cgit v1.2.3 (git 2.41.0)