aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_polls.yaml')
-rw-r--r--tests/cassettes/test_polls.yaml62
1 files changed, 31 insertions, 31 deletions
diff --git a/tests/cassettes/test_polls.yaml b/tests/cassettes/test_polls.yaml
index 8d527f8..328e852 100644
--- a/tests/cassettes/test_polls.yaml
+++ b/tests/cassettes/test_polls.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":"102951424701409020","created_at":"2019-10-12T21:01:13.216Z","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/102951424701409020","url":"http://localhost/@admin/102951424701409020","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":"103704150606384340","created_at":"2020-02-22T19:29:19.045Z","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/103704150606384340","url":"http://localhost/@admin/103704150606384340","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":31,"last_status_at":"2019-10-12T21:01:13.231Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":0,"voters_count":0,"voted":true,"own_votes":[],"options":[{"title":"four 17 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","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":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"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: [9d9757b9-eb05-439e-ad50-0fe339177a39] 29 X-Request-Id: [252c3b26-6bfd-4ba8-a682-3353779c85e8]
30 X-Runtime: ['0.147985'] 30 X-Runtime: ['0.276535']
31 X-XSS-Protection: [1; mode=block] 31 X-XSS-Protection: [1; mode=block]
32 content-length: ['1458'] 32 content-length: ['1495']
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/23/votes 45 uri: http://localhost:3000/api/v1/polls/1/votes
46 response: 46 response:
47 body: {string: '{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four 47 body: {string: '{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"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: [ed243a3f-93d1-4487-8ff2-f2900dae0956] 59 X-Request-Id: [dd18e861-0884-4c31-a968-f0e6a56cf5b1]
60 X-Runtime: ['0.116489'] 60 X-Runtime: ['0.198109']
61 X-XSS-Protection: [1; mode=block] 61 X-XSS-Protection: [1; mode=block]
62 content-length: ['248'] 62 content-length: ['247']
63 status: {code: 200, message: OK} 63 status: {code: 200, message: OK}
64- request: 64- request:
65 body: null 65 body: null
@@ -70,9 +70,9 @@ interactions:
70 Connection: [keep-alive] 70 Connection: [keep-alive]
71 User-Agent: [python-requests/2.18.4] 71 User-Agent: [python-requests/2.18.4]
72 method: GET 72 method: GET
73 uri: http://localhost:3000/api/v1/polls/23 73 uri: http://localhost:3000/api/v1/polls/1
74 response: 74 response:
75 body: {string: '{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four 75 body: {string: '{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four
76 twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} 76 twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'}
77 headers: 77 headers:
78 Cache-Control: ['no-cache, no-store'] 78 Cache-Control: ['no-cache, no-store']
@@ -84,10 +84,10 @@ interactions:
84 X-Download-Options: [noopen] 84 X-Download-Options: [noopen]
85 X-Frame-Options: [SAMEORIGIN] 85 X-Frame-Options: [SAMEORIGIN]
86 X-Permitted-Cross-Domain-Policies: [none] 86 X-Permitted-Cross-Domain-Policies: [none]
87 X-Request-Id: [c26b34f4-3222-4a9f-a043-133cf0abc1e1] 87 X-Request-Id: [637a33a9-2291-4a69-98fb-8a2c4243e009]
88 X-Runtime: ['0.026743'] 88 X-Runtime: ['0.063736']
89 X-XSS-Protection: [1; mode=block] 89 X-XSS-Protection: [1; mode=block]
90 content-length: ['248'] 90 content-length: ['247']
91 status: {code: 200, message: OK} 91 status: {code: 200, message: OK}
92- request: 92- request:
93 body: choices%5B%5D=0 93 body: choices%5B%5D=0
@@ -100,9 +100,9 @@ interactions:
100 Content-Type: [application/x-www-form-urlencoded] 100 Content-Type: [application/x-www-form-urlencoded]
101 User-Agent: [python-requests/2.18.4] 101 User-Agent: [python-requests/2.18.4]
102 method: POST 102 method: POST
103 uri: http://localhost:3000/api/v1/polls/23/votes 103 uri: http://localhost:3000/api/v1/polls/1/votes
104 response: 104 response:
105 body: {string: '{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[1,0],"options":[{"title":"four 105 body: {string: '{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[1,0],"options":[{"title":"four
106 twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} 106 twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'}
107 headers: 107 headers:
108 Cache-Control: ['no-cache, no-store'] 108 Cache-Control: ['no-cache, no-store']
@@ -114,10 +114,10 @@ interactions:
114 X-Download-Options: [noopen] 114 X-Download-Options: [noopen]
115 X-Frame-Options: [SAMEORIGIN] 115 X-Frame-Options: [SAMEORIGIN]
116 X-Permitted-Cross-Domain-Policies: [none] 116 X-Permitted-Cross-Domain-Policies: [none]
117 X-Request-Id: [e1eaf442-23bb-4580-b0db-5d0542373e6d] 117 X-Request-Id: [c0c2d3a3-38a4-41ae-95da-2be7d33abda5]
118 X-Runtime: ['0.047685'] 118 X-Runtime: ['0.067790']
119 X-XSS-Protection: [1; mode=block] 119 X-XSS-Protection: [1; mode=block]
120 content-length: ['250'] 120 content-length: ['249']
121 status: {code: 200, message: OK} 121 status: {code: 200, message: OK}
122- request: 122- request:
123 body: null 123 body: null
@@ -128,9 +128,9 @@ interactions:
128 Connection: [keep-alive] 128 Connection: [keep-alive]
129 User-Agent: [python-requests/2.18.4] 129 User-Agent: [python-requests/2.18.4]
130 method: GET 130 method: GET
131 uri: http://localhost:3000/api/v1/polls/23 131 uri: http://localhost:3000/api/v1/polls/1
132 response: 132 response:
133 body: {string: '{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[1,0],"options":[{"title":"four 133 body: {string: '{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[1,0],"options":[{"title":"four
134 twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} 134 twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'}
135 headers: 135 headers:
136 Cache-Control: ['no-cache, no-store'] 136 Cache-Control: ['no-cache, no-store']
@@ -142,10 +142,10 @@ interactions:
142 X-Download-Options: [noopen] 142 X-Download-Options: [noopen]
143 X-Frame-Options: [SAMEORIGIN] 143 X-Frame-Options: [SAMEORIGIN]
144 X-Permitted-Cross-Domain-Policies: [none] 144 X-Permitted-Cross-Domain-Policies: [none]
145 X-Request-Id: [c9f34bc7-c7e5-4e19-bbbf-dfadc361a351] 145 X-Request-Id: [cc549c17-839d-4e10-85e8-1d278ea9e17f]
146 X-Runtime: ['0.031274'] 146 X-Runtime: ['0.050189']
147 X-XSS-Protection: [1; mode=block] 147 X-XSS-Protection: [1; mode=block]
148 content-length: ['250'] 148 content-length: ['249']
149 status: {code: 200, message: OK} 149 status: {code: 200, message: OK}
150- request: 150- request:
151 body: null 151 body: null
@@ -157,10 +157,10 @@ interactions:
157 Content-Length: ['0'] 157 Content-Length: ['0']
158 User-Agent: [python-requests/2.18.4] 158 User-Agent: [python-requests/2.18.4]
159 method: DELETE 159 method: DELETE
160 uri: http://localhost:3000/api/v1/statuses/102951424701409020 160 uri: http://localhost:3000/api/v1/statuses/103704150606384340
161 response: 161 response:
162 body: {string: '{"id":"102951424701409020","created_at":"2019-10-12T21:01:13.216Z","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/102951424701409020","url":"http://localhost/@admin/102951424701409020","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"nice","reblog":null,"application":{"name":"Mastodon.py 162 body: {string: '{"id":"103704150606384340","created_at":"2020-02-22T19:29:19.045Z","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/103704150606384340","url":"http://localhost/@admin/103704150606384340","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"nice","reblog":null,"application":{"name":"Mastodon.py
163 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":31,"last_status_at":"2019-10-12T21:01:13.231Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[],"options":[{"title":"four 163 test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","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":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[],"options":[{"title":"four
164 twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}'} 164 twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}'}
165 headers: 165 headers:
166 Cache-Control: ['no-cache, no-store'] 166 Cache-Control: ['no-cache, no-store']
@@ -172,9 +172,9 @@ interactions:
172 X-Download-Options: [noopen] 172 X-Download-Options: [noopen]
173 X-Frame-Options: [SAMEORIGIN] 173 X-Frame-Options: [SAMEORIGIN]
174 X-Permitted-Cross-Domain-Policies: [none] 174 X-Permitted-Cross-Domain-Policies: [none]
175 X-Request-Id: [a0c10505-5052-4680-a352-86db6770f983] 175 X-Request-Id: [e46de07b-f3a1-42ab-a802-831ae179c8e4]
176 X-Runtime: ['0.155550'] 176 X-Runtime: ['0.168389']
177 X-XSS-Protection: [1; mode=block] 177 X-XSS-Protection: [1; mode=block]
178 content-length: ['1428'] 178 content-length: ['1465']
179 status: {code: 200, message: OK} 179 status: {code: 200, message: OK}
180version: 1 180version: 1
Powered by cgit v1.2.3 (git 2.41.0)