aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_polls.yaml')
-rw-r--r--tests/cassettes/test_polls.yaml50
1 files changed, 25 insertions, 25 deletions
diff --git a/tests/cassettes/test_polls.yaml b/tests/cassettes/test_polls.yaml
index fd2c4f2..8d527f8 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":"102945951535813398","created_at":"2019-10-11T21:49:19.334Z","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/102945951535813398","url":"http://localhost/@admin/102945951535813398","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":"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
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.351Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"21","expires_at":"2019-10-11T21:54:19.326Z","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,"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
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,8 +26,8 @@ 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: [18f64782-758f-4dbf-bf28-5870f7fab2cb] 29 X-Request-Id: [9d9757b9-eb05-439e-ad50-0fe339177a39]
30 X-Runtime: ['0.232617'] 30 X-Runtime: ['0.147985']
31 X-XSS-Protection: [1; mode=block] 31 X-XSS-Protection: [1; mode=block]
32 content-length: ['1458'] 32 content-length: ['1458']
33 status: {code: 200, message: OK} 33 status: {code: 200, message: OK}
@@ -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/21/votes 45 uri: http://localhost:3000/api/v1/polls/23/votes
46 response: 46 response:
47 body: {string: '{"id":"21","expires_at":"2019-10-11T21:54:19.326Z","expired":false,"multiple":true,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four 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
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,8 +56,8 @@ 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: [7d0419ea-7042-42dc-b7f0-29fc202182f2] 59 X-Request-Id: [ed243a3f-93d1-4487-8ff2-f2900dae0956]
60 X-Runtime: ['0.067579'] 60 X-Runtime: ['0.116489']
61 X-XSS-Protection: [1; mode=block] 61 X-XSS-Protection: [1; mode=block]
62 content-length: ['248'] 62 content-length: ['248']
63 status: {code: 200, message: OK} 63 status: {code: 200, message: OK}
@@ -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/21 73 uri: http://localhost:3000/api/v1/polls/23
74 response: 74 response:
75 body: {string: '{"id":"21","expires_at":"2019-10-11T21:54:19.326Z","expired":false,"multiple":true,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four 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
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,8 +84,8 @@ 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: [eaa88293-6fde-4fb4-960b-f48eca3505cc] 87 X-Request-Id: [c26b34f4-3222-4a9f-a043-133cf0abc1e1]
88 X-Runtime: ['0.025348'] 88 X-Runtime: ['0.026743']
89 X-XSS-Protection: [1; mode=block] 89 X-XSS-Protection: [1; mode=block]
90 content-length: ['248'] 90 content-length: ['248']
91 status: {code: 200, message: OK} 91 status: {code: 200, message: OK}
@@ -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/21/votes 103 uri: http://localhost:3000/api/v1/polls/23/votes
104 response: 104 response:
105 body: {string: '{"id":"21","expires_at":"2019-10-11T21:54:19.326Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[1,0],"options":[{"title":"four 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
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,8 +114,8 @@ 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: [46d17f56-2417-4160-a55d-08789d1d0d28] 117 X-Request-Id: [e1eaf442-23bb-4580-b0db-5d0542373e6d]
118 X-Runtime: ['0.048188'] 118 X-Runtime: ['0.047685']
119 X-XSS-Protection: [1; mode=block] 119 X-XSS-Protection: [1; mode=block]
120 content-length: ['250'] 120 content-length: ['250']
121 status: {code: 200, message: OK} 121 status: {code: 200, message: OK}
@@ -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/21 131 uri: http://localhost:3000/api/v1/polls/23
132 response: 132 response:
133 body: {string: '{"id":"21","expires_at":"2019-10-11T21:54:19.326Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[1,0],"options":[{"title":"four 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
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,8 +142,8 @@ 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: [6c64e3e8-b6d5-4ec2-9bbe-648e2747180b] 145 X-Request-Id: [c9f34bc7-c7e5-4e19-bbbf-dfadc361a351]
146 X-Runtime: ['0.021458'] 146 X-Runtime: ['0.031274']
147 X-XSS-Protection: [1; mode=block] 147 X-XSS-Protection: [1; mode=block]
148 content-length: ['250'] 148 content-length: ['250']
149 status: {code: 200, message: OK} 149 status: {code: 200, message: OK}
@@ -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/102945951535813398 160 uri: http://localhost:3000/api/v1/statuses/102951424701409020
161 response: 161 response:
162 body: {string: '{"id":"102945951535813398","created_at":"2019-10-11T21:49:19.334Z","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/102945951535813398","url":"http://localhost/@admin/102945951535813398","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":"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
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":28,"last_status_at":"2019-10-11T21:49:19.351Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"21","expires_at":"2019-10-11T21:54:19.326Z","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,"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
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,8 +172,8 @@ 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: [8eb87aae-0a80-4bd8-a4e0-4405cf3e5ddd] 175 X-Request-Id: [a0c10505-5052-4680-a352-86db6770f983]
176 X-Runtime: ['0.129983'] 176 X-Runtime: ['0.155550']
177 X-XSS-Protection: [1; mode=block] 177 X-XSS-Protection: [1; mode=block]
178 content-length: ['1428'] 178 content-length: ['1428']
179 status: {code: 200, message: OK} 179 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)