diff options
author | Lorenz Diener <[email protected]> | 2019-06-22 23:16:47 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-06-22 23:16:47 +0200 |
commit | 225c8ca76a8fc6eb2a87a8156b7ce808d3b06507 (patch) | |
tree | 58a331db57609ca038d9428f27b064a4c1b32854 | |
parent | f920f8b58429b5d7dea43442765df824ac04bf91 (diff) | |
download | mastodon.py-225c8ca76a8fc6eb2a87a8156b7ce808d3b06507.tar.gz |
Fresh batch of test runs
106 files changed, 4572 insertions, 4834 deletions
diff --git a/tests/cassettes/test_account.yaml b/tests/cassettes/test_account.yaml index 72e75c7..8deabd5 100644 --- a/tests/cassettes/test_account.yaml +++ b/tests/cassettes/test_account.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/1 | 11 | uri: http://localhost:3000/api/v1/accounts/1 |
12 | response: | 12 | response: |
13 | body: {string: '{"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":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}'} | 13 | body: {string: '{"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":16,"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,9 +21,9 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [f1c091d0-a07e-43c0-b3a7-584b590bc6ae] | 24 | X-Request-Id: [6fd4c377-8f04-4a43-8dcb-222cd96dbb75] |
25 | X-Runtime: ['0.678058'] | 25 | X-Runtime: ['0.027859'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['523'] | 27 | content-length: ['524'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | version: 1 | 29 | version: 1 |
diff --git a/tests/cassettes/test_account_block_unblock.yaml b/tests/cassettes/test_account_block_unblock.yaml index b8fbccb..cbd5c8d 100644 --- a/tests/cassettes/test_account_block_unblock.yaml +++ b/tests/cassettes/test_account_block_unblock.yaml | |||
@@ -22,8 +22,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [8e0862b6-1ce6-4088-9e31-a561b0f8c713] | 25 | X-Request-Id: [4e61424d-5564-4b95-b4aa-e21670aca75a] |
26 | X-Runtime: ['0.042104'] | 26 | X-Runtime: ['0.069362'] |
27 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['210'] | 28 | content-length: ['210'] |
29 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
@@ -50,8 +50,8 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [c832015e-0c90-4398-9ca8-f1d0af56055e] | 53 | X-Request-Id: [7111f6c0-9bae-48ce-b65e-a927436912ec] |
54 | X-Runtime: ['0.024649'] | 54 | X-Runtime: ['0.040180'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['211'] | 56 | content-length: ['211'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_follow_unfollow.yaml b/tests/cassettes/test_account_follow_unfollow.yaml index 1542350..bd407d8 100644 --- a/tests/cassettes/test_account_follow_unfollow.yaml +++ b/tests/cassettes/test_account_follow_unfollow.yaml | |||
@@ -23,8 +23,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [c73d8bf4-b786-4ba9-a6e1-0c85ed6a9235] | 26 | X-Request-Id: [218d2de0-8c55-4a03-b9b9-4aac3b4c6b97] |
27 | X-Runtime: ['0.036470'] | 27 | X-Runtime: ['0.072297'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['209'] | 29 | content-length: ['209'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -51,8 +51,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [7c2dfdb1-fdbe-4cf3-8162-a949202042bd] | 54 | X-Request-Id: [a5859c38-2a32-4e43-a45d-ea52b2c23a67] |
55 | X-Runtime: ['0.028402'] | 55 | X-Runtime: ['0.124354'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['211'] | 57 | content-length: ['211'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_followers.yaml b/tests/cassettes/test_account_followers.yaml index a611421..e538017 100644 --- a/tests/cassettes/test_account_followers.yaml +++ b/tests/cassettes/test_account_followers.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [27388776-df56-451c-9d39-98840b2f8ddf] | 24 | X-Request-Id: [40dfa876-7948-45bb-a75e-169959129fa6] |
25 | X-Runtime: ['0.029113'] | 25 | X-Runtime: ['0.035090'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_following.yaml b/tests/cassettes/test_account_following.yaml index e4b1450..c1ef997 100644 --- a/tests/cassettes/test_account_following.yaml +++ b/tests/cassettes/test_account_following.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [176f9d5e-0b0c-4221-8fca-852938394066] | 24 | X-Request-Id: [4d6d3585-537d-4aca-822d-45a1ae0f88be] |
25 | X-Runtime: ['0.057954'] | 25 | X-Runtime: ['0.065005'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_mute_unmute.yaml b/tests/cassettes/test_account_mute_unmute.yaml index 8d6f7c6..570e78e 100644 --- a/tests/cassettes/test_account_mute_unmute.yaml +++ b/tests/cassettes/test_account_mute_unmute.yaml | |||
@@ -23,8 +23,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [d425d677-ddad-4dc0-863a-5a8cf656f276] | 26 | X-Request-Id: [bcb9ed2d-43d8-44f0-a968-790343d1e979] |
27 | X-Runtime: ['0.036659'] | 27 | X-Runtime: ['0.048298'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['209'] | 29 | content-length: ['209'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -51,8 +51,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [a5c62370-2a05-48db-bfda-51d0b5f2e859] | 54 | X-Request-Id: [72a64a1c-acc3-4846-a81a-0ae04de2504a] |
55 | X-Runtime: ['0.050261'] | 55 | X-Runtime: ['0.037972'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['211'] | 57 | content-length: ['211'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_pin_unpin.yaml b/tests/cassettes/test_account_pin_unpin.yaml index ff103c9..4e6779f 100644 --- a/tests/cassettes/test_account_pin_unpin.yaml +++ b/tests/cassettes/test_account_pin_unpin.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"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":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"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":16,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [37113524-0b40-402f-9137-4ebb3578f553] | 24 | X-Request-Id: [02acee62-4be9-44c6-9358-053a5fefd051] |
25 | X-Runtime: ['0.066661'] | 25 | X-Runtime: ['0.037721'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['609'] | 27 | content-length: ['610'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: reblogs=1&id=1 | 30 | body: reblogs=1&id=1 |
@@ -50,8 +50,8 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [2a851107-5fe9-41c3-ba13-26e06f4a096b] | 53 | X-Request-Id: [48078e43-3b8d-4bae-9151-c988d7e4cc3b] |
54 | X-Runtime: ['0.251026'] | 54 | X-Runtime: ['0.076653'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['209'] | 56 | content-length: ['209'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -78,8 +78,8 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [5f231072-f79f-4760-a611-cf4509f99386] | 81 | X-Request-Id: [1417a149-882b-4757-ae0c-5cb0809546bc] |
82 | X-Runtime: ['0.097248'] | 82 | X-Runtime: ['0.075845'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['209'] | 84 | content-length: ['209'] |
85 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
@@ -106,8 +106,8 @@ interactions: | |||
106 | X-Download-Options: [noopen] | 106 | X-Download-Options: [noopen] |
107 | X-Frame-Options: [SAMEORIGIN] | 107 | X-Frame-Options: [SAMEORIGIN] |
108 | X-Permitted-Cross-Domain-Policies: [none] | 108 | X-Permitted-Cross-Domain-Policies: [none] |
109 | X-Request-Id: [e35553d8-b0cb-4cb2-ae5c-ae2566e56e1a] | 109 | X-Request-Id: [53711991-dc2c-4e2a-899c-4c125499904b] |
110 | X-Runtime: ['0.089244'] | 110 | X-Runtime: ['0.059953'] |
111 | X-XSS-Protection: [1; mode=block] | 111 | X-XSS-Protection: [1; mode=block] |
112 | content-length: ['208'] | 112 | content-length: ['208'] |
113 | status: {code: 200, message: OK} | 113 | status: {code: 200, message: OK} |
@@ -122,7 +122,7 @@ interactions: | |||
122 | method: GET | 122 | method: GET |
123 | uri: http://localhost:3000/api/v1/endorsements | 123 | uri: http://localhost:3000/api/v1/endorsements |
124 | response: | 124 | response: |
125 | body: {string: '[{"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":1,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} | 125 | body: {string: '[{"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":3,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}]'} |
126 | headers: | 126 | headers: |
127 | Cache-Control: ['no-cache, no-store'] | 127 | Cache-Control: ['no-cache, no-store'] |
128 | Content-Type: [application/json; charset=utf-8] | 128 | Content-Type: [application/json; charset=utf-8] |
@@ -134,10 +134,10 @@ interactions: | |||
134 | X-Download-Options: [noopen] | 134 | X-Download-Options: [noopen] |
135 | X-Frame-Options: [SAMEORIGIN] | 135 | X-Frame-Options: [SAMEORIGIN] |
136 | X-Permitted-Cross-Domain-Policies: [none] | 136 | X-Permitted-Cross-Domain-Policies: [none] |
137 | X-Request-Id: [11be6858-b2cb-4e8a-9d5c-3df1703be756] | 137 | X-Request-Id: [1c7a0fb2-9f54-452c-a7db-79994a435851] |
138 | X-Runtime: ['0.112384'] | 138 | X-Runtime: ['0.024199'] |
139 | X-XSS-Protection: [1; mode=block] | 139 | X-XSS-Protection: [1; mode=block] |
140 | content-length: ['525'] | 140 | content-length: ['526'] |
141 | status: {code: 200, message: OK} | 141 | status: {code: 200, message: OK} |
142 | - request: | 142 | - request: |
143 | body: null | 143 | body: null |
@@ -162,8 +162,8 @@ interactions: | |||
162 | X-Download-Options: [noopen] | 162 | X-Download-Options: [noopen] |
163 | X-Frame-Options: [SAMEORIGIN] | 163 | X-Frame-Options: [SAMEORIGIN] |
164 | X-Permitted-Cross-Domain-Policies: [none] | 164 | X-Permitted-Cross-Domain-Policies: [none] |
165 | X-Request-Id: [e24bcc17-e5c3-4506-8482-e78d5614c812] | 165 | X-Request-Id: [e89fb4fb-c8d7-4ba8-965a-7ff2eabe00f8] |
166 | X-Runtime: ['0.061804'] | 166 | X-Runtime: ['0.028116'] |
167 | X-XSS-Protection: [1; mode=block] | 167 | X-XSS-Protection: [1; mode=block] |
168 | content-length: ['209'] | 168 | content-length: ['209'] |
169 | status: {code: 200, message: OK} | 169 | status: {code: 200, message: OK} |
@@ -189,8 +189,8 @@ interactions: | |||
189 | X-Download-Options: [noopen] | 189 | X-Download-Options: [noopen] |
190 | X-Frame-Options: [SAMEORIGIN] | 190 | X-Frame-Options: [SAMEORIGIN] |
191 | X-Permitted-Cross-Domain-Policies: [none] | 191 | X-Permitted-Cross-Domain-Policies: [none] |
192 | X-Request-Id: [041b992b-d66d-489a-aff7-32ab4807f1e6] | 192 | X-Request-Id: [a175ff2d-a748-4b55-aa4e-6fe756492349] |
193 | X-Runtime: ['0.040242'] | 193 | X-Runtime: ['0.018454'] |
194 | X-XSS-Protection: [1; mode=block] | 194 | X-XSS-Protection: [1; mode=block] |
195 | content-length: ['2'] | 195 | content-length: ['2'] |
196 | status: {code: 200, message: OK} | 196 | status: {code: 200, message: OK} |
@@ -217,8 +217,8 @@ interactions: | |||
217 | X-Download-Options: [noopen] | 217 | X-Download-Options: [noopen] |
218 | X-Frame-Options: [SAMEORIGIN] | 218 | X-Frame-Options: [SAMEORIGIN] |
219 | X-Permitted-Cross-Domain-Policies: [none] | 219 | X-Permitted-Cross-Domain-Policies: [none] |
220 | X-Request-Id: [449dfcd5-f405-4f12-afb2-b7ff619df166] | 220 | X-Request-Id: [0a682eb2-f663-4bf5-b637-cf50ef9424a0] |
221 | X-Runtime: ['0.097200'] | 221 | X-Runtime: ['0.077660'] |
222 | X-XSS-Protection: [1; mode=block] | 222 | X-XSS-Protection: [1; mode=block] |
223 | content-length: ['211'] | 223 | content-length: ['211'] |
224 | status: {code: 200, message: OK} | 224 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_pinned.yaml b/tests/cassettes/test_account_pinned.yaml index e9ed436..7bc3b49 100644 --- a/tests/cassettes/test_account_pinned.yaml +++ b/tests/cassettes/test_account_pinned.yaml | |||
@@ -12,10 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315364500729904","created_at":"2019-06-22T13:02:45.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364500729904","url":"http://localhost/@mastodonpy_test/102315364500729904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317288589990828","created_at":"2019-06-22T21:12:04.046Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288589990828","url":"http://localhost/@mastodonpy_test/102317288589990828","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
@@ -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: [1e44b07b-037a-47d6-a65f-6918b1a9cab0] | 29 | X-Request-Id: [f6ea2ced-fac7-4205-9b09-5d536ec78a22] |
30 | X-Runtime: ['1.157073'] | 30 | X-Runtime: ['0.155427'] |
31 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 32 | content-length: ['1597'] |
33 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
@@ -44,11 +44,11 @@ interactions: | |||
44 | method: POST | 44 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses | 45 | uri: http://localhost:3000/api/v1/statuses |
46 | response: | 46 | response: |
47 | body: {string: '{"id":"102315364574835021","created_at":"2019-06-22T13:02:45.933Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364574835021","url":"http://localhost/@mastodonpy_test/102315364574835021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot, | 47 | body: {string: '{"id":"102317288602668344","created_at":"2019-06-22T21:12:04.252Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288602668344","url":"http://localhost/@mastodonpy_test/102317288602668344","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot, |
48 | too!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 48 | too!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
49 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 49 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
52 | headers: | 52 | headers: |
53 | Cache-Control: ['no-cache, no-store'] | 53 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 54 | Content-Type: [application/json; charset=utf-8] |
@@ -59,8 +59,8 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 59 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 60 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 61 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [6c904325-8463-49b5-b9a7-3787e0be336a] | 62 | X-Request-Id: [6660cf38-7f03-4733-86a8-91e2d8c52984] |
63 | X-Runtime: ['0.326822'] | 63 | X-Runtime: ['0.171196'] |
64 | X-XSS-Protection: [1; mode=block] | 64 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1602'] | 65 | content-length: ['1602'] |
66 | status: {code: 200, message: OK} | 66 | status: {code: 200, message: OK} |
@@ -74,12 +74,12 @@ interactions: | |||
74 | Content-Length: ['0'] | 74 | Content-Length: ['0'] |
75 | User-Agent: [python-requests/2.18.4] | 75 | User-Agent: [python-requests/2.18.4] |
76 | method: POST | 76 | method: POST |
77 | uri: http://localhost:3000/api/v1/statuses/102315364500729904/pin | 77 | uri: http://localhost:3000/api/v1/statuses/102317288589990828/pin |
78 | response: | 78 | response: |
79 | body: {string: '{"id":"102315364500729904","created_at":"2019-06-22T13:02:45.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364500729904","url":"http://localhost/@mastodonpy_test/102315364500729904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 79 | body: {string: '{"id":"102317288589990828","created_at":"2019-06-22T21:12:04.046Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288589990828","url":"http://localhost/@mastodonpy_test/102317288589990828","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
81 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 81 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
82 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 82 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
83 | headers: | 83 | headers: |
84 | Cache-Control: ['no-cache, no-store'] | 84 | Cache-Control: ['no-cache, no-store'] |
85 | Content-Type: [application/json; charset=utf-8] | 85 | Content-Type: [application/json; charset=utf-8] |
@@ -90,8 +90,8 @@ interactions: | |||
90 | X-Download-Options: [noopen] | 90 | X-Download-Options: [noopen] |
91 | X-Frame-Options: [SAMEORIGIN] | 91 | X-Frame-Options: [SAMEORIGIN] |
92 | X-Permitted-Cross-Domain-Policies: [none] | 92 | X-Permitted-Cross-Domain-Policies: [none] |
93 | X-Request-Id: [b64562b2-5659-4a58-9af5-0942076c28b9] | 93 | X-Request-Id: [2e4d552e-0ff1-47be-9472-9fba64f220e6] |
94 | X-Runtime: ['0.480456'] | 94 | X-Runtime: ['0.126153'] |
95 | X-XSS-Protection: [1; mode=block] | 95 | X-XSS-Protection: [1; mode=block] |
96 | content-length: ['1596'] | 96 | content-length: ['1596'] |
97 | status: {code: 200, message: OK} | 97 | status: {code: 200, message: OK} |
@@ -107,8 +107,8 @@ interactions: | |||
107 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 107 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
108 | response: | 108 | response: |
109 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 109 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
110 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 110 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | 111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":2,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I |
112 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | 112 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
113 | headers: | 113 | headers: |
114 | Cache-Control: ['no-cache, no-store'] | 114 | Cache-Control: ['no-cache, no-store'] |
@@ -120,8 +120,8 @@ interactions: | |||
120 | X-Download-Options: [noopen] | 120 | X-Download-Options: [noopen] |
121 | X-Frame-Options: [SAMEORIGIN] | 121 | X-Frame-Options: [SAMEORIGIN] |
122 | X-Permitted-Cross-Domain-Policies: [none] | 122 | X-Permitted-Cross-Domain-Policies: [none] |
123 | X-Request-Id: [5e15636e-2821-4e15-a4df-f81abf27e82b] | 123 | X-Request-Id: [964246be-7df9-4a4d-9cf8-4f3843214fdb] |
124 | X-Runtime: ['0.164022'] | 124 | X-Runtime: ['0.022111'] |
125 | X-XSS-Protection: [1; mode=block] | 125 | X-XSS-Protection: [1; mode=block] |
126 | content-length: ['1134'] | 126 | content-length: ['1134'] |
127 | status: {code: 200, message: OK} | 127 | status: {code: 200, message: OK} |
@@ -136,14 +136,14 @@ interactions: | |||
136 | method: GET | 136 | method: GET |
137 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?pinned=1 | 137 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?pinned=1 |
138 | response: | 138 | response: |
139 | body: {string: '[{"id":"102315364500729904","created_at":"2019-06-22T13:02:45.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364500729904","url":"http://localhost/@mastodonpy_test/102315364500729904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 139 | body: {string: '[{"id":"102317288589990828","created_at":"2019-06-22T21:12:04.046Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288589990828","url":"http://localhost/@mastodonpy_test/102317288589990828","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
140 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 140 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
141 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 141 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
142 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | 142 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
143 | headers: | 143 | headers: |
144 | Cache-Control: ['no-cache, no-store'] | 144 | Cache-Control: ['no-cache, no-store'] |
145 | Content-Type: [application/json; charset=utf-8] | 145 | Content-Type: [application/json; charset=utf-8] |
146 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?min_id=102315364500729904>; | 146 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?min_id=102317288589990828>; |
147 | rel="prev"'] | 147 | rel="prev"'] |
148 | Referrer-Policy: [strict-origin-when-cross-origin] | 148 | Referrer-Policy: [strict-origin-when-cross-origin] |
149 | Transfer-Encoding: [chunked] | 149 | Transfer-Encoding: [chunked] |
@@ -152,8 +152,8 @@ interactions: | |||
152 | X-Download-Options: [noopen] | 152 | X-Download-Options: [noopen] |
153 | X-Frame-Options: [SAMEORIGIN] | 153 | X-Frame-Options: [SAMEORIGIN] |
154 | X-Permitted-Cross-Domain-Policies: [none] | 154 | X-Permitted-Cross-Domain-Policies: [none] |
155 | X-Request-Id: [46cf2725-7d1a-4333-8d08-1e9ad9082e19] | 155 | X-Request-Id: [1895e7d5-ac71-4344-961d-8b97ed6f5822] |
156 | X-Runtime: ['0.254046'] | 156 | X-Runtime: ['0.045807'] |
157 | X-XSS-Protection: [1; mode=block] | 157 | X-XSS-Protection: [1; mode=block] |
158 | content-length: ['1598'] | 158 | content-length: ['1598'] |
159 | status: {code: 200, message: OK} | 159 | status: {code: 200, message: OK} |
@@ -167,12 +167,12 @@ interactions: | |||
167 | Content-Length: ['0'] | 167 | Content-Length: ['0'] |
168 | User-Agent: [python-requests/2.18.4] | 168 | User-Agent: [python-requests/2.18.4] |
169 | method: POST | 169 | method: POST |
170 | uri: http://localhost:3000/api/v1/statuses/102315364500729904/unpin | 170 | uri: http://localhost:3000/api/v1/statuses/102317288589990828/unpin |
171 | response: | 171 | response: |
172 | body: {string: '{"id":"102315364500729904","created_at":"2019-06-22T13:02:45.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364500729904","url":"http://localhost/@mastodonpy_test/102315364500729904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 172 | body: {string: '{"id":"102317288589990828","created_at":"2019-06-22T21:12:04.046Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288589990828","url":"http://localhost/@mastodonpy_test/102317288589990828","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
173 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 173 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
174 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 174 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
175 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 175 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
176 | headers: | 176 | headers: |
177 | Cache-Control: ['no-cache, no-store'] | 177 | Cache-Control: ['no-cache, no-store'] |
178 | Content-Type: [application/json; charset=utf-8] | 178 | Content-Type: [application/json; charset=utf-8] |
@@ -183,8 +183,8 @@ interactions: | |||
183 | X-Download-Options: [noopen] | 183 | X-Download-Options: [noopen] |
184 | X-Frame-Options: [SAMEORIGIN] | 184 | X-Frame-Options: [SAMEORIGIN] |
185 | X-Permitted-Cross-Domain-Policies: [none] | 185 | X-Permitted-Cross-Domain-Policies: [none] |
186 | X-Request-Id: [edcaa1a7-c554-44fe-bb72-7f5779e36399] | 186 | X-Request-Id: [4c867dbe-a20d-4c38-859c-69d061a648c4] |
187 | X-Runtime: ['0.118440'] | 187 | X-Runtime: ['0.063733'] |
188 | X-XSS-Protection: [1; mode=block] | 188 | X-XSS-Protection: [1; mode=block] |
189 | content-length: ['1597'] | 189 | content-length: ['1597'] |
190 | status: {code: 200, message: OK} | 190 | status: {code: 200, message: OK} |
@@ -198,12 +198,12 @@ interactions: | |||
198 | Content-Length: ['0'] | 198 | Content-Length: ['0'] |
199 | User-Agent: [python-requests/2.18.4] | 199 | User-Agent: [python-requests/2.18.4] |
200 | method: DELETE | 200 | method: DELETE |
201 | uri: http://localhost:3000/api/v1/statuses/102315364574835021 | 201 | uri: http://localhost:3000/api/v1/statuses/102317288602668344 |
202 | response: | 202 | response: |
203 | body: {string: '{"id":"102315364574835021","created_at":"2019-06-22T13:02:45.933Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364574835021","url":"http://localhost/@mastodonpy_test/102315364574835021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot, | 203 | body: {string: '{"id":"102317288602668344","created_at":"2019-06-22T21:12:04.252Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288602668344","url":"http://localhost/@mastodonpy_test/102317288602668344","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot, |
204 | too!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 204 | too!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
205 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 205 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
206 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 206 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
207 | headers: | 207 | headers: |
208 | Cache-Control: ['no-cache, no-store'] | 208 | Cache-Control: ['no-cache, no-store'] |
209 | Content-Type: [application/json; charset=utf-8] | 209 | Content-Type: [application/json; charset=utf-8] |
@@ -214,8 +214,8 @@ interactions: | |||
214 | X-Download-Options: [noopen] | 214 | X-Download-Options: [noopen] |
215 | X-Frame-Options: [SAMEORIGIN] | 215 | X-Frame-Options: [SAMEORIGIN] |
216 | X-Permitted-Cross-Domain-Policies: [none] | 216 | X-Permitted-Cross-Domain-Policies: [none] |
217 | X-Request-Id: [0d5a9048-e038-47f1-9750-14b049d40e84] | 217 | X-Request-Id: [7b5c01cd-2e01-4914-94a1-1087a8c6b093] |
218 | X-Runtime: ['0.165865'] | 218 | X-Runtime: ['0.080009'] |
219 | X-XSS-Protection: [1; mode=block] | 219 | X-XSS-Protection: [1; mode=block] |
220 | content-length: ['1572'] | 220 | content-length: ['1572'] |
221 | status: {code: 200, message: OK} | 221 | status: {code: 200, message: OK} |
@@ -229,12 +229,12 @@ interactions: | |||
229 | Content-Length: ['0'] | 229 | Content-Length: ['0'] |
230 | User-Agent: [python-requests/2.18.4] | 230 | User-Agent: [python-requests/2.18.4] |
231 | method: DELETE | 231 | method: DELETE |
232 | uri: http://localhost:3000/api/v1/statuses/102315364500729904 | 232 | uri: http://localhost:3000/api/v1/statuses/102317288589990828 |
233 | response: | 233 | response: |
234 | body: {string: '{"id":"102315364500729904","created_at":"2019-06-22T13:02:45.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364500729904","url":"http://localhost/@mastodonpy_test/102315364500729904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 234 | body: {string: '{"id":"102317288589990828","created_at":"2019-06-22T21:12:04.046Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288589990828","url":"http://localhost/@mastodonpy_test/102317288589990828","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
235 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 235 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
236 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 236 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
237 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 237 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
238 | headers: | 238 | headers: |
239 | Cache-Control: ['no-cache, no-store'] | 239 | Cache-Control: ['no-cache, no-store'] |
240 | Content-Type: [application/json; charset=utf-8] | 240 | Content-Type: [application/json; charset=utf-8] |
@@ -245,8 +245,8 @@ interactions: | |||
245 | X-Download-Options: [noopen] | 245 | X-Download-Options: [noopen] |
246 | X-Frame-Options: [SAMEORIGIN] | 246 | X-Frame-Options: [SAMEORIGIN] |
247 | X-Permitted-Cross-Domain-Policies: [none] | 247 | X-Permitted-Cross-Domain-Policies: [none] |
248 | X-Request-Id: [e6827bba-ee2c-4eb7-bf80-9f5ba36c8aca] | 248 | X-Request-Id: [8effd787-8d57-4bd7-9382-52ea744eb269] |
249 | X-Runtime: ['0.172270'] | 249 | X-Runtime: ['0.114967'] |
250 | X-XSS-Protection: [1; mode=block] | 250 | X-XSS-Protection: [1; mode=block] |
251 | content-length: ['1567'] | 251 | content-length: ['1567'] |
252 | status: {code: 200, message: OK} | 252 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_relationships.yaml b/tests/cassettes/test_account_relationships.yaml index d2bdd1e..32e9ec9 100644 --- a/tests/cassettes/test_account_relationships.yaml +++ b/tests/cassettes/test_account_relationships.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [32dec71f-edae-44dd-b360-289ea85dd78f] | 24 | X-Request-Id: [044d63ea-5974-4641-8870-674a5a607447] |
25 | X-Runtime: ['0.048933'] | 25 | X-Runtime: ['0.032037'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['213'] | 27 | content-length: ['213'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_search.yaml b/tests/cassettes/test_account_search.yaml index 6c31ca4..5fee429 100644 --- a/tests/cassettes/test_account_search.yaml +++ b/tests/cassettes/test_account_search.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin | 11 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin |
12 | response: | 12 | response: |
13 | body: {string: '[{"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":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} | 13 | body: {string: '[{"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":16,"emojis":[],"fields":[]}]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [e80af8b9-b187-4ef7-aab8-14656939415f] | 24 | X-Request-Id: [ae374a2f-c96f-4ffa-9fdc-3c8172bf25e4] |
25 | X-Runtime: ['0.034917'] | 25 | X-Runtime: ['0.033138'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['525'] | 27 | content-length: ['526'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: reblogs=1&id=1 | 30 | body: reblogs=1&id=1 |
@@ -50,8 +50,8 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [ce6f6ff2-f888-41c7-8963-374c1ca81a3f] | 53 | X-Request-Id: [4ccc58a5-6970-4612-8fda-54e70ca69a55] |
54 | X-Runtime: ['0.080624'] | 54 | X-Runtime: ['0.070791'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['209'] | 56 | content-length: ['209'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -66,7 +66,7 @@ interactions: | |||
66 | method: GET | 66 | method: GET |
67 | uri: http://localhost:3000/api/v1/accounts/search?following=1&q=admin | 67 | uri: http://localhost:3000/api/v1/accounts/search?following=1&q=admin |
68 | response: | 68 | response: |
69 | body: {string: '[{"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":1,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} | 69 | body: {string: '[{"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":3,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}]'} |
70 | headers: | 70 | headers: |
71 | Cache-Control: ['no-cache, no-store'] | 71 | Cache-Control: ['no-cache, no-store'] |
72 | Content-Type: [application/json; charset=utf-8] | 72 | Content-Type: [application/json; charset=utf-8] |
@@ -77,10 +77,10 @@ interactions: | |||
77 | X-Download-Options: [noopen] | 77 | X-Download-Options: [noopen] |
78 | X-Frame-Options: [SAMEORIGIN] | 78 | X-Frame-Options: [SAMEORIGIN] |
79 | X-Permitted-Cross-Domain-Policies: [none] | 79 | X-Permitted-Cross-Domain-Policies: [none] |
80 | X-Request-Id: [485bffa7-28a5-46b1-a918-3ece10c93e20] | 80 | X-Request-Id: [80d79827-b4b6-482b-a23c-487940a93406] |
81 | X-Runtime: ['0.025388'] | 81 | X-Runtime: ['0.071954'] |
82 | X-XSS-Protection: [1; mode=block] | 82 | X-XSS-Protection: [1; mode=block] |
83 | content-length: ['525'] | 83 | content-length: ['526'] |
84 | status: {code: 200, message: OK} | 84 | status: {code: 200, message: OK} |
85 | - request: | 85 | - request: |
86 | body: null | 86 | body: null |
@@ -105,8 +105,8 @@ interactions: | |||
105 | X-Download-Options: [noopen] | 105 | X-Download-Options: [noopen] |
106 | X-Frame-Options: [SAMEORIGIN] | 106 | X-Frame-Options: [SAMEORIGIN] |
107 | X-Permitted-Cross-Domain-Policies: [none] | 107 | X-Permitted-Cross-Domain-Policies: [none] |
108 | X-Request-Id: [360fe7ec-c80c-4a8a-8828-328e19f585df] | 108 | X-Request-Id: [e858f67a-64e5-4ae3-9cf4-ce4e9d3c221a] |
109 | X-Runtime: ['0.054637'] | 109 | X-Runtime: ['0.076338'] |
110 | X-XSS-Protection: [1; mode=block] | 110 | X-XSS-Protection: [1; mode=block] |
111 | content-length: ['211'] | 111 | content-length: ['211'] |
112 | status: {code: 200, message: OK} | 112 | status: {code: 200, message: OK} |
@@ -132,8 +132,8 @@ interactions: | |||
132 | X-Download-Options: [noopen] | 132 | X-Download-Options: [noopen] |
133 | X-Frame-Options: [SAMEORIGIN] | 133 | X-Frame-Options: [SAMEORIGIN] |
134 | X-Permitted-Cross-Domain-Policies: [none] | 134 | X-Permitted-Cross-Domain-Policies: [none] |
135 | X-Request-Id: [869fb9e9-a984-4a15-9d8b-c08a8cc01d01] | 135 | X-Request-Id: [bff631d4-1372-435f-8fa3-144740fb439a] |
136 | X-Runtime: ['0.026921'] | 136 | X-Runtime: ['0.027464'] |
137 | X-XSS-Protection: [1; mode=block] | 137 | X-XSS-Protection: [1; mode=block] |
138 | content-length: ['2'] | 138 | content-length: ['2'] |
139 | status: {code: 200, message: OK} | 139 | status: {code: 200, message: OK} |
@@ -148,7 +148,7 @@ interactions: | |||
148 | method: GET | 148 | method: GET |
149 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin | 149 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin |
150 | response: | 150 | response: |
151 | body: {string: '[{"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":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} | 151 | body: {string: '[{"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":16,"emojis":[],"fields":[]}]'} |
152 | headers: | 152 | headers: |
153 | Cache-Control: ['no-cache, no-store'] | 153 | Cache-Control: ['no-cache, no-store'] |
154 | Content-Type: [application/json; charset=utf-8] | 154 | Content-Type: [application/json; charset=utf-8] |
@@ -159,9 +159,9 @@ interactions: | |||
159 | X-Download-Options: [noopen] | 159 | X-Download-Options: [noopen] |
160 | X-Frame-Options: [SAMEORIGIN] | 160 | X-Frame-Options: [SAMEORIGIN] |
161 | X-Permitted-Cross-Domain-Policies: [none] | 161 | X-Permitted-Cross-Domain-Policies: [none] |
162 | X-Request-Id: [46c04f06-a24f-4a66-a618-cb8a601b39c8] | 162 | X-Request-Id: [b630bac1-07f0-4343-bec4-175f19b14b92] |
163 | X-Runtime: ['0.022187'] | 163 | X-Runtime: ['0.021990'] |
164 | X-XSS-Protection: [1; mode=block] | 164 | X-XSS-Protection: [1; mode=block] |
165 | content-length: ['525'] | 165 | content-length: ['526'] |
166 | status: {code: 200, message: OK} | 166 | status: {code: 200, message: OK} |
167 | version: 1 | 167 | version: 1 |
diff --git a/tests/cassettes/test_account_update_credentials.yaml b/tests/cassettes/test_account_update_credentials.yaml index 92b1065..d4091ef 100644 --- a/tests/cassettes/test_account_update_credentials.yaml +++ b/tests/cassettes/test_account_update_credentials.yaml | |||
@@ -1,19 +1,19 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS00OWEyYTU1NDQwNGU0ZmY3YTI2ODUzYTQ1NjNhZWFjNQ0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS1hNzU5NWI0NDY2N2Y0ZDZlOTE3MGRkZmMxMGRkNDVjZQ0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tNDlhMmE1NTQ0MDRlNGZm | 5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tYTc1OTViNDQ2NjdmNGQ2 |
6 | N2EyNjg1M2E0NTYzYWVhYzUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i | 6 | ZTkxNzBkZGZjMTBkZDQ1Y2UNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i |
7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS00OWEyYTU1NDQwNGU0ZmY3YTI2ODUzYTQ1 | 7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS1hNzU5NWI0NDY2N2Y0ZDZlOTE3MGRkZmMx |
8 | NjNhZWFjNQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJmaWVsZHNfYXR0 | 8 | MGRkNDVjZQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJmaWVsZHNfYXR0 |
9 | cmlidXRlc1swXVtuYW1lXSINCg0KYnJlYWQNCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYz | 9 | cmlidXRlc1swXVtuYW1lXSINCg0KYnJlYWQNCi0tYTc1OTViNDQ2NjdmNGQ2ZTkxNzBkZGZjMTBk |
10 | YWVhYzUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iZmllbGRzX2F0dHJp | 10 | ZDQ1Y2UNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iZmllbGRzX2F0dHJp |
11 | YnV0ZXNbMF1bdmFsdWVdIg0KDQp0b2FzdHkuDQotLTQ5YTJhNTU0NDA0ZTRmZjdhMjY4NTNhNDU2 | 11 | YnV0ZXNbMF1bdmFsdWVdIg0KDQp0b2FzdHkuDQotLWE3NTk1YjQ0NjY3ZjRkNmU5MTcwZGRmYzEw |
12 | M2FlYWM1DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy | 12 | ZGQ0NWNlDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy |
13 | aWJ1dGVzWzFdW25hbWVdIg0KDQpsYXNhZ25hDQotLTQ5YTJhNTU0NDA0ZTRmZjdhMjY4NTNhNDU2 | 13 | aWJ1dGVzWzFdW25hbWVdIg0KDQpsYXNhZ25hDQotLWE3NTk1YjQ0NjY3ZjRkNmU5MTcwZGRmYzEw |
14 | M2FlYWM1DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy | 14 | ZGQ0NWNlDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy |
15 | aWJ1dGVzWzFdW3ZhbHVlXSINCg0Kbm8hISENCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYz | 15 | aWJ1dGVzWzFdW3ZhbHVlXSINCg0Kbm8hISENCi0tYTc1OTViNDQ2NjdmNGQ2ZTkxNzBkZGZjMTBk |
16 | YWVhYzUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXZhdGFyIjsgZmls | 16 | ZDQ1Y2UNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXZhdGFyIjsgZmls |
17 | ZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0K | 17 | ZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0K |
18 | DQr/2P/gABBKRklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJS | 18 | DQr/2P/gABBKRklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJS |
19 | R0IgWFlaIAfcAAEAGQADACkAOWFjc3BBUFBMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD21gAB | 19 | R0IgWFlaIAfcAAEAGQADACkAOWFjc3BBUFBMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD21gAB |
@@ -950,7 +950,7 @@ interactions: | |||
950 | oX5EQbZIDAphpUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWb | 950 | oX5EQbZIDAphpUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWb |
951 | bHaEokDtzf5qMy4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBT | 951 | bHaEokDtzf5qMy4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBT |
952 | tsYnLjJ4xUrWDGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/Wl | 952 | tsYnLjJ4xUrWDGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/Wl |
953 | SoGNPcbo46Oebs70qVKg/9kNCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYzYWVhYzUNCkNv | 953 | SoGNPcbo46Oebs70qVKg/9kNCi0tYTc1OTViNDQ2NjdmNGQ2ZTkxNzBkZGZjMTBkZDQ1Y2UNCkNv |
954 | bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iaGVhZGVyIjsgZmlsZW5hbWU9Im1h | 954 | bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iaGVhZGVyIjsgZmlsZW5hbWU9Im1h |
955 | c3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0KDQr/2P/gABBK | 955 | c3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0KDQr/2P/gABBK |
956 | RklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJSR0IgWFlaIAfc | 956 | RklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJSR0IgWFlaIAfc |
@@ -1888,21 +1888,21 @@ interactions: | |||
1888 | pUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWbbHaEokDtzf5q | 1888 | pUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWbbHaEokDtzf5q |
1889 | My4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBTtsYnLjJ4xUrW | 1889 | My4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBTtsYnLjJ4xUrW |
1890 | DGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/WlSoGNPcbo46Oe | 1890 | DGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/WlSoGNPcbo46Oe |
1891 | bs70qVKg/9kNCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYzYWVhYzUtLQ0K | 1891 | bs70qVKg/9kNCi0tYTc1OTViNDQ2NjdmNGQ2ZTkxNzBkZGZjMTBkZDQ1Y2UtLQ0K |
1892 | headers: | 1892 | headers: |
1893 | Accept: ['*/*'] | 1893 | Accept: ['*/*'] |
1894 | Accept-Encoding: ['gzip, deflate'] | 1894 | Accept-Encoding: ['gzip, deflate'] |
1895 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 1895 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
1896 | Connection: [keep-alive] | 1896 | Connection: [keep-alive] |
1897 | Content-Length: ['107607'] | 1897 | Content-Length: ['107607'] |
1898 | Content-Type: [multipart/form-data; boundary=49a2a554404e4ff7a26853a4563aeac5] | 1898 | Content-Type: [multipart/form-data; boundary=a7595b44667f4d6e9170ddfc10dd45ce] |
1899 | User-Agent: [python-requests/2.18.4] | 1899 | User-Agent: [python-requests/2.18.4] |
1900 | method: PATCH | 1900 | method: PATCH |
1901 | uri: http://localhost:3000/api/v1/accounts/update_credentials | 1901 | uri: http://localhost:3000/api/v1/accounts/update_credentials |
1902 | response: | 1902 | response: |
1903 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1903 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1904 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 1904 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
1905 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | 1905 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I |
1906 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | 1906 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
1907 | headers: | 1907 | headers: |
1908 | Cache-Control: ['no-cache, no-store'] | 1908 | Cache-Control: ['no-cache, no-store'] |
@@ -1914,8 +1914,8 @@ interactions: | |||
1914 | X-Download-Options: [noopen] | 1914 | X-Download-Options: [noopen] |
1915 | X-Frame-Options: [SAMEORIGIN] | 1915 | X-Frame-Options: [SAMEORIGIN] |
1916 | X-Permitted-Cross-Domain-Policies: [none] | 1916 | X-Permitted-Cross-Domain-Policies: [none] |
1917 | X-Request-Id: [25f1eb3b-4110-40c5-ba4f-ce60cc29966d] | 1917 | X-Request-Id: [e936c6c1-c6d5-4e7f-81e8-a736f5f7807e] |
1918 | X-Runtime: ['1.444611'] | 1918 | X-Runtime: ['0.145442'] |
1919 | X-XSS-Protection: [1; mode=block] | 1919 | X-XSS-Protection: [1; mode=block] |
1920 | content-length: ['1134'] | 1920 | content-length: ['1134'] |
1921 | status: {code: 200, message: OK} | 1921 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_update_credentials_no_avatar.yaml b/tests/cassettes/test_account_update_credentials_no_avatar.yaml index 2dff3d5..22f1f47 100644 --- a/tests/cassettes/test_account_update_credentials_no_avatar.yaml +++ b/tests/cassettes/test_account_update_credentials_no_avatar.yaml | |||
@@ -1,11 +1,11 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS0xNDg2NjY0N2I2MWQ0M2Y0YmY4YjFlMGFmMDdlMDIwMQ0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS1lMzVlOGY5ZDEwNjI0NjJmYWI2MWM5YjBiNjA2NTc4Yw0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tMTQ4NjY2NDdiNjFkNDNm | 5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tZTM1ZThmOWQxMDYyNDYy |
6 | NGJmOGIxZTBhZjA3ZTAyMDENCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i | 6 | ZmFiNjFjOWIwYjYwNjU3OGMNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i |
7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS0xNDg2NjY0N2I2MWQ0M2Y0YmY4YjFlMGFm | 7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS1lMzVlOGY5ZDEwNjI0NjJmYWI2MWM5YjBi |
8 | MDdlMDIwMQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJoZWFkZXIiOyBm | 8 | NjA2NTc4Yw0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJoZWFkZXIiOyBm |
9 | aWxlbmFtZT0ibWFzdG9kb25weXVwbG9hZF8uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVn | 9 | aWxlbmFtZT0ibWFzdG9kb25weXVwbG9hZF8uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVn |
10 | DQoNCv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50 | 10 | DQoNCv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50 |
11 | clJHQiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbW | 11 | clJHQiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbW |
@@ -942,7 +942,7 @@ interactions: | |||
942 | elShfkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpU | 942 | elShfkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpU |
943 | VZtsdoSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilS | 943 | VZtsdoSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilS |
944 | oFO2xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn | 944 | oFO2xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn |
945 | 9aVKgY09xujjo55uzvSpUqD/2Q0KLS0xNDg2NjY0N2I2MWQ0M2Y0YmY4YjFlMGFmMDdlMDIwMS0t | 945 | 9aVKgY09xujjo55uzvSpUqD/2Q0KLS1lMzVlOGY5ZDEwNjI0NjJmYWI2MWM5YjBiNjA2NTc4Yy0t |
946 | DQo= | 946 | DQo= |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
@@ -950,14 +950,14 @@ interactions: | |||
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53696'] | 952 | Content-Length: ['53696'] |
953 | Content-Type: [multipart/form-data; boundary=14866647b61d43f4bf8b1e0af07e0201] | 953 | Content-Type: [multipart/form-data; boundary=e35e8f9d1062462fab61c9b0b606578c] |
954 | User-Agent: [python-requests/2.18.4] | 954 | User-Agent: [python-requests/2.18.4] |
955 | method: PATCH | 955 | method: PATCH |
956 | uri: http://localhost:3000/api/v1/accounts/update_credentials | 956 | uri: http://localhost:3000/api/v1/accounts/update_credentials |
957 | response: | 957 | response: |
958 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 958 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
959 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 959 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
960 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | 960 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I |
961 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | 961 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
962 | headers: | 962 | headers: |
963 | Cache-Control: ['no-cache, no-store'] | 963 | Cache-Control: ['no-cache, no-store'] |
@@ -969,8 +969,8 @@ interactions: | |||
969 | X-Download-Options: [noopen] | 969 | X-Download-Options: [noopen] |
970 | X-Frame-Options: [SAMEORIGIN] | 970 | X-Frame-Options: [SAMEORIGIN] |
971 | X-Permitted-Cross-Domain-Policies: [none] | 971 | X-Permitted-Cross-Domain-Policies: [none] |
972 | X-Request-Id: [fe45c23d-29fc-4bef-8b94-8e0f8f682cea] | 972 | X-Request-Id: [898b3011-805b-4ff5-b3b5-df714c0baede] |
973 | X-Runtime: ['0.163652'] | 973 | X-Runtime: ['0.081063'] |
974 | X-XSS-Protection: [1; mode=block] | 974 | X-XSS-Protection: [1; mode=block] |
975 | content-length: ['1134'] | 975 | content-length: ['1134'] |
976 | status: {code: 200, message: OK} | 976 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_update_credentials_no_header.yaml b/tests/cassettes/test_account_update_credentials_no_header.yaml index 373c562..b2b621e 100644 --- a/tests/cassettes/test_account_update_credentials_no_header.yaml +++ b/tests/cassettes/test_account_update_credentials_no_header.yaml | |||
@@ -1,11 +1,11 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS02MDdjZmE5MjkwMTU0NjQxYjA1Y2ZiYTc4MmQ4NjRlYg0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS1hZDZlZTU2NzkxNDI0YWNhYWE1OGMzMTgzZTBkNmUyMA0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tNjA3Y2ZhOTI5MDE1NDY0 | 5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tYWQ2ZWU1Njc5MTQyNGFj |
6 | MWIwNWNmYmE3ODJkODY0ZWINCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i | 6 | YWFhNThjMzE4M2UwZDZlMjANCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i |
7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS02MDdjZmE5MjkwMTU0NjQxYjA1Y2ZiYTc4 | 7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS1hZDZlZTU2NzkxNDI0YWNhYWE1OGMzMTgz |
8 | MmQ4NjRlYg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdmF0YXIiOyBm | 8 | ZTBkNmUyMA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdmF0YXIiOyBm |
9 | aWxlbmFtZT0ibWFzdG9kb25weXVwbG9hZF8uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVn | 9 | aWxlbmFtZT0ibWFzdG9kb25weXVwbG9hZF8uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVn |
10 | DQoNCv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50 | 10 | DQoNCv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50 |
11 | clJHQiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbW | 11 | clJHQiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbW |
@@ -942,7 +942,7 @@ interactions: | |||
942 | elShfkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpU | 942 | elShfkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpU |
943 | VZtsdoSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilS | 943 | VZtsdoSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilS |
944 | oFO2xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn | 944 | oFO2xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn |
945 | 9aVKgY09xujjo55uzvSpUqD/2Q0KLS02MDdjZmE5MjkwMTU0NjQxYjA1Y2ZiYTc4MmQ4NjRlYi0t | 945 | 9aVKgY09xujjo55uzvSpUqD/2Q0KLS1hZDZlZTU2NzkxNDI0YWNhYWE1OGMzMTgzZTBkNmUyMC0t |
946 | DQo= | 946 | DQo= |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
@@ -950,14 +950,14 @@ interactions: | |||
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53696'] | 952 | Content-Length: ['53696'] |
953 | Content-Type: [multipart/form-data; boundary=607cfa9290154641b05cfba782d864eb] | 953 | Content-Type: [multipart/form-data; boundary=ad6ee56791424acaaa58c3183e0d6e20] |
954 | User-Agent: [python-requests/2.18.4] | 954 | User-Agent: [python-requests/2.18.4] |
955 | method: PATCH | 955 | method: PATCH |
956 | uri: http://localhost:3000/api/v1/accounts/update_credentials | 956 | uri: http://localhost:3000/api/v1/accounts/update_credentials |
957 | response: | 957 | response: |
958 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 958 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
959 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 959 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
960 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | 960 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I |
961 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | 961 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
962 | headers: | 962 | headers: |
963 | Cache-Control: ['no-cache, no-store'] | 963 | Cache-Control: ['no-cache, no-store'] |
@@ -969,8 +969,8 @@ interactions: | |||
969 | X-Download-Options: [noopen] | 969 | X-Download-Options: [noopen] |
970 | X-Frame-Options: [SAMEORIGIN] | 970 | X-Frame-Options: [SAMEORIGIN] |
971 | X-Permitted-Cross-Domain-Policies: [none] | 971 | X-Permitted-Cross-Domain-Policies: [none] |
972 | X-Request-Id: [325a6ba1-eb69-4302-83d9-f8e167e12621] | 972 | X-Request-Id: [9079cc4e-4dc8-409b-9f5a-c99c2a4a5259] |
973 | X-Runtime: ['0.220297'] | 973 | X-Runtime: ['0.099252'] |
974 | X-XSS-Protection: [1; mode=block] | 974 | X-XSS-Protection: [1; mode=block] |
975 | content-length: ['1134'] | 975 | content-length: ['1134'] |
976 | status: {code: 200, message: OK} | 976 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_admin_accounts.yaml b/tests/cassettes/test_admin_accounts.yaml index 9cf0e25..2d03b37 100644 --- a/tests/cassettes/test_admin_accounts.yaml +++ b/tests/cassettes/test_admin_accounts.yaml | |||
@@ -10,11 +10,13 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/admin/accounts?active=True | 11 | uri: http://localhost:3000/api/v1/admin/accounts?active=True |
12 | response: | 12 | response: |
13 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:15:59.914Z","email":"mastodonpy_test@localhost:3000","ip":null,"role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T22:15:59.914Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}},{"id":"2","username":"coolguy42187","domain":null,"created_at":"2019-06-22T13:02:57.324Z","email":"email@localhost42187","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"2","account":{"id":"2","username":"coolguy42187","acct":"coolguy42187","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T13:02:57.324Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy42187","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":0,"emojis":[],"fields":[]}},{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}}]'} | 13 | body: {string: '[{"id":"1234567890123457","username":"mastodonpy_test_2","domain":null,"created_at":"2019-06-22T23:11:52.445Z","email":"mastodonpy_test_2@localhost:3000","ip":null,"role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.445Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","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":0,"emojis":[],"fields":[]}},{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
14 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | ||
15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}},{"id":"8","username":"coolguy32163","domain":null,"created_at":"2019-06-22T21:10:08.218Z","email":"email@localhost32163","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"8","account":{"id":"8","username":"coolguy32163","acct":"coolguy32163","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T21:10:08.218Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy32163","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":0,"emojis":[],"fields":[]}},{"id":"7","username":"coolguy41396","domain":null,"created_at":"2019-06-22T21:07:13.739Z","email":"email@localhost41396","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"7","account":{"id":"7","username":"coolguy41396","acct":"coolguy41396","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T21:07:13.739Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy41396","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":0,"emojis":[],"fields":[]}},{"id":"6","username":"coolguy94503","domain":null,"created_at":"2019-06-22T20:59:27.284Z","email":"email@localhost94503","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"6","account":{"id":"6","username":"coolguy94503","acct":"coolguy94503","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T20:59:27.284Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy94503","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":0,"emojis":[],"fields":[]}},{"id":"5","username":"coolguy69728","domain":null,"created_at":"2019-06-22T20:56:07.746Z","email":"email@localhost69728","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"5","account":{"id":"5","username":"coolguy69728","acct":"coolguy69728","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T20:56:07.746Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy69728","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":0,"emojis":[],"fields":[]}},{"id":"4","username":"coolguy08762","domain":null,"created_at":"2019-06-22T20:54:32.461Z","email":"email@localhost08762","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"4","account":{"id":"4","username":"coolguy08762","acct":"coolguy08762","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T20:54:32.461Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy08762","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":0,"emojis":[],"fields":[]}},{"id":"3","username":"coolguy85592","domain":null,"created_at":"2019-06-22T20:50:41.976Z","email":"email@localhost85592","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"3","account":{"id":"3","username":"coolguy85592","acct":"coolguy85592","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T20:50:41.976Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy85592","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":0,"emojis":[],"fields":[]}},{"id":"2","username":"coolguy42187","domain":null,"created_at":"2019-06-22T13:02:57.324Z","email":"email@localhost42187","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"2","account":{"id":"2","username":"coolguy42187","acct":"coolguy42187","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T13:02:57.324Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy42187","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":0,"emojis":[],"fields":[]}},{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":16,"emojis":[],"fields":[]}}]'} | ||
14 | headers: | 16 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
17 | Link: ['<http://localhost:3000/api/v1/admin/accounts?active=True&min_id=1234567890123456>; | 19 | Link: ['<http://localhost:3000/api/v1/admin/accounts?active=True&min_id=1234567890123457>; |
18 | rel="prev"'] | 20 | rel="prev"'] |
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 21 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 22 | Transfer-Encoding: [chunked] |
@@ -23,10 +25,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [058a0579-6d84-4c48-a16b-5bdae0b74ac6] | 28 | X-Request-Id: [6d951af5-1f55-40d8-9de5-32f1463f67ef] |
27 | X-Runtime: ['0.074321'] | 29 | X-Runtime: ['0.089463'] |
28 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['2526'] | 31 | content-length: ['8909'] |
30 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
31 | - request: | 33 | - request: |
32 | body: null | 34 | body: null |
@@ -39,7 +41,7 @@ interactions: | |||
39 | method: GET | 41 | method: GET |
40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 42 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
41 | response: | 43 | response: |
42 | body: {string: '{"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":1,"following_count":0,"statuses_count":7,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 44 | body: {string: '{"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":16,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
43 | headers: | 45 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -50,10 +52,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [4f0a2ed4-b4ee-4d79-a0a2-24253670a629] | 55 | X-Request-Id: [8df3bc47-c15f-4ca5-8e37-02deb72c15c2] |
54 | X-Runtime: ['0.023701'] | 56 | X-Runtime: ['0.020513'] |
55 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['609'] | 58 | content-length: ['610'] |
57 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
58 | - request: | 60 | - request: |
59 | body: null | 61 | body: null |
@@ -66,7 +68,7 @@ interactions: | |||
66 | method: GET | 68 | method: GET |
67 | uri: http://localhost:3000/api/v1/admin/accounts/1 | 69 | uri: http://localhost:3000/api/v1/admin/accounts/1 |
68 | response: | 70 | response: |
69 | body: {string: '{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}}'} | 71 | body: {string: '{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":16,"emojis":[],"fields":[]}}'} |
70 | headers: | 72 | headers: |
71 | Cache-Control: ['no-cache, no-store'] | 73 | Cache-Control: ['no-cache, no-store'] |
72 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
@@ -77,9 +79,9 @@ interactions: | |||
77 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
78 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
79 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
80 | X-Request-Id: [76cc4636-f5f7-4149-941a-071443f4e0c0] | 82 | X-Request-Id: [3b368570-9fc8-44e6-b3bd-79867d4ebfe3] |
81 | X-Runtime: ['0.023539'] | 83 | X-Runtime: ['0.021539'] |
82 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
83 | content-length: ['796'] | 85 | content-length: ['797'] |
84 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
85 | version: 1 | 87 | version: 1 |
diff --git a/tests/cassettes/test_admin_moderation.yaml b/tests/cassettes/test_admin_moderation.yaml index 58cb23c..8b4ff0c 100644 --- a/tests/cassettes/test_admin_moderation.yaml +++ b/tests/cassettes/test_admin_moderation.yaml | |||
@@ -10,7 +10,10 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
14 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | ||
15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | ||
16 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | ||
14 | headers: | 17 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +24,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [aa064dd7-6f49-4308-ab68-17130de204b1] | 27 | X-Request-Id: [dc3c2377-b30d-46d2-8ed7-a700d448f7a1] |
25 | X-Runtime: ['0.033881'] | 28 | X-Runtime: ['0.042809'] |
26 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['653'] | 30 | content-length: ['1134'] |
28 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
29 | - request: | 32 | - request: |
30 | body: send_email_notification=1&type=disable | 33 | body: send_email_notification=1&type=disable |
@@ -50,8 +53,8 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [12eb6f99-0b79-47b9-a61b-2c01939b2eef] | 56 | X-Request-Id: [84ac4744-972d-4a65-8fd7-fa316a26c895] |
54 | X-Runtime: ['0.038479'] | 57 | X-Runtime: ['0.042256'] |
55 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['2'] | 59 | content-length: ['2'] |
57 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
@@ -66,7 +69,9 @@ interactions: | |||
66 | method: GET | 69 | method: GET |
67 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 | 70 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 |
68 | response: | 71 | response: |
69 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":true,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} | 72 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":true,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
73 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | ||
74 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} | ||
70 | headers: | 75 | headers: |
71 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
72 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
@@ -77,10 +82,10 @@ interactions: | |||
77 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
78 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
79 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
80 | X-Request-Id: [3cb9e402-a36b-4bb3-9e85-f8e55b58924c] | 85 | X-Request-Id: [60f4dd78-2549-46a4-9b84-7811906d8ea4] |
81 | X-Runtime: ['0.052556'] | 86 | X-Runtime: ['0.044526'] |
82 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
83 | content-length: ['878'] | 88 | content-length: ['1240'] |
84 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
85 | - request: | 90 | - request: |
86 | body: null | 91 | body: null |
@@ -94,7 +99,9 @@ interactions: | |||
94 | method: POST | 99 | method: POST |
95 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/enable | 100 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/enable |
96 | response: | 101 | response: |
97 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} | 102 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
103 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | ||
104 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} | ||
98 | headers: | 105 | headers: |
99 | Cache-Control: ['no-cache, no-store'] | 106 | Cache-Control: ['no-cache, no-store'] |
100 | Content-Type: [application/json; charset=utf-8] | 107 | Content-Type: [application/json; charset=utf-8] |
@@ -105,10 +112,10 @@ interactions: | |||
105 | X-Download-Options: [noopen] | 112 | X-Download-Options: [noopen] |
106 | X-Frame-Options: [SAMEORIGIN] | 113 | X-Frame-Options: [SAMEORIGIN] |
107 | X-Permitted-Cross-Domain-Policies: [none] | 114 | X-Permitted-Cross-Domain-Policies: [none] |
108 | X-Request-Id: [fbc1c872-c78d-4737-9ffd-aab6ac569727] | 115 | X-Request-Id: [adc120cb-11ea-407a-8ea2-b8a803c6a4a6] |
109 | X-Runtime: ['0.072257'] | 116 | X-Runtime: ['0.054101'] |
110 | X-XSS-Protection: [1; mode=block] | 117 | X-XSS-Protection: [1; mode=block] |
111 | content-length: ['879'] | 118 | content-length: ['1241'] |
112 | status: {code: 200, message: OK} | 119 | status: {code: 200, message: OK} |
113 | - request: | 120 | - request: |
114 | body: send_email_notification=1&type=silence | 121 | body: send_email_notification=1&type=silence |
@@ -134,8 +141,8 @@ interactions: | |||
134 | X-Download-Options: [noopen] | 141 | X-Download-Options: [noopen] |
135 | X-Frame-Options: [SAMEORIGIN] | 142 | X-Frame-Options: [SAMEORIGIN] |
136 | X-Permitted-Cross-Domain-Policies: [none] | 143 | X-Permitted-Cross-Domain-Policies: [none] |
137 | X-Request-Id: [5eb4cb13-617b-4c0f-a8b1-b77ca412e5e1] | 144 | X-Request-Id: [b17976da-7a71-4bdd-9bfd-24f6747c6ac0] |
138 | X-Runtime: ['0.059976'] | 145 | X-Runtime: ['0.060963'] |
139 | X-XSS-Protection: [1; mode=block] | 146 | X-XSS-Protection: [1; mode=block] |
140 | content-length: ['2'] | 147 | content-length: ['2'] |
141 | status: {code: 200, message: OK} | 148 | status: {code: 200, message: OK} |
@@ -150,7 +157,9 @@ interactions: | |||
150 | method: GET | 157 | method: GET |
151 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 | 158 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 |
152 | response: | 159 | response: |
153 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":true,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} | 160 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":true,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
161 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | ||
162 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} | ||
154 | headers: | 163 | headers: |
155 | Cache-Control: ['no-cache, no-store'] | 164 | Cache-Control: ['no-cache, no-store'] |
156 | Content-Type: [application/json; charset=utf-8] | 165 | Content-Type: [application/json; charset=utf-8] |
@@ -161,10 +170,10 @@ interactions: | |||
161 | X-Download-Options: [noopen] | 170 | X-Download-Options: [noopen] |
162 | X-Frame-Options: [SAMEORIGIN] | 171 | X-Frame-Options: [SAMEORIGIN] |
163 | X-Permitted-Cross-Domain-Policies: [none] | 172 | X-Permitted-Cross-Domain-Policies: [none] |
164 | X-Request-Id: [bd1d95a4-ca94-4757-ba95-d6e605c1a078] | 173 | X-Request-Id: [e7093407-e41e-4567-bd6f-c7f291ac6a5c] |
165 | X-Runtime: ['0.046756'] | 174 | X-Runtime: ['0.045798'] |
166 | X-XSS-Protection: [1; mode=block] | 175 | X-XSS-Protection: [1; mode=block] |
167 | content-length: ['878'] | 176 | content-length: ['1240'] |
168 | status: {code: 200, message: OK} | 177 | status: {code: 200, message: OK} |
169 | - request: | 178 | - request: |
170 | body: null | 179 | body: null |
@@ -178,7 +187,9 @@ interactions: | |||
178 | method: POST | 187 | method: POST |
179 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsilence | 188 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsilence |
180 | response: | 189 | response: |
181 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} | 190 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
191 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | ||
192 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} | ||
182 | headers: | 193 | headers: |
183 | Cache-Control: ['no-cache, no-store'] | 194 | Cache-Control: ['no-cache, no-store'] |
184 | Content-Type: [application/json; charset=utf-8] | 195 | Content-Type: [application/json; charset=utf-8] |
@@ -189,10 +200,10 @@ interactions: | |||
189 | X-Download-Options: [noopen] | 200 | X-Download-Options: [noopen] |
190 | X-Frame-Options: [SAMEORIGIN] | 201 | X-Frame-Options: [SAMEORIGIN] |
191 | X-Permitted-Cross-Domain-Policies: [none] | 202 | X-Permitted-Cross-Domain-Policies: [none] |
192 | X-Request-Id: [b9098809-599c-408a-8148-d9fd3362628b] | 203 | X-Request-Id: [0c0d663d-1629-44f0-b8d7-033e3fe95b64] |
193 | X-Runtime: ['0.082879'] | 204 | X-Runtime: ['0.080628'] |
194 | X-XSS-Protection: [1; mode=block] | 205 | X-XSS-Protection: [1; mode=block] |
195 | content-length: ['879'] | 206 | content-length: ['1241'] |
196 | status: {code: 200, message: OK} | 207 | status: {code: 200, message: OK} |
197 | - request: | 208 | - request: |
198 | body: send_email_notification=1&type=suspend | 209 | body: send_email_notification=1&type=suspend |
@@ -218,8 +229,8 @@ interactions: | |||
218 | X-Download-Options: [noopen] | 229 | X-Download-Options: [noopen] |
219 | X-Frame-Options: [SAMEORIGIN] | 230 | X-Frame-Options: [SAMEORIGIN] |
220 | X-Permitted-Cross-Domain-Policies: [none] | 231 | X-Permitted-Cross-Domain-Policies: [none] |
221 | X-Request-Id: [82c35ecb-8a86-4110-b314-0b325960ec32] | 232 | X-Request-Id: [36d3806b-bdd1-40fa-afa9-cc0a48f37dd4] |
222 | X-Runtime: ['0.077761'] | 233 | X-Runtime: ['0.099746'] |
223 | X-XSS-Protection: [1; mode=block] | 234 | X-XSS-Protection: [1; mode=block] |
224 | content-length: ['2'] | 235 | content-length: ['2'] |
225 | status: {code: 200, message: OK} | 236 | status: {code: 200, message: OK} |
@@ -234,7 +245,9 @@ interactions: | |||
234 | method: GET | 245 | method: GET |
235 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 | 246 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 |
236 | response: | 247 | response: |
237 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":true,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} | 248 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":true,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
249 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | ||
250 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} | ||
238 | headers: | 251 | headers: |
239 | Cache-Control: ['no-cache, no-store'] | 252 | Cache-Control: ['no-cache, no-store'] |
240 | Content-Type: [application/json; charset=utf-8] | 253 | Content-Type: [application/json; charset=utf-8] |
@@ -245,10 +258,10 @@ interactions: | |||
245 | X-Download-Options: [noopen] | 258 | X-Download-Options: [noopen] |
246 | X-Frame-Options: [SAMEORIGIN] | 259 | X-Frame-Options: [SAMEORIGIN] |
247 | X-Permitted-Cross-Domain-Policies: [none] | 260 | X-Permitted-Cross-Domain-Policies: [none] |
248 | X-Request-Id: [412e8231-2367-4988-88b6-f427b2017d52] | 261 | X-Request-Id: [216d28a8-6ae0-4371-8019-4d0400fb8565] |
249 | X-Runtime: ['0.055886'] | 262 | X-Runtime: ['0.067961'] |
250 | X-XSS-Protection: [1; mode=block] | 263 | X-XSS-Protection: [1; mode=block] |
251 | content-length: ['877'] | 264 | content-length: ['1239'] |
252 | status: {code: 200, message: OK} | 265 | status: {code: 200, message: OK} |
253 | - request: | 266 | - request: |
254 | body: null | 267 | body: null |
@@ -262,7 +275,9 @@ interactions: | |||
262 | method: POST | 275 | method: POST |
263 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsuspend | 276 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsuspend |
264 | response: | 277 | response: |
265 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} | 278 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
279 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | ||
280 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} | ||
266 | headers: | 281 | headers: |
267 | Cache-Control: ['no-cache, no-store'] | 282 | Cache-Control: ['no-cache, no-store'] |
268 | Content-Type: [application/json; charset=utf-8] | 283 | Content-Type: [application/json; charset=utf-8] |
@@ -273,10 +288,10 @@ interactions: | |||
273 | X-Download-Options: [noopen] | 288 | X-Download-Options: [noopen] |
274 | X-Frame-Options: [SAMEORIGIN] | 289 | X-Frame-Options: [SAMEORIGIN] |
275 | X-Permitted-Cross-Domain-Policies: [none] | 290 | X-Permitted-Cross-Domain-Policies: [none] |
276 | X-Request-Id: [a82b647c-4f22-4037-9a85-df9dc29554cf] | 291 | X-Request-Id: [3bfc3c57-3dac-4fb1-99d2-ca7361dcdda4] |
277 | X-Runtime: ['0.107695'] | 292 | X-Runtime: ['0.223399'] |
278 | X-XSS-Protection: [1; mode=block] | 293 | X-XSS-Protection: [1; mode=block] |
279 | content-length: ['879'] | 294 | content-length: ['1241'] |
280 | status: {code: 200, message: OK} | 295 | status: {code: 200, message: OK} |
281 | - request: | 296 | - request: |
282 | body: null | 297 | body: null |
@@ -290,7 +305,7 @@ interactions: | |||
290 | method: POST | 305 | method: POST |
291 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsuspend | 306 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsuspend |
292 | response: | 307 | response: |
293 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} | 308 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} |
294 | headers: | 309 | headers: |
295 | Cache-Control: ['no-cache, no-store'] | 310 | Cache-Control: ['no-cache, no-store'] |
296 | Content-Type: [application/json; charset=utf-8] | 311 | Content-Type: [application/json; charset=utf-8] |
@@ -301,10 +316,10 @@ interactions: | |||
301 | X-Download-Options: [noopen] | 316 | X-Download-Options: [noopen] |
302 | X-Frame-Options: [SAMEORIGIN] | 317 | X-Frame-Options: [SAMEORIGIN] |
303 | X-Permitted-Cross-Domain-Policies: [none] | 318 | X-Permitted-Cross-Domain-Policies: [none] |
304 | X-Request-Id: [56c54dd1-089e-4c5c-ab51-93d4c6eb1469] | 319 | X-Request-Id: [832698fb-5ee9-4137-ac31-811f64945226] |
305 | X-Runtime: ['0.086749'] | 320 | X-Runtime: ['0.141727'] |
306 | X-XSS-Protection: [1; mode=block] | 321 | X-XSS-Protection: [1; mode=block] |
307 | content-length: ['879'] | 322 | content-length: ['880'] |
308 | status: {code: 200, message: OK} | 323 | status: {code: 200, message: OK} |
309 | - request: | 324 | - request: |
310 | body: null | 325 | body: null |
@@ -318,7 +333,7 @@ interactions: | |||
318 | method: POST | 333 | method: POST |
319 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/enable | 334 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/enable |
320 | response: | 335 | response: |
321 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} | 336 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} |
322 | headers: | 337 | headers: |
323 | Cache-Control: ['no-cache, no-store'] | 338 | Cache-Control: ['no-cache, no-store'] |
324 | Content-Type: [application/json; charset=utf-8] | 339 | Content-Type: [application/json; charset=utf-8] |
@@ -329,10 +344,10 @@ interactions: | |||
329 | X-Download-Options: [noopen] | 344 | X-Download-Options: [noopen] |
330 | X-Frame-Options: [SAMEORIGIN] | 345 | X-Frame-Options: [SAMEORIGIN] |
331 | X-Permitted-Cross-Domain-Policies: [none] | 346 | X-Permitted-Cross-Domain-Policies: [none] |
332 | X-Request-Id: [c9907143-2c1e-4c8f-8d5e-ba064be9d87b] | 347 | X-Request-Id: [6d583ce9-4a8d-4fea-aa6d-23c31663a3c3] |
333 | X-Runtime: ['0.164157'] | 348 | X-Runtime: ['0.109701'] |
334 | X-XSS-Protection: [1; mode=block] | 349 | X-XSS-Protection: [1; mode=block] |
335 | content-length: ['879'] | 350 | content-length: ['880'] |
336 | status: {code: 200, message: OK} | 351 | status: {code: 200, message: OK} |
337 | - request: | 352 | - request: |
338 | body: null | 353 | body: null |
@@ -346,7 +361,7 @@ interactions: | |||
346 | method: POST | 361 | method: POST |
347 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsilence | 362 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsilence |
348 | response: | 363 | response: |
349 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} | 364 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]}}'} |
350 | headers: | 365 | headers: |
351 | Cache-Control: ['no-cache, no-store'] | 366 | Cache-Control: ['no-cache, no-store'] |
352 | Content-Type: [application/json; charset=utf-8] | 367 | Content-Type: [application/json; charset=utf-8] |
@@ -357,9 +372,9 @@ interactions: | |||
357 | X-Download-Options: [noopen] | 372 | X-Download-Options: [noopen] |
358 | X-Frame-Options: [SAMEORIGIN] | 373 | X-Frame-Options: [SAMEORIGIN] |
359 | X-Permitted-Cross-Domain-Policies: [none] | 374 | X-Permitted-Cross-Domain-Policies: [none] |
360 | X-Request-Id: [31a3caa7-07d5-48a5-bc5d-138c90ac0413] | 375 | X-Request-Id: [ba99009a-42b2-4095-af09-3583cfe99abd] |
361 | X-Runtime: ['0.211513'] | 376 | X-Runtime: ['0.124775'] |
362 | X-XSS-Protection: [1; mode=block] | 377 | X-XSS-Protection: [1; mode=block] |
363 | content-length: ['879'] | 378 | content-length: ['880'] |
364 | status: {code: 200, message: OK} | 379 | status: {code: 200, message: OK} |
365 | version: 1 | 380 | version: 1 |
diff --git a/tests/cassettes/test_admin_reports.yaml b/tests/cassettes/test_admin_reports.yaml index 93c083f..008ccb9 100644 --- a/tests/cassettes/test_admin_reports.yaml +++ b/tests/cassettes/test_admin_reports.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102317184522339970","created_at":"2019-06-22T20:45:36.102Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317184522339970","url":"http://localhost/@mastodonpy_test/102317184522339970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,8 +24,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [85fbbf6c-0fda-4f95-b0dc-48ac98c47805] | 27 | X-Request-Id: [df829ce7-9a5e-42cf-92ed-24c819044cc1] |
28 | X-Runtime: ['0.143998'] | 28 | X-Runtime: ['0.329707'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1236'] | 30 | content-length: ['1236'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
@@ -40,7 +40,7 @@ interactions: | |||
40 | method: GET | 40 | method: GET |
41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
42 | response: | 42 | response: |
43 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 43 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
44 | headers: | 44 | headers: |
45 | Cache-Control: ['no-cache, no-store'] | 45 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 46 | Content-Type: [application/json; charset=utf-8] |
@@ -51,8 +51,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [167b4850-c12e-44b0-a060-af569f561bde] | 54 | X-Request-Id: [84542aaa-d6b2-483b-9152-421ab1dd3035] |
55 | X-Runtime: ['0.035276'] | 55 | X-Runtime: ['0.157380'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['654'] | 57 | content-length: ['654'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
@@ -67,7 +67,7 @@ interactions: | |||
67 | method: GET | 67 | method: GET |
68 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 68 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
69 | response: | 69 | response: |
70 | body: {string: '{"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":1,"following_count":0,"statuses_count":7,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 70 | body: {string: '{"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":16,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
71 | headers: | 71 | headers: |
72 | Cache-Control: ['no-cache, no-store'] | 72 | Cache-Control: ['no-cache, no-store'] |
73 | Content-Type: [application/json; charset=utf-8] | 73 | Content-Type: [application/json; charset=utf-8] |
@@ -78,13 +78,13 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [ea5de9ba-7d6d-4403-bfb6-5cedb62d9cab] | 81 | X-Request-Id: [81d3d72d-1900-43c0-857a-5fe1f4084a90] |
82 | X-Runtime: ['0.021088'] | 82 | X-Runtime: ['0.087292'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['609'] | 84 | content-length: ['610'] |
85 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
86 | - request: | 86 | - request: |
87 | body: comment=api+crimes&account_id=1234567890123456&status_ids%5B%5D=102317184522339970 | 87 | body: comment=api+crimes&account_id=1234567890123456&status_ids%5B%5D=102317288817212637 |
88 | headers: | 88 | headers: |
89 | Accept: ['*/*'] | 89 | Accept: ['*/*'] |
90 | Accept-Encoding: ['gzip, deflate'] | 90 | Accept-Encoding: ['gzip, deflate'] |
@@ -96,7 +96,7 @@ interactions: | |||
96 | method: POST | 96 | method: POST |
97 | uri: http://localhost:3000/api/v1/reports/ | 97 | uri: http://localhost:3000/api/v1/reports/ |
98 | response: | 98 | response: |
99 | body: {string: '{"id":"7","action_taken":false}'} | 99 | body: {string: '{"id":"18","action_taken":false}'} |
100 | headers: | 100 | headers: |
101 | Cache-Control: ['no-cache, no-store'] | 101 | Cache-Control: ['no-cache, no-store'] |
102 | Content-Type: [application/json; charset=utf-8] | 102 | Content-Type: [application/json; charset=utf-8] |
@@ -107,10 +107,10 @@ interactions: | |||
107 | X-Download-Options: [noopen] | 107 | X-Download-Options: [noopen] |
108 | X-Frame-Options: [SAMEORIGIN] | 108 | X-Frame-Options: [SAMEORIGIN] |
109 | X-Permitted-Cross-Domain-Policies: [none] | 109 | X-Permitted-Cross-Domain-Policies: [none] |
110 | X-Request-Id: [d82c8adf-230b-4afa-b013-a10f696b391d] | 110 | X-Request-Id: [28fbf329-af13-4944-817d-e69e75955de6] |
111 | X-Runtime: ['0.031687'] | 111 | X-Runtime: ['0.195491'] |
112 | X-XSS-Protection: [1; mode=block] | 112 | X-XSS-Protection: [1; mode=block] |
113 | content-length: ['31'] | 113 | content-length: ['32'] |
114 | status: {code: 200, message: OK} | 114 | status: {code: 200, message: OK} |
115 | - request: | 115 | - request: |
116 | body: null | 116 | body: null |
@@ -123,15 +123,12 @@ interactions: | |||
123 | method: GET | 123 | method: GET |
124 | uri: http://localhost:3000/api/v1/admin/reports | 124 | uri: http://localhost:3000/api/v1/admin/reports |
125 | response: | 125 | response: |
126 | body: {string: '[{"id":"7","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T20:45:36.323Z","updated_at":"2019-06-22T20:45:36.323Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317184522339970","created_at":"2019-06-22T20:45:36.102Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317184522339970","url":"http://localhost/@mastodonpy_test/102317184522339970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 126 | body: {string: '[{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:08.142Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
127 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]},{"id":"6","action_taken":false,"comment":"api | 127 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}]'} |
128 | crimes","created_at":"2019-06-22T20:45:12.675Z","updated_at":"2019-06-22T20:45:12.942Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[]},{"id":"5","action_taken":false,"comment":"api | ||
129 | crimes","created_at":"2019-06-22T20:44:47.549Z","updated_at":"2019-06-22T20:44:47.779Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[]},{"id":"2","action_taken":false,"comment":"api | ||
130 | crimes","created_at":"2019-06-22T20:41:42.147Z","updated_at":"2019-06-22T20:41:42.147Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[]}]'} | ||
131 | headers: | 128 | headers: |
132 | Cache-Control: ['no-cache, no-store'] | 129 | Cache-Control: ['no-cache, no-store'] |
133 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
134 | Link: ['<http://localhost:3000/api/v1/admin/reports?min_id=7>; rel="prev"'] | 131 | Link: ['<http://localhost:3000/api/v1/admin/reports?min_id=18>; rel="prev"'] |
135 | Referrer-Policy: [strict-origin-when-cross-origin] | 132 | Referrer-Policy: [strict-origin-when-cross-origin] |
136 | Transfer-Encoding: [chunked] | 133 | Transfer-Encoding: [chunked] |
137 | Vary: ['Accept-Encoding, Origin'] | 134 | Vary: ['Accept-Encoding, Origin'] |
@@ -139,10 +136,10 @@ interactions: | |||
139 | X-Download-Options: [noopen] | 136 | X-Download-Options: [noopen] |
140 | X-Frame-Options: [SAMEORIGIN] | 137 | X-Frame-Options: [SAMEORIGIN] |
141 | X-Permitted-Cross-Domain-Policies: [none] | 138 | X-Permitted-Cross-Domain-Policies: [none] |
142 | X-Request-Id: [920afaa7-5e85-44de-b5b0-c24c1d149ed5] | 139 | X-Request-Id: [e4633d51-6b4f-412a-a45f-3cce6d489659] |
143 | X-Runtime: ['0.079723'] | 140 | X-Runtime: ['0.366657'] |
144 | X-XSS-Protection: [1; mode=block] | 141 | X-XSS-Protection: [1; mode=block] |
145 | content-length: ['8854'] | 142 | content-length: ['3133'] |
146 | status: {code: 200, message: OK} | 143 | status: {code: 200, message: OK} |
147 | - request: | 144 | - request: |
148 | body: null | 145 | body: null |
@@ -154,10 +151,10 @@ interactions: | |||
154 | Content-Length: ['0'] | 151 | Content-Length: ['0'] |
155 | User-Agent: [python-requests/2.18.4] | 152 | User-Agent: [python-requests/2.18.4] |
156 | method: POST | 153 | method: POST |
157 | uri: http://localhost:3000/api/v1/admin/reports/7/resolve | 154 | uri: http://localhost:3000/api/v1/admin/reports/18/resolve |
158 | response: | 155 | response: |
159 | body: {string: '{"id":"7","action_taken":true,"comment":"api crimes","created_at":"2019-06-22T20:45:36.323Z","updated_at":"2019-06-22T20:45:36.450Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"statuses":[{"id":"102317184522339970","created_at":"2019-06-22T20:45:36.102Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317184522339970","url":"http://localhost/@mastodonpy_test/102317184522339970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 156 | body: {string: '{"id":"18","action_taken":true,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:08.695Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":16,"emojis":[],"fields":[]}},"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
160 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} | 157 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} |
161 | headers: | 158 | headers: |
162 | Cache-Control: ['no-cache, no-store'] | 159 | Cache-Control: ['no-cache, no-store'] |
163 | Content-Type: [application/json; charset=utf-8] | 160 | Content-Type: [application/json; charset=utf-8] |
@@ -168,10 +165,10 @@ interactions: | |||
168 | X-Download-Options: [noopen] | 165 | X-Download-Options: [noopen] |
169 | X-Frame-Options: [SAMEORIGIN] | 166 | X-Frame-Options: [SAMEORIGIN] |
170 | X-Permitted-Cross-Domain-Policies: [none] | 167 | X-Permitted-Cross-Domain-Policies: [none] |
171 | X-Request-Id: [dd9cc46f-e76b-4c99-8fb2-f8d93235af86] | 168 | X-Request-Id: [66269dc2-8a8a-4b63-8a1b-8df6537674b5] |
172 | X-Runtime: ['0.102350'] | 169 | X-Runtime: ['0.260611'] |
173 | X-XSS-Protection: [1; mode=block] | 170 | X-XSS-Protection: [1; mode=block] |
174 | content-length: ['3919'] | 171 | content-length: ['3923'] |
175 | status: {code: 200, message: OK} | 172 | status: {code: 200, message: OK} |
176 | - request: | 173 | - request: |
177 | body: null | 174 | body: null |
@@ -184,13 +181,10 @@ interactions: | |||
184 | method: GET | 181 | method: GET |
185 | uri: http://localhost:3000/api/v1/admin/reports | 182 | uri: http://localhost:3000/api/v1/admin/reports |
186 | response: | 183 | response: |
187 | body: {string: '[{"id":"6","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T20:45:12.675Z","updated_at":"2019-06-22T20:45:12.942Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[]},{"id":"5","action_taken":false,"comment":"api | 184 | body: {string: '[]'} |
188 | crimes","created_at":"2019-06-22T20:44:47.549Z","updated_at":"2019-06-22T20:44:47.779Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[]},{"id":"2","action_taken":false,"comment":"api | ||
189 | crimes","created_at":"2019-06-22T20:41:42.147Z","updated_at":"2019-06-22T20:41:42.147Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[]}]'} | ||
190 | headers: | 185 | headers: |
191 | Cache-Control: ['no-cache, no-store'] | 186 | Cache-Control: ['no-cache, no-store'] |
192 | Content-Type: [application/json; charset=utf-8] | 187 | Content-Type: [application/json; charset=utf-8] |
193 | Link: ['<http://localhost:3000/api/v1/admin/reports?min_id=6>; rel="prev"'] | ||
194 | Referrer-Policy: [strict-origin-when-cross-origin] | 188 | Referrer-Policy: [strict-origin-when-cross-origin] |
195 | Transfer-Encoding: [chunked] | 189 | Transfer-Encoding: [chunked] |
196 | Vary: ['Accept-Encoding, Origin'] | 190 | Vary: ['Accept-Encoding, Origin'] |
@@ -198,10 +192,10 @@ interactions: | |||
198 | X-Download-Options: [noopen] | 192 | X-Download-Options: [noopen] |
199 | X-Frame-Options: [SAMEORIGIN] | 193 | X-Frame-Options: [SAMEORIGIN] |
200 | X-Permitted-Cross-Domain-Policies: [none] | 194 | X-Permitted-Cross-Domain-Policies: [none] |
201 | X-Request-Id: [30e971c7-480f-42f2-a87b-de31c157ce58] | 195 | X-Request-Id: [a9606365-e0f8-4f5d-8f78-64442313e241] |
202 | X-Runtime: ['0.050394'] | 196 | X-Runtime: ['0.036111'] |
203 | X-XSS-Protection: [1; mode=block] | 197 | X-XSS-Protection: [1; mode=block] |
204 | content-length: ['5725'] | 198 | content-length: ['2'] |
205 | status: {code: 200, message: OK} | 199 | status: {code: 200, message: OK} |
206 | - request: | 200 | - request: |
207 | body: null | 201 | body: null |
@@ -213,10 +207,10 @@ interactions: | |||
213 | Content-Length: ['0'] | 207 | Content-Length: ['0'] |
214 | User-Agent: [python-requests/2.18.4] | 208 | User-Agent: [python-requests/2.18.4] |
215 | method: POST | 209 | method: POST |
216 | uri: http://localhost:3000/api/v1/admin/reports/7/reopen | 210 | uri: http://localhost:3000/api/v1/admin/reports/18/reopen |
217 | response: | 211 | response: |
218 | body: {string: '{"id":"7","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T20:45:36.323Z","updated_at":"2019-06-22T20:45:36.621Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317184522339970","created_at":"2019-06-22T20:45:36.102Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317184522339970","url":"http://localhost/@mastodonpy_test/102317184522339970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 212 | body: {string: '{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:09.071Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
219 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} | 213 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} |
220 | headers: | 214 | headers: |
221 | Cache-Control: ['no-cache, no-store'] | 215 | Cache-Control: ['no-cache, no-store'] |
222 | Content-Type: [application/json; charset=utf-8] | 216 | Content-Type: [application/json; charset=utf-8] |
@@ -227,10 +221,10 @@ interactions: | |||
227 | X-Download-Options: [noopen] | 221 | X-Download-Options: [noopen] |
228 | X-Frame-Options: [SAMEORIGIN] | 222 | X-Frame-Options: [SAMEORIGIN] |
229 | X-Permitted-Cross-Domain-Policies: [none] | 223 | X-Permitted-Cross-Domain-Policies: [none] |
230 | X-Request-Id: [0dfa2721-c9a5-469b-bb1c-e272629c8499] | 224 | X-Request-Id: [5b565d3c-6012-43aa-bf05-c22c0d67fb7e] |
231 | X-Runtime: ['0.075180'] | 225 | X-Runtime: ['0.272004'] |
232 | X-XSS-Protection: [1; mode=block] | 226 | X-XSS-Protection: [1; mode=block] |
233 | content-length: ['3128'] | 227 | content-length: ['3131'] |
234 | status: {code: 200, message: OK} | 228 | status: {code: 200, message: OK} |
235 | - request: | 229 | - request: |
236 | body: null | 230 | body: null |
@@ -243,15 +237,12 @@ interactions: | |||
243 | method: GET | 237 | method: GET |
244 | uri: http://localhost:3000/api/v1/admin/reports | 238 | uri: http://localhost:3000/api/v1/admin/reports |
245 | response: | 239 | response: |
246 | body: {string: '[{"id":"7","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T20:45:36.323Z","updated_at":"2019-06-22T20:45:36.621Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317184522339970","created_at":"2019-06-22T20:45:36.102Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317184522339970","url":"http://localhost/@mastodonpy_test/102317184522339970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 240 | body: {string: '[{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:09.071Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
247 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]},{"id":"6","action_taken":false,"comment":"api | 241 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}]'} |
248 | crimes","created_at":"2019-06-22T20:45:12.675Z","updated_at":"2019-06-22T20:45:12.942Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[]},{"id":"5","action_taken":false,"comment":"api | ||
249 | crimes","created_at":"2019-06-22T20:44:47.549Z","updated_at":"2019-06-22T20:44:47.779Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[]},{"id":"2","action_taken":false,"comment":"api | ||
250 | crimes","created_at":"2019-06-22T20:41:42.147Z","updated_at":"2019-06-22T20:41:42.147Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[]}]'} | ||
251 | headers: | 242 | headers: |
252 | Cache-Control: ['no-cache, no-store'] | 243 | Cache-Control: ['no-cache, no-store'] |
253 | Content-Type: [application/json; charset=utf-8] | 244 | Content-Type: [application/json; charset=utf-8] |
254 | Link: ['<http://localhost:3000/api/v1/admin/reports?min_id=7>; rel="prev"'] | 245 | Link: ['<http://localhost:3000/api/v1/admin/reports?min_id=18>; rel="prev"'] |
255 | Referrer-Policy: [strict-origin-when-cross-origin] | 246 | Referrer-Policy: [strict-origin-when-cross-origin] |
256 | Transfer-Encoding: [chunked] | 247 | Transfer-Encoding: [chunked] |
257 | Vary: ['Accept-Encoding, Origin'] | 248 | Vary: ['Accept-Encoding, Origin'] |
@@ -259,10 +250,10 @@ interactions: | |||
259 | X-Download-Options: [noopen] | 250 | X-Download-Options: [noopen] |
260 | X-Frame-Options: [SAMEORIGIN] | 251 | X-Frame-Options: [SAMEORIGIN] |
261 | X-Permitted-Cross-Domain-Policies: [none] | 252 | X-Permitted-Cross-Domain-Policies: [none] |
262 | X-Request-Id: [80dd9db1-6fc2-4f82-812e-2d32da16031e] | 253 | X-Request-Id: [09860614-9174-454d-b3a7-887c170447ea] |
263 | X-Runtime: ['0.085853'] | 254 | X-Runtime: ['0.117754'] |
264 | X-XSS-Protection: [1; mode=block] | 255 | X-XSS-Protection: [1; mode=block] |
265 | content-length: ['8854'] | 256 | content-length: ['3133'] |
266 | status: {code: 200, message: OK} | 257 | status: {code: 200, message: OK} |
267 | - request: | 258 | - request: |
268 | body: null | 259 | body: null |
@@ -274,10 +265,10 @@ interactions: | |||
274 | Content-Length: ['0'] | 265 | Content-Length: ['0'] |
275 | User-Agent: [python-requests/2.18.4] | 266 | User-Agent: [python-requests/2.18.4] |
276 | method: POST | 267 | method: POST |
277 | uri: http://localhost:3000/api/v1/admin/reports/7/assign_to_self | 268 | uri: http://localhost:3000/api/v1/admin/reports/18/assign_to_self |
278 | response: | 269 | response: |
279 | body: {string: '{"id":"7","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T20:45:36.323Z","updated_at":"2019-06-22T20:45:36.801Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"action_taken_by_account":null,"statuses":[{"id":"102317184522339970","created_at":"2019-06-22T20:45:36.102Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317184522339970","url":"http://localhost/@mastodonpy_test/102317184522339970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 270 | body: {string: '{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:09.389Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":16,"emojis":[],"fields":[]}},"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
280 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} | 271 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} |
281 | headers: | 272 | headers: |
282 | Cache-Control: ['no-cache, no-store'] | 273 | Cache-Control: ['no-cache, no-store'] |
283 | Content-Type: [application/json; charset=utf-8] | 274 | Content-Type: [application/json; charset=utf-8] |
@@ -288,10 +279,10 @@ interactions: | |||
288 | X-Download-Options: [noopen] | 279 | X-Download-Options: [noopen] |
289 | X-Frame-Options: [SAMEORIGIN] | 280 | X-Frame-Options: [SAMEORIGIN] |
290 | X-Permitted-Cross-Domain-Policies: [none] | 281 | X-Permitted-Cross-Domain-Policies: [none] |
291 | X-Request-Id: [2f01d6ef-578c-461d-9a31-daa924aa2538] | 282 | X-Request-Id: [70823770-6de1-472d-aa77-031aaf1a6b64] |
292 | X-Runtime: ['0.077553'] | 283 | X-Runtime: ['0.106332'] |
293 | X-XSS-Protection: [1; mode=block] | 284 | X-XSS-Protection: [1; mode=block] |
294 | content-length: ['3920'] | 285 | content-length: ['3924'] |
295 | status: {code: 200, message: OK} | 286 | status: {code: 200, message: OK} |
296 | - request: | 287 | - request: |
297 | body: null | 288 | body: null |
@@ -303,10 +294,10 @@ interactions: | |||
303 | Content-Length: ['0'] | 294 | Content-Length: ['0'] |
304 | User-Agent: [python-requests/2.18.4] | 295 | User-Agent: [python-requests/2.18.4] |
305 | method: POST | 296 | method: POST |
306 | uri: http://localhost:3000/api/v1/admin/reports/7/unassign | 297 | uri: http://localhost:3000/api/v1/admin/reports/18/unassign |
307 | response: | 298 | response: |
308 | body: {string: '{"id":"7","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T20:45:36.323Z","updated_at":"2019-06-22T20:45:36.889Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317184522339970","created_at":"2019-06-22T20:45:36.102Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317184522339970","url":"http://localhost/@mastodonpy_test/102317184522339970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 299 | body: {string: '{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:09.501Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
309 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} | 300 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} |
310 | headers: | 301 | headers: |
311 | Cache-Control: ['no-cache, no-store'] | 302 | Cache-Control: ['no-cache, no-store'] |
312 | Content-Type: [application/json; charset=utf-8] | 303 | Content-Type: [application/json; charset=utf-8] |
@@ -317,10 +308,10 @@ interactions: | |||
317 | X-Download-Options: [noopen] | 308 | X-Download-Options: [noopen] |
318 | X-Frame-Options: [SAMEORIGIN] | 309 | X-Frame-Options: [SAMEORIGIN] |
319 | X-Permitted-Cross-Domain-Policies: [none] | 310 | X-Permitted-Cross-Domain-Policies: [none] |
320 | X-Request-Id: [4b3bdc24-fa76-483a-9d39-46b11169b09a] | 311 | X-Request-Id: [4b34a03a-f093-4260-b7f0-964bb99cb2ef] |
321 | X-Runtime: ['0.073337'] | 312 | X-Runtime: ['0.118155'] |
322 | X-XSS-Protection: [1; mode=block] | 313 | X-XSS-Protection: [1; mode=block] |
323 | content-length: ['3128'] | 314 | content-length: ['3131'] |
324 | status: {code: 200, message: OK} | 315 | status: {code: 200, message: OK} |
325 | - request: | 316 | - request: |
326 | body: null | 317 | body: null |
@@ -331,10 +322,10 @@ interactions: | |||
331 | Connection: [keep-alive] | 322 | Connection: [keep-alive] |
332 | User-Agent: [python-requests/2.18.4] | 323 | User-Agent: [python-requests/2.18.4] |
333 | method: GET | 324 | method: GET |
334 | uri: http://localhost:3000/api/v1/admin/reports/7 | 325 | uri: http://localhost:3000/api/v1/admin/reports/18 |
335 | response: | 326 | response: |
336 | body: {string: '{"id":"7","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T20:45:36.323Z","updated_at":"2019-06-22T20:45:36.889Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T22:24:48.478Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317184522339970","created_at":"2019-06-22T20:45:36.102Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317184522339970","url":"http://localhost/@mastodonpy_test/102317184522339970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 327 | body: {string: '{"id":"18","action_taken":false,"comment":"api crimes","created_at":"2019-06-22T21:12:08.142Z","updated_at":"2019-06-22T21:12:09.501Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":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":16,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
337 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} | 328 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} |
338 | headers: | 329 | headers: |
339 | Cache-Control: ['no-cache, no-store'] | 330 | Cache-Control: ['no-cache, no-store'] |
340 | Content-Type: [application/json; charset=utf-8] | 331 | Content-Type: [application/json; charset=utf-8] |
@@ -345,10 +336,10 @@ interactions: | |||
345 | X-Download-Options: [noopen] | 336 | X-Download-Options: [noopen] |
346 | X-Frame-Options: [SAMEORIGIN] | 337 | X-Frame-Options: [SAMEORIGIN] |
347 | X-Permitted-Cross-Domain-Policies: [none] | 338 | X-Permitted-Cross-Domain-Policies: [none] |
348 | X-Request-Id: [e1b0cb9f-3525-4821-91bb-fc816475260f] | 339 | X-Request-Id: [5480280b-454a-4f37-b56b-6db7c5606390] |
349 | X-Runtime: ['0.074705'] | 340 | X-Runtime: ['0.080315'] |
350 | X-XSS-Protection: [1; mode=block] | 341 | X-XSS-Protection: [1; mode=block] |
351 | content-length: ['3128'] | 342 | content-length: ['3131'] |
352 | status: {code: 200, message: OK} | 343 | status: {code: 200, message: OK} |
353 | - request: | 344 | - request: |
354 | body: null | 345 | body: null |
@@ -360,10 +351,10 @@ interactions: | |||
360 | Content-Length: ['0'] | 351 | Content-Length: ['0'] |
361 | User-Agent: [python-requests/2.18.4] | 352 | User-Agent: [python-requests/2.18.4] |
362 | method: DELETE | 353 | method: DELETE |
363 | uri: http://localhost:3000/api/v1/statuses/102317184522339970 | 354 | uri: http://localhost:3000/api/v1/statuses/102317288817212637 |
364 | response: | 355 | response: |
365 | body: {string: '{"id":"102317184522339970","created_at":"2019-06-22T20:45:36.102Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317184522339970","url":"http://localhost/@mastodonpy_test/102317184522339970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 356 | body: {string: '{"id":"102317288817212637","created_at":"2019-06-22T21:12:07.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288817212637","url":"http://localhost/@mastodonpy_test/102317288817212637","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
366 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T22:24:48.478Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 357 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
367 | headers: | 358 | headers: |
368 | Cache-Control: ['no-cache, no-store'] | 359 | Cache-Control: ['no-cache, no-store'] |
369 | Content-Type: [application/json; charset=utf-8] | 360 | Content-Type: [application/json; charset=utf-8] |
@@ -374,8 +365,8 @@ interactions: | |||
374 | X-Download-Options: [noopen] | 365 | X-Download-Options: [noopen] |
375 | X-Frame-Options: [SAMEORIGIN] | 366 | X-Frame-Options: [SAMEORIGIN] |
376 | X-Permitted-Cross-Domain-Policies: [none] | 367 | X-Permitted-Cross-Domain-Policies: [none] |
377 | X-Request-Id: [ded642b0-2e16-449e-9e93-afdf225d2e4b] | 368 | X-Request-Id: [b91c9f4b-700f-4a4e-ae77-4042f9a9508a] |
378 | X-Runtime: ['0.090164'] | 369 | X-Runtime: ['0.084311'] |
379 | X-XSS-Protection: [1; mode=block] | 370 | X-XSS-Protection: [1; mode=block] |
380 | content-length: ['1206'] | 371 | content-length: ['1206'] |
381 | status: {code: 200, message: OK} | 372 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_app_account_create.yaml b/tests/cassettes/test_app_account_create.yaml index e6eff1b..2b06840 100644 --- a/tests/cassettes/test_app_account_create.yaml +++ b/tests/cassettes/test_app_account_create.yaml | |||
@@ -11,7 +11,7 @@ interactions: | |||
11 | method: POST | 11 | method: POST |
12 | uri: http://localhost:3000/api/v1/apps | 12 | uri: http://localhost:3000/api/v1/apps |
13 | response: | 13 | response: |
14 | body: {string: '{"id":"2","name":"mastodon.py generated test app","website":null,"redirect_uri":"urn:ietf:wg:oauth:2.0:oob","client_id":"xA0mMcOmeZ5Uftxw6MZ2KDLoEBTM0p1vKHeUXhiEOno","client_secret":"wSNQzlWZEQsDKfWEWXZ0ALj-9uv4zQ94u5UhQS-xASg","vapid_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} | 14 | body: {string: '{"id":"9","name":"mastodon.py generated test app","website":null,"redirect_uri":"urn:ietf:wg:oauth:2.0:oob","client_id":"8JNtbrDxmk5qfqv2XrD8VjxoB9yDAGWX-BHLUEZLi4A","client_secret":"8M1U9VJ0OJFijsI-CfSnh46jaqMYdw_RA7TkX8Q9xaQ","vapid_key":"BMimvNvIJnE4R13etr8xTuyqzJ41IjYCpSBH0LICimXu2yzRI8mDhMJzRYfKhoNrs0TMpvkaa5asJ7Dl6PorcZE="}'} |
15 | headers: | 15 | headers: |
16 | Cache-Control: ['no-cache, no-store'] | 16 | Cache-Control: ['no-cache, no-store'] |
17 | Content-Type: [application/json; charset=utf-8] | 17 | Content-Type: [application/json; charset=utf-8] |
@@ -22,8 +22,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [a41339dc-18ff-4a71-b422-5fca1826da83] | 25 | X-Request-Id: [ff274a7b-ad41-4bcb-a680-0869d9375fde] |
26 | X-Runtime: ['0.035222'] | 26 | X-Runtime: ['0.026146'] |
27 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['331'] | 28 | content-length: ['331'] |
29 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
@@ -37,12 +37,12 @@ interactions: | |||
37 | method: GET | 37 | method: GET |
38 | uri: http://localhost:3000/api/v1/instance/ | 38 | uri: http://localhost:3000/api/v1/instance/ |
39 | response: | 39 | response: |
40 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":0,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} | 40 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":16,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
41 | headers: | 41 | headers: |
42 | Cache-Control: ['max-age=300, public'] | 42 | Cache-Control: ['max-age=300, public'] |
43 | Content-Type: [application/json; charset=utf-8] | 43 | Content-Type: [application/json; charset=utf-8] |
44 | Date: ['Sat, 22 Jun 2019 13:02:57 GMT'] | 44 | Date: ['Sat, 22 Jun 2019 21:12:12 GMT'] |
45 | ETag: [W/"e93399c77de2e714afcd550a34706e7e"] | 45 | ETag: [W/"78fbeabe9ecd4beafbc2259c901ebc50"] |
46 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
47 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
48 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -50,13 +50,13 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [26ef20ce-d90c-498f-ab53-c5d727278a8b] | 53 | X-Request-Id: [960cb677-c620-4aa0-8656-ef57cadcccfd] |
54 | X-Runtime: ['0.031760'] | 54 | X-Runtime: ['0.025556'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['348'] | 56 | content-length: ['349'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: scope=read+write+follow+push&client_id=xA0mMcOmeZ5Uftxw6MZ2KDLoEBTM0p1vKHeUXhiEOno&client_secret=wSNQzlWZEQsDKfWEWXZ0ALj-9uv4zQ94u5UhQS-xASg&grant_type=client_credentials | 59 | body: scope=read+write+follow+push&client_id=8JNtbrDxmk5qfqv2XrD8VjxoB9yDAGWX-BHLUEZLi4A&client_secret=8M1U9VJ0OJFijsI-CfSnh46jaqMYdw_RA7TkX8Q9xaQ&grant_type=client_credentials |
60 | headers: | 60 | headers: |
61 | Accept: ['*/*'] | 61 | Accept: ['*/*'] |
62 | Accept-Encoding: ['gzip, deflate'] | 62 | Accept-Encoding: ['gzip, deflate'] |
@@ -67,25 +67,25 @@ interactions: | |||
67 | method: POST | 67 | method: POST |
68 | uri: http://localhost:3000/oauth/token | 68 | uri: http://localhost:3000/oauth/token |
69 | response: | 69 | response: |
70 | body: {string: '{"access_token":"YHnkkuWLHjRZ-HsIzyWsT56OQn6oAXT8tvkIe__4k9g","token_type":"Bearer","scope":"read | 70 | body: {string: '{"access_token":"JxJ3-HVb1v8E2fL0TWZupTiv37HnmQgkQp3LBkRNbeg","token_type":"Bearer","scope":"read |
71 | write follow push","created_at":1561208577}'} | 71 | write follow push","created_at":1561237932}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['private, no-store'] | 73 | Cache-Control: ['private, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
75 | ETag: [W/"8f1d2693f3916319d5b2fb72627a180d"] | 75 | ETag: [W/"07eae9f7e1ab03fe9cfe8a38da0e6a36"] |
76 | Pragma: [no-cache] | 76 | Pragma: [no-cache] |
77 | Transfer-Encoding: [chunked] | 77 | Transfer-Encoding: [chunked] |
78 | Vary: ['Accept-Encoding, Origin'] | 78 | Vary: ['Accept-Encoding, Origin'] |
79 | X-Request-Id: [d77ecf21-4bfc-476d-8361-3904e3db27f6] | 79 | X-Request-Id: [7076d445-9898-4104-8295-bc06906b6e55] |
80 | X-Runtime: ['0.021695'] | 80 | X-Runtime: ['0.027344'] |
81 | content-length: ['141'] | 81 | content-length: ['141'] |
82 | status: {code: 200, message: OK} | 82 | status: {code: 200, message: OK} |
83 | - request: | 83 | - request: |
84 | body: locale=en&agreement=1&email=email%40localhost42187&password=swordfish&username=coolguy42187&client_id=xA0mMcOmeZ5Uftxw6MZ2KDLoEBTM0p1vKHeUXhiEOno&client_secret=wSNQzlWZEQsDKfWEWXZ0ALj-9uv4zQ94u5UhQS-xASg | 84 | body: locale=en&agreement=1&email=email%40localhost90885&password=swordfish&username=coolguy90885&client_id=8JNtbrDxmk5qfqv2XrD8VjxoB9yDAGWX-BHLUEZLi4A&client_secret=8M1U9VJ0OJFijsI-CfSnh46jaqMYdw_RA7TkX8Q9xaQ |
85 | headers: | 85 | headers: |
86 | Accept: ['*/*'] | 86 | Accept: ['*/*'] |
87 | Accept-Encoding: ['gzip, deflate'] | 87 | Accept-Encoding: ['gzip, deflate'] |
88 | Authorization: [Bearer YHnkkuWLHjRZ-HsIzyWsT56OQn6oAXT8tvkIe__4k9g] | 88 | Authorization: [Bearer JxJ3-HVb1v8E2fL0TWZupTiv37HnmQgkQp3LBkRNbeg] |
89 | Connection: [keep-alive] | 89 | Connection: [keep-alive] |
90 | Content-Length: ['203'] | 90 | Content-Length: ['203'] |
91 | Content-Type: [application/x-www-form-urlencoded] | 91 | Content-Type: [application/x-www-form-urlencoded] |
@@ -93,12 +93,12 @@ interactions: | |||
93 | method: POST | 93 | method: POST |
94 | uri: http://localhost:3000/api/v1/accounts | 94 | uri: http://localhost:3000/api/v1/accounts |
95 | response: | 95 | response: |
96 | body: {string: '{"access_token":"TXtHQr05S6ckK771XAa73qdvnMfjJU7dqr3aVlsqRD4","token_type":"Bearer","scope":"read | 96 | body: {string: '{"access_token":"mtid2fVfjteKNHuJX-0XNAQ529z3dO2Zpzq80ylNH_I","token_type":"Bearer","scope":"read |
97 | write follow push","created_at":1561208577}'} | 97 | write follow push","created_at":1561237932}'} |
98 | headers: | 98 | headers: |
99 | Cache-Control: ['private, no-store'] | 99 | Cache-Control: ['private, no-store'] |
100 | Content-Type: [application/json; charset=utf-8] | 100 | Content-Type: [application/json; charset=utf-8] |
101 | ETag: [W/"d45ffa5abcf400da6438b73b80ec142c"] | 101 | ETag: [W/"9ce4d72a21d00ff937dbcd69861b3385"] |
102 | Pragma: [no-cache] | 102 | Pragma: [no-cache] |
103 | Referrer-Policy: [strict-origin-when-cross-origin] | 103 | Referrer-Policy: [strict-origin-when-cross-origin] |
104 | Transfer-Encoding: [chunked] | 104 | Transfer-Encoding: [chunked] |
@@ -107,8 +107,8 @@ interactions: | |||
107 | X-Download-Options: [noopen] | 107 | X-Download-Options: [noopen] |
108 | X-Frame-Options: [SAMEORIGIN] | 108 | X-Frame-Options: [SAMEORIGIN] |
109 | X-Permitted-Cross-Domain-Policies: [none] | 109 | X-Permitted-Cross-Domain-Policies: [none] |
110 | X-Request-Id: [1b5653f1-c622-4415-b972-7dd0a5e31202] | 110 | X-Request-Id: [574081ae-1f36-4a92-a843-b476500a83c1] |
111 | X-Runtime: ['0.205759'] | 111 | X-Runtime: ['0.113198'] |
112 | X-XSS-Protection: [1; mode=block] | 112 | X-XSS-Protection: [1; mode=block] |
113 | content-length: ['141'] | 113 | content-length: ['141'] |
114 | status: {code: 200, message: OK} | 114 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_app_verify_credentials.yaml b/tests/cassettes/test_app_verify_credentials.yaml index bc6c845..b6bb901 100644 --- a/tests/cassettes/test_app_verify_credentials.yaml +++ b/tests/cassettes/test_app_verify_credentials.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/apps/verify_credentials | 11 | uri: http://localhost:3000/api/v1/apps/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"name":"Mastodon.py test suite","website":null,"vapid_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} | 13 | body: {string: '{"name":"Mastodon.py test suite","website":null,"vapid_key":"BMimvNvIJnE4R13etr8xTuyqzJ41IjYCpSBH0LICimXu2yzRI8mDhMJzRYfKhoNrs0TMpvkaa5asJ7Dl6PorcZE="}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [a393fb9b-715d-431d-b89e-ecdb875ac92d] | 24 | X-Request-Id: [44bbc79b-f182-472f-9782-b31602cf6225] |
25 | X-Runtime: ['0.058642'] | 25 | X-Runtime: ['0.030972'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['151'] | 27 | content-length: ['151'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_attribute_access.yaml b/tests/cassettes/test_attribute_access.yaml index 41248dd..5eec3f4 100644 --- a/tests/cassettes/test_attribute_access.yaml +++ b/tests/cassettes/test_attribute_access.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315366092695043","created_at":"2019-06-22T13:03:09.065Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366092695043","url":"http://localhost/@mastodonpy_test/102315366092695043","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317290577720174","created_at":"2019-06-22T21:12:34.377Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290577720174","url":"http://localhost/@mastodonpy_test/102317290577720174","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [4a873b06-7609-4b6e-909d-9832b7377fc2] | 27 | X-Request-Id: [2813ac7f-f517-492a-960b-740143ef1ba6] |
30 | X-Runtime: ['0.165344'] | 28 | X-Runtime: ['0.167910'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: DELETE | 41 | method: DELETE |
44 | uri: http://localhost:3000/api/v1/statuses/102315366092695043 | 42 | uri: http://localhost:3000/api/v1/statuses/102317290577720174 |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315366092695043","created_at":"2019-06-22T13:03:09.065Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366092695043","url":"http://localhost/@mastodonpy_test/102315366092695043","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317290577720174","created_at":"2019-06-22T21:12:34.377Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290577720174","url":"http://localhost/@mastodonpy_test/102317290577720174","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,9 +53,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [2b2a7b3c-f7e1-4091-8e7b-efa058fd4cf1] | 56 | X-Request-Id: [5e4b0b96-6c52-44d7-a54e-96920d3e917d] |
61 | X-Runtime: ['0.121272'] | 57 | X-Runtime: ['0.101692'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1567'] | 59 | content-length: ['1206'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_blocks.yaml b/tests/cassettes/test_blocks.yaml index a294969..0e66970 100644 --- a/tests/cassettes/test_blocks.yaml +++ b/tests/cassettes/test_blocks.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [c50fdd0f-69a7-4769-9ca6-92d3c703270c] | 24 | X-Request-Id: [1a6c2581-f70c-4138-aa0c-c7a06b350821] |
25 | X-Runtime: ['0.089979'] | 25 | X-Runtime: ['0.019847'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_conversations.yaml b/tests/cassettes/test_conversations.yaml index c9beaa6..ba3e17f 100644 --- a/tests/cassettes/test_conversations.yaml +++ b/tests/cassettes/test_conversations.yaml | |||
@@ -10,10 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | ||
16 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | ||
17 | headers: | 14 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +21,10 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [668f1393-1406-439a-80cc-c2a921b938fe] | 24 | X-Request-Id: [0bda09ca-0f61-4e78-ace4-ec58727868bf] |
28 | X-Runtime: ['0.030893'] | 25 | X-Runtime: ['0.029912'] |
29 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1134'] | 27 | content-length: ['654'] |
31 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
32 | - request: | 29 | - request: |
33 | body: visibility=direct&status=%40admin+ilu+bby+%3B3 | 30 | body: visibility=direct&status=%40admin+ilu+bby+%3B3 |
@@ -42,13 +39,11 @@ interactions: | |||
42 | method: POST | 39 | method: POST |
43 | uri: http://localhost:3000/api/v1/statuses | 40 | uri: http://localhost:3000/api/v1/statuses |
44 | response: | 41 | response: |
45 | body: {string: '{"id":"102315371973470769","created_at":"2019-06-22T13:04:38.803Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371973470769","url":"http://localhost/@mastodonpy_test/102315371973470769","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 42 | body: {string: '{"id":"102317296814195378","created_at":"2019-06-22T21:14:09.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296814195378","url":"http://localhost/@mastodonpy_test/102317296814195378","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
46 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 43 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
47 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 44 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
48 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 45 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
52 | headers: | 47 | headers: |
53 | Cache-Control: ['no-cache, no-store'] | 48 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 49 | Content-Type: [application/json; charset=utf-8] |
@@ -59,10 +54,10 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 54 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 55 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 56 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [398b1cbc-3306-477d-8de6-b6e9cad2ba1e] | 57 | X-Request-Id: [464b8708-e42e-4a1d-bb72-9fcce09a6031] |
63 | X-Runtime: ['0.169673'] | 58 | X-Runtime: ['0.179502'] |
64 | X-XSS-Protection: [1; mode=block] | 59 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1837'] | 60 | content-length: ['1476'] |
66 | status: {code: 200, message: OK} | 61 | status: {code: 200, message: OK} |
67 | - request: | 62 | - request: |
68 | body: null | 63 | body: null |
@@ -75,19 +70,15 @@ interactions: | |||
75 | method: GET | 70 | method: GET |
76 | uri: http://localhost:3000/api/v1/conversations/ | 71 | uri: http://localhost:3000/api/v1/conversations/ |
77 | response: | 72 | response: |
78 | body: {string: '[{"id":"4","unread":true,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 73 | body: {string: '[{"id":"14","unread":true,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}],"last_status":{"id":"102317296814195378","created_at":"2019-06-22T21:14:09.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296814195378","url":"http://localhost/@mastodonpy_test/102317296814195378","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
79 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
80 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"last_status":{"id":"102315371973470769","created_at":"2019-06-22T13:04:38.803Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371973470769","url":"http://localhost/@mastodonpy_test/102315371973470769","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
81 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 74 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
82 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 75 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
83 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 76 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
84 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} |
85 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
86 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} | ||
87 | headers: | 78 | headers: |
88 | Cache-Control: ['no-cache, no-store'] | 79 | Cache-Control: ['no-cache, no-store'] |
89 | Content-Type: [application/json; charset=utf-8] | 80 | Content-Type: [application/json; charset=utf-8] |
90 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=102315371973470769>; | 81 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=102317296814195378>; |
91 | rel="prev"'] | 82 | rel="prev"'] |
92 | Referrer-Policy: [strict-origin-when-cross-origin] | 83 | Referrer-Policy: [strict-origin-when-cross-origin] |
93 | Transfer-Encoding: [chunked] | 84 | Transfer-Encoding: [chunked] |
@@ -96,10 +87,10 @@ interactions: | |||
96 | X-Download-Options: [noopen] | 87 | X-Download-Options: [noopen] |
97 | X-Frame-Options: [SAMEORIGIN] | 88 | X-Frame-Options: [SAMEORIGIN] |
98 | X-Permitted-Cross-Domain-Policies: [none] | 89 | X-Permitted-Cross-Domain-Policies: [none] |
99 | X-Request-Id: [227aecf7-c19e-4a85-aa22-2ee6d7b1262d] | 90 | X-Request-Id: [9e865c66-417d-431f-8cfb-8cdf45358cee] |
100 | X-Runtime: ['0.086070'] | 91 | X-Runtime: ['0.100226'] |
101 | X-XSS-Protection: [1; mode=block] | 92 | X-XSS-Protection: [1; mode=block] |
102 | content-length: ['2821'] | 93 | content-length: ['2100'] |
103 | status: {code: 200, message: OK} | 94 | status: {code: 200, message: OK} |
104 | - request: | 95 | - request: |
105 | body: null | 96 | body: null |
@@ -111,17 +102,13 @@ interactions: | |||
111 | Content-Length: ['0'] | 102 | Content-Length: ['0'] |
112 | User-Agent: [python-requests/2.18.4] | 103 | User-Agent: [python-requests/2.18.4] |
113 | method: POST | 104 | method: POST |
114 | uri: http://localhost:3000/api/v1/conversations/4/read | 105 | uri: http://localhost:3000/api/v1/conversations/14/read |
115 | response: | 106 | response: |
116 | body: {string: '{"id":"4","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 107 | body: {string: '{"id":"14","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}],"last_status":{"id":"102317296814195378","created_at":"2019-06-22T21:14:09.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296814195378","url":"http://localhost/@mastodonpy_test/102317296814195378","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
117 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
118 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"last_status":{"id":"102315371973470769","created_at":"2019-06-22T13:04:38.803Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371973470769","url":"http://localhost/@mastodonpy_test/102315371973470769","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
119 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 108 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
120 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 109 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
121 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 110 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
122 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 111 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}'} |
123 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
124 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}'} | ||
125 | headers: | 112 | headers: |
126 | Cache-Control: ['no-cache, no-store'] | 113 | Cache-Control: ['no-cache, no-store'] |
127 | Content-Type: [application/json; charset=utf-8] | 114 | Content-Type: [application/json; charset=utf-8] |
@@ -132,10 +119,10 @@ interactions: | |||
132 | X-Download-Options: [noopen] | 119 | X-Download-Options: [noopen] |
133 | X-Frame-Options: [SAMEORIGIN] | 120 | X-Frame-Options: [SAMEORIGIN] |
134 | X-Permitted-Cross-Domain-Policies: [none] | 121 | X-Permitted-Cross-Domain-Policies: [none] |
135 | X-Request-Id: [772348cd-2411-4feb-829f-5628c7fb0d6a] | 122 | X-Request-Id: [2c87d4a3-4a90-45c6-b973-b941369d1ec4] |
136 | X-Runtime: ['0.061724'] | 123 | X-Runtime: ['0.065064'] |
137 | X-XSS-Protection: [1; mode=block] | 124 | X-XSS-Protection: [1; mode=block] |
138 | content-length: ['2820'] | 125 | content-length: ['2099'] |
139 | status: {code: 200, message: OK} | 126 | status: {code: 200, message: OK} |
140 | - request: | 127 | - request: |
141 | body: null | 128 | body: null |
@@ -148,19 +135,15 @@ interactions: | |||
148 | method: GET | 135 | method: GET |
149 | uri: http://localhost:3000/api/v1/conversations/ | 136 | uri: http://localhost:3000/api/v1/conversations/ |
150 | response: | 137 | response: |
151 | body: {string: '[{"id":"4","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 138 | body: {string: '[{"id":"14","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]}],"last_status":{"id":"102317296814195378","created_at":"2019-06-22T21:14:09.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296814195378","url":"http://localhost/@mastodonpy_test/102317296814195378","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
152 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
153 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"last_status":{"id":"102315371973470769","created_at":"2019-06-22T13:04:38.803Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371973470769","url":"http://localhost/@mastodonpy_test/102315371973470769","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
154 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 139 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
155 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 140 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
156 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 141 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
157 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 142 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} |
158 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
159 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} | ||
160 | headers: | 143 | headers: |
161 | Cache-Control: ['no-cache, no-store'] | 144 | Cache-Control: ['no-cache, no-store'] |
162 | Content-Type: [application/json; charset=utf-8] | 145 | Content-Type: [application/json; charset=utf-8] |
163 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=102315371973470769>; | 146 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=102317296814195378>; |
164 | rel="prev"'] | 147 | rel="prev"'] |
165 | Referrer-Policy: [strict-origin-when-cross-origin] | 148 | Referrer-Policy: [strict-origin-when-cross-origin] |
166 | Transfer-Encoding: [chunked] | 149 | Transfer-Encoding: [chunked] |
@@ -169,10 +152,10 @@ interactions: | |||
169 | X-Download-Options: [noopen] | 152 | X-Download-Options: [noopen] |
170 | X-Frame-Options: [SAMEORIGIN] | 153 | X-Frame-Options: [SAMEORIGIN] |
171 | X-Permitted-Cross-Domain-Policies: [none] | 154 | X-Permitted-Cross-Domain-Policies: [none] |
172 | X-Request-Id: [dd0d90ba-e087-4a6a-9d7e-c396b128e32c] | 155 | X-Request-Id: [7296c2e9-d40f-4a93-a8ca-9b5b88cfd80a] |
173 | X-Runtime: ['0.075049'] | 156 | X-Runtime: ['0.047730'] |
174 | X-XSS-Protection: [1; mode=block] | 157 | X-XSS-Protection: [1; mode=block] |
175 | content-length: ['2822'] | 158 | content-length: ['2101'] |
176 | status: {code: 200, message: OK} | 159 | status: {code: 200, message: OK} |
177 | - request: | 160 | - request: |
178 | body: null | 161 | body: null |
@@ -184,12 +167,10 @@ interactions: | |||
184 | Content-Length: ['0'] | 167 | Content-Length: ['0'] |
185 | User-Agent: [python-requests/2.18.4] | 168 | User-Agent: [python-requests/2.18.4] |
186 | method: DELETE | 169 | method: DELETE |
187 | uri: http://localhost:3000/api/v1/statuses/102315371973470769 | 170 | uri: http://localhost:3000/api/v1/statuses/102317296814195378 |
188 | response: | 171 | response: |
189 | body: {string: '{"id":"102315371973470769","created_at":"2019-06-22T13:04:38.803Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371973470769","url":"http://localhost/@mastodonpy_test/102315371973470769","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"@admin | 172 | body: {string: '{"id":"102317296814195378","created_at":"2019-06-22T21:14:09.542Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296814195378","url":"http://localhost/@mastodonpy_test/102317296814195378","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"@admin |
190 | ilu bby ;3","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 173 | ilu bby ;3","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
191 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
192 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
193 | headers: | 174 | headers: |
194 | Cache-Control: ['no-cache, no-store'] | 175 | Cache-Control: ['no-cache, no-store'] |
195 | Content-Type: [application/json; charset=utf-8] | 176 | Content-Type: [application/json; charset=utf-8] |
@@ -200,9 +181,9 @@ interactions: | |||
200 | X-Download-Options: [noopen] | 181 | X-Download-Options: [noopen] |
201 | X-Frame-Options: [SAMEORIGIN] | 182 | X-Frame-Options: [SAMEORIGIN] |
202 | X-Permitted-Cross-Domain-Policies: [none] | 183 | X-Permitted-Cross-Domain-Policies: [none] |
203 | X-Request-Id: [583b7fbc-69a3-4c05-89e6-8e6b9ef235c4] | 184 | X-Request-Id: [c81325b7-1108-4af2-a782-7528cb8f3fce] |
204 | X-Runtime: ['0.075904'] | 185 | X-Runtime: ['0.063209'] |
205 | X-XSS-Protection: [1; mode=block] | 186 | X-XSS-Protection: [1; mode=block] |
206 | content-length: ['1640'] | 187 | content-length: ['1279'] |
207 | status: {code: 200, message: OK} | 188 | status: {code: 200, message: OK} |
208 | version: 1 | 189 | version: 1 |
diff --git a/tests/cassettes/test_date_hook.yaml b/tests/cassettes/test_date_hook.yaml index f2f3ae9..e296681 100644 --- a/tests/cassettes/test_date_hook.yaml +++ b/tests/cassettes/test_date_hook.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315366071685147","created_at":"2019-06-22T13:03:08.746Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366071685147","url":"http://localhost/@mastodonpy_test/102315366071685147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317290558014367","created_at":"2019-06-22T21:12:34.076Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290558014367","url":"http://localhost/@mastodonpy_test/102317290558014367","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [1ebfc25f-b6c6-41f2-97d8-2b642b7e02bd] | 27 | X-Request-Id: [7038a5c9-5386-4505-9cf7-68e8346f7567] |
30 | X-Runtime: ['0.163287'] | 28 | X-Runtime: ['0.132280'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: DELETE | 41 | method: DELETE |
44 | uri: http://localhost:3000/api/v1/statuses/102315366071685147 | 42 | uri: http://localhost:3000/api/v1/statuses/102317290558014367 |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315366071685147","created_at":"2019-06-22T13:03:08.746Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366071685147","url":"http://localhost/@mastodonpy_test/102315366071685147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317290558014367","created_at":"2019-06-22T21:12:34.076Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290558014367","url":"http://localhost/@mastodonpy_test/102317290558014367","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,9 +53,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [4deb6f0c-b919-4f2f-90f7-90f5cd9af160] | 56 | X-Request-Id: [d05ec703-41cc-4dd4-baba-d481322b15e3] |
61 | X-Runtime: ['0.111824'] | 57 | X-Runtime: ['0.112167'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1567'] | 59 | content-length: ['1206'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_domain_block_unblock.yaml b/tests/cassettes/test_domain_block_unblock.yaml index b616538..27643d4 100644 --- a/tests/cassettes/test_domain_block_unblock.yaml +++ b/tests/cassettes/test_domain_block_unblock.yaml | |||
@@ -23,8 +23,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [69b1b947-bd2d-4c7e-ac42-0e0cdaafb256] | 26 | X-Request-Id: [20298b82-a43c-48cf-99ca-32079629bcb9] |
27 | X-Runtime: ['0.054471'] | 27 | X-Runtime: ['0.056799'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['2'] | 29 | content-length: ['2'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -52,8 +52,8 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [3ea97cd0-abf3-4189-af17-81b0b12a8531] | 55 | X-Request-Id: [72c0d2c8-1972-4f98-9e44-993d129f0440] |
56 | X-Runtime: ['0.043941'] | 56 | X-Runtime: ['0.033503'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['2'] | 58 | content-length: ['2'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_domain_blocks.yaml b/tests/cassettes/test_domain_blocks.yaml index d568814..fc8fa8d 100644 --- a/tests/cassettes/test_domain_blocks.yaml +++ b/tests/cassettes/test_domain_blocks.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [e3131364-9d59-455c-a036-29fb1b0fa1e7] | 24 | X-Request-Id: [bce8eee5-b59d-4c7d-ac39-0f05783122fa] |
25 | X-Runtime: ['0.060202'] | 25 | X-Runtime: ['0.053536'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_emoji.yaml b/tests/cassettes/test_emoji.yaml index 815b3ee..aea1aea 100644 --- a/tests/cassettes/test_emoji.yaml +++ b/tests/cassettes/test_emoji.yaml | |||
@@ -14,8 +14,8 @@ interactions: | |||
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=60, public'] | 15 | Cache-Control: ['max-age=60, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] | 17 | Date: ['Sat, 22 Jun 2019 21:12:34 GMT'] |
18 | ETag: [W/"abc0f592302227cc9d889f9649cd9e1b"] | 18 | ETag: [W/"6e2cdc06ba30cb3cac5fafd1e93df0a2"] |
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,8 +23,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [ad3a31a2-4d9a-4873-a5de-3f96641deac1] | 26 | X-Request-Id: [cfe5b456-2e1e-454f-8766-568ea64ae5aa] |
27 | X-Runtime: ['0.036439'] | 27 | X-Runtime: ['0.027422'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['2'] | 29 | content-length: ['2'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_favourites.yaml b/tests/cassettes/test_favourites.yaml index 6364f52..3ad07c2 100644 --- a/tests/cassettes/test_favourites.yaml +++ b/tests/cassettes/test_favourites.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [f2d49b33-2ba1-4528-99ff-2c9e4e74c9ca] | 24 | X-Request-Id: [a0f2e0af-6c7e-4d56-8626-ab826d2fca2a] |
25 | X-Runtime: ['0.062494'] | 25 | X-Runtime: ['0.032805'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_fetch_next_previous.yaml b/tests/cassettes/test_fetch_next_previous.yaml index e9b7ce9..6c84cbd 100644 --- a/tests/cassettes/test_fetch_next_previous.yaml +++ b/tests/cassettes/test_fetch_next_previous.yaml | |||
@@ -10,10 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | ||
16 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | ||
17 | headers: | 14 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +21,10 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [c68d3aad-d4af-4061-9ecb-86dd4a2fbe45] | 24 | X-Request-Id: [5d96825d-9152-4118-8d87-d73f64a6f207] |
28 | X-Runtime: ['0.031354'] | 25 | X-Runtime: ['0.044574'] |
29 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1134'] | 27 | content-length: ['654'] |
31 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
32 | - request: | 29 | - request: |
33 | body: status=Toot+number+0%21 | 30 | body: status=Toot+number+0%21 |
@@ -42,11 +39,9 @@ interactions: | |||
42 | method: POST | 39 | method: POST |
43 | uri: http://localhost:3000/api/v1/statuses | 40 | uri: http://localhost:3000/api/v1/statuses |
44 | response: | 41 | response: |
45 | body: {string: '{"id":"102315366603530978","created_at":"2019-06-22T13:03:16.867Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366603530978","url":"http://localhost/@mastodonpy_test/102315366603530978","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 42 | body: {string: '{"id":"102317291101437274","created_at":"2019-06-22T21:12:42.371Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291101437274","url":"http://localhost/@mastodonpy_test/102317291101437274","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
46 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 43 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 45 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -57,10 +52,10 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [10348881-c3ed-4967-b489-86549f9671b8] | 55 | X-Request-Id: [1c1a2533-7300-4318-a375-ed5fcea5ba46] |
61 | X-Runtime: ['0.170459'] | 56 | X-Runtime: ['0.196852'] |
62 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1606'] | 58 | content-length: ['1245'] |
64 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
65 | - request: | 60 | - request: |
66 | body: status=Toot+number+1%21 | 61 | body: status=Toot+number+1%21 |
@@ -75,11 +70,9 @@ interactions: | |||
75 | method: POST | 70 | method: POST |
76 | uri: http://localhost:3000/api/v1/statuses | 71 | uri: http://localhost:3000/api/v1/statuses |
77 | response: | 72 | response: |
78 | body: {string: '{"id":"102315366615763740","created_at":"2019-06-22T13:03:17.050Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366615763740","url":"http://localhost/@mastodonpy_test/102315366615763740","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 73 | body: {string: '{"id":"102317291117317426","created_at":"2019-06-22T21:12:42.612Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291117317426","url":"http://localhost/@mastodonpy_test/102317291117317426","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
79 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 74 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 75 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
81 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
82 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
83 | headers: | 76 | headers: |
84 | Cache-Control: ['no-cache, no-store'] | 77 | Cache-Control: ['no-cache, no-store'] |
85 | Content-Type: [application/json; charset=utf-8] | 78 | Content-Type: [application/json; charset=utf-8] |
@@ -90,10 +83,10 @@ interactions: | |||
90 | X-Download-Options: [noopen] | 83 | X-Download-Options: [noopen] |
91 | X-Frame-Options: [SAMEORIGIN] | 84 | X-Frame-Options: [SAMEORIGIN] |
92 | X-Permitted-Cross-Domain-Policies: [none] | 85 | X-Permitted-Cross-Domain-Policies: [none] |
93 | X-Request-Id: [e387f158-c435-480f-978d-b1f99debea7b] | 86 | X-Request-Id: [10361c95-90f9-4a52-b67f-a35e9ad9ca8f] |
94 | X-Runtime: ['0.183582'] | 87 | X-Runtime: ['0.171865'] |
95 | X-XSS-Protection: [1; mode=block] | 88 | X-XSS-Protection: [1; mode=block] |
96 | content-length: ['1606'] | 89 | content-length: ['1245'] |
97 | status: {code: 200, message: OK} | 90 | status: {code: 200, message: OK} |
98 | - request: | 91 | - request: |
99 | body: status=Toot+number+2%21 | 92 | body: status=Toot+number+2%21 |
@@ -108,11 +101,9 @@ interactions: | |||
108 | method: POST | 101 | method: POST |
109 | uri: http://localhost:3000/api/v1/statuses | 102 | uri: http://localhost:3000/api/v1/statuses |
110 | response: | 103 | response: |
111 | body: {string: '{"id":"102315366629168673","created_at":"2019-06-22T13:03:17.254Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366629168673","url":"http://localhost/@mastodonpy_test/102315366629168673","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 104 | body: {string: '{"id":"102317291128966301","created_at":"2019-06-22T21:12:42.799Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291128966301","url":"http://localhost/@mastodonpy_test/102317291128966301","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
112 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 105 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
113 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
114 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
115 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
116 | headers: | 107 | headers: |
117 | Cache-Control: ['no-cache, no-store'] | 108 | Cache-Control: ['no-cache, no-store'] |
118 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
@@ -123,10 +114,10 @@ interactions: | |||
123 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
124 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
125 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
126 | X-Request-Id: [d80e18c7-3f74-4e53-8a72-7cf5424f1523] | 117 | X-Request-Id: [c473ebab-ecca-40f5-9fd8-88df90ac0188] |
127 | X-Runtime: ['0.190648'] | 118 | X-Runtime: ['0.199867'] |
128 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
129 | content-length: ['1606'] | 120 | content-length: ['1245'] |
130 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
131 | - request: | 122 | - request: |
132 | body: status=Toot+number+3%21 | 123 | body: status=Toot+number+3%21 |
@@ -141,11 +132,9 @@ interactions: | |||
141 | method: POST | 132 | method: POST |
142 | uri: http://localhost:3000/api/v1/statuses | 133 | uri: http://localhost:3000/api/v1/statuses |
143 | response: | 134 | response: |
144 | body: {string: '{"id":"102315366641338129","created_at":"2019-06-22T13:03:17.442Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366641338129","url":"http://localhost/@mastodonpy_test/102315366641338129","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 135 | body: {string: '{"id":"102317291142731366","created_at":"2019-06-22T21:12:43.005Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291142731366","url":"http://localhost/@mastodonpy_test/102317291142731366","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
145 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 136 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
146 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 137 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
147 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
148 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
149 | headers: | 138 | headers: |
150 | Cache-Control: ['no-cache, no-store'] | 139 | Cache-Control: ['no-cache, no-store'] |
151 | Content-Type: [application/json; charset=utf-8] | 140 | Content-Type: [application/json; charset=utf-8] |
@@ -156,10 +145,10 @@ interactions: | |||
156 | X-Download-Options: [noopen] | 145 | X-Download-Options: [noopen] |
157 | X-Frame-Options: [SAMEORIGIN] | 146 | X-Frame-Options: [SAMEORIGIN] |
158 | X-Permitted-Cross-Domain-Policies: [none] | 147 | X-Permitted-Cross-Domain-Policies: [none] |
159 | X-Request-Id: [985e8882-c695-474e-b12b-e3ee3dfddb98] | 148 | X-Request-Id: [558f0859-761b-4ab4-b19c-b41952d60e72] |
160 | X-Runtime: ['0.179747'] | 149 | X-Runtime: ['0.178162'] |
161 | X-XSS-Protection: [1; mode=block] | 150 | X-XSS-Protection: [1; mode=block] |
162 | content-length: ['1606'] | 151 | content-length: ['1245'] |
163 | status: {code: 200, message: OK} | 152 | status: {code: 200, message: OK} |
164 | - request: | 153 | - request: |
165 | body: status=Toot+number+4%21 | 154 | body: status=Toot+number+4%21 |
@@ -174,11 +163,9 @@ interactions: | |||
174 | method: POST | 163 | method: POST |
175 | uri: http://localhost:3000/api/v1/statuses | 164 | uri: http://localhost:3000/api/v1/statuses |
176 | response: | 165 | response: |
177 | body: {string: '{"id":"102315366657898549","created_at":"2019-06-22T13:03:17.692Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366657898549","url":"http://localhost/@mastodonpy_test/102315366657898549","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 166 | body: {string: '{"id":"102317291154919032","created_at":"2019-06-22T21:12:43.195Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291154919032","url":"http://localhost/@mastodonpy_test/102317291154919032","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
178 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 167 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
179 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 168 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
180 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
181 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
182 | headers: | 169 | headers: |
183 | Cache-Control: ['no-cache, no-store'] | 170 | Cache-Control: ['no-cache, no-store'] |
184 | Content-Type: [application/json; charset=utf-8] | 171 | Content-Type: [application/json; charset=utf-8] |
@@ -189,10 +176,10 @@ interactions: | |||
189 | X-Download-Options: [noopen] | 176 | X-Download-Options: [noopen] |
190 | X-Frame-Options: [SAMEORIGIN] | 177 | X-Frame-Options: [SAMEORIGIN] |
191 | X-Permitted-Cross-Domain-Policies: [none] | 178 | X-Permitted-Cross-Domain-Policies: [none] |
192 | X-Request-Id: [7c43a5ea-fc08-45d6-b523-8a095f43e227] | 179 | X-Request-Id: [83297f63-ec03-4ed8-8100-6b10823fda62] |
193 | X-Runtime: ['0.219744'] | 180 | X-Runtime: ['0.177777'] |
194 | X-XSS-Protection: [1; mode=block] | 181 | X-XSS-Protection: [1; mode=block] |
195 | content-length: ['1606'] | 182 | content-length: ['1245'] |
196 | status: {code: 200, message: OK} | 183 | status: {code: 200, message: OK} |
197 | - request: | 184 | - request: |
198 | body: status=Toot+number+5%21 | 185 | body: status=Toot+number+5%21 |
@@ -207,11 +194,9 @@ interactions: | |||
207 | method: POST | 194 | method: POST |
208 | uri: http://localhost:3000/api/v1/statuses | 195 | uri: http://localhost:3000/api/v1/statuses |
209 | response: | 196 | response: |
210 | body: {string: '{"id":"102315366669934827","created_at":"2019-06-22T13:03:17.887Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366669934827","url":"http://localhost/@mastodonpy_test/102315366669934827","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 197 | body: {string: '{"id":"102317291167585915","created_at":"2019-06-22T21:12:43.387Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291167585915","url":"http://localhost/@mastodonpy_test/102317291167585915","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
211 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 198 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
212 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 199 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":6,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
213 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
214 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
215 | headers: | 200 | headers: |
216 | Cache-Control: ['no-cache, no-store'] | 201 | Cache-Control: ['no-cache, no-store'] |
217 | Content-Type: [application/json; charset=utf-8] | 202 | Content-Type: [application/json; charset=utf-8] |
@@ -222,10 +207,10 @@ interactions: | |||
222 | X-Download-Options: [noopen] | 207 | X-Download-Options: [noopen] |
223 | X-Frame-Options: [SAMEORIGIN] | 208 | X-Frame-Options: [SAMEORIGIN] |
224 | X-Permitted-Cross-Domain-Policies: [none] | 209 | X-Permitted-Cross-Domain-Policies: [none] |
225 | X-Request-Id: [7cd03cac-23c5-4660-a0be-fde43afa54e2] | 210 | X-Request-Id: [7d750019-ea2d-45cf-8f8c-4ea97c313615] |
226 | X-Runtime: ['0.189420'] | 211 | X-Runtime: ['0.174050'] |
227 | X-XSS-Protection: [1; mode=block] | 212 | X-XSS-Protection: [1; mode=block] |
228 | content-length: ['1606'] | 213 | content-length: ['1245'] |
229 | status: {code: 200, message: OK} | 214 | status: {code: 200, message: OK} |
230 | - request: | 215 | - request: |
231 | body: status=Toot+number+6%21 | 216 | body: status=Toot+number+6%21 |
@@ -240,11 +225,9 @@ interactions: | |||
240 | method: POST | 225 | method: POST |
241 | uri: http://localhost:3000/api/v1/statuses | 226 | uri: http://localhost:3000/api/v1/statuses |
242 | response: | 227 | response: |
243 | body: {string: '{"id":"102315366684250675","created_at":"2019-06-22T13:03:18.105Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366684250675","url":"http://localhost/@mastodonpy_test/102315366684250675","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 228 | body: {string: '{"id":"102317291179826922","created_at":"2019-06-22T21:12:43.572Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291179826922","url":"http://localhost/@mastodonpy_test/102317291179826922","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
244 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 229 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
245 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 230 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
246 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
247 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
248 | headers: | 231 | headers: |
249 | Cache-Control: ['no-cache, no-store'] | 232 | Cache-Control: ['no-cache, no-store'] |
250 | Content-Type: [application/json; charset=utf-8] | 233 | Content-Type: [application/json; charset=utf-8] |
@@ -255,10 +238,10 @@ interactions: | |||
255 | X-Download-Options: [noopen] | 238 | X-Download-Options: [noopen] |
256 | X-Frame-Options: [SAMEORIGIN] | 239 | X-Frame-Options: [SAMEORIGIN] |
257 | X-Permitted-Cross-Domain-Policies: [none] | 240 | X-Permitted-Cross-Domain-Policies: [none] |
258 | X-Request-Id: [ed574f74-7da8-4228-8432-6727b14926da] | 241 | X-Request-Id: [54a94b34-88e1-4da9-b11a-4c3514fdac82] |
259 | X-Runtime: ['0.204311'] | 242 | X-Runtime: ['0.165625'] |
260 | X-XSS-Protection: [1; mode=block] | 243 | X-XSS-Protection: [1; mode=block] |
261 | content-length: ['1606'] | 244 | content-length: ['1245'] |
262 | status: {code: 200, message: OK} | 245 | status: {code: 200, message: OK} |
263 | - request: | 246 | - request: |
264 | body: status=Toot+number+7%21 | 247 | body: status=Toot+number+7%21 |
@@ -273,11 +256,9 @@ interactions: | |||
273 | method: POST | 256 | method: POST |
274 | uri: http://localhost:3000/api/v1/statuses | 257 | uri: http://localhost:3000/api/v1/statuses |
275 | response: | 258 | response: |
276 | body: {string: '{"id":"102315366697817816","created_at":"2019-06-22T13:03:18.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366697817816","url":"http://localhost/@mastodonpy_test/102315366697817816","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 259 | body: {string: '{"id":"102317291192137939","created_at":"2019-06-22T21:12:43.773Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291192137939","url":"http://localhost/@mastodonpy_test/102317291192137939","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
277 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 260 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
278 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 261 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
279 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
280 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
281 | headers: | 262 | headers: |
282 | Cache-Control: ['no-cache, no-store'] | 263 | Cache-Control: ['no-cache, no-store'] |
283 | Content-Type: [application/json; charset=utf-8] | 264 | Content-Type: [application/json; charset=utf-8] |
@@ -288,10 +269,10 @@ interactions: | |||
288 | X-Download-Options: [noopen] | 269 | X-Download-Options: [noopen] |
289 | X-Frame-Options: [SAMEORIGIN] | 270 | X-Frame-Options: [SAMEORIGIN] |
290 | X-Permitted-Cross-Domain-Policies: [none] | 271 | X-Permitted-Cross-Domain-Policies: [none] |
291 | X-Request-Id: [72158125-a351-4e9f-a6d1-bdad8b2d2958] | 272 | X-Request-Id: [10c45bc5-d625-4cda-8caf-096d4432bafe] |
292 | X-Runtime: ['0.186293'] | 273 | X-Runtime: ['0.218467'] |
293 | X-XSS-Protection: [1; mode=block] | 274 | X-XSS-Protection: [1; mode=block] |
294 | content-length: ['1606'] | 275 | content-length: ['1245'] |
295 | status: {code: 200, message: OK} | 276 | status: {code: 200, message: OK} |
296 | - request: | 277 | - request: |
297 | body: status=Toot+number+8%21 | 278 | body: status=Toot+number+8%21 |
@@ -306,11 +287,9 @@ interactions: | |||
306 | method: POST | 287 | method: POST |
307 | uri: http://localhost:3000/api/v1/statuses | 288 | uri: http://localhost:3000/api/v1/statuses |
308 | response: | 289 | response: |
309 | body: {string: '{"id":"102315366709537680","created_at":"2019-06-22T13:03:18.481Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366709537680","url":"http://localhost/@mastodonpy_test/102315366709537680","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 290 | body: {string: '{"id":"102317291207581187","created_at":"2019-06-22T21:12:43.999Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291207581187","url":"http://localhost/@mastodonpy_test/102317291207581187","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
310 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 291 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
311 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 292 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":9,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
312 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
313 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
314 | headers: | 293 | headers: |
315 | Cache-Control: ['no-cache, no-store'] | 294 | Cache-Control: ['no-cache, no-store'] |
316 | Content-Type: [application/json; charset=utf-8] | 295 | Content-Type: [application/json; charset=utf-8] |
@@ -321,10 +300,10 @@ interactions: | |||
321 | X-Download-Options: [noopen] | 300 | X-Download-Options: [noopen] |
322 | X-Frame-Options: [SAMEORIGIN] | 301 | X-Frame-Options: [SAMEORIGIN] |
323 | X-Permitted-Cross-Domain-Policies: [none] | 302 | X-Permitted-Cross-Domain-Policies: [none] |
324 | X-Request-Id: [9b2d5e06-35a1-4776-831e-dd29349cf748] | 303 | X-Request-Id: [afaad8b6-f6ce-4dad-b078-218391319305] |
325 | X-Runtime: ['0.169225'] | 304 | X-Runtime: ['0.193233'] |
326 | X-XSS-Protection: [1; mode=block] | 305 | X-XSS-Protection: [1; mode=block] |
327 | content-length: ['1606'] | 306 | content-length: ['1245'] |
328 | status: {code: 200, message: OK} | 307 | status: {code: 200, message: OK} |
329 | - request: | 308 | - request: |
330 | body: status=Toot+number+9%21 | 309 | body: status=Toot+number+9%21 |
@@ -339,11 +318,9 @@ interactions: | |||
339 | method: POST | 318 | method: POST |
340 | uri: http://localhost:3000/api/v1/statuses | 319 | uri: http://localhost:3000/api/v1/statuses |
341 | response: | 320 | response: |
342 | body: {string: '{"id":"102315366720652298","created_at":"2019-06-22T13:03:18.649Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366720652298","url":"http://localhost/@mastodonpy_test/102315366720652298","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 321 | body: {string: '{"id":"102317291222419758","created_at":"2019-06-22T21:12:44.222Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291222419758","url":"http://localhost/@mastodonpy_test/102317291222419758","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
343 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 322 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
344 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 323 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
345 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
346 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
347 | headers: | 324 | headers: |
348 | Cache-Control: ['no-cache, no-store'] | 325 | Cache-Control: ['no-cache, no-store'] |
349 | Content-Type: [application/json; charset=utf-8] | 326 | Content-Type: [application/json; charset=utf-8] |
@@ -354,10 +331,10 @@ interactions: | |||
354 | X-Download-Options: [noopen] | 331 | X-Download-Options: [noopen] |
355 | X-Frame-Options: [SAMEORIGIN] | 332 | X-Frame-Options: [SAMEORIGIN] |
356 | X-Permitted-Cross-Domain-Policies: [none] | 333 | X-Permitted-Cross-Domain-Policies: [none] |
357 | X-Request-Id: [f430c921-3562-4a44-a03b-1489e9fd3555] | 334 | X-Request-Id: [8d7cd62b-79a0-4cb2-a47b-ee88d9a8e67f] |
358 | X-Runtime: ['0.160905'] | 335 | X-Runtime: ['0.201334'] |
359 | X-XSS-Protection: [1; mode=block] | 336 | X-XSS-Protection: [1; mode=block] |
360 | content-length: ['1607'] | 337 | content-length: ['1246'] |
361 | status: {code: 200, message: OK} | 338 | status: {code: 200, message: OK} |
362 | - request: | 339 | - request: |
363 | body: null | 340 | body: null |
@@ -370,32 +347,22 @@ interactions: | |||
370 | method: GET | 347 | method: GET |
371 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 | 348 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 |
372 | response: | 349 | response: |
373 | body: {string: '[{"id":"102315366720652298","created_at":"2019-06-22T13:03:18.649Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366720652298","url":"http://localhost/@mastodonpy_test/102315366720652298","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 350 | body: {string: '[{"id":"102317291222419758","created_at":"2019-06-22T21:12:44.222Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291222419758","url":"http://localhost/@mastodonpy_test/102317291222419758","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
374 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 351 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
375 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 352 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291207581187","created_at":"2019-06-22T21:12:43.999Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291207581187","url":"http://localhost/@mastodonpy_test/102317291207581187","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
376 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
377 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366709537680","created_at":"2019-06-22T13:03:18.481Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366709537680","url":"http://localhost/@mastodonpy_test/102315366709537680","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
378 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 353 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
379 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 354 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291192137939","created_at":"2019-06-22T21:12:43.773Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291192137939","url":"http://localhost/@mastodonpy_test/102317291192137939","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
380 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
381 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366697817816","created_at":"2019-06-22T13:03:18.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366697817816","url":"http://localhost/@mastodonpy_test/102315366697817816","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
382 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 355 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
383 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 356 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291179826922","created_at":"2019-06-22T21:12:43.572Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291179826922","url":"http://localhost/@mastodonpy_test/102317291179826922","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
384 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
385 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366684250675","created_at":"2019-06-22T13:03:18.105Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366684250675","url":"http://localhost/@mastodonpy_test/102315366684250675","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
386 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 357 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
387 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 358 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291167585915","created_at":"2019-06-22T21:12:43.387Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291167585915","url":"http://localhost/@mastodonpy_test/102317291167585915","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
388 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
389 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366669934827","created_at":"2019-06-22T13:03:17.887Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366669934827","url":"http://localhost/@mastodonpy_test/102315366669934827","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
390 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 359 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
391 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 360 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
392 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
393 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
394 | headers: | 361 | headers: |
395 | Cache-Control: ['no-cache, no-store'] | 362 | Cache-Control: ['no-cache, no-store'] |
396 | Content-Type: [application/json; charset=utf-8] | 363 | Content-Type: [application/json; charset=utf-8] |
397 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366669934827>; | 364 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102317291167585915>; |
398 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366720652298>; | 365 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102317291222419758>; |
399 | rel="prev"'] | 366 | rel="prev"'] |
400 | Referrer-Policy: [strict-origin-when-cross-origin] | 367 | Referrer-Policy: [strict-origin-when-cross-origin] |
401 | Transfer-Encoding: [chunked] | 368 | Transfer-Encoding: [chunked] |
@@ -404,10 +371,10 @@ interactions: | |||
404 | X-Download-Options: [noopen] | 371 | X-Download-Options: [noopen] |
405 | X-Frame-Options: [SAMEORIGIN] | 372 | X-Frame-Options: [SAMEORIGIN] |
406 | X-Permitted-Cross-Domain-Policies: [none] | 373 | X-Permitted-Cross-Domain-Policies: [none] |
407 | X-Request-Id: [e1dcb248-28f7-4537-8e50-627f9897e1ab] | 374 | X-Request-Id: [4a268d79-5a4d-40a3-8df8-0c358fc43180] |
408 | X-Runtime: ['0.098705'] | 375 | X-Runtime: ['0.137878'] |
409 | X-XSS-Protection: [1; mode=block] | 376 | X-XSS-Protection: [1; mode=block] |
410 | content-length: ['8041'] | 377 | content-length: ['6236'] |
411 | status: {code: 200, message: OK} | 378 | status: {code: 200, message: OK} |
412 | - request: | 379 | - request: |
413 | body: null | 380 | body: null |
@@ -418,34 +385,24 @@ interactions: | |||
418 | Connection: [keep-alive] | 385 | Connection: [keep-alive] |
419 | User-Agent: [python-requests/2.18.4] | 386 | User-Agent: [python-requests/2.18.4] |
420 | method: GET | 387 | method: GET |
421 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366669934827 | 388 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102317291167585915 |
422 | response: | 389 | response: |
423 | body: {string: '[{"id":"102315366657898549","created_at":"2019-06-22T13:03:17.692Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366657898549","url":"http://localhost/@mastodonpy_test/102315366657898549","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 390 | body: {string: '[{"id":"102317291154919032","created_at":"2019-06-22T21:12:43.195Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291154919032","url":"http://localhost/@mastodonpy_test/102317291154919032","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
424 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 391 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
425 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 392 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291142731366","created_at":"2019-06-22T21:12:43.005Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291142731366","url":"http://localhost/@mastodonpy_test/102317291142731366","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
426 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
427 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366641338129","created_at":"2019-06-22T13:03:17.442Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366641338129","url":"http://localhost/@mastodonpy_test/102315366641338129","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
428 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 393 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
429 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 394 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291128966301","created_at":"2019-06-22T21:12:42.799Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291128966301","url":"http://localhost/@mastodonpy_test/102317291128966301","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
430 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
431 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366629168673","created_at":"2019-06-22T13:03:17.254Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366629168673","url":"http://localhost/@mastodonpy_test/102315366629168673","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
432 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 395 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
433 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 396 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291117317426","created_at":"2019-06-22T21:12:42.612Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291117317426","url":"http://localhost/@mastodonpy_test/102317291117317426","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
434 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
435 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366615763740","created_at":"2019-06-22T13:03:17.050Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366615763740","url":"http://localhost/@mastodonpy_test/102315366615763740","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
436 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 397 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
437 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 398 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291101437274","created_at":"2019-06-22T21:12:42.371Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291101437274","url":"http://localhost/@mastodonpy_test/102317291101437274","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
438 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
439 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366603530978","created_at":"2019-06-22T13:03:16.867Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366603530978","url":"http://localhost/@mastodonpy_test/102315366603530978","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
440 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 399 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
441 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 400 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
442 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
443 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
444 | headers: | 401 | headers: |
445 | Cache-Control: ['no-cache, no-store'] | 402 | Cache-Control: ['no-cache, no-store'] |
446 | Content-Type: [application/json; charset=utf-8] | 403 | Content-Type: [application/json; charset=utf-8] |
447 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366603530978>; | 404 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102317291101437274>; |
448 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366657898549>; | 405 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102317291154919032>; |
449 | rel="prev"'] | 406 | rel="prev"'] |
450 | Referrer-Policy: [strict-origin-when-cross-origin] | 407 | Referrer-Policy: [strict-origin-when-cross-origin] |
451 | Transfer-Encoding: [chunked] | 408 | Transfer-Encoding: [chunked] |
@@ -454,10 +411,10 @@ interactions: | |||
454 | X-Download-Options: [noopen] | 411 | X-Download-Options: [noopen] |
455 | X-Frame-Options: [SAMEORIGIN] | 412 | X-Frame-Options: [SAMEORIGIN] |
456 | X-Permitted-Cross-Domain-Policies: [none] | 413 | X-Permitted-Cross-Domain-Policies: [none] |
457 | X-Request-Id: [c5b08242-8b37-404e-afa5-d5887fe1a4f7] | 414 | X-Request-Id: [d7c6b5b9-f51c-4aa0-b92b-14cd20785fd7] |
458 | X-Runtime: ['0.102872'] | 415 | X-Runtime: ['0.078831'] |
459 | X-XSS-Protection: [1; mode=block] | 416 | X-XSS-Protection: [1; mode=block] |
460 | content-length: ['8041'] | 417 | content-length: ['6236'] |
461 | status: {code: 200, message: OK} | 418 | status: {code: 200, message: OK} |
462 | - request: | 419 | - request: |
463 | body: null | 420 | body: null |
@@ -468,34 +425,24 @@ interactions: | |||
468 | Connection: [keep-alive] | 425 | Connection: [keep-alive] |
469 | User-Agent: [python-requests/2.18.4] | 426 | User-Agent: [python-requests/2.18.4] |
470 | method: GET | 427 | method: GET |
471 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366657898549 | 428 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102317291154919032 |
472 | response: | 429 | response: |
473 | body: {string: '[{"id":"102315366720652298","created_at":"2019-06-22T13:03:18.649Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366720652298","url":"http://localhost/@mastodonpy_test/102315366720652298","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 430 | body: {string: '[{"id":"102317291222419758","created_at":"2019-06-22T21:12:44.222Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291222419758","url":"http://localhost/@mastodonpy_test/102317291222419758","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
474 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 431 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
475 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 432 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291207581187","created_at":"2019-06-22T21:12:43.999Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291207581187","url":"http://localhost/@mastodonpy_test/102317291207581187","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
476 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
477 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366709537680","created_at":"2019-06-22T13:03:18.481Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366709537680","url":"http://localhost/@mastodonpy_test/102315366709537680","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
478 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 433 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
479 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 434 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291192137939","created_at":"2019-06-22T21:12:43.773Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291192137939","url":"http://localhost/@mastodonpy_test/102317291192137939","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
480 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
481 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366697817816","created_at":"2019-06-22T13:03:18.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366697817816","url":"http://localhost/@mastodonpy_test/102315366697817816","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
482 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 435 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
483 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 436 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291179826922","created_at":"2019-06-22T21:12:43.572Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291179826922","url":"http://localhost/@mastodonpy_test/102317291179826922","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
484 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
485 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366684250675","created_at":"2019-06-22T13:03:18.105Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366684250675","url":"http://localhost/@mastodonpy_test/102315366684250675","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
486 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 437 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
487 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 438 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291167585915","created_at":"2019-06-22T21:12:43.387Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291167585915","url":"http://localhost/@mastodonpy_test/102317291167585915","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
488 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
489 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366669934827","created_at":"2019-06-22T13:03:17.887Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366669934827","url":"http://localhost/@mastodonpy_test/102315366669934827","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
490 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 439 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
491 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 440 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
492 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
493 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
494 | headers: | 441 | headers: |
495 | Cache-Control: ['no-cache, no-store'] | 442 | Cache-Control: ['no-cache, no-store'] |
496 | Content-Type: [application/json; charset=utf-8] | 443 | Content-Type: [application/json; charset=utf-8] |
497 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366669934827>; | 444 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102317291167585915>; |
498 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366720652298>; | 445 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102317291222419758>; |
499 | rel="prev"'] | 446 | rel="prev"'] |
500 | Referrer-Policy: [strict-origin-when-cross-origin] | 447 | Referrer-Policy: [strict-origin-when-cross-origin] |
501 | Transfer-Encoding: [chunked] | 448 | Transfer-Encoding: [chunked] |
@@ -504,10 +451,10 @@ interactions: | |||
504 | X-Download-Options: [noopen] | 451 | X-Download-Options: [noopen] |
505 | X-Frame-Options: [SAMEORIGIN] | 452 | X-Frame-Options: [SAMEORIGIN] |
506 | X-Permitted-Cross-Domain-Policies: [none] | 453 | X-Permitted-Cross-Domain-Policies: [none] |
507 | X-Request-Id: [f57fa548-f5b3-4a14-9332-f97588c33f59] | 454 | X-Request-Id: [88ddd26a-a9fc-431a-8356-2b2801f7843d] |
508 | X-Runtime: ['0.101904'] | 455 | X-Runtime: ['0.074821'] |
509 | X-XSS-Protection: [1; mode=block] | 456 | X-XSS-Protection: [1; mode=block] |
510 | content-length: ['8041'] | 457 | content-length: ['6236'] |
511 | status: {code: 200, message: OK} | 458 | status: {code: 200, message: OK} |
512 | - request: | 459 | - request: |
513 | body: null | 460 | body: null |
@@ -519,12 +466,10 @@ interactions: | |||
519 | Content-Length: ['0'] | 466 | Content-Length: ['0'] |
520 | User-Agent: [python-requests/2.18.4] | 467 | User-Agent: [python-requests/2.18.4] |
521 | method: DELETE | 468 | method: DELETE |
522 | uri: http://localhost:3000/api/v1/statuses/102315366603530978 | 469 | uri: http://localhost:3000/api/v1/statuses/102317291101437274 |
523 | response: | 470 | response: |
524 | body: {string: '{"id":"102315366603530978","created_at":"2019-06-22T13:03:16.867Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366603530978","url":"http://localhost/@mastodonpy_test/102315366603530978","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 471 | body: {string: '{"id":"102317291101437274","created_at":"2019-06-22T21:12:42.371Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291101437274","url":"http://localhost/@mastodonpy_test/102317291101437274","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
525 | number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 472 | number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
526 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
527 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
528 | headers: | 473 | headers: |
529 | Cache-Control: ['no-cache, no-store'] | 474 | Cache-Control: ['no-cache, no-store'] |
530 | Content-Type: [application/json; charset=utf-8] | 475 | Content-Type: [application/json; charset=utf-8] |
@@ -535,10 +480,10 @@ interactions: | |||
535 | X-Download-Options: [noopen] | 480 | X-Download-Options: [noopen] |
536 | X-Frame-Options: [SAMEORIGIN] | 481 | X-Frame-Options: [SAMEORIGIN] |
537 | X-Permitted-Cross-Domain-Policies: [none] | 482 | X-Permitted-Cross-Domain-Policies: [none] |
538 | X-Request-Id: [30080a9c-9861-4555-9c93-8678333a440c] | 483 | X-Request-Id: [fa4712d9-dd1d-452c-bc61-efc54c161c38] |
539 | X-Runtime: ['0.073961'] | 484 | X-Runtime: ['0.070317'] |
540 | X-XSS-Protection: [1; mode=block] | 485 | X-XSS-Protection: [1; mode=block] |
541 | content-length: ['1577'] | 486 | content-length: ['1216'] |
542 | status: {code: 200, message: OK} | 487 | status: {code: 200, message: OK} |
543 | - request: | 488 | - request: |
544 | body: null | 489 | body: null |
@@ -550,12 +495,10 @@ interactions: | |||
550 | Content-Length: ['0'] | 495 | Content-Length: ['0'] |
551 | User-Agent: [python-requests/2.18.4] | 496 | User-Agent: [python-requests/2.18.4] |
552 | method: DELETE | 497 | method: DELETE |
553 | uri: http://localhost:3000/api/v1/statuses/102315366615763740 | 498 | uri: http://localhost:3000/api/v1/statuses/102317291117317426 |
554 | response: | 499 | response: |
555 | body: {string: '{"id":"102315366615763740","created_at":"2019-06-22T13:03:17.050Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366615763740","url":"http://localhost/@mastodonpy_test/102315366615763740","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 500 | body: {string: '{"id":"102317291117317426","created_at":"2019-06-22T21:12:42.612Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291117317426","url":"http://localhost/@mastodonpy_test/102317291117317426","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
556 | number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 501 | number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":9,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
557 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
558 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
559 | headers: | 502 | headers: |
560 | Cache-Control: ['no-cache, no-store'] | 503 | Cache-Control: ['no-cache, no-store'] |
561 | Content-Type: [application/json; charset=utf-8] | 504 | Content-Type: [application/json; charset=utf-8] |
@@ -566,10 +509,10 @@ interactions: | |||
566 | X-Download-Options: [noopen] | 509 | X-Download-Options: [noopen] |
567 | X-Frame-Options: [SAMEORIGIN] | 510 | X-Frame-Options: [SAMEORIGIN] |
568 | X-Permitted-Cross-Domain-Policies: [none] | 511 | X-Permitted-Cross-Domain-Policies: [none] |
569 | X-Request-Id: [9f0a91af-0494-489e-b13d-1cd1b2d0c633] | 512 | X-Request-Id: [fe462b5a-9617-44df-932a-5735863e0f7e] |
570 | X-Runtime: ['0.110368'] | 513 | X-Runtime: ['0.097068'] |
571 | X-XSS-Protection: [1; mode=block] | 514 | X-XSS-Protection: [1; mode=block] |
572 | content-length: ['1576'] | 515 | content-length: ['1215'] |
573 | status: {code: 200, message: OK} | 516 | status: {code: 200, message: OK} |
574 | - request: | 517 | - request: |
575 | body: null | 518 | body: null |
@@ -581,12 +524,10 @@ interactions: | |||
581 | Content-Length: ['0'] | 524 | Content-Length: ['0'] |
582 | User-Agent: [python-requests/2.18.4] | 525 | User-Agent: [python-requests/2.18.4] |
583 | method: DELETE | 526 | method: DELETE |
584 | uri: http://localhost:3000/api/v1/statuses/102315366629168673 | 527 | uri: http://localhost:3000/api/v1/statuses/102317291128966301 |
585 | response: | 528 | response: |
586 | body: {string: '{"id":"102315366629168673","created_at":"2019-06-22T13:03:17.254Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366629168673","url":"http://localhost/@mastodonpy_test/102315366629168673","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 529 | body: {string: '{"id":"102317291128966301","created_at":"2019-06-22T21:12:42.799Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291128966301","url":"http://localhost/@mastodonpy_test/102317291128966301","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
587 | number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 530 | number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
588 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
589 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
590 | headers: | 531 | headers: |
591 | Cache-Control: ['no-cache, no-store'] | 532 | Cache-Control: ['no-cache, no-store'] |
592 | Content-Type: [application/json; charset=utf-8] | 533 | Content-Type: [application/json; charset=utf-8] |
@@ -597,10 +538,10 @@ interactions: | |||
597 | X-Download-Options: [noopen] | 538 | X-Download-Options: [noopen] |
598 | X-Frame-Options: [SAMEORIGIN] | 539 | X-Frame-Options: [SAMEORIGIN] |
599 | X-Permitted-Cross-Domain-Policies: [none] | 540 | X-Permitted-Cross-Domain-Policies: [none] |
600 | X-Request-Id: [a4ddac92-f587-4d18-87d4-8c8a0b0233ab] | 541 | X-Request-Id: [a52895ae-da27-49e0-8e2f-5ed45f122d8a] |
601 | X-Runtime: ['0.115683'] | 542 | X-Runtime: ['0.091420'] |
602 | X-XSS-Protection: [1; mode=block] | 543 | X-XSS-Protection: [1; mode=block] |
603 | content-length: ['1576'] | 544 | content-length: ['1215'] |
604 | status: {code: 200, message: OK} | 545 | status: {code: 200, message: OK} |
605 | - request: | 546 | - request: |
606 | body: null | 547 | body: null |
@@ -612,12 +553,10 @@ interactions: | |||
612 | Content-Length: ['0'] | 553 | Content-Length: ['0'] |
613 | User-Agent: [python-requests/2.18.4] | 554 | User-Agent: [python-requests/2.18.4] |
614 | method: DELETE | 555 | method: DELETE |
615 | uri: http://localhost:3000/api/v1/statuses/102315366641338129 | 556 | uri: http://localhost:3000/api/v1/statuses/102317291142731366 |
616 | response: | 557 | response: |
617 | body: {string: '{"id":"102315366641338129","created_at":"2019-06-22T13:03:17.442Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366641338129","url":"http://localhost/@mastodonpy_test/102315366641338129","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 558 | body: {string: '{"id":"102317291142731366","created_at":"2019-06-22T21:12:43.005Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291142731366","url":"http://localhost/@mastodonpy_test/102317291142731366","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
618 | number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 559 | number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
619 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
620 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
621 | headers: | 560 | headers: |
622 | Cache-Control: ['no-cache, no-store'] | 561 | Cache-Control: ['no-cache, no-store'] |
623 | Content-Type: [application/json; charset=utf-8] | 562 | Content-Type: [application/json; charset=utf-8] |
@@ -628,10 +567,10 @@ interactions: | |||
628 | X-Download-Options: [noopen] | 567 | X-Download-Options: [noopen] |
629 | X-Frame-Options: [SAMEORIGIN] | 568 | X-Frame-Options: [SAMEORIGIN] |
630 | X-Permitted-Cross-Domain-Policies: [none] | 569 | X-Permitted-Cross-Domain-Policies: [none] |
631 | X-Request-Id: [43c457a6-0b4a-48a7-bf26-991d4e6d26bb] | 570 | X-Request-Id: [5f75e5c0-dc25-45e1-93a9-e0bb48592178] |
632 | X-Runtime: ['0.113161'] | 571 | X-Runtime: ['0.098223'] |
633 | X-XSS-Protection: [1; mode=block] | 572 | X-XSS-Protection: [1; mode=block] |
634 | content-length: ['1576'] | 573 | content-length: ['1215'] |
635 | status: {code: 200, message: OK} | 574 | status: {code: 200, message: OK} |
636 | - request: | 575 | - request: |
637 | body: null | 576 | body: null |
@@ -643,12 +582,10 @@ interactions: | |||
643 | Content-Length: ['0'] | 582 | Content-Length: ['0'] |
644 | User-Agent: [python-requests/2.18.4] | 583 | User-Agent: [python-requests/2.18.4] |
645 | method: DELETE | 584 | method: DELETE |
646 | uri: http://localhost:3000/api/v1/statuses/102315366657898549 | 585 | uri: http://localhost:3000/api/v1/statuses/102317291154919032 |
647 | response: | 586 | response: |
648 | body: {string: '{"id":"102315366657898549","created_at":"2019-06-22T13:03:17.692Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366657898549","url":"http://localhost/@mastodonpy_test/102315366657898549","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 587 | body: {string: '{"id":"102317291154919032","created_at":"2019-06-22T21:12:43.195Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291154919032","url":"http://localhost/@mastodonpy_test/102317291154919032","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
649 | number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 588 | number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
650 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
651 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
652 | headers: | 589 | headers: |
653 | Cache-Control: ['no-cache, no-store'] | 590 | Cache-Control: ['no-cache, no-store'] |
654 | Content-Type: [application/json; charset=utf-8] | 591 | Content-Type: [application/json; charset=utf-8] |
@@ -659,10 +596,10 @@ interactions: | |||
659 | X-Download-Options: [noopen] | 596 | X-Download-Options: [noopen] |
660 | X-Frame-Options: [SAMEORIGIN] | 597 | X-Frame-Options: [SAMEORIGIN] |
661 | X-Permitted-Cross-Domain-Policies: [none] | 598 | X-Permitted-Cross-Domain-Policies: [none] |
662 | X-Request-Id: [db374430-cb0c-4d8f-b5f3-55c014fb6486] | 599 | X-Request-Id: [65edcd7e-46af-41da-9533-3671c126062b] |
663 | X-Runtime: ['0.103669'] | 600 | X-Runtime: ['0.135241'] |
664 | X-XSS-Protection: [1; mode=block] | 601 | X-XSS-Protection: [1; mode=block] |
665 | content-length: ['1576'] | 602 | content-length: ['1215'] |
666 | status: {code: 200, message: OK} | 603 | status: {code: 200, message: OK} |
667 | - request: | 604 | - request: |
668 | body: null | 605 | body: null |
@@ -674,12 +611,10 @@ interactions: | |||
674 | Content-Length: ['0'] | 611 | Content-Length: ['0'] |
675 | User-Agent: [python-requests/2.18.4] | 612 | User-Agent: [python-requests/2.18.4] |
676 | method: DELETE | 613 | method: DELETE |
677 | uri: http://localhost:3000/api/v1/statuses/102315366669934827 | 614 | uri: http://localhost:3000/api/v1/statuses/102317291167585915 |
678 | response: | 615 | response: |
679 | body: {string: '{"id":"102315366669934827","created_at":"2019-06-22T13:03:17.887Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366669934827","url":"http://localhost/@mastodonpy_test/102315366669934827","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 616 | body: {string: '{"id":"102317291167585915","created_at":"2019-06-22T21:12:43.387Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291167585915","url":"http://localhost/@mastodonpy_test/102317291167585915","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
680 | number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 617 | number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
681 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
682 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
683 | headers: | 618 | headers: |
684 | Cache-Control: ['no-cache, no-store'] | 619 | Cache-Control: ['no-cache, no-store'] |
685 | Content-Type: [application/json; charset=utf-8] | 620 | Content-Type: [application/json; charset=utf-8] |
@@ -690,10 +625,10 @@ interactions: | |||
690 | X-Download-Options: [noopen] | 625 | X-Download-Options: [noopen] |
691 | X-Frame-Options: [SAMEORIGIN] | 626 | X-Frame-Options: [SAMEORIGIN] |
692 | X-Permitted-Cross-Domain-Policies: [none] | 627 | X-Permitted-Cross-Domain-Policies: [none] |
693 | X-Request-Id: [8a3d5d0d-9af5-453a-b6ae-fe86d94b2007] | 628 | X-Request-Id: [80a55375-b98e-4b13-bd38-7d6b75ddf046] |
694 | X-Runtime: ['0.099905'] | 629 | X-Runtime: ['0.069855'] |
695 | X-XSS-Protection: [1; mode=block] | 630 | X-XSS-Protection: [1; mode=block] |
696 | content-length: ['1576'] | 631 | content-length: ['1215'] |
697 | status: {code: 200, message: OK} | 632 | status: {code: 200, message: OK} |
698 | - request: | 633 | - request: |
699 | body: null | 634 | body: null |
@@ -705,12 +640,10 @@ interactions: | |||
705 | Content-Length: ['0'] | 640 | Content-Length: ['0'] |
706 | User-Agent: [python-requests/2.18.4] | 641 | User-Agent: [python-requests/2.18.4] |
707 | method: DELETE | 642 | method: DELETE |
708 | uri: http://localhost:3000/api/v1/statuses/102315366684250675 | 643 | uri: http://localhost:3000/api/v1/statuses/102317291179826922 |
709 | response: | 644 | response: |
710 | body: {string: '{"id":"102315366684250675","created_at":"2019-06-22T13:03:18.105Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366684250675","url":"http://localhost/@mastodonpy_test/102315366684250675","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 645 | body: {string: '{"id":"102317291179826922","created_at":"2019-06-22T21:12:43.572Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291179826922","url":"http://localhost/@mastodonpy_test/102317291179826922","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
711 | number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 646 | number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
712 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
713 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
714 | headers: | 647 | headers: |
715 | Cache-Control: ['no-cache, no-store'] | 648 | Cache-Control: ['no-cache, no-store'] |
716 | Content-Type: [application/json; charset=utf-8] | 649 | Content-Type: [application/json; charset=utf-8] |
@@ -721,10 +654,10 @@ interactions: | |||
721 | X-Download-Options: [noopen] | 654 | X-Download-Options: [noopen] |
722 | X-Frame-Options: [SAMEORIGIN] | 655 | X-Frame-Options: [SAMEORIGIN] |
723 | X-Permitted-Cross-Domain-Policies: [none] | 656 | X-Permitted-Cross-Domain-Policies: [none] |
724 | X-Request-Id: [a78d3e1a-7f4e-47b4-ac56-9ab8338fe80e] | 657 | X-Request-Id: [0a5c3551-2de8-4482-be26-4d65c57e3cf3] |
725 | X-Runtime: ['0.099784'] | 658 | X-Runtime: ['0.091438'] |
726 | X-XSS-Protection: [1; mode=block] | 659 | X-XSS-Protection: [1; mode=block] |
727 | content-length: ['1576'] | 660 | content-length: ['1215'] |
728 | status: {code: 200, message: OK} | 661 | status: {code: 200, message: OK} |
729 | - request: | 662 | - request: |
730 | body: null | 663 | body: null |
@@ -736,12 +669,10 @@ interactions: | |||
736 | Content-Length: ['0'] | 669 | Content-Length: ['0'] |
737 | User-Agent: [python-requests/2.18.4] | 670 | User-Agent: [python-requests/2.18.4] |
738 | method: DELETE | 671 | method: DELETE |
739 | uri: http://localhost:3000/api/v1/statuses/102315366697817816 | 672 | uri: http://localhost:3000/api/v1/statuses/102317291192137939 |
740 | response: | 673 | response: |
741 | body: {string: '{"id":"102315366697817816","created_at":"2019-06-22T13:03:18.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366697817816","url":"http://localhost/@mastodonpy_test/102315366697817816","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 674 | body: {string: '{"id":"102317291192137939","created_at":"2019-06-22T21:12:43.773Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291192137939","url":"http://localhost/@mastodonpy_test/102317291192137939","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
742 | number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 675 | number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
743 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
744 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
745 | headers: | 676 | headers: |
746 | Cache-Control: ['no-cache, no-store'] | 677 | Cache-Control: ['no-cache, no-store'] |
747 | Content-Type: [application/json; charset=utf-8] | 678 | Content-Type: [application/json; charset=utf-8] |
@@ -752,10 +683,10 @@ interactions: | |||
752 | X-Download-Options: [noopen] | 683 | X-Download-Options: [noopen] |
753 | X-Frame-Options: [SAMEORIGIN] | 684 | X-Frame-Options: [SAMEORIGIN] |
754 | X-Permitted-Cross-Domain-Policies: [none] | 685 | X-Permitted-Cross-Domain-Policies: [none] |
755 | X-Request-Id: [375689bb-f0d8-4969-a3bd-207dea99bb11] | 686 | X-Request-Id: [5254107f-1238-4147-b5cb-aac5b85af8ad] |
756 | X-Runtime: ['0.101836'] | 687 | X-Runtime: ['0.096208'] |
757 | X-XSS-Protection: [1; mode=block] | 688 | X-XSS-Protection: [1; mode=block] |
758 | content-length: ['1576'] | 689 | content-length: ['1215'] |
759 | status: {code: 200, message: OK} | 690 | status: {code: 200, message: OK} |
760 | - request: | 691 | - request: |
761 | body: null | 692 | body: null |
@@ -767,12 +698,10 @@ interactions: | |||
767 | Content-Length: ['0'] | 698 | Content-Length: ['0'] |
768 | User-Agent: [python-requests/2.18.4] | 699 | User-Agent: [python-requests/2.18.4] |
769 | method: DELETE | 700 | method: DELETE |
770 | uri: http://localhost:3000/api/v1/statuses/102315366709537680 | 701 | uri: http://localhost:3000/api/v1/statuses/102317291207581187 |
771 | response: | 702 | response: |
772 | body: {string: '{"id":"102315366709537680","created_at":"2019-06-22T13:03:18.481Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366709537680","url":"http://localhost/@mastodonpy_test/102315366709537680","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 703 | body: {string: '{"id":"102317291207581187","created_at":"2019-06-22T21:12:43.999Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291207581187","url":"http://localhost/@mastodonpy_test/102317291207581187","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
773 | number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 704 | number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
774 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
775 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
776 | headers: | 705 | headers: |
777 | Cache-Control: ['no-cache, no-store'] | 706 | Cache-Control: ['no-cache, no-store'] |
778 | Content-Type: [application/json; charset=utf-8] | 707 | Content-Type: [application/json; charset=utf-8] |
@@ -783,10 +712,10 @@ interactions: | |||
783 | X-Download-Options: [noopen] | 712 | X-Download-Options: [noopen] |
784 | X-Frame-Options: [SAMEORIGIN] | 713 | X-Frame-Options: [SAMEORIGIN] |
785 | X-Permitted-Cross-Domain-Policies: [none] | 714 | X-Permitted-Cross-Domain-Policies: [none] |
786 | X-Request-Id: [cb5b473c-f0bb-4449-a38b-2655261172ef] | 715 | X-Request-Id: [4c83d73d-e5d3-4d94-a83f-968ea1c4f31c] |
787 | X-Runtime: ['0.099494'] | 716 | X-Runtime: ['0.090907'] |
788 | X-XSS-Protection: [1; mode=block] | 717 | X-XSS-Protection: [1; mode=block] |
789 | content-length: ['1576'] | 718 | content-length: ['1215'] |
790 | status: {code: 200, message: OK} | 719 | status: {code: 200, message: OK} |
791 | - request: | 720 | - request: |
792 | body: null | 721 | body: null |
@@ -798,12 +727,10 @@ interactions: | |||
798 | Content-Length: ['0'] | 727 | Content-Length: ['0'] |
799 | User-Agent: [python-requests/2.18.4] | 728 | User-Agent: [python-requests/2.18.4] |
800 | method: DELETE | 729 | method: DELETE |
801 | uri: http://localhost:3000/api/v1/statuses/102315366720652298 | 730 | uri: http://localhost:3000/api/v1/statuses/102317291222419758 |
802 | response: | 731 | response: |
803 | body: {string: '{"id":"102315366720652298","created_at":"2019-06-22T13:03:18.649Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366720652298","url":"http://localhost/@mastodonpy_test/102315366720652298","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 732 | body: {string: '{"id":"102317291222419758","created_at":"2019-06-22T21:12:44.222Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291222419758","url":"http://localhost/@mastodonpy_test/102317291222419758","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
804 | number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 733 | number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
805 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
806 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
807 | headers: | 734 | headers: |
808 | Cache-Control: ['no-cache, no-store'] | 735 | Cache-Control: ['no-cache, no-store'] |
809 | Content-Type: [application/json; charset=utf-8] | 736 | Content-Type: [application/json; charset=utf-8] |
@@ -814,9 +741,9 @@ interactions: | |||
814 | X-Download-Options: [noopen] | 741 | X-Download-Options: [noopen] |
815 | X-Frame-Options: [SAMEORIGIN] | 742 | X-Frame-Options: [SAMEORIGIN] |
816 | X-Permitted-Cross-Domain-Policies: [none] | 743 | X-Permitted-Cross-Domain-Policies: [none] |
817 | X-Request-Id: [745c3424-5840-46a0-bb52-5a547dd66451] | 744 | X-Request-Id: [10bf4b72-9f43-40f6-95a1-357ebee5c957] |
818 | X-Runtime: ['0.120618'] | 745 | X-Runtime: ['0.115609'] |
819 | X-XSS-Protection: [1; mode=block] | 746 | X-XSS-Protection: [1; mode=block] |
820 | content-length: ['1576'] | 747 | content-length: ['1215'] |
821 | status: {code: 200, message: OK} | 748 | status: {code: 200, message: OK} |
822 | version: 1 | 749 | version: 1 |
diff --git a/tests/cassettes/test_fetch_next_previous_from_pagination_info.yaml b/tests/cassettes/test_fetch_next_previous_from_pagination_info.yaml index 471619e..e40266a 100644 --- a/tests/cassettes/test_fetch_next_previous_from_pagination_info.yaml +++ b/tests/cassettes/test_fetch_next_previous_from_pagination_info.yaml | |||
@@ -10,10 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | ||
16 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | ||
17 | headers: | 14 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +21,10 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [be0f6246-beaf-4878-a7e1-0dd1f54730f4] | 24 | X-Request-Id: [29f61e13-e2d0-477a-8a41-07adbbac785f] |
28 | X-Runtime: ['0.051583'] | 25 | X-Runtime: ['0.046264'] |
29 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1134'] | 27 | content-length: ['654'] |
31 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
32 | - request: | 29 | - request: |
33 | body: status=Toot+number+0%21 | 30 | body: status=Toot+number+0%21 |
@@ -42,11 +39,9 @@ interactions: | |||
42 | method: POST | 39 | method: POST |
43 | uri: http://localhost:3000/api/v1/statuses | 40 | uri: http://localhost:3000/api/v1/statuses |
44 | response: | 41 | response: |
45 | body: {string: '{"id":"102315366837960039","created_at":"2019-06-22T13:03:20.440Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366837960039","url":"http://localhost/@mastodonpy_test/102315366837960039","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 42 | body: {string: '{"id":"102317291330071047","created_at":"2019-06-22T21:12:45.858Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291330071047","url":"http://localhost/@mastodonpy_test/102317291330071047","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
46 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 43 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 45 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -57,10 +52,10 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [2685eae3-4bf0-424d-93a6-26b2592807fd] | 55 | X-Request-Id: [ba73d860-c8e6-44e3-b482-298e473c8e85] |
61 | X-Runtime: ['0.149914'] | 56 | X-Runtime: ['0.124655'] |
62 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1606'] | 58 | content-length: ['1245'] |
64 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
65 | - request: | 60 | - request: |
66 | body: status=Toot+number+1%21 | 61 | body: status=Toot+number+1%21 |
@@ -75,11 +70,9 @@ interactions: | |||
75 | method: POST | 70 | method: POST |
76 | uri: http://localhost:3000/api/v1/statuses | 71 | uri: http://localhost:3000/api/v1/statuses |
77 | response: | 72 | response: |
78 | body: {string: '{"id":"102315366850739514","created_at":"2019-06-22T13:03:20.634Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366850739514","url":"http://localhost/@mastodonpy_test/102315366850739514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 73 | body: {string: '{"id":"102317291341434011","created_at":"2019-06-22T21:12:46.043Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291341434011","url":"http://localhost/@mastodonpy_test/102317291341434011","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
79 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 74 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 75 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
81 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
82 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
83 | headers: | 76 | headers: |
84 | Cache-Control: ['no-cache, no-store'] | 77 | Cache-Control: ['no-cache, no-store'] |
85 | Content-Type: [application/json; charset=utf-8] | 78 | Content-Type: [application/json; charset=utf-8] |
@@ -90,10 +83,10 @@ interactions: | |||
90 | X-Download-Options: [noopen] | 83 | X-Download-Options: [noopen] |
91 | X-Frame-Options: [SAMEORIGIN] | 84 | X-Frame-Options: [SAMEORIGIN] |
92 | X-Permitted-Cross-Domain-Policies: [none] | 85 | X-Permitted-Cross-Domain-Policies: [none] |
93 | X-Request-Id: [88c847f8-da02-4381-b771-e8040755fbc6] | 86 | X-Request-Id: [a0208e02-6ab6-4422-94fa-8ce91e5e01ad] |
94 | X-Runtime: ['0.174741'] | 87 | X-Runtime: ['0.159465'] |
95 | X-XSS-Protection: [1; mode=block] | 88 | X-XSS-Protection: [1; mode=block] |
96 | content-length: ['1606'] | 89 | content-length: ['1245'] |
97 | status: {code: 200, message: OK} | 90 | status: {code: 200, message: OK} |
98 | - request: | 91 | - request: |
99 | body: status=Toot+number+2%21 | 92 | body: status=Toot+number+2%21 |
@@ -108,11 +101,9 @@ interactions: | |||
108 | method: POST | 101 | method: POST |
109 | uri: http://localhost:3000/api/v1/statuses | 102 | uri: http://localhost:3000/api/v1/statuses |
110 | response: | 103 | response: |
111 | body: {string: '{"id":"102315366861200726","created_at":"2019-06-22T13:03:20.794Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366861200726","url":"http://localhost/@mastodonpy_test/102315366861200726","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 104 | body: {string: '{"id":"102317291353420466","created_at":"2019-06-22T21:12:46.237Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291353420466","url":"http://localhost/@mastodonpy_test/102317291353420466","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
112 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 105 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
113 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
114 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
115 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
116 | headers: | 107 | headers: |
117 | Cache-Control: ['no-cache, no-store'] | 108 | Cache-Control: ['no-cache, no-store'] |
118 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
@@ -123,10 +114,10 @@ interactions: | |||
123 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
124 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
125 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
126 | X-Request-Id: [9ef161de-f756-4719-a932-8736819cd4b8] | 117 | X-Request-Id: [f874d243-4b90-4e33-94d8-174b25b55351] |
127 | X-Runtime: ['0.162592'] | 118 | X-Runtime: ['0.251798'] |
128 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
129 | content-length: ['1606'] | 120 | content-length: ['1245'] |
130 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
131 | - request: | 122 | - request: |
132 | body: status=Toot+number+3%21 | 123 | body: status=Toot+number+3%21 |
@@ -141,11 +132,9 @@ interactions: | |||
141 | method: POST | 132 | method: POST |
142 | uri: http://localhost:3000/api/v1/statuses | 133 | uri: http://localhost:3000/api/v1/statuses |
143 | response: | 134 | response: |
144 | body: {string: '{"id":"102315366872057511","created_at":"2019-06-22T13:03:20.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366872057511","url":"http://localhost/@mastodonpy_test/102315366872057511","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 135 | body: {string: '{"id":"102317291369703963","created_at":"2019-06-22T21:12:46.476Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291369703963","url":"http://localhost/@mastodonpy_test/102317291369703963","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
145 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 136 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
146 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 137 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
147 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
148 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
149 | headers: | 138 | headers: |
150 | Cache-Control: ['no-cache, no-store'] | 139 | Cache-Control: ['no-cache, no-store'] |
151 | Content-Type: [application/json; charset=utf-8] | 140 | Content-Type: [application/json; charset=utf-8] |
@@ -156,10 +145,10 @@ interactions: | |||
156 | X-Download-Options: [noopen] | 145 | X-Download-Options: [noopen] |
157 | X-Frame-Options: [SAMEORIGIN] | 146 | X-Frame-Options: [SAMEORIGIN] |
158 | X-Permitted-Cross-Domain-Policies: [none] | 147 | X-Permitted-Cross-Domain-Policies: [none] |
159 | X-Request-Id: [0e44a79f-34d2-4ef4-a583-de28bc19b5d3] | 148 | X-Request-Id: [8467c616-5d1b-40c2-903b-582cb1c233c3] |
160 | X-Runtime: ['0.150553'] | 149 | X-Runtime: ['0.180527'] |
161 | X-XSS-Protection: [1; mode=block] | 150 | X-XSS-Protection: [1; mode=block] |
162 | content-length: ['1606'] | 151 | content-length: ['1245'] |
163 | status: {code: 200, message: OK} | 152 | status: {code: 200, message: OK} |
164 | - request: | 153 | - request: |
165 | body: status=Toot+number+4%21 | 154 | body: status=Toot+number+4%21 |
@@ -174,11 +163,9 @@ interactions: | |||
174 | method: POST | 163 | method: POST |
175 | uri: http://localhost:3000/api/v1/statuses | 164 | uri: http://localhost:3000/api/v1/statuses |
176 | response: | 165 | response: |
177 | body: {string: '{"id":"102315366883082833","created_at":"2019-06-22T13:03:21.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366883082833","url":"http://localhost/@mastodonpy_test/102315366883082833","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 166 | body: {string: '{"id":"102317291384666872","created_at":"2019-06-22T21:12:46.693Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291384666872","url":"http://localhost/@mastodonpy_test/102317291384666872","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
178 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 167 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
179 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 168 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
180 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
181 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
182 | headers: | 169 | headers: |
183 | Cache-Control: ['no-cache, no-store'] | 170 | Cache-Control: ['no-cache, no-store'] |
184 | Content-Type: [application/json; charset=utf-8] | 171 | Content-Type: [application/json; charset=utf-8] |
@@ -189,10 +176,10 @@ interactions: | |||
189 | X-Download-Options: [noopen] | 176 | X-Download-Options: [noopen] |
190 | X-Frame-Options: [SAMEORIGIN] | 177 | X-Frame-Options: [SAMEORIGIN] |
191 | X-Permitted-Cross-Domain-Policies: [none] | 178 | X-Permitted-Cross-Domain-Policies: [none] |
192 | X-Request-Id: [cd470975-0db7-4ce0-9a07-bd57278742b7] | 179 | X-Request-Id: [3dcf8798-dea9-4391-84ac-18270a2cef32] |
193 | X-Runtime: ['0.149962'] | 180 | X-Runtime: ['0.218964'] |
194 | X-XSS-Protection: [1; mode=block] | 181 | X-XSS-Protection: [1; mode=block] |
195 | content-length: ['1606'] | 182 | content-length: ['1245'] |
196 | status: {code: 200, message: OK} | 183 | status: {code: 200, message: OK} |
197 | - request: | 184 | - request: |
198 | body: status=Toot+number+5%21 | 185 | body: status=Toot+number+5%21 |
@@ -207,11 +194,9 @@ interactions: | |||
207 | method: POST | 194 | method: POST |
208 | uri: http://localhost:3000/api/v1/statuses | 195 | uri: http://localhost:3000/api/v1/statuses |
209 | response: | 196 | response: |
210 | body: {string: '{"id":"102315366895229924","created_at":"2019-06-22T13:03:21.314Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366895229924","url":"http://localhost/@mastodonpy_test/102315366895229924","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 197 | body: {string: '{"id":"102317291396600928","created_at":"2019-06-22T21:12:46.875Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291396600928","url":"http://localhost/@mastodonpy_test/102317291396600928","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
211 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 198 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
212 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 199 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":6,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
213 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
214 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
215 | headers: | 200 | headers: |
216 | Cache-Control: ['no-cache, no-store'] | 201 | Cache-Control: ['no-cache, no-store'] |
217 | Content-Type: [application/json; charset=utf-8] | 202 | Content-Type: [application/json; charset=utf-8] |
@@ -222,10 +207,10 @@ interactions: | |||
222 | X-Download-Options: [noopen] | 207 | X-Download-Options: [noopen] |
223 | X-Frame-Options: [SAMEORIGIN] | 208 | X-Frame-Options: [SAMEORIGIN] |
224 | X-Permitted-Cross-Domain-Policies: [none] | 209 | X-Permitted-Cross-Domain-Policies: [none] |
225 | X-Request-Id: [a174e131-544f-44d3-9c23-7e510a58e9c5] | 210 | X-Request-Id: [13529e93-626e-42e2-8e1f-1faa88e8703f] |
226 | X-Runtime: ['0.185385'] | 211 | X-Runtime: ['0.162152'] |
227 | X-XSS-Protection: [1; mode=block] | 212 | X-XSS-Protection: [1; mode=block] |
228 | content-length: ['1606'] | 213 | content-length: ['1245'] |
229 | status: {code: 200, message: OK} | 214 | status: {code: 200, message: OK} |
230 | - request: | 215 | - request: |
231 | body: status=Toot+number+6%21 | 216 | body: status=Toot+number+6%21 |
@@ -240,11 +225,9 @@ interactions: | |||
240 | method: POST | 225 | method: POST |
241 | uri: http://localhost:3000/api/v1/statuses | 226 | uri: http://localhost:3000/api/v1/statuses |
242 | response: | 227 | response: |
243 | body: {string: '{"id":"102315366906684652","created_at":"2019-06-22T13:03:21.490Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366906684652","url":"http://localhost/@mastodonpy_test/102315366906684652","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 228 | body: {string: '{"id":"102317291408676225","created_at":"2019-06-22T21:12:47.064Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291408676225","url":"http://localhost/@mastodonpy_test/102317291408676225","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
244 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 229 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
245 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 230 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
246 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
247 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
248 | headers: | 231 | headers: |
249 | Cache-Control: ['no-cache, no-store'] | 232 | Cache-Control: ['no-cache, no-store'] |
250 | Content-Type: [application/json; charset=utf-8] | 233 | Content-Type: [application/json; charset=utf-8] |
@@ -255,10 +238,10 @@ interactions: | |||
255 | X-Download-Options: [noopen] | 238 | X-Download-Options: [noopen] |
256 | X-Frame-Options: [SAMEORIGIN] | 239 | X-Frame-Options: [SAMEORIGIN] |
257 | X-Permitted-Cross-Domain-Policies: [none] | 240 | X-Permitted-Cross-Domain-Policies: [none] |
258 | X-Request-Id: [ed28bc84-af3e-45b5-b80e-e593816325dc] | 241 | X-Request-Id: [32ca0fdc-73e6-4a3c-a4bb-8a053d4d648e] |
259 | X-Runtime: ['0.168270'] | 242 | X-Runtime: ['0.175349'] |
260 | X-XSS-Protection: [1; mode=block] | 243 | X-XSS-Protection: [1; mode=block] |
261 | content-length: ['1606'] | 244 | content-length: ['1245'] |
262 | status: {code: 200, message: OK} | 245 | status: {code: 200, message: OK} |
263 | - request: | 246 | - request: |
264 | body: status=Toot+number+7%21 | 247 | body: status=Toot+number+7%21 |
@@ -273,11 +256,9 @@ interactions: | |||
273 | method: POST | 256 | method: POST |
274 | uri: http://localhost:3000/api/v1/statuses | 257 | uri: http://localhost:3000/api/v1/statuses |
275 | response: | 258 | response: |
276 | body: {string: '{"id":"102315366918082368","created_at":"2019-06-22T13:03:21.663Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366918082368","url":"http://localhost/@mastodonpy_test/102315366918082368","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 259 | body: {string: '{"id":"102317291420985476","created_at":"2019-06-22T21:12:47.252Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291420985476","url":"http://localhost/@mastodonpy_test/102317291420985476","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
277 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 260 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
278 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 261 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
279 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
280 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
281 | headers: | 262 | headers: |
282 | Cache-Control: ['no-cache, no-store'] | 263 | Cache-Control: ['no-cache, no-store'] |
283 | Content-Type: [application/json; charset=utf-8] | 264 | Content-Type: [application/json; charset=utf-8] |
@@ -288,10 +269,10 @@ interactions: | |||
288 | X-Download-Options: [noopen] | 269 | X-Download-Options: [noopen] |
289 | X-Frame-Options: [SAMEORIGIN] | 270 | X-Frame-Options: [SAMEORIGIN] |
290 | X-Permitted-Cross-Domain-Policies: [none] | 271 | X-Permitted-Cross-Domain-Policies: [none] |
291 | X-Request-Id: [4569b93a-428f-4291-b324-f29dd5862f2d] | 272 | X-Request-Id: [93717e4e-f408-4035-ae7e-afcbdd056a4e] |
292 | X-Runtime: ['0.182853'] | 273 | X-Runtime: ['0.163357'] |
293 | X-XSS-Protection: [1; mode=block] | 274 | X-XSS-Protection: [1; mode=block] |
294 | content-length: ['1606'] | 275 | content-length: ['1245'] |
295 | status: {code: 200, message: OK} | 276 | status: {code: 200, message: OK} |
296 | - request: | 277 | - request: |
297 | body: status=Toot+number+8%21 | 278 | body: status=Toot+number+8%21 |
@@ -306,11 +287,9 @@ interactions: | |||
306 | method: POST | 287 | method: POST |
307 | uri: http://localhost:3000/api/v1/statuses | 288 | uri: http://localhost:3000/api/v1/statuses |
308 | response: | 289 | response: |
309 | body: {string: '{"id":"102315366932100169","created_at":"2019-06-22T13:03:21.879Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366932100169","url":"http://localhost/@mastodonpy_test/102315366932100169","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 290 | body: {string: '{"id":"102317291432755584","created_at":"2019-06-22T21:12:47.435Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291432755584","url":"http://localhost/@mastodonpy_test/102317291432755584","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
310 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 291 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
311 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 292 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":9,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
312 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
313 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
314 | headers: | 293 | headers: |
315 | Cache-Control: ['no-cache, no-store'] | 294 | Cache-Control: ['no-cache, no-store'] |
316 | Content-Type: [application/json; charset=utf-8] | 295 | Content-Type: [application/json; charset=utf-8] |
@@ -321,10 +300,10 @@ interactions: | |||
321 | X-Download-Options: [noopen] | 300 | X-Download-Options: [noopen] |
322 | X-Frame-Options: [SAMEORIGIN] | 301 | X-Frame-Options: [SAMEORIGIN] |
323 | X-Permitted-Cross-Domain-Policies: [none] | 302 | X-Permitted-Cross-Domain-Policies: [none] |
324 | X-Request-Id: [a4991def-7170-4992-af1a-24c32ac13e59] | 303 | X-Request-Id: [9c45d7bc-3908-4a6e-b57e-f89593807c1b] |
325 | X-Runtime: ['0.197305'] | 304 | X-Runtime: ['0.186648'] |
326 | X-XSS-Protection: [1; mode=block] | 305 | X-XSS-Protection: [1; mode=block] |
327 | content-length: ['1606'] | 306 | content-length: ['1245'] |
328 | status: {code: 200, message: OK} | 307 | status: {code: 200, message: OK} |
329 | - request: | 308 | - request: |
330 | body: status=Toot+number+9%21 | 309 | body: status=Toot+number+9%21 |
@@ -339,11 +318,9 @@ interactions: | |||
339 | method: POST | 318 | method: POST |
340 | uri: http://localhost:3000/api/v1/statuses | 319 | uri: http://localhost:3000/api/v1/statuses |
341 | response: | 320 | response: |
342 | body: {string: '{"id":"102315366944665799","created_at":"2019-06-22T13:03:22.068Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366944665799","url":"http://localhost/@mastodonpy_test/102315366944665799","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 321 | body: {string: '{"id":"102317291445191497","created_at":"2019-06-22T21:12:47.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291445191497","url":"http://localhost/@mastodonpy_test/102317291445191497","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
343 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 322 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
344 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 323 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
345 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
346 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
347 | headers: | 324 | headers: |
348 | Cache-Control: ['no-cache, no-store'] | 325 | Cache-Control: ['no-cache, no-store'] |
349 | Content-Type: [application/json; charset=utf-8] | 326 | Content-Type: [application/json; charset=utf-8] |
@@ -354,10 +331,10 @@ interactions: | |||
354 | X-Download-Options: [noopen] | 331 | X-Download-Options: [noopen] |
355 | X-Frame-Options: [SAMEORIGIN] | 332 | X-Frame-Options: [SAMEORIGIN] |
356 | X-Permitted-Cross-Domain-Policies: [none] | 333 | X-Permitted-Cross-Domain-Policies: [none] |
357 | X-Request-Id: [124c9305-2cac-4416-a055-b5420bc79688] | 334 | X-Request-Id: [e3977ac3-c79e-47c0-8a29-d9c9599e1d8c] |
358 | X-Runtime: ['0.150582'] | 335 | X-Runtime: ['0.158944'] |
359 | X-XSS-Protection: [1; mode=block] | 336 | X-XSS-Protection: [1; mode=block] |
360 | content-length: ['1607'] | 337 | content-length: ['1246'] |
361 | status: {code: 200, message: OK} | 338 | status: {code: 200, message: OK} |
362 | - request: | 339 | - request: |
363 | body: null | 340 | body: null |
@@ -370,32 +347,22 @@ interactions: | |||
370 | method: GET | 347 | method: GET |
371 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 | 348 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 |
372 | response: | 349 | response: |
373 | body: {string: '[{"id":"102315366944665799","created_at":"2019-06-22T13:03:22.068Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366944665799","url":"http://localhost/@mastodonpy_test/102315366944665799","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 350 | body: {string: '[{"id":"102317291445191497","created_at":"2019-06-22T21:12:47.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291445191497","url":"http://localhost/@mastodonpy_test/102317291445191497","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
374 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 351 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
375 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 352 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291432755584","created_at":"2019-06-22T21:12:47.435Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291432755584","url":"http://localhost/@mastodonpy_test/102317291432755584","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
376 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
377 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366932100169","created_at":"2019-06-22T13:03:21.879Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366932100169","url":"http://localhost/@mastodonpy_test/102315366932100169","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
378 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 353 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
379 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 354 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291420985476","created_at":"2019-06-22T21:12:47.252Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291420985476","url":"http://localhost/@mastodonpy_test/102317291420985476","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
380 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
381 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366918082368","created_at":"2019-06-22T13:03:21.663Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366918082368","url":"http://localhost/@mastodonpy_test/102315366918082368","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
382 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 355 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
383 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 356 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291408676225","created_at":"2019-06-22T21:12:47.064Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291408676225","url":"http://localhost/@mastodonpy_test/102317291408676225","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
384 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
385 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366906684652","created_at":"2019-06-22T13:03:21.490Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366906684652","url":"http://localhost/@mastodonpy_test/102315366906684652","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
386 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 357 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
387 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 358 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291396600928","created_at":"2019-06-22T21:12:46.875Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291396600928","url":"http://localhost/@mastodonpy_test/102317291396600928","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
388 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
389 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366895229924","created_at":"2019-06-22T13:03:21.314Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366895229924","url":"http://localhost/@mastodonpy_test/102315366895229924","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
390 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 359 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
391 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 360 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
392 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
393 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
394 | headers: | 361 | headers: |
395 | Cache-Control: ['no-cache, no-store'] | 362 | Cache-Control: ['no-cache, no-store'] |
396 | Content-Type: [application/json; charset=utf-8] | 363 | Content-Type: [application/json; charset=utf-8] |
397 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366895229924>; | 364 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102317291396600928>; |
398 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366944665799>; | 365 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102317291445191497>; |
399 | rel="prev"'] | 366 | rel="prev"'] |
400 | Referrer-Policy: [strict-origin-when-cross-origin] | 367 | Referrer-Policy: [strict-origin-when-cross-origin] |
401 | Transfer-Encoding: [chunked] | 368 | Transfer-Encoding: [chunked] |
@@ -404,10 +371,10 @@ interactions: | |||
404 | X-Download-Options: [noopen] | 371 | X-Download-Options: [noopen] |
405 | X-Frame-Options: [SAMEORIGIN] | 372 | X-Frame-Options: [SAMEORIGIN] |
406 | X-Permitted-Cross-Domain-Policies: [none] | 373 | X-Permitted-Cross-Domain-Policies: [none] |
407 | X-Request-Id: [6e6799f2-1907-4c20-920b-94f69970a2d4] | 374 | X-Request-Id: [414c7ba9-4c23-4d7b-8917-5a9594d3452f] |
408 | X-Runtime: ['0.153441'] | 375 | X-Runtime: ['0.137188'] |
409 | X-XSS-Protection: [1; mode=block] | 376 | X-XSS-Protection: [1; mode=block] |
410 | content-length: ['8041'] | 377 | content-length: ['6236'] |
411 | status: {code: 200, message: OK} | 378 | status: {code: 200, message: OK} |
412 | - request: | 379 | - request: |
413 | body: null | 380 | body: null |
@@ -418,34 +385,24 @@ interactions: | |||
418 | Connection: [keep-alive] | 385 | Connection: [keep-alive] |
419 | User-Agent: [python-requests/2.18.4] | 386 | User-Agent: [python-requests/2.18.4] |
420 | method: GET | 387 | method: GET |
421 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366895229924 | 388 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102317291396600928 |
422 | response: | 389 | response: |
423 | body: {string: '[{"id":"102315366883082833","created_at":"2019-06-22T13:03:21.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366883082833","url":"http://localhost/@mastodonpy_test/102315366883082833","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 390 | body: {string: '[{"id":"102317291384666872","created_at":"2019-06-22T21:12:46.693Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291384666872","url":"http://localhost/@mastodonpy_test/102317291384666872","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
424 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 391 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
425 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 392 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291369703963","created_at":"2019-06-22T21:12:46.476Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291369703963","url":"http://localhost/@mastodonpy_test/102317291369703963","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
426 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
427 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366872057511","created_at":"2019-06-22T13:03:20.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366872057511","url":"http://localhost/@mastodonpy_test/102315366872057511","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
428 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 393 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
429 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 394 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291353420466","created_at":"2019-06-22T21:12:46.237Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291353420466","url":"http://localhost/@mastodonpy_test/102317291353420466","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
430 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
431 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366861200726","created_at":"2019-06-22T13:03:20.794Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366861200726","url":"http://localhost/@mastodonpy_test/102315366861200726","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
432 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 395 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
433 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 396 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291341434011","created_at":"2019-06-22T21:12:46.043Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291341434011","url":"http://localhost/@mastodonpy_test/102317291341434011","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
434 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
435 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366850739514","created_at":"2019-06-22T13:03:20.634Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366850739514","url":"http://localhost/@mastodonpy_test/102315366850739514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
436 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 397 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
437 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 398 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291330071047","created_at":"2019-06-22T21:12:45.858Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291330071047","url":"http://localhost/@mastodonpy_test/102317291330071047","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
438 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
439 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366837960039","created_at":"2019-06-22T13:03:20.440Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366837960039","url":"http://localhost/@mastodonpy_test/102315366837960039","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
440 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 399 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
441 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 400 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
442 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
443 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
444 | headers: | 401 | headers: |
445 | Cache-Control: ['no-cache, no-store'] | 402 | Cache-Control: ['no-cache, no-store'] |
446 | Content-Type: [application/json; charset=utf-8] | 403 | Content-Type: [application/json; charset=utf-8] |
447 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366837960039>; | 404 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102317291330071047>; |
448 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366883082833>; | 405 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102317291384666872>; |
449 | rel="prev"'] | 406 | rel="prev"'] |
450 | Referrer-Policy: [strict-origin-when-cross-origin] | 407 | Referrer-Policy: [strict-origin-when-cross-origin] |
451 | Transfer-Encoding: [chunked] | 408 | Transfer-Encoding: [chunked] |
@@ -454,10 +411,10 @@ interactions: | |||
454 | X-Download-Options: [noopen] | 411 | X-Download-Options: [noopen] |
455 | X-Frame-Options: [SAMEORIGIN] | 412 | X-Frame-Options: [SAMEORIGIN] |
456 | X-Permitted-Cross-Domain-Policies: [none] | 413 | X-Permitted-Cross-Domain-Policies: [none] |
457 | X-Request-Id: [cbfd2712-a745-4abb-a5dc-29a6197639d6] | 414 | X-Request-Id: [f15d5692-889e-4901-99c5-ed429fb73d1f] |
458 | X-Runtime: ['0.107425'] | 415 | X-Runtime: ['0.115648'] |
459 | X-XSS-Protection: [1; mode=block] | 416 | X-XSS-Protection: [1; mode=block] |
460 | content-length: ['8041'] | 417 | content-length: ['6236'] |
461 | status: {code: 200, message: OK} | 418 | status: {code: 200, message: OK} |
462 | - request: | 419 | - request: |
463 | body: null | 420 | body: null |
@@ -468,34 +425,24 @@ interactions: | |||
468 | Connection: [keep-alive] | 425 | Connection: [keep-alive] |
469 | User-Agent: [python-requests/2.18.4] | 426 | User-Agent: [python-requests/2.18.4] |
470 | method: GET | 427 | method: GET |
471 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366883082833 | 428 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102317291384666872 |
472 | response: | 429 | response: |
473 | body: {string: '[{"id":"102315366944665799","created_at":"2019-06-22T13:03:22.068Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366944665799","url":"http://localhost/@mastodonpy_test/102315366944665799","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 430 | body: {string: '[{"id":"102317291445191497","created_at":"2019-06-22T21:12:47.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291445191497","url":"http://localhost/@mastodonpy_test/102317291445191497","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
474 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 431 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
475 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 432 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291432755584","created_at":"2019-06-22T21:12:47.435Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291432755584","url":"http://localhost/@mastodonpy_test/102317291432755584","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
476 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
477 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366932100169","created_at":"2019-06-22T13:03:21.879Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366932100169","url":"http://localhost/@mastodonpy_test/102315366932100169","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
478 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 433 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
479 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 434 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291420985476","created_at":"2019-06-22T21:12:47.252Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291420985476","url":"http://localhost/@mastodonpy_test/102317291420985476","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
480 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
481 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366918082368","created_at":"2019-06-22T13:03:21.663Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366918082368","url":"http://localhost/@mastodonpy_test/102315366918082368","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
482 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 435 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
483 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 436 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291408676225","created_at":"2019-06-22T21:12:47.064Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291408676225","url":"http://localhost/@mastodonpy_test/102317291408676225","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
484 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
485 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366906684652","created_at":"2019-06-22T13:03:21.490Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366906684652","url":"http://localhost/@mastodonpy_test/102315366906684652","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
486 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 437 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
487 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 438 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317291396600928","created_at":"2019-06-22T21:12:46.875Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291396600928","url":"http://localhost/@mastodonpy_test/102317291396600928","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
488 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
489 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366895229924","created_at":"2019-06-22T13:03:21.314Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366895229924","url":"http://localhost/@mastodonpy_test/102315366895229924","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
490 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 439 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
491 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 440 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
492 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
493 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
494 | headers: | 441 | headers: |
495 | Cache-Control: ['no-cache, no-store'] | 442 | Cache-Control: ['no-cache, no-store'] |
496 | Content-Type: [application/json; charset=utf-8] | 443 | Content-Type: [application/json; charset=utf-8] |
497 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366895229924>; | 444 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102317291396600928>; |
498 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366944665799>; | 445 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102317291445191497>; |
499 | rel="prev"'] | 446 | rel="prev"'] |
500 | Referrer-Policy: [strict-origin-when-cross-origin] | 447 | Referrer-Policy: [strict-origin-when-cross-origin] |
501 | Transfer-Encoding: [chunked] | 448 | Transfer-Encoding: [chunked] |
@@ -504,10 +451,10 @@ interactions: | |||
504 | X-Download-Options: [noopen] | 451 | X-Download-Options: [noopen] |
505 | X-Frame-Options: [SAMEORIGIN] | 452 | X-Frame-Options: [SAMEORIGIN] |
506 | X-Permitted-Cross-Domain-Policies: [none] | 453 | X-Permitted-Cross-Domain-Policies: [none] |
507 | X-Request-Id: [046cf372-5e95-4b6d-9dfd-8eac9733ba8b] | 454 | X-Request-Id: [765a2a4e-034b-4d96-a13b-497e4a9babd2] |
508 | X-Runtime: ['0.088395'] | 455 | X-Runtime: ['0.086273'] |
509 | X-XSS-Protection: [1; mode=block] | 456 | X-XSS-Protection: [1; mode=block] |
510 | content-length: ['8041'] | 457 | content-length: ['6236'] |
511 | status: {code: 200, message: OK} | 458 | status: {code: 200, message: OK} |
512 | - request: | 459 | - request: |
513 | body: null | 460 | body: null |
@@ -519,12 +466,10 @@ interactions: | |||
519 | Content-Length: ['0'] | 466 | Content-Length: ['0'] |
520 | User-Agent: [python-requests/2.18.4] | 467 | User-Agent: [python-requests/2.18.4] |
521 | method: DELETE | 468 | method: DELETE |
522 | uri: http://localhost:3000/api/v1/statuses/102315366837960039 | 469 | uri: http://localhost:3000/api/v1/statuses/102317291330071047 |
523 | response: | 470 | response: |
524 | body: {string: '{"id":"102315366837960039","created_at":"2019-06-22T13:03:20.440Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366837960039","url":"http://localhost/@mastodonpy_test/102315366837960039","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 471 | body: {string: '{"id":"102317291330071047","created_at":"2019-06-22T21:12:45.858Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291330071047","url":"http://localhost/@mastodonpy_test/102317291330071047","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
525 | number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 472 | number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
526 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
527 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
528 | headers: | 473 | headers: |
529 | Cache-Control: ['no-cache, no-store'] | 474 | Cache-Control: ['no-cache, no-store'] |
530 | Content-Type: [application/json; charset=utf-8] | 475 | Content-Type: [application/json; charset=utf-8] |
@@ -535,10 +480,10 @@ interactions: | |||
535 | X-Download-Options: [noopen] | 480 | X-Download-Options: [noopen] |
536 | X-Frame-Options: [SAMEORIGIN] | 481 | X-Frame-Options: [SAMEORIGIN] |
537 | X-Permitted-Cross-Domain-Policies: [none] | 482 | X-Permitted-Cross-Domain-Policies: [none] |
538 | X-Request-Id: [11d9f312-8c4a-475f-a1e2-57bf6090048d] | 483 | X-Request-Id: [f351ff37-fa99-43ee-aad7-6e65c4bdd149] |
539 | X-Runtime: ['0.076669'] | 484 | X-Runtime: ['0.090070'] |
540 | X-XSS-Protection: [1; mode=block] | 485 | X-XSS-Protection: [1; mode=block] |
541 | content-length: ['1577'] | 486 | content-length: ['1216'] |
542 | status: {code: 200, message: OK} | 487 | status: {code: 200, message: OK} |
543 | - request: | 488 | - request: |
544 | body: null | 489 | body: null |
@@ -550,12 +495,10 @@ interactions: | |||
550 | Content-Length: ['0'] | 495 | Content-Length: ['0'] |
551 | User-Agent: [python-requests/2.18.4] | 496 | User-Agent: [python-requests/2.18.4] |
552 | method: DELETE | 497 | method: DELETE |
553 | uri: http://localhost:3000/api/v1/statuses/102315366850739514 | 498 | uri: http://localhost:3000/api/v1/statuses/102317291341434011 |
554 | response: | 499 | response: |
555 | body: {string: '{"id":"102315366850739514","created_at":"2019-06-22T13:03:20.634Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366850739514","url":"http://localhost/@mastodonpy_test/102315366850739514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 500 | body: {string: '{"id":"102317291341434011","created_at":"2019-06-22T21:12:46.043Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291341434011","url":"http://localhost/@mastodonpy_test/102317291341434011","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
556 | number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 501 | number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":9,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
557 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
558 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
559 | headers: | 502 | headers: |
560 | Cache-Control: ['no-cache, no-store'] | 503 | Cache-Control: ['no-cache, no-store'] |
561 | Content-Type: [application/json; charset=utf-8] | 504 | Content-Type: [application/json; charset=utf-8] |
@@ -566,10 +509,10 @@ interactions: | |||
566 | X-Download-Options: [noopen] | 509 | X-Download-Options: [noopen] |
567 | X-Frame-Options: [SAMEORIGIN] | 510 | X-Frame-Options: [SAMEORIGIN] |
568 | X-Permitted-Cross-Domain-Policies: [none] | 511 | X-Permitted-Cross-Domain-Policies: [none] |
569 | X-Request-Id: [ca21ab20-dfef-449e-a3e6-be03ba72dc91] | 512 | X-Request-Id: [71b56742-fcea-4938-8e88-7811b632e9d0] |
570 | X-Runtime: ['0.099605'] | 513 | X-Runtime: ['0.106203'] |
571 | X-XSS-Protection: [1; mode=block] | 514 | X-XSS-Protection: [1; mode=block] |
572 | content-length: ['1576'] | 515 | content-length: ['1215'] |
573 | status: {code: 200, message: OK} | 516 | status: {code: 200, message: OK} |
574 | - request: | 517 | - request: |
575 | body: null | 518 | body: null |
@@ -581,12 +524,10 @@ interactions: | |||
581 | Content-Length: ['0'] | 524 | Content-Length: ['0'] |
582 | User-Agent: [python-requests/2.18.4] | 525 | User-Agent: [python-requests/2.18.4] |
583 | method: DELETE | 526 | method: DELETE |
584 | uri: http://localhost:3000/api/v1/statuses/102315366861200726 | 527 | uri: http://localhost:3000/api/v1/statuses/102317291353420466 |
585 | response: | 528 | response: |
586 | body: {string: '{"id":"102315366861200726","created_at":"2019-06-22T13:03:20.794Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366861200726","url":"http://localhost/@mastodonpy_test/102315366861200726","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 529 | body: {string: '{"id":"102317291353420466","created_at":"2019-06-22T21:12:46.237Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291353420466","url":"http://localhost/@mastodonpy_test/102317291353420466","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
587 | number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 530 | number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
588 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
589 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
590 | headers: | 531 | headers: |
591 | Cache-Control: ['no-cache, no-store'] | 532 | Cache-Control: ['no-cache, no-store'] |
592 | Content-Type: [application/json; charset=utf-8] | 533 | Content-Type: [application/json; charset=utf-8] |
@@ -597,10 +538,10 @@ interactions: | |||
597 | X-Download-Options: [noopen] | 538 | X-Download-Options: [noopen] |
598 | X-Frame-Options: [SAMEORIGIN] | 539 | X-Frame-Options: [SAMEORIGIN] |
599 | X-Permitted-Cross-Domain-Policies: [none] | 540 | X-Permitted-Cross-Domain-Policies: [none] |
600 | X-Request-Id: [ed233e08-7bde-4c0c-993a-9d29af25d9b7] | 541 | X-Request-Id: [b34e84c4-15c8-49eb-87eb-1414adc9f789] |
601 | X-Runtime: ['0.127179'] | 542 | X-Runtime: ['0.126799'] |
602 | X-XSS-Protection: [1; mode=block] | 543 | X-XSS-Protection: [1; mode=block] |
603 | content-length: ['1576'] | 544 | content-length: ['1215'] |
604 | status: {code: 200, message: OK} | 545 | status: {code: 200, message: OK} |
605 | - request: | 546 | - request: |
606 | body: null | 547 | body: null |
@@ -612,12 +553,10 @@ interactions: | |||
612 | Content-Length: ['0'] | 553 | Content-Length: ['0'] |
613 | User-Agent: [python-requests/2.18.4] | 554 | User-Agent: [python-requests/2.18.4] |
614 | method: DELETE | 555 | method: DELETE |
615 | uri: http://localhost:3000/api/v1/statuses/102315366872057511 | 556 | uri: http://localhost:3000/api/v1/statuses/102317291369703963 |
616 | response: | 557 | response: |
617 | body: {string: '{"id":"102315366872057511","created_at":"2019-06-22T13:03:20.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366872057511","url":"http://localhost/@mastodonpy_test/102315366872057511","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 558 | body: {string: '{"id":"102317291369703963","created_at":"2019-06-22T21:12:46.476Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291369703963","url":"http://localhost/@mastodonpy_test/102317291369703963","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
618 | number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 559 | number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
619 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
620 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
621 | headers: | 560 | headers: |
622 | Cache-Control: ['no-cache, no-store'] | 561 | Cache-Control: ['no-cache, no-store'] |
623 | Content-Type: [application/json; charset=utf-8] | 562 | Content-Type: [application/json; charset=utf-8] |
@@ -628,10 +567,10 @@ interactions: | |||
628 | X-Download-Options: [noopen] | 567 | X-Download-Options: [noopen] |
629 | X-Frame-Options: [SAMEORIGIN] | 568 | X-Frame-Options: [SAMEORIGIN] |
630 | X-Permitted-Cross-Domain-Policies: [none] | 569 | X-Permitted-Cross-Domain-Policies: [none] |
631 | X-Request-Id: [3da0722b-4ff4-4f66-8818-f71ae3ded529] | 570 | X-Request-Id: [405f02ba-d6bc-435a-ba4c-367dfe783459] |
632 | X-Runtime: ['0.108887'] | 571 | X-Runtime: ['0.105139'] |
633 | X-XSS-Protection: [1; mode=block] | 572 | X-XSS-Protection: [1; mode=block] |
634 | content-length: ['1576'] | 573 | content-length: ['1215'] |
635 | status: {code: 200, message: OK} | 574 | status: {code: 200, message: OK} |
636 | - request: | 575 | - request: |
637 | body: null | 576 | body: null |
@@ -643,12 +582,10 @@ interactions: | |||
643 | Content-Length: ['0'] | 582 | Content-Length: ['0'] |
644 | User-Agent: [python-requests/2.18.4] | 583 | User-Agent: [python-requests/2.18.4] |
645 | method: DELETE | 584 | method: DELETE |
646 | uri: http://localhost:3000/api/v1/statuses/102315366883082833 | 585 | uri: http://localhost:3000/api/v1/statuses/102317291384666872 |
647 | response: | 586 | response: |
648 | body: {string: '{"id":"102315366883082833","created_at":"2019-06-22T13:03:21.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366883082833","url":"http://localhost/@mastodonpy_test/102315366883082833","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 587 | body: {string: '{"id":"102317291384666872","created_at":"2019-06-22T21:12:46.693Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291384666872","url":"http://localhost/@mastodonpy_test/102317291384666872","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
649 | number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 588 | number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":6,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
650 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
651 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
652 | headers: | 589 | headers: |
653 | Cache-Control: ['no-cache, no-store'] | 590 | Cache-Control: ['no-cache, no-store'] |
654 | Content-Type: [application/json; charset=utf-8] | 591 | Content-Type: [application/json; charset=utf-8] |
@@ -659,10 +596,10 @@ interactions: | |||
659 | X-Download-Options: [noopen] | 596 | X-Download-Options: [noopen] |
660 | X-Frame-Options: [SAMEORIGIN] | 597 | X-Frame-Options: [SAMEORIGIN] |
661 | X-Permitted-Cross-Domain-Policies: [none] | 598 | X-Permitted-Cross-Domain-Policies: [none] |
662 | X-Request-Id: [22fe9f6f-09b7-4eed-b49b-f6c5e90d2245] | 599 | X-Request-Id: [0b4fe7d2-acf3-43be-a793-bc567e3808f1] |
663 | X-Runtime: ['0.098389'] | 600 | X-Runtime: ['0.089276'] |
664 | X-XSS-Protection: [1; mode=block] | 601 | X-XSS-Protection: [1; mode=block] |
665 | content-length: ['1576'] | 602 | content-length: ['1215'] |
666 | status: {code: 200, message: OK} | 603 | status: {code: 200, message: OK} |
667 | - request: | 604 | - request: |
668 | body: null | 605 | body: null |
@@ -674,12 +611,10 @@ interactions: | |||
674 | Content-Length: ['0'] | 611 | Content-Length: ['0'] |
675 | User-Agent: [python-requests/2.18.4] | 612 | User-Agent: [python-requests/2.18.4] |
676 | method: DELETE | 613 | method: DELETE |
677 | uri: http://localhost:3000/api/v1/statuses/102315366895229924 | 614 | uri: http://localhost:3000/api/v1/statuses/102317291396600928 |
678 | response: | 615 | response: |
679 | body: {string: '{"id":"102315366895229924","created_at":"2019-06-22T13:03:21.314Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366895229924","url":"http://localhost/@mastodonpy_test/102315366895229924","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 616 | body: {string: '{"id":"102317291396600928","created_at":"2019-06-22T21:12:46.875Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291396600928","url":"http://localhost/@mastodonpy_test/102317291396600928","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
680 | number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 617 | number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
681 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
682 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
683 | headers: | 618 | headers: |
684 | Cache-Control: ['no-cache, no-store'] | 619 | Cache-Control: ['no-cache, no-store'] |
685 | Content-Type: [application/json; charset=utf-8] | 620 | Content-Type: [application/json; charset=utf-8] |
@@ -690,10 +625,10 @@ interactions: | |||
690 | X-Download-Options: [noopen] | 625 | X-Download-Options: [noopen] |
691 | X-Frame-Options: [SAMEORIGIN] | 626 | X-Frame-Options: [SAMEORIGIN] |
692 | X-Permitted-Cross-Domain-Policies: [none] | 627 | X-Permitted-Cross-Domain-Policies: [none] |
693 | X-Request-Id: [661342d6-16ad-450a-848f-add9108e4c79] | 628 | X-Request-Id: [45019981-d562-4a1a-b871-35282f9fb0bf] |
694 | X-Runtime: ['0.123722'] | 629 | X-Runtime: ['0.094188'] |
695 | X-XSS-Protection: [1; mode=block] | 630 | X-XSS-Protection: [1; mode=block] |
696 | content-length: ['1576'] | 631 | content-length: ['1215'] |
697 | status: {code: 200, message: OK} | 632 | status: {code: 200, message: OK} |
698 | - request: | 633 | - request: |
699 | body: null | 634 | body: null |
@@ -705,12 +640,10 @@ interactions: | |||
705 | Content-Length: ['0'] | 640 | Content-Length: ['0'] |
706 | User-Agent: [python-requests/2.18.4] | 641 | User-Agent: [python-requests/2.18.4] |
707 | method: DELETE | 642 | method: DELETE |
708 | uri: http://localhost:3000/api/v1/statuses/102315366906684652 | 643 | uri: http://localhost:3000/api/v1/statuses/102317291408676225 |
709 | response: | 644 | response: |
710 | body: {string: '{"id":"102315366906684652","created_at":"2019-06-22T13:03:21.490Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366906684652","url":"http://localhost/@mastodonpy_test/102315366906684652","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 645 | body: {string: '{"id":"102317291408676225","created_at":"2019-06-22T21:12:47.064Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291408676225","url":"http://localhost/@mastodonpy_test/102317291408676225","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
711 | number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 646 | number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
712 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
713 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
714 | headers: | 647 | headers: |
715 | Cache-Control: ['no-cache, no-store'] | 648 | Cache-Control: ['no-cache, no-store'] |
716 | Content-Type: [application/json; charset=utf-8] | 649 | Content-Type: [application/json; charset=utf-8] |
@@ -721,10 +654,10 @@ interactions: | |||
721 | X-Download-Options: [noopen] | 654 | X-Download-Options: [noopen] |
722 | X-Frame-Options: [SAMEORIGIN] | 655 | X-Frame-Options: [SAMEORIGIN] |
723 | X-Permitted-Cross-Domain-Policies: [none] | 656 | X-Permitted-Cross-Domain-Policies: [none] |
724 | X-Request-Id: [40ec0740-6e6a-4a99-be44-5fb4f88eacc0] | 657 | X-Request-Id: [a941203c-5d87-41ec-ae35-7d6373661c38] |
725 | X-Runtime: ['0.089533'] | 658 | X-Runtime: ['0.091543'] |
726 | X-XSS-Protection: [1; mode=block] | 659 | X-XSS-Protection: [1; mode=block] |
727 | content-length: ['1576'] | 660 | content-length: ['1215'] |
728 | status: {code: 200, message: OK} | 661 | status: {code: 200, message: OK} |
729 | - request: | 662 | - request: |
730 | body: null | 663 | body: null |
@@ -736,12 +669,10 @@ interactions: | |||
736 | Content-Length: ['0'] | 669 | Content-Length: ['0'] |
737 | User-Agent: [python-requests/2.18.4] | 670 | User-Agent: [python-requests/2.18.4] |
738 | method: DELETE | 671 | method: DELETE |
739 | uri: http://localhost:3000/api/v1/statuses/102315366918082368 | 672 | uri: http://localhost:3000/api/v1/statuses/102317291420985476 |
740 | response: | 673 | response: |
741 | body: {string: '{"id":"102315366918082368","created_at":"2019-06-22T13:03:21.663Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366918082368","url":"http://localhost/@mastodonpy_test/102315366918082368","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 674 | body: {string: '{"id":"102317291420985476","created_at":"2019-06-22T21:12:47.252Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291420985476","url":"http://localhost/@mastodonpy_test/102317291420985476","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
742 | number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 675 | number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
743 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
744 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
745 | headers: | 676 | headers: |
746 | Cache-Control: ['no-cache, no-store'] | 677 | Cache-Control: ['no-cache, no-store'] |
747 | Content-Type: [application/json; charset=utf-8] | 678 | Content-Type: [application/json; charset=utf-8] |
@@ -752,10 +683,10 @@ interactions: | |||
752 | X-Download-Options: [noopen] | 683 | X-Download-Options: [noopen] |
753 | X-Frame-Options: [SAMEORIGIN] | 684 | X-Frame-Options: [SAMEORIGIN] |
754 | X-Permitted-Cross-Domain-Policies: [none] | 685 | X-Permitted-Cross-Domain-Policies: [none] |
755 | X-Request-Id: [6cb360f2-7c4c-4390-a6f6-e37e34223c4f] | 686 | X-Request-Id: [7d2882b7-5662-4965-b73a-da7807f93982] |
756 | X-Runtime: ['0.083670'] | 687 | X-Runtime: ['0.102261'] |
757 | X-XSS-Protection: [1; mode=block] | 688 | X-XSS-Protection: [1; mode=block] |
758 | content-length: ['1576'] | 689 | content-length: ['1215'] |
759 | status: {code: 200, message: OK} | 690 | status: {code: 200, message: OK} |
760 | - request: | 691 | - request: |
761 | body: null | 692 | body: null |
@@ -767,12 +698,10 @@ interactions: | |||
767 | Content-Length: ['0'] | 698 | Content-Length: ['0'] |
768 | User-Agent: [python-requests/2.18.4] | 699 | User-Agent: [python-requests/2.18.4] |
769 | method: DELETE | 700 | method: DELETE |
770 | uri: http://localhost:3000/api/v1/statuses/102315366932100169 | 701 | uri: http://localhost:3000/api/v1/statuses/102317291432755584 |
771 | response: | 702 | response: |
772 | body: {string: '{"id":"102315366932100169","created_at":"2019-06-22T13:03:21.879Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366932100169","url":"http://localhost/@mastodonpy_test/102315366932100169","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 703 | body: {string: '{"id":"102317291432755584","created_at":"2019-06-22T21:12:47.435Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291432755584","url":"http://localhost/@mastodonpy_test/102317291432755584","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
773 | number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 704 | number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
774 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
775 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
776 | headers: | 705 | headers: |
777 | Cache-Control: ['no-cache, no-store'] | 706 | Cache-Control: ['no-cache, no-store'] |
778 | Content-Type: [application/json; charset=utf-8] | 707 | Content-Type: [application/json; charset=utf-8] |
@@ -783,10 +712,10 @@ interactions: | |||
783 | X-Download-Options: [noopen] | 712 | X-Download-Options: [noopen] |
784 | X-Frame-Options: [SAMEORIGIN] | 713 | X-Frame-Options: [SAMEORIGIN] |
785 | X-Permitted-Cross-Domain-Policies: [none] | 714 | X-Permitted-Cross-Domain-Policies: [none] |
786 | X-Request-Id: [2e48ba81-b61a-46f7-8b0a-07bf9b38c0cb] | 715 | X-Request-Id: [29df2bbb-5580-456e-b881-50f79d14bcb5] |
787 | X-Runtime: ['0.136759'] | 716 | X-Runtime: ['0.133468'] |
788 | X-XSS-Protection: [1; mode=block] | 717 | X-XSS-Protection: [1; mode=block] |
789 | content-length: ['1576'] | 718 | content-length: ['1215'] |
790 | status: {code: 200, message: OK} | 719 | status: {code: 200, message: OK} |
791 | - request: | 720 | - request: |
792 | body: null | 721 | body: null |
@@ -798,12 +727,10 @@ interactions: | |||
798 | Content-Length: ['0'] | 727 | Content-Length: ['0'] |
799 | User-Agent: [python-requests/2.18.4] | 728 | User-Agent: [python-requests/2.18.4] |
800 | method: DELETE | 729 | method: DELETE |
801 | uri: http://localhost:3000/api/v1/statuses/102315366944665799 | 730 | uri: http://localhost:3000/api/v1/statuses/102317291445191497 |
802 | response: | 731 | response: |
803 | body: {string: '{"id":"102315366944665799","created_at":"2019-06-22T13:03:22.068Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366944665799","url":"http://localhost/@mastodonpy_test/102315366944665799","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 732 | body: {string: '{"id":"102317291445191497","created_at":"2019-06-22T21:12:47.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291445191497","url":"http://localhost/@mastodonpy_test/102317291445191497","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
804 | number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 733 | number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
805 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
806 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
807 | headers: | 734 | headers: |
808 | Cache-Control: ['no-cache, no-store'] | 735 | Cache-Control: ['no-cache, no-store'] |
809 | Content-Type: [application/json; charset=utf-8] | 736 | Content-Type: [application/json; charset=utf-8] |
@@ -814,9 +741,9 @@ interactions: | |||
814 | X-Download-Options: [noopen] | 741 | X-Download-Options: [noopen] |
815 | X-Frame-Options: [SAMEORIGIN] | 742 | X-Frame-Options: [SAMEORIGIN] |
816 | X-Permitted-Cross-Domain-Policies: [none] | 743 | X-Permitted-Cross-Domain-Policies: [none] |
817 | X-Request-Id: [80bae553-14dc-4430-88a9-bb9ab2e22059] | 744 | X-Request-Id: [b9f6e613-3290-4964-96c6-631d839b1ef8] |
818 | X-Runtime: ['0.125577'] | 745 | X-Runtime: ['0.076299'] |
819 | X-XSS-Protection: [1; mode=block] | 746 | X-XSS-Protection: [1; mode=block] |
820 | content-length: ['1576'] | 747 | content-length: ['1215'] |
821 | status: {code: 200, message: OK} | 748 | status: {code: 200, message: OK} |
822 | version: 1 | 749 | version: 1 |
diff --git a/tests/cassettes/test_fetch_remaining.yaml b/tests/cassettes/test_fetch_remaining.yaml index c1f9aa6..60c45e4 100644 --- a/tests/cassettes/test_fetch_remaining.yaml +++ b/tests/cassettes/test_fetch_remaining.yaml | |||
@@ -12,12 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315367078341798","created_at":"2019-06-22T13:03:24.116Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367078341798","url":"http://localhost/@mastodonpy_test/102315367078341798","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 15 | body: {string: '{"id":"102317291571444316","created_at":"2019-06-22T21:12:49.552Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291571444316","url":"http://localhost/@mastodonpy_test/102317291571444316","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
16 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 16 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
17 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 17 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
19 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
20 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
21 | headers: | 19 | headers: |
22 | Cache-Control: ['no-cache, no-store'] | 20 | Cache-Control: ['no-cache, no-store'] |
23 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
@@ -28,10 +26,10 @@ interactions: | |||
28 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
29 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
30 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
31 | X-Request-Id: [f468b4c7-8a26-4650-9491-b1ed54831a45] | 29 | X-Request-Id: [b432e31c-b631-489c-b7b7-63ce65b78667] |
32 | X-Runtime: ['0.216260'] | 30 | X-Runtime: ['0.195735'] |
33 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
34 | content-length: ['1980'] | 32 | content-length: ['1619'] |
35 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
36 | - request: | 34 | - request: |
37 | body: status=Toot+number+1%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 35 | body: status=Toot+number+1%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -46,12 +44,10 @@ interactions: | |||
46 | method: POST | 44 | method: POST |
47 | uri: http://localhost:3000/api/v1/statuses | 45 | uri: http://localhost:3000/api/v1/statuses |
48 | response: | 46 | response: |
49 | body: {string: '{"id":"102315367093764848","created_at":"2019-06-22T13:03:24.353Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367093764848","url":"http://localhost/@mastodonpy_test/102315367093764848","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 47 | body: {string: '{"id":"102317291586304924","created_at":"2019-06-22T21:12:49.786Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291586304924","url":"http://localhost/@mastodonpy_test/102317291586304924","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
50 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 48 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
51 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 49 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
52 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
53 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
54 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
55 | headers: | 51 | headers: |
56 | Cache-Control: ['no-cache, no-store'] | 52 | Cache-Control: ['no-cache, no-store'] |
57 | Content-Type: [application/json; charset=utf-8] | 53 | Content-Type: [application/json; charset=utf-8] |
@@ -62,10 +58,10 @@ interactions: | |||
62 | X-Download-Options: [noopen] | 58 | X-Download-Options: [noopen] |
63 | X-Frame-Options: [SAMEORIGIN] | 59 | X-Frame-Options: [SAMEORIGIN] |
64 | X-Permitted-Cross-Domain-Policies: [none] | 60 | X-Permitted-Cross-Domain-Policies: [none] |
65 | X-Request-Id: [96372f2a-4ebb-4251-85e1-ebf945015be3] | 61 | X-Request-Id: [1780d7ec-4021-4d33-9dc3-ed75ea8785c6] |
66 | X-Runtime: ['0.222637'] | 62 | X-Runtime: ['0.209757'] |
67 | X-XSS-Protection: [1; mode=block] | 63 | X-XSS-Protection: [1; mode=block] |
68 | content-length: ['1980'] | 64 | content-length: ['1619'] |
69 | status: {code: 200, message: OK} | 65 | status: {code: 200, message: OK} |
70 | - request: | 66 | - request: |
71 | body: status=Toot+number+2%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 67 | body: status=Toot+number+2%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -80,12 +76,10 @@ interactions: | |||
80 | method: POST | 76 | method: POST |
81 | uri: http://localhost:3000/api/v1/statuses | 77 | uri: http://localhost:3000/api/v1/statuses |
82 | response: | 78 | response: |
83 | body: {string: '{"id":"102315367108400731","created_at":"2019-06-22T13:03:24.574Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367108400731","url":"http://localhost/@mastodonpy_test/102315367108400731","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 79 | body: {string: '{"id":"102317291601387881","created_at":"2019-06-22T21:12:50.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291601387881","url":"http://localhost/@mastodonpy_test/102317291601387881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
84 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 80 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
85 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 81 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
86 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 82 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
87 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
88 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
89 | headers: | 83 | headers: |
90 | Cache-Control: ['no-cache, no-store'] | 84 | Cache-Control: ['no-cache, no-store'] |
91 | Content-Type: [application/json; charset=utf-8] | 85 | Content-Type: [application/json; charset=utf-8] |
@@ -96,10 +90,10 @@ interactions: | |||
96 | X-Download-Options: [noopen] | 90 | X-Download-Options: [noopen] |
97 | X-Frame-Options: [SAMEORIGIN] | 91 | X-Frame-Options: [SAMEORIGIN] |
98 | X-Permitted-Cross-Domain-Policies: [none] | 92 | X-Permitted-Cross-Domain-Policies: [none] |
99 | X-Request-Id: [d63be3cb-4c82-4512-b4ed-0295745dbcfe] | 93 | X-Request-Id: [100bbba6-f2a0-4ce2-b599-5631f4ec2fdb] |
100 | X-Runtime: ['0.160949'] | 94 | X-Runtime: ['0.226093'] |
101 | X-XSS-Protection: [1; mode=block] | 95 | X-XSS-Protection: [1; mode=block] |
102 | content-length: ['1980'] | 96 | content-length: ['1619'] |
103 | status: {code: 200, message: OK} | 97 | status: {code: 200, message: OK} |
104 | - request: | 98 | - request: |
105 | body: status=Toot+number+3%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 99 | body: status=Toot+number+3%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -114,12 +108,10 @@ interactions: | |||
114 | method: POST | 108 | method: POST |
115 | uri: http://localhost:3000/api/v1/statuses | 109 | uri: http://localhost:3000/api/v1/statuses |
116 | response: | 110 | response: |
117 | body: {string: '{"id":"102315367121627662","created_at":"2019-06-22T13:03:24.779Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367121627662","url":"http://localhost/@mastodonpy_test/102315367121627662","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 111 | body: {string: '{"id":"102317291617127524","created_at":"2019-06-22T21:12:50.256Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291617127524","url":"http://localhost/@mastodonpy_test/102317291617127524","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
118 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 112 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
119 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 113 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
120 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 114 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
121 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
122 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
123 | headers: | 115 | headers: |
124 | Cache-Control: ['no-cache, no-store'] | 116 | Cache-Control: ['no-cache, no-store'] |
125 | Content-Type: [application/json; charset=utf-8] | 117 | Content-Type: [application/json; charset=utf-8] |
@@ -130,10 +122,10 @@ interactions: | |||
130 | X-Download-Options: [noopen] | 122 | X-Download-Options: [noopen] |
131 | X-Frame-Options: [SAMEORIGIN] | 123 | X-Frame-Options: [SAMEORIGIN] |
132 | X-Permitted-Cross-Domain-Policies: [none] | 124 | X-Permitted-Cross-Domain-Policies: [none] |
133 | X-Request-Id: [49697792-6a83-41be-a491-ea4641d7166e] | 125 | X-Request-Id: [f4d8368e-8ea5-4af1-a1dc-4784f56eedd9] |
134 | X-Runtime: ['0.194364'] | 126 | X-Runtime: ['0.220826'] |
135 | X-XSS-Protection: [1; mode=block] | 127 | X-XSS-Protection: [1; mode=block] |
136 | content-length: ['1980'] | 128 | content-length: ['1619'] |
137 | status: {code: 200, message: OK} | 129 | status: {code: 200, message: OK} |
138 | - request: | 130 | - request: |
139 | body: status=Toot+number+4%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 131 | body: status=Toot+number+4%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -148,12 +140,10 @@ interactions: | |||
148 | method: POST | 140 | method: POST |
149 | uri: http://localhost:3000/api/v1/statuses | 141 | uri: http://localhost:3000/api/v1/statuses |
150 | response: | 142 | response: |
151 | body: {string: '{"id":"102315367134556897","created_at":"2019-06-22T13:03:24.974Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367134556897","url":"http://localhost/@mastodonpy_test/102315367134556897","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 143 | body: {string: '{"id":"102317291632220392","created_at":"2019-06-22T21:12:50.491Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291632220392","url":"http://localhost/@mastodonpy_test/102317291632220392","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
152 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 144 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
153 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 145 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
154 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 146 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
155 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
156 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
157 | headers: | 147 | headers: |
158 | Cache-Control: ['no-cache, no-store'] | 148 | Cache-Control: ['no-cache, no-store'] |
159 | Content-Type: [application/json; charset=utf-8] | 149 | Content-Type: [application/json; charset=utf-8] |
@@ -164,10 +154,10 @@ interactions: | |||
164 | X-Download-Options: [noopen] | 154 | X-Download-Options: [noopen] |
165 | X-Frame-Options: [SAMEORIGIN] | 155 | X-Frame-Options: [SAMEORIGIN] |
166 | X-Permitted-Cross-Domain-Policies: [none] | 156 | X-Permitted-Cross-Domain-Policies: [none] |
167 | X-Request-Id: [6598f792-de35-46a8-b5dd-afd874f2c4eb] | 157 | X-Request-Id: [e18bc9e4-a8a8-4c9e-b4c7-e09f7ff17c34] |
168 | X-Runtime: ['0.184375'] | 158 | X-Runtime: ['0.235179'] |
169 | X-XSS-Protection: [1; mode=block] | 159 | X-XSS-Protection: [1; mode=block] |
170 | content-length: ['1980'] | 160 | content-length: ['1619'] |
171 | status: {code: 200, message: OK} | 161 | status: {code: 200, message: OK} |
172 | - request: | 162 | - request: |
173 | body: status=Toot+number+5%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 163 | body: status=Toot+number+5%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -182,12 +172,10 @@ interactions: | |||
182 | method: POST | 172 | method: POST |
183 | uri: http://localhost:3000/api/v1/statuses | 173 | uri: http://localhost:3000/api/v1/statuses |
184 | response: | 174 | response: |
185 | body: {string: '{"id":"102315367147678088","created_at":"2019-06-22T13:03:25.175Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367147678088","url":"http://localhost/@mastodonpy_test/102315367147678088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 175 | body: {string: '{"id":"102317291646988232","created_at":"2019-06-22T21:12:50.724Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291646988232","url":"http://localhost/@mastodonpy_test/102317291646988232","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
186 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 176 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
187 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 177 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
188 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 178 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":6,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
189 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
190 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
191 | headers: | 179 | headers: |
192 | Cache-Control: ['no-cache, no-store'] | 180 | Cache-Control: ['no-cache, no-store'] |
193 | Content-Type: [application/json; charset=utf-8] | 181 | Content-Type: [application/json; charset=utf-8] |
@@ -198,10 +186,10 @@ interactions: | |||
198 | X-Download-Options: [noopen] | 186 | X-Download-Options: [noopen] |
199 | X-Frame-Options: [SAMEORIGIN] | 187 | X-Frame-Options: [SAMEORIGIN] |
200 | X-Permitted-Cross-Domain-Policies: [none] | 188 | X-Permitted-Cross-Domain-Policies: [none] |
201 | X-Request-Id: [14b6607a-8561-4da5-b669-0db505384e92] | 189 | X-Request-Id: [1ec4fe8a-2856-4220-b08c-b269e12d5ac1] |
202 | X-Runtime: ['0.195700'] | 190 | X-Runtime: ['0.241553'] |
203 | X-XSS-Protection: [1; mode=block] | 191 | X-XSS-Protection: [1; mode=block] |
204 | content-length: ['1980'] | 192 | content-length: ['1619'] |
205 | status: {code: 200, message: OK} | 193 | status: {code: 200, message: OK} |
206 | - request: | 194 | - request: |
207 | body: status=Toot+number+6%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 195 | body: status=Toot+number+6%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -216,12 +204,10 @@ interactions: | |||
216 | method: POST | 204 | method: POST |
217 | uri: http://localhost:3000/api/v1/statuses | 205 | uri: http://localhost:3000/api/v1/statuses |
218 | response: | 206 | response: |
219 | body: {string: '{"id":"102315367160368122","created_at":"2019-06-22T13:03:25.367Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367160368122","url":"http://localhost/@mastodonpy_test/102315367160368122","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 207 | body: {string: '{"id":"102317291666788183","created_at":"2019-06-22T21:12:51.004Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291666788183","url":"http://localhost/@mastodonpy_test/102317291666788183","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
220 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 208 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
221 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 209 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
222 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 210 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
223 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
224 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
225 | headers: | 211 | headers: |
226 | Cache-Control: ['no-cache, no-store'] | 212 | Cache-Control: ['no-cache, no-store'] |
227 | Content-Type: [application/json; charset=utf-8] | 213 | Content-Type: [application/json; charset=utf-8] |
@@ -232,10 +218,10 @@ interactions: | |||
232 | X-Download-Options: [noopen] | 218 | X-Download-Options: [noopen] |
233 | X-Frame-Options: [SAMEORIGIN] | 219 | X-Frame-Options: [SAMEORIGIN] |
234 | X-Permitted-Cross-Domain-Policies: [none] | 220 | X-Permitted-Cross-Domain-Policies: [none] |
235 | X-Request-Id: [0f0febaf-a2fd-45d1-ad64-fadcb3a80104] | 221 | X-Request-Id: [f1f73a17-4189-4ed6-8da6-379130265fca] |
236 | X-Runtime: ['0.178563'] | 222 | X-Runtime: ['0.174888'] |
237 | X-XSS-Protection: [1; mode=block] | 223 | X-XSS-Protection: [1; mode=block] |
238 | content-length: ['1980'] | 224 | content-length: ['1619'] |
239 | status: {code: 200, message: OK} | 225 | status: {code: 200, message: OK} |
240 | - request: | 226 | - request: |
241 | body: status=Toot+number+7%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 227 | body: status=Toot+number+7%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -250,12 +236,10 @@ interactions: | |||
250 | method: POST | 236 | method: POST |
251 | uri: http://localhost:3000/api/v1/statuses | 237 | uri: http://localhost:3000/api/v1/statuses |
252 | response: | 238 | response: |
253 | body: {string: '{"id":"102315367172516154","created_at":"2019-06-22T13:03:25.552Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367172516154","url":"http://localhost/@mastodonpy_test/102315367172516154","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 239 | body: {string: '{"id":"102317291681082568","created_at":"2019-06-22T21:12:51.235Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291681082568","url":"http://localhost/@mastodonpy_test/102317291681082568","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
254 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 240 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
255 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 241 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
256 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 242 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
257 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
258 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
259 | headers: | 243 | headers: |
260 | Cache-Control: ['no-cache, no-store'] | 244 | Cache-Control: ['no-cache, no-store'] |
261 | Content-Type: [application/json; charset=utf-8] | 245 | Content-Type: [application/json; charset=utf-8] |
@@ -266,10 +250,10 @@ interactions: | |||
266 | X-Download-Options: [noopen] | 250 | X-Download-Options: [noopen] |
267 | X-Frame-Options: [SAMEORIGIN] | 251 | X-Frame-Options: [SAMEORIGIN] |
268 | X-Permitted-Cross-Domain-Policies: [none] | 252 | X-Permitted-Cross-Domain-Policies: [none] |
269 | X-Request-Id: [6eb04710-6c5c-4865-b4c8-f65f47f926b4] | 253 | X-Request-Id: [e4c4cf8d-bfa5-4406-b119-7f0faf01bdae] |
270 | X-Runtime: ['0.139559'] | 254 | X-Runtime: ['0.233314'] |
271 | X-XSS-Protection: [1; mode=block] | 255 | X-XSS-Protection: [1; mode=block] |
272 | content-length: ['1980'] | 256 | content-length: ['1619'] |
273 | status: {code: 200, message: OK} | 257 | status: {code: 200, message: OK} |
274 | - request: | 258 | - request: |
275 | body: status=Toot+number+8%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 259 | body: status=Toot+number+8%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -284,12 +268,10 @@ interactions: | |||
284 | method: POST | 268 | method: POST |
285 | uri: http://localhost:3000/api/v1/statuses | 269 | uri: http://localhost:3000/api/v1/statuses |
286 | response: | 270 | response: |
287 | body: {string: '{"id":"102315367185859314","created_at":"2019-06-22T13:03:25.757Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367185859314","url":"http://localhost/@mastodonpy_test/102315367185859314","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 271 | body: {string: '{"id":"102317291695978678","created_at":"2019-06-22T21:12:51.454Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291695978678","url":"http://localhost/@mastodonpy_test/102317291695978678","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
288 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 272 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
289 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 273 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
290 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 274 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":9,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
291 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
292 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
293 | headers: | 275 | headers: |
294 | Cache-Control: ['no-cache, no-store'] | 276 | Cache-Control: ['no-cache, no-store'] |
295 | Content-Type: [application/json; charset=utf-8] | 277 | Content-Type: [application/json; charset=utf-8] |
@@ -300,10 +282,10 @@ interactions: | |||
300 | X-Download-Options: [noopen] | 282 | X-Download-Options: [noopen] |
301 | X-Frame-Options: [SAMEORIGIN] | 283 | X-Frame-Options: [SAMEORIGIN] |
302 | X-Permitted-Cross-Domain-Policies: [none] | 284 | X-Permitted-Cross-Domain-Policies: [none] |
303 | X-Request-Id: [186bfa54-1f44-4dd0-ada0-0736ffd0fc38] | 285 | X-Request-Id: [29fbd7ff-f592-41ba-a991-856e329a1e4a] |
304 | X-Runtime: ['0.219982'] | 286 | X-Runtime: ['0.205340'] |
305 | X-XSS-Protection: [1; mode=block] | 287 | X-XSS-Protection: [1; mode=block] |
306 | content-length: ['1980'] | 288 | content-length: ['1619'] |
307 | status: {code: 200, message: OK} | 289 | status: {code: 200, message: OK} |
308 | - request: | 290 | - request: |
309 | body: status=Toot+number+9%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 291 | body: status=Toot+number+9%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -318,12 +300,10 @@ interactions: | |||
318 | method: POST | 300 | method: POST |
319 | uri: http://localhost:3000/api/v1/statuses | 301 | uri: http://localhost:3000/api/v1/statuses |
320 | response: | 302 | response: |
321 | body: {string: '{"id":"102315367198066295","created_at":"2019-06-22T13:03:25.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367198066295","url":"http://localhost/@mastodonpy_test/102315367198066295","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 303 | body: {string: '{"id":"102317291710081723","created_at":"2019-06-22T21:12:51.668Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291710081723","url":"http://localhost/@mastodonpy_test/102317291710081723","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
322 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 304 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
323 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 305 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
324 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 306 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
325 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
326 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
327 | headers: | 307 | headers: |
328 | Cache-Control: ['no-cache, no-store'] | 308 | Cache-Control: ['no-cache, no-store'] |
329 | Content-Type: [application/json; charset=utf-8] | 309 | Content-Type: [application/json; charset=utf-8] |
@@ -334,10 +314,10 @@ interactions: | |||
334 | X-Download-Options: [noopen] | 314 | X-Download-Options: [noopen] |
335 | X-Frame-Options: [SAMEORIGIN] | 315 | X-Frame-Options: [SAMEORIGIN] |
336 | X-Permitted-Cross-Domain-Policies: [none] | 316 | X-Permitted-Cross-Domain-Policies: [none] |
337 | X-Request-Id: [57bdcf50-8ccc-4aaa-a8a1-fee5b01541b8] | 317 | X-Request-Id: [a84e6db2-ac4e-4329-b9b9-b2ff94fd33f2] |
338 | X-Runtime: ['0.194463'] | 318 | X-Runtime: ['0.186410'] |
339 | X-XSS-Protection: [1; mode=block] | 319 | X-XSS-Protection: [1; mode=block] |
340 | content-length: ['1981'] | 320 | content-length: ['1620'] |
341 | status: {code: 200, message: OK} | 321 | status: {code: 200, message: OK} |
342 | - request: | 322 | - request: |
343 | body: status=Toot+number+10%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 323 | body: status=Toot+number+10%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -352,12 +332,10 @@ interactions: | |||
352 | method: POST | 332 | method: POST |
353 | uri: http://localhost:3000/api/v1/statuses | 333 | uri: http://localhost:3000/api/v1/statuses |
354 | response: | 334 | response: |
355 | body: {string: '{"id":"102315367212289038","created_at":"2019-06-22T13:03:26.169Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367212289038","url":"http://localhost/@mastodonpy_test/102315367212289038","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 335 | body: {string: '{"id":"102317291724538272","created_at":"2019-06-22T21:12:51.900Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291724538272","url":"http://localhost/@mastodonpy_test/102317291724538272","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
356 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 336 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
357 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 337 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
358 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 338 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":11,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
359 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
360 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":11,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
361 | headers: | 339 | headers: |
362 | Cache-Control: ['no-cache, no-store'] | 340 | Cache-Control: ['no-cache, no-store'] |
363 | Content-Type: [application/json; charset=utf-8] | 341 | Content-Type: [application/json; charset=utf-8] |
@@ -368,10 +346,10 @@ interactions: | |||
368 | X-Download-Options: [noopen] | 346 | X-Download-Options: [noopen] |
369 | X-Frame-Options: [SAMEORIGIN] | 347 | X-Frame-Options: [SAMEORIGIN] |
370 | X-Permitted-Cross-Domain-Policies: [none] | 348 | X-Permitted-Cross-Domain-Policies: [none] |
371 | X-Request-Id: [f3cfd097-302a-46e3-bf18-73fb1a748a1b] | 349 | X-Request-Id: [1ad23b7d-cc1b-4199-a406-975f1c84ae05] |
372 | X-Runtime: ['0.211032'] | 350 | X-Runtime: ['0.221277'] |
373 | X-XSS-Protection: [1; mode=block] | 351 | X-XSS-Protection: [1; mode=block] |
374 | content-length: ['1982'] | 352 | content-length: ['1621'] |
375 | status: {code: 200, message: OK} | 353 | status: {code: 200, message: OK} |
376 | - request: | 354 | - request: |
377 | body: status=Toot+number+11%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 355 | body: status=Toot+number+11%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -386,12 +364,10 @@ interactions: | |||
386 | method: POST | 364 | method: POST |
387 | uri: http://localhost:3000/api/v1/statuses | 365 | uri: http://localhost:3000/api/v1/statuses |
388 | response: | 366 | response: |
389 | body: {string: '{"id":"102315367227583481","created_at":"2019-06-22T13:03:26.412Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367227583481","url":"http://localhost/@mastodonpy_test/102315367227583481","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 367 | body: {string: '{"id":"102317291740226512","created_at":"2019-06-22T21:12:52.126Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291740226512","url":"http://localhost/@mastodonpy_test/102317291740226512","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
390 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 368 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
391 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 369 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
392 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 370 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":12,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
393 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
394 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":12,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
395 | headers: | 371 | headers: |
396 | Cache-Control: ['no-cache, no-store'] | 372 | Cache-Control: ['no-cache, no-store'] |
397 | Content-Type: [application/json; charset=utf-8] | 373 | Content-Type: [application/json; charset=utf-8] |
@@ -402,10 +378,10 @@ interactions: | |||
402 | X-Download-Options: [noopen] | 378 | X-Download-Options: [noopen] |
403 | X-Frame-Options: [SAMEORIGIN] | 379 | X-Frame-Options: [SAMEORIGIN] |
404 | X-Permitted-Cross-Domain-Policies: [none] | 380 | X-Permitted-Cross-Domain-Policies: [none] |
405 | X-Request-Id: [751bdde2-2b6f-4401-934c-cffe26dc46fe] | 381 | X-Request-Id: [d846b04f-007b-4320-a94d-04d1e0f69a22] |
406 | X-Runtime: ['0.221059'] | 382 | X-Runtime: ['0.202972'] |
407 | X-XSS-Protection: [1; mode=block] | 383 | X-XSS-Protection: [1; mode=block] |
408 | content-length: ['1982'] | 384 | content-length: ['1621'] |
409 | status: {code: 200, message: OK} | 385 | status: {code: 200, message: OK} |
410 | - request: | 386 | - request: |
411 | body: status=Toot+number+12%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 387 | body: status=Toot+number+12%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -420,12 +396,10 @@ interactions: | |||
420 | method: POST | 396 | method: POST |
421 | uri: http://localhost:3000/api/v1/statuses | 397 | uri: http://localhost:3000/api/v1/statuses |
422 | response: | 398 | response: |
423 | body: {string: '{"id":"102315367244331103","created_at":"2019-06-22T13:03:26.666Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367244331103","url":"http://localhost/@mastodonpy_test/102315367244331103","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 399 | body: {string: '{"id":"102317291754530914","created_at":"2019-06-22T21:12:52.353Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291754530914","url":"http://localhost/@mastodonpy_test/102317291754530914","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
424 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 400 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
425 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 401 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
426 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 402 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":13,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
427 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
428 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":13,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
429 | headers: | 403 | headers: |
430 | Cache-Control: ['no-cache, no-store'] | 404 | Cache-Control: ['no-cache, no-store'] |
431 | Content-Type: [application/json; charset=utf-8] | 405 | Content-Type: [application/json; charset=utf-8] |
@@ -436,10 +410,10 @@ interactions: | |||
436 | X-Download-Options: [noopen] | 410 | X-Download-Options: [noopen] |
437 | X-Frame-Options: [SAMEORIGIN] | 411 | X-Frame-Options: [SAMEORIGIN] |
438 | X-Permitted-Cross-Domain-Policies: [none] | 412 | X-Permitted-Cross-Domain-Policies: [none] |
439 | X-Request-Id: [5272424d-2367-4e18-8a1a-d99b141db021] | 413 | X-Request-Id: [096ff1a6-4b8e-4a8d-ae8c-8e05f0ea759e] |
440 | X-Runtime: ['0.242344'] | 414 | X-Runtime: ['0.213886'] |
441 | X-XSS-Protection: [1; mode=block] | 415 | X-XSS-Protection: [1; mode=block] |
442 | content-length: ['1982'] | 416 | content-length: ['1621'] |
443 | status: {code: 200, message: OK} | 417 | status: {code: 200, message: OK} |
444 | - request: | 418 | - request: |
445 | body: status=Toot+number+13%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 419 | body: status=Toot+number+13%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -454,12 +428,10 @@ interactions: | |||
454 | method: POST | 428 | method: POST |
455 | uri: http://localhost:3000/api/v1/statuses | 429 | uri: http://localhost:3000/api/v1/statuses |
456 | response: | 430 | response: |
457 | body: {string: '{"id":"102315367258821671","created_at":"2019-06-22T13:03:26.872Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367258821671","url":"http://localhost/@mastodonpy_test/102315367258821671","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 431 | body: {string: '{"id":"102317291771258049","created_at":"2019-06-22T21:12:52.602Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291771258049","url":"http://localhost/@mastodonpy_test/102317291771258049","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
458 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 432 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
459 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 433 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
460 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 434 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":14,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
461 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
462 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":14,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
463 | headers: | 435 | headers: |
464 | Cache-Control: ['no-cache, no-store'] | 436 | Cache-Control: ['no-cache, no-store'] |
465 | Content-Type: [application/json; charset=utf-8] | 437 | Content-Type: [application/json; charset=utf-8] |
@@ -470,10 +442,10 @@ interactions: | |||
470 | X-Download-Options: [noopen] | 442 | X-Download-Options: [noopen] |
471 | X-Frame-Options: [SAMEORIGIN] | 443 | X-Frame-Options: [SAMEORIGIN] |
472 | X-Permitted-Cross-Domain-Policies: [none] | 444 | X-Permitted-Cross-Domain-Policies: [none] |
473 | X-Request-Id: [ae210896-8da8-4d94-acbd-56308c212449] | 445 | X-Request-Id: [1fbace77-f05c-4b4e-ac69-c4d4aec26af0] |
474 | X-Runtime: ['0.186627'] | 446 | X-Runtime: ['0.228201'] |
475 | X-XSS-Protection: [1; mode=block] | 447 | X-XSS-Protection: [1; mode=block] |
476 | content-length: ['1982'] | 448 | content-length: ['1621'] |
477 | status: {code: 200, message: OK} | 449 | status: {code: 200, message: OK} |
478 | - request: | 450 | - request: |
479 | body: status=Toot+number+14%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 451 | body: status=Toot+number+14%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -488,12 +460,10 @@ interactions: | |||
488 | method: POST | 460 | method: POST |
489 | uri: http://localhost:3000/api/v1/statuses | 461 | uri: http://localhost:3000/api/v1/statuses |
490 | response: | 462 | response: |
491 | body: {string: '{"id":"102315367272416011","created_at":"2019-06-22T13:03:27.081Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367272416011","url":"http://localhost/@mastodonpy_test/102315367272416011","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 463 | body: {string: '{"id":"102317291784345362","created_at":"2019-06-22T21:12:52.843Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291784345362","url":"http://localhost/@mastodonpy_test/102317291784345362","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
492 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 464 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
493 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 465 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
494 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 466 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":15,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
495 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
496 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":15,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
497 | headers: | 467 | headers: |
498 | Cache-Control: ['no-cache, no-store'] | 468 | Cache-Control: ['no-cache, no-store'] |
499 | Content-Type: [application/json; charset=utf-8] | 469 | Content-Type: [application/json; charset=utf-8] |
@@ -504,10 +474,10 @@ interactions: | |||
504 | X-Download-Options: [noopen] | 474 | X-Download-Options: [noopen] |
505 | X-Frame-Options: [SAMEORIGIN] | 475 | X-Frame-Options: [SAMEORIGIN] |
506 | X-Permitted-Cross-Domain-Policies: [none] | 476 | X-Permitted-Cross-Domain-Policies: [none] |
507 | X-Request-Id: [15e123e2-e7ee-406e-b5a5-69c648e8ce6f] | 477 | X-Request-Id: [5a002316-6fd3-4be7-9c70-e2ba5728ec22] |
508 | X-Runtime: ['0.189834'] | 478 | X-Runtime: ['0.227355'] |
509 | X-XSS-Protection: [1; mode=block] | 479 | X-XSS-Protection: [1; mode=block] |
510 | content-length: ['1982'] | 480 | content-length: ['1621'] |
511 | status: {code: 200, message: OK} | 481 | status: {code: 200, message: OK} |
512 | - request: | 482 | - request: |
513 | body: status=Toot+number+15%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 483 | body: status=Toot+number+15%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -522,12 +492,10 @@ interactions: | |||
522 | method: POST | 492 | method: POST |
523 | uri: http://localhost:3000/api/v1/statuses | 493 | uri: http://localhost:3000/api/v1/statuses |
524 | response: | 494 | response: |
525 | body: {string: '{"id":"102315367286577012","created_at":"2019-06-22T13:03:27.293Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367286577012","url":"http://localhost/@mastodonpy_test/102315367286577012","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 495 | body: {string: '{"id":"102317291801663848","created_at":"2019-06-22T21:12:53.078Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291801663848","url":"http://localhost/@mastodonpy_test/102317291801663848","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
526 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 496 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
527 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 497 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
528 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 498 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":16,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
529 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
530 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":16,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
531 | headers: | 499 | headers: |
532 | Cache-Control: ['no-cache, no-store'] | 500 | Cache-Control: ['no-cache, no-store'] |
533 | Content-Type: [application/json; charset=utf-8] | 501 | Content-Type: [application/json; charset=utf-8] |
@@ -538,10 +506,10 @@ interactions: | |||
538 | X-Download-Options: [noopen] | 506 | X-Download-Options: [noopen] |
539 | X-Frame-Options: [SAMEORIGIN] | 507 | X-Frame-Options: [SAMEORIGIN] |
540 | X-Permitted-Cross-Domain-Policies: [none] | 508 | X-Permitted-Cross-Domain-Policies: [none] |
541 | X-Request-Id: [d1dbad85-5c07-4ff6-83f3-fa5258056b5e] | 509 | X-Request-Id: [3d8754f5-9a20-43bc-8cca-b466b7030e6a] |
542 | X-Runtime: ['0.186708'] | 510 | X-Runtime: ['0.223713'] |
543 | X-XSS-Protection: [1; mode=block] | 511 | X-XSS-Protection: [1; mode=block] |
544 | content-length: ['1982'] | 512 | content-length: ['1621'] |
545 | status: {code: 200, message: OK} | 513 | status: {code: 200, message: OK} |
546 | - request: | 514 | - request: |
547 | body: status=Toot+number+16%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 515 | body: status=Toot+number+16%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -556,12 +524,10 @@ interactions: | |||
556 | method: POST | 524 | method: POST |
557 | uri: http://localhost:3000/api/v1/statuses | 525 | uri: http://localhost:3000/api/v1/statuses |
558 | response: | 526 | response: |
559 | body: {string: '{"id":"102315367299312272","created_at":"2019-06-22T13:03:27.487Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367299312272","url":"http://localhost/@mastodonpy_test/102315367299312272","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 527 | body: {string: '{"id":"102317291816473868","created_at":"2019-06-22T21:12:53.307Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291816473868","url":"http://localhost/@mastodonpy_test/102317291816473868","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
560 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 528 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
561 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 529 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
562 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 530 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
563 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
564 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":17,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
565 | headers: | 531 | headers: |
566 | Cache-Control: ['no-cache, no-store'] | 532 | Cache-Control: ['no-cache, no-store'] |
567 | Content-Type: [application/json; charset=utf-8] | 533 | Content-Type: [application/json; charset=utf-8] |
@@ -572,10 +538,10 @@ interactions: | |||
572 | X-Download-Options: [noopen] | 538 | X-Download-Options: [noopen] |
573 | X-Frame-Options: [SAMEORIGIN] | 539 | X-Frame-Options: [SAMEORIGIN] |
574 | X-Permitted-Cross-Domain-Policies: [none] | 540 | X-Permitted-Cross-Domain-Policies: [none] |
575 | X-Request-Id: [c991ab5a-0a40-42dd-9708-645f8c28141e] | 541 | X-Request-Id: [c9c67396-96d6-43b4-9197-e6844968e1e4] |
576 | X-Runtime: ['0.228698'] | 542 | X-Runtime: ['0.224141'] |
577 | X-XSS-Protection: [1; mode=block] | 543 | X-XSS-Protection: [1; mode=block] |
578 | content-length: ['1982'] | 544 | content-length: ['1621'] |
579 | status: {code: 200, message: OK} | 545 | status: {code: 200, message: OK} |
580 | - request: | 546 | - request: |
581 | body: status=Toot+number+17%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 547 | body: status=Toot+number+17%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -590,12 +556,10 @@ interactions: | |||
590 | method: POST | 556 | method: POST |
591 | uri: http://localhost:3000/api/v1/statuses | 557 | uri: http://localhost:3000/api/v1/statuses |
592 | response: | 558 | response: |
593 | body: {string: '{"id":"102315367314441287","created_at":"2019-06-22T13:03:27.718Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367314441287","url":"http://localhost/@mastodonpy_test/102315367314441287","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 559 | body: {string: '{"id":"102317291831696643","created_at":"2019-06-22T21:12:53.534Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291831696643","url":"http://localhost/@mastodonpy_test/102317291831696643","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
594 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 560 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
595 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 561 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
596 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 562 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":18,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
597 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
598 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":18,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
599 | headers: | 563 | headers: |
600 | Cache-Control: ['no-cache, no-store'] | 564 | Cache-Control: ['no-cache, no-store'] |
601 | Content-Type: [application/json; charset=utf-8] | 565 | Content-Type: [application/json; charset=utf-8] |
@@ -606,10 +570,10 @@ interactions: | |||
606 | X-Download-Options: [noopen] | 570 | X-Download-Options: [noopen] |
607 | X-Frame-Options: [SAMEORIGIN] | 571 | X-Frame-Options: [SAMEORIGIN] |
608 | X-Permitted-Cross-Domain-Policies: [none] | 572 | X-Permitted-Cross-Domain-Policies: [none] |
609 | X-Request-Id: [40201c5e-dcd8-48a0-a3f7-2e2bfcce8536] | 573 | X-Request-Id: [6b69cebb-4a27-4cdc-9558-e8b4a3f703c7] |
610 | X-Runtime: ['0.183248'] | 574 | X-Runtime: ['0.213858'] |
611 | X-XSS-Protection: [1; mode=block] | 575 | X-XSS-Protection: [1; mode=block] |
612 | content-length: ['1982'] | 576 | content-length: ['1621'] |
613 | status: {code: 200, message: OK} | 577 | status: {code: 200, message: OK} |
614 | - request: | 578 | - request: |
615 | body: status=Toot+number+18%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 579 | body: status=Toot+number+18%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -624,12 +588,10 @@ interactions: | |||
624 | method: POST | 588 | method: POST |
625 | uri: http://localhost:3000/api/v1/statuses | 589 | uri: http://localhost:3000/api/v1/statuses |
626 | response: | 590 | response: |
627 | body: {string: '{"id":"102315367328224976","created_at":"2019-06-22T13:03:27.930Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367328224976","url":"http://localhost/@mastodonpy_test/102315367328224976","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 591 | body: {string: '{"id":"102317291846652289","created_at":"2019-06-22T21:12:53.756Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291846652289","url":"http://localhost/@mastodonpy_test/102317291846652289","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
628 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 592 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
629 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 593 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
630 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 594 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
631 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
632 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":19,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
633 | headers: | 595 | headers: |
634 | Cache-Control: ['no-cache, no-store'] | 596 | Cache-Control: ['no-cache, no-store'] |
635 | Content-Type: [application/json; charset=utf-8] | 597 | Content-Type: [application/json; charset=utf-8] |
@@ -640,10 +602,10 @@ interactions: | |||
640 | X-Download-Options: [noopen] | 602 | X-Download-Options: [noopen] |
641 | X-Frame-Options: [SAMEORIGIN] | 603 | X-Frame-Options: [SAMEORIGIN] |
642 | X-Permitted-Cross-Domain-Policies: [none] | 604 | X-Permitted-Cross-Domain-Policies: [none] |
643 | X-Request-Id: [01c8fd41-9bdf-4078-a00f-7875c2d56229] | 605 | X-Request-Id: [3d32f670-60b1-4d48-9cd7-184b6d7261ec] |
644 | X-Runtime: ['0.190799'] | 606 | X-Runtime: ['0.220343'] |
645 | X-XSS-Protection: [1; mode=block] | 607 | X-XSS-Protection: [1; mode=block] |
646 | content-length: ['1982'] | 608 | content-length: ['1621'] |
647 | status: {code: 200, message: OK} | 609 | status: {code: 200, message: OK} |
648 | - request: | 610 | - request: |
649 | body: status=Toot+number+19%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 611 | body: status=Toot+number+19%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -658,12 +620,10 @@ interactions: | |||
658 | method: POST | 620 | method: POST |
659 | uri: http://localhost:3000/api/v1/statuses | 621 | uri: http://localhost:3000/api/v1/statuses |
660 | response: | 622 | response: |
661 | body: {string: '{"id":"102315367340588354","created_at":"2019-06-22T13:03:28.117Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367340588354","url":"http://localhost/@mastodonpy_test/102315367340588354","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 623 | body: {string: '{"id":"102317291861733793","created_at":"2019-06-22T21:12:53.986Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291861733793","url":"http://localhost/@mastodonpy_test/102317291861733793","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
662 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 624 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
663 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 625 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
664 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 626 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
665 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
666 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":20,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
667 | headers: | 627 | headers: |
668 | Cache-Control: ['no-cache, no-store'] | 628 | Cache-Control: ['no-cache, no-store'] |
669 | Content-Type: [application/json; charset=utf-8] | 629 | Content-Type: [application/json; charset=utf-8] |
@@ -674,10 +634,10 @@ interactions: | |||
674 | X-Download-Options: [noopen] | 634 | X-Download-Options: [noopen] |
675 | X-Frame-Options: [SAMEORIGIN] | 635 | X-Frame-Options: [SAMEORIGIN] |
676 | X-Permitted-Cross-Domain-Policies: [none] | 636 | X-Permitted-Cross-Domain-Policies: [none] |
677 | X-Request-Id: [17754f0e-06f3-4574-815a-03906e735cd5] | 637 | X-Request-Id: [99ce7d2b-6ab8-4e20-9acd-e9a332c0fb6f] |
678 | X-Runtime: ['0.177442'] | 638 | X-Runtime: ['0.208892'] |
679 | X-XSS-Protection: [1; mode=block] | 639 | X-XSS-Protection: [1; mode=block] |
680 | content-length: ['1982'] | 640 | content-length: ['1621'] |
681 | status: {code: 200, message: OK} | 641 | status: {code: 200, message: OK} |
682 | - request: | 642 | - request: |
683 | body: status=Toot+number+20%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 643 | body: status=Toot+number+20%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -692,12 +652,10 @@ interactions: | |||
692 | method: POST | 652 | method: POST |
693 | uri: http://localhost:3000/api/v1/statuses | 653 | uri: http://localhost:3000/api/v1/statuses |
694 | response: | 654 | response: |
695 | body: {string: '{"id":"102315367353605620","created_at":"2019-06-22T13:03:28.318Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367353605620","url":"http://localhost/@mastodonpy_test/102315367353605620","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 655 | body: {string: '{"id":"102317291877998555","created_at":"2019-06-22T21:12:54.232Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291877998555","url":"http://localhost/@mastodonpy_test/102317291877998555","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
696 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 656 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
697 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 657 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
698 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 658 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":21,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
699 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
700 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":21,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
701 | headers: | 659 | headers: |
702 | Cache-Control: ['no-cache, no-store'] | 660 | Cache-Control: ['no-cache, no-store'] |
703 | Content-Type: [application/json; charset=utf-8] | 661 | Content-Type: [application/json; charset=utf-8] |
@@ -708,10 +666,10 @@ interactions: | |||
708 | X-Download-Options: [noopen] | 666 | X-Download-Options: [noopen] |
709 | X-Frame-Options: [SAMEORIGIN] | 667 | X-Frame-Options: [SAMEORIGIN] |
710 | X-Permitted-Cross-Domain-Policies: [none] | 668 | X-Permitted-Cross-Domain-Policies: [none] |
711 | X-Request-Id: [528a5944-a69d-45f4-8089-a8eb99c36b32] | 669 | X-Request-Id: [be65a1f8-7495-489c-83d5-c4cd33e7a4ec] |
712 | X-Runtime: ['0.170095'] | 670 | X-Runtime: ['0.227280'] |
713 | X-XSS-Protection: [1; mode=block] | 671 | X-XSS-Protection: [1; mode=block] |
714 | content-length: ['1982'] | 672 | content-length: ['1621'] |
715 | status: {code: 200, message: OK} | 673 | status: {code: 200, message: OK} |
716 | - request: | 674 | - request: |
717 | body: status=Toot+number+21%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 675 | body: status=Toot+number+21%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -726,12 +684,10 @@ interactions: | |||
726 | method: POST | 684 | method: POST |
727 | uri: http://localhost:3000/api/v1/statuses | 685 | uri: http://localhost:3000/api/v1/statuses |
728 | response: | 686 | response: |
729 | body: {string: '{"id":"102315367365699815","created_at":"2019-06-22T13:03:28.500Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367365699815","url":"http://localhost/@mastodonpy_test/102315367365699815","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 687 | body: {string: '{"id":"102317291892310542","created_at":"2019-06-22T21:12:54.453Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291892310542","url":"http://localhost/@mastodonpy_test/102317291892310542","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
730 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 688 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
731 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 689 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
732 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 690 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":22,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
733 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
734 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":22,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
735 | headers: | 691 | headers: |
736 | Cache-Control: ['no-cache, no-store'] | 692 | Cache-Control: ['no-cache, no-store'] |
737 | Content-Type: [application/json; charset=utf-8] | 693 | Content-Type: [application/json; charset=utf-8] |
@@ -742,10 +698,10 @@ interactions: | |||
742 | X-Download-Options: [noopen] | 698 | X-Download-Options: [noopen] |
743 | X-Frame-Options: [SAMEORIGIN] | 699 | X-Frame-Options: [SAMEORIGIN] |
744 | X-Permitted-Cross-Domain-Policies: [none] | 700 | X-Permitted-Cross-Domain-Policies: [none] |
745 | X-Request-Id: [ffeb948d-fb72-45ed-b2e3-9cf48667aecb] | 701 | X-Request-Id: [e5f59b47-483f-4123-bf26-ebb3b8ba0ecd] |
746 | X-Runtime: ['0.149532'] | 702 | X-Runtime: ['0.204663'] |
747 | X-XSS-Protection: [1; mode=block] | 703 | X-XSS-Protection: [1; mode=block] |
748 | content-length: ['1982'] | 704 | content-length: ['1621'] |
749 | status: {code: 200, message: OK} | 705 | status: {code: 200, message: OK} |
750 | - request: | 706 | - request: |
751 | body: status=Toot+number+22%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 707 | body: status=Toot+number+22%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -760,12 +716,10 @@ interactions: | |||
760 | method: POST | 716 | method: POST |
761 | uri: http://localhost:3000/api/v1/statuses | 717 | uri: http://localhost:3000/api/v1/statuses |
762 | response: | 718 | response: |
763 | body: {string: '{"id":"102315367379244439","created_at":"2019-06-22T13:03:28.711Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367379244439","url":"http://localhost/@mastodonpy_test/102315367379244439","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 719 | body: {string: '{"id":"102317291907005638","created_at":"2019-06-22T21:12:54.680Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291907005638","url":"http://localhost/@mastodonpy_test/102317291907005638","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
764 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 720 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
765 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 721 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
766 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 722 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":23,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
767 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
768 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":23,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
769 | headers: | 723 | headers: |
770 | Cache-Control: ['no-cache, no-store'] | 724 | Cache-Control: ['no-cache, no-store'] |
771 | Content-Type: [application/json; charset=utf-8] | 725 | Content-Type: [application/json; charset=utf-8] |
@@ -776,10 +730,10 @@ interactions: | |||
776 | X-Download-Options: [noopen] | 730 | X-Download-Options: [noopen] |
777 | X-Frame-Options: [SAMEORIGIN] | 731 | X-Frame-Options: [SAMEORIGIN] |
778 | X-Permitted-Cross-Domain-Policies: [none] | 732 | X-Permitted-Cross-Domain-Policies: [none] |
779 | X-Request-Id: [6d279492-c550-4e7c-8b99-10be2a067c5d] | 733 | X-Request-Id: [8c06726f-7f0c-4a0b-b62f-a7a04843c2d3] |
780 | X-Runtime: ['0.210912'] | 734 | X-Runtime: ['0.180926'] |
781 | X-XSS-Protection: [1; mode=block] | 735 | X-XSS-Protection: [1; mode=block] |
782 | content-length: ['1982'] | 736 | content-length: ['1621'] |
783 | status: {code: 200, message: OK} | 737 | status: {code: 200, message: OK} |
784 | - request: | 738 | - request: |
785 | body: status=Toot+number+23%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 739 | body: status=Toot+number+23%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -794,12 +748,10 @@ interactions: | |||
794 | method: POST | 748 | method: POST |
795 | uri: http://localhost:3000/api/v1/statuses | 749 | uri: http://localhost:3000/api/v1/statuses |
796 | response: | 750 | response: |
797 | body: {string: '{"id":"102315367392354311","created_at":"2019-06-22T13:03:28.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367392354311","url":"http://localhost/@mastodonpy_test/102315367392354311","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 751 | body: {string: '{"id":"102317291920945243","created_at":"2019-06-22T21:12:54.917Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291920945243","url":"http://localhost/@mastodonpy_test/102317291920945243","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
798 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 752 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
799 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 753 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
800 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 754 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":24,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
801 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
802 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":24,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
803 | headers: | 755 | headers: |
804 | Cache-Control: ['no-cache, no-store'] | 756 | Cache-Control: ['no-cache, no-store'] |
805 | Content-Type: [application/json; charset=utf-8] | 757 | Content-Type: [application/json; charset=utf-8] |
@@ -810,10 +762,10 @@ interactions: | |||
810 | X-Download-Options: [noopen] | 762 | X-Download-Options: [noopen] |
811 | X-Frame-Options: [SAMEORIGIN] | 763 | X-Frame-Options: [SAMEORIGIN] |
812 | X-Permitted-Cross-Domain-Policies: [none] | 764 | X-Permitted-Cross-Domain-Policies: [none] |
813 | X-Request-Id: [7b46d965-1360-4e13-ad29-2de242530587] | 765 | X-Request-Id: [4da691c6-c820-4635-ab2a-a5f38deee8bc] |
814 | X-Runtime: ['0.190818'] | 766 | X-Runtime: ['0.250170'] |
815 | X-XSS-Protection: [1; mode=block] | 767 | X-XSS-Protection: [1; mode=block] |
816 | content-length: ['1982'] | 768 | content-length: ['1621'] |
817 | status: {code: 200, message: OK} | 769 | status: {code: 200, message: OK} |
818 | - request: | 770 | - request: |
819 | body: status=Toot+number+24%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 771 | body: status=Toot+number+24%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -828,12 +780,10 @@ interactions: | |||
828 | method: POST | 780 | method: POST |
829 | uri: http://localhost:3000/api/v1/statuses | 781 | uri: http://localhost:3000/api/v1/statuses |
830 | response: | 782 | response: |
831 | body: {string: '{"id":"102315367406486904","created_at":"2019-06-22T13:03:29.123Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367406486904","url":"http://localhost/@mastodonpy_test/102315367406486904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 783 | body: {string: '{"id":"102317291936910794","created_at":"2019-06-22T21:12:55.140Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291936910794","url":"http://localhost/@mastodonpy_test/102317291936910794","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
832 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 784 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
833 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 785 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
834 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 786 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
835 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
836 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":25,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
837 | headers: | 787 | headers: |
838 | Cache-Control: ['no-cache, no-store'] | 788 | Cache-Control: ['no-cache, no-store'] |
839 | Content-Type: [application/json; charset=utf-8] | 789 | Content-Type: [application/json; charset=utf-8] |
@@ -844,10 +794,10 @@ interactions: | |||
844 | X-Download-Options: [noopen] | 794 | X-Download-Options: [noopen] |
845 | X-Frame-Options: [SAMEORIGIN] | 795 | X-Frame-Options: [SAMEORIGIN] |
846 | X-Permitted-Cross-Domain-Policies: [none] | 796 | X-Permitted-Cross-Domain-Policies: [none] |
847 | X-Request-Id: [ea45e127-a4e2-4eae-8eac-f48b36b73727] | 797 | X-Request-Id: [03fad219-cf62-4c7c-8987-cd7db557ba1c] |
848 | X-Runtime: ['0.211285'] | 798 | X-Runtime: ['0.204569'] |
849 | X-XSS-Protection: [1; mode=block] | 799 | X-XSS-Protection: [1; mode=block] |
850 | content-length: ['1982'] | 800 | content-length: ['1621'] |
851 | status: {code: 200, message: OK} | 801 | status: {code: 200, message: OK} |
852 | - request: | 802 | - request: |
853 | body: status=Toot+number+25%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 803 | body: status=Toot+number+25%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -862,12 +812,10 @@ interactions: | |||
862 | method: POST | 812 | method: POST |
863 | uri: http://localhost:3000/api/v1/statuses | 813 | uri: http://localhost:3000/api/v1/statuses |
864 | response: | 814 | response: |
865 | body: {string: '{"id":"102315367419764413","created_at":"2019-06-22T13:03:29.325Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367419764413","url":"http://localhost/@mastodonpy_test/102315367419764413","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 815 | body: {string: '{"id":"102317291952048236","created_at":"2019-06-22T21:12:55.362Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291952048236","url":"http://localhost/@mastodonpy_test/102317291952048236","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
866 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 816 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
867 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 817 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
868 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 818 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":26,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
869 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
870 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":26,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
871 | headers: | 819 | headers: |
872 | Cache-Control: ['no-cache, no-store'] | 820 | Cache-Control: ['no-cache, no-store'] |
873 | Content-Type: [application/json; charset=utf-8] | 821 | Content-Type: [application/json; charset=utf-8] |
@@ -878,10 +826,10 @@ interactions: | |||
878 | X-Download-Options: [noopen] | 826 | X-Download-Options: [noopen] |
879 | X-Frame-Options: [SAMEORIGIN] | 827 | X-Frame-Options: [SAMEORIGIN] |
880 | X-Permitted-Cross-Domain-Policies: [none] | 828 | X-Permitted-Cross-Domain-Policies: [none] |
881 | X-Request-Id: [e8fab620-00d2-4c20-a8d9-656af3083596] | 829 | X-Request-Id: [41222ec0-55ef-4ba9-9015-0cfa1100a4eb] |
882 | X-Runtime: ['0.179046'] | 830 | X-Runtime: ['0.194967'] |
883 | X-XSS-Protection: [1; mode=block] | 831 | X-XSS-Protection: [1; mode=block] |
884 | content-length: ['1982'] | 832 | content-length: ['1621'] |
885 | status: {code: 200, message: OK} | 833 | status: {code: 200, message: OK} |
886 | - request: | 834 | - request: |
887 | body: status=Toot+number+26%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 835 | body: status=Toot+number+26%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -896,12 +844,10 @@ interactions: | |||
896 | method: POST | 844 | method: POST |
897 | uri: http://localhost:3000/api/v1/statuses | 845 | uri: http://localhost:3000/api/v1/statuses |
898 | response: | 846 | response: |
899 | body: {string: '{"id":"102315367432307207","created_at":"2019-06-22T13:03:29.521Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367432307207","url":"http://localhost/@mastodonpy_test/102315367432307207","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 847 | body: {string: '{"id":"102317291965937787","created_at":"2019-06-22T21:12:55.578Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291965937787","url":"http://localhost/@mastodonpy_test/102317291965937787","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
900 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 848 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
901 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 849 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
902 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 850 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":27,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
903 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
904 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":27,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
905 | headers: | 851 | headers: |
906 | Cache-Control: ['no-cache, no-store'] | 852 | Cache-Control: ['no-cache, no-store'] |
907 | Content-Type: [application/json; charset=utf-8] | 853 | Content-Type: [application/json; charset=utf-8] |
@@ -912,10 +858,10 @@ interactions: | |||
912 | X-Download-Options: [noopen] | 858 | X-Download-Options: [noopen] |
913 | X-Frame-Options: [SAMEORIGIN] | 859 | X-Frame-Options: [SAMEORIGIN] |
914 | X-Permitted-Cross-Domain-Policies: [none] | 860 | X-Permitted-Cross-Domain-Policies: [none] |
915 | X-Request-Id: [73bc6c3c-2240-4037-8f2e-5d982085a0fc] | 861 | X-Request-Id: [fe327ee4-4c7c-49f2-ba7a-6ff51c4debed] |
916 | X-Runtime: ['0.142268'] | 862 | X-Runtime: ['0.214557'] |
917 | X-XSS-Protection: [1; mode=block] | 863 | X-XSS-Protection: [1; mode=block] |
918 | content-length: ['1982'] | 864 | content-length: ['1621'] |
919 | status: {code: 200, message: OK} | 865 | status: {code: 200, message: OK} |
920 | - request: | 866 | - request: |
921 | body: status=Toot+number+27%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 867 | body: status=Toot+number+27%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -930,12 +876,10 @@ interactions: | |||
930 | method: POST | 876 | method: POST |
931 | uri: http://localhost:3000/api/v1/statuses | 877 | uri: http://localhost:3000/api/v1/statuses |
932 | response: | 878 | response: |
933 | body: {string: '{"id":"102315367446179072","created_at":"2019-06-22T13:03:29.740Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367446179072","url":"http://localhost/@mastodonpy_test/102315367446179072","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 879 | body: {string: '{"id":"102317291982314367","created_at":"2019-06-22T21:12:55.836Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291982314367","url":"http://localhost/@mastodonpy_test/102317291982314367","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
934 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 880 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
935 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 881 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
936 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 882 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":28,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
937 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
938 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":28,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
939 | headers: | 883 | headers: |
940 | Cache-Control: ['no-cache, no-store'] | 884 | Cache-Control: ['no-cache, no-store'] |
941 | Content-Type: [application/json; charset=utf-8] | 885 | Content-Type: [application/json; charset=utf-8] |
@@ -946,10 +890,10 @@ interactions: | |||
946 | X-Download-Options: [noopen] | 890 | X-Download-Options: [noopen] |
947 | X-Frame-Options: [SAMEORIGIN] | 891 | X-Frame-Options: [SAMEORIGIN] |
948 | X-Permitted-Cross-Domain-Policies: [none] | 892 | X-Permitted-Cross-Domain-Policies: [none] |
949 | X-Request-Id: [c77c521a-14a9-4f69-82d8-3260003d6cc3] | 893 | X-Request-Id: [11c6cd39-794a-403a-9f38-d03923010e28] |
950 | X-Runtime: ['0.242744'] | 894 | X-Runtime: ['0.236678'] |
951 | X-XSS-Protection: [1; mode=block] | 895 | X-XSS-Protection: [1; mode=block] |
952 | content-length: ['1982'] | 896 | content-length: ['1621'] |
953 | status: {code: 200, message: OK} | 897 | status: {code: 200, message: OK} |
954 | - request: | 898 | - request: |
955 | body: status=Toot+number+28%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 899 | body: status=Toot+number+28%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -964,12 +908,10 @@ interactions: | |||
964 | method: POST | 908 | method: POST |
965 | uri: http://localhost:3000/api/v1/statuses | 909 | uri: http://localhost:3000/api/v1/statuses |
966 | response: | 910 | response: |
967 | body: {string: '{"id":"102315367460356442","created_at":"2019-06-22T13:03:29.945Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367460356442","url":"http://localhost/@mastodonpy_test/102315367460356442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 911 | body: {string: '{"id":"102317291997667211","created_at":"2019-06-22T21:12:56.060Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291997667211","url":"http://localhost/@mastodonpy_test/102317291997667211","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
968 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 912 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
969 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 913 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
970 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 914 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":29,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
971 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
972 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":29,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
973 | headers: | 915 | headers: |
974 | Cache-Control: ['no-cache, no-store'] | 916 | Cache-Control: ['no-cache, no-store'] |
975 | Content-Type: [application/json; charset=utf-8] | 917 | Content-Type: [application/json; charset=utf-8] |
@@ -980,10 +922,10 @@ interactions: | |||
980 | X-Download-Options: [noopen] | 922 | X-Download-Options: [noopen] |
981 | X-Frame-Options: [SAMEORIGIN] | 923 | X-Frame-Options: [SAMEORIGIN] |
982 | X-Permitted-Cross-Domain-Policies: [none] | 924 | X-Permitted-Cross-Domain-Policies: [none] |
983 | X-Request-Id: [0437217d-be2e-4b6f-b9b9-72d6efceb5e0] | 925 | X-Request-Id: [8a66c478-7002-420c-b53f-ac1e204cc4e9] |
984 | X-Runtime: ['0.170133'] | 926 | X-Runtime: ['0.231315'] |
985 | X-XSS-Protection: [1; mode=block] | 927 | X-XSS-Protection: [1; mode=block] |
986 | content-length: ['1982'] | 928 | content-length: ['1621'] |
987 | status: {code: 200, message: OK} | 929 | status: {code: 200, message: OK} |
988 | - request: | 930 | - request: |
989 | body: status=Toot+number+29%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 931 | body: status=Toot+number+29%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -998,12 +940,10 @@ interactions: | |||
998 | method: POST | 940 | method: POST |
999 | uri: http://localhost:3000/api/v1/statuses | 941 | uri: http://localhost:3000/api/v1/statuses |
1000 | response: | 942 | response: |
1001 | body: {string: '{"id":"102315367472580649","created_at":"2019-06-22T13:03:30.131Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367472580649","url":"http://localhost/@mastodonpy_test/102315367472580649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 943 | body: {string: '{"id":"102317292013465268","created_at":"2019-06-22T21:12:56.296Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292013465268","url":"http://localhost/@mastodonpy_test/102317292013465268","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1002 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 944 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1003 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 945 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1004 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 946 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1005 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1006 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1007 | headers: | 947 | headers: |
1008 | Cache-Control: ['no-cache, no-store'] | 948 | Cache-Control: ['no-cache, no-store'] |
1009 | Content-Type: [application/json; charset=utf-8] | 949 | Content-Type: [application/json; charset=utf-8] |
@@ -1014,10 +954,10 @@ interactions: | |||
1014 | X-Download-Options: [noopen] | 954 | X-Download-Options: [noopen] |
1015 | X-Frame-Options: [SAMEORIGIN] | 955 | X-Frame-Options: [SAMEORIGIN] |
1016 | X-Permitted-Cross-Domain-Policies: [none] | 956 | X-Permitted-Cross-Domain-Policies: [none] |
1017 | X-Request-Id: [7e4e6091-f281-43d6-b187-806c72bde63c] | 957 | X-Request-Id: [3de9e307-2f91-4453-92af-e10570316114] |
1018 | X-Runtime: ['0.180693'] | 958 | X-Runtime: ['0.188203'] |
1019 | X-XSS-Protection: [1; mode=block] | 959 | X-XSS-Protection: [1; mode=block] |
1020 | content-length: ['1982'] | 960 | content-length: ['1621'] |
1021 | status: {code: 200, message: OK} | 961 | status: {code: 200, message: OK} |
1022 | - request: | 962 | - request: |
1023 | body: null | 963 | body: null |
@@ -1030,62 +970,42 @@ interactions: | |||
1030 | method: GET | 970 | method: GET |
1031 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10 | 971 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10 |
1032 | response: | 972 | response: |
1033 | body: {string: '[{"id":"102315367472580649","created_at":"2019-06-22T13:03:30.131Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367472580649","url":"http://localhost/@mastodonpy_test/102315367472580649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 973 | body: {string: '[{"id":"102317292013465268","created_at":"2019-06-22T21:12:56.296Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292013465268","url":"http://localhost/@mastodonpy_test/102317292013465268","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1034 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 974 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1035 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 975 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1036 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 976 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291997667211","created_at":"2019-06-22T21:12:56.060Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291997667211","url":"http://localhost/@mastodonpy_test/102317291997667211","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1037 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1038 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367460356442","created_at":"2019-06-22T13:03:29.945Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367460356442","url":"http://localhost/@mastodonpy_test/102315367460356442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1039 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 977 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1040 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 978 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1041 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 979 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291982314367","created_at":"2019-06-22T21:12:55.836Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291982314367","url":"http://localhost/@mastodonpy_test/102317291982314367","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1042 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1043 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367446179072","created_at":"2019-06-22T13:03:29.740Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367446179072","url":"http://localhost/@mastodonpy_test/102315367446179072","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1044 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 980 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1045 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 981 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1046 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 982 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291965937787","created_at":"2019-06-22T21:12:55.578Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291965937787","url":"http://localhost/@mastodonpy_test/102317291965937787","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1047 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1048 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367432307207","created_at":"2019-06-22T13:03:29.521Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367432307207","url":"http://localhost/@mastodonpy_test/102315367432307207","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1049 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 983 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1050 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 984 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1051 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 985 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291952048236","created_at":"2019-06-22T21:12:55.362Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291952048236","url":"http://localhost/@mastodonpy_test/102317291952048236","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1052 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1053 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367419764413","created_at":"2019-06-22T13:03:29.325Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367419764413","url":"http://localhost/@mastodonpy_test/102315367419764413","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1054 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 986 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1055 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 987 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1056 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 988 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291936910794","created_at":"2019-06-22T21:12:55.140Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291936910794","url":"http://localhost/@mastodonpy_test/102317291936910794","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1057 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1058 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367406486904","created_at":"2019-06-22T13:03:29.123Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367406486904","url":"http://localhost/@mastodonpy_test/102315367406486904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1059 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 989 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1060 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 990 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1061 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 991 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291920945243","created_at":"2019-06-22T21:12:54.917Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291920945243","url":"http://localhost/@mastodonpy_test/102317291920945243","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1062 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1063 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367392354311","created_at":"2019-06-22T13:03:28.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367392354311","url":"http://localhost/@mastodonpy_test/102315367392354311","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1064 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 992 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1065 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 993 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1066 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 994 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291907005638","created_at":"2019-06-22T21:12:54.680Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291907005638","url":"http://localhost/@mastodonpy_test/102317291907005638","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1067 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1068 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367379244439","created_at":"2019-06-22T13:03:28.711Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367379244439","url":"http://localhost/@mastodonpy_test/102315367379244439","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1069 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 995 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1070 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 996 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1071 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 997 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291892310542","created_at":"2019-06-22T21:12:54.453Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291892310542","url":"http://localhost/@mastodonpy_test/102317291892310542","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1072 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1073 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367365699815","created_at":"2019-06-22T13:03:28.500Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367365699815","url":"http://localhost/@mastodonpy_test/102315367365699815","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1074 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 998 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1075 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 999 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1076 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1000 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291877998555","created_at":"2019-06-22T21:12:54.232Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291877998555","url":"http://localhost/@mastodonpy_test/102317291877998555","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1077 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1078 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367353605620","created_at":"2019-06-22T13:03:28.318Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367353605620","url":"http://localhost/@mastodonpy_test/102315367353605620","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1079 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1001 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1080 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1002 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1081 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1003 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} |
1082 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1083 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} | ||
1084 | headers: | 1004 | headers: |
1085 | Cache-Control: ['no-cache, no-store'] | 1005 | Cache-Control: ['no-cache, no-store'] |
1086 | Content-Type: [application/json; charset=utf-8] | 1006 | Content-Type: [application/json; charset=utf-8] |
1087 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367353605620>; | 1007 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102317291877998555>; |
1088 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102315367472580649>; | 1008 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102317292013465268>; |
1089 | rel="prev"'] | 1009 | rel="prev"'] |
1090 | Referrer-Policy: [strict-origin-when-cross-origin] | 1010 | Referrer-Policy: [strict-origin-when-cross-origin] |
1091 | Transfer-Encoding: [chunked] | 1011 | Transfer-Encoding: [chunked] |
@@ -1094,10 +1014,10 @@ interactions: | |||
1094 | X-Download-Options: [noopen] | 1014 | X-Download-Options: [noopen] |
1095 | X-Frame-Options: [SAMEORIGIN] | 1015 | X-Frame-Options: [SAMEORIGIN] |
1096 | X-Permitted-Cross-Domain-Policies: [none] | 1016 | X-Permitted-Cross-Domain-Policies: [none] |
1097 | X-Request-Id: [a1d4a9ae-ceae-4ac0-8b68-0180d1ef55ce] | 1017 | X-Request-Id: [0664ba70-cd50-48dc-b3bc-59b1c3d81f34] |
1098 | X-Runtime: ['0.201680'] | 1018 | X-Runtime: ['0.208864'] |
1099 | X-XSS-Protection: [1; mode=block] | 1019 | X-XSS-Protection: [1; mode=block] |
1100 | content-length: ['19831'] | 1020 | content-length: ['16221'] |
1101 | status: {code: 200, message: OK} | 1021 | status: {code: 200, message: OK} |
1102 | - request: | 1022 | - request: |
1103 | body: null | 1023 | body: null |
@@ -1108,64 +1028,44 @@ interactions: | |||
1108 | Connection: [keep-alive] | 1028 | Connection: [keep-alive] |
1109 | User-Agent: [python-requests/2.18.4] | 1029 | User-Agent: [python-requests/2.18.4] |
1110 | method: GET | 1030 | method: GET |
1111 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367353605620 | 1031 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102317291877998555 |
1112 | response: | 1032 | response: |
1113 | body: {string: '[{"id":"102315367340588354","created_at":"2019-06-22T13:03:28.117Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367340588354","url":"http://localhost/@mastodonpy_test/102315367340588354","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1033 | body: {string: '[{"id":"102317291861733793","created_at":"2019-06-22T21:12:53.986Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291861733793","url":"http://localhost/@mastodonpy_test/102317291861733793","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1114 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1034 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1115 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1035 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1116 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1036 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291846652289","created_at":"2019-06-22T21:12:53.756Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291846652289","url":"http://localhost/@mastodonpy_test/102317291846652289","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1117 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1118 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367328224976","created_at":"2019-06-22T13:03:27.930Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367328224976","url":"http://localhost/@mastodonpy_test/102315367328224976","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1119 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1037 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1120 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1038 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1121 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1039 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291831696643","created_at":"2019-06-22T21:12:53.534Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291831696643","url":"http://localhost/@mastodonpy_test/102317291831696643","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1122 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1123 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367314441287","created_at":"2019-06-22T13:03:27.718Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367314441287","url":"http://localhost/@mastodonpy_test/102315367314441287","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1124 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1040 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1125 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1041 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1126 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1042 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291816473868","created_at":"2019-06-22T21:12:53.307Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291816473868","url":"http://localhost/@mastodonpy_test/102317291816473868","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1127 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1128 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367299312272","created_at":"2019-06-22T13:03:27.487Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367299312272","url":"http://localhost/@mastodonpy_test/102315367299312272","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1129 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1043 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1130 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1044 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1131 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1045 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291801663848","created_at":"2019-06-22T21:12:53.078Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291801663848","url":"http://localhost/@mastodonpy_test/102317291801663848","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1132 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1133 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367286577012","created_at":"2019-06-22T13:03:27.293Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367286577012","url":"http://localhost/@mastodonpy_test/102315367286577012","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1134 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1046 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1135 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1047 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1136 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1048 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291784345362","created_at":"2019-06-22T21:12:52.843Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291784345362","url":"http://localhost/@mastodonpy_test/102317291784345362","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1137 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1138 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367272416011","created_at":"2019-06-22T13:03:27.081Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367272416011","url":"http://localhost/@mastodonpy_test/102315367272416011","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1139 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1049 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1140 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1050 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1141 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1051 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291771258049","created_at":"2019-06-22T21:12:52.602Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291771258049","url":"http://localhost/@mastodonpy_test/102317291771258049","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1142 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1143 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367258821671","created_at":"2019-06-22T13:03:26.872Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367258821671","url":"http://localhost/@mastodonpy_test/102315367258821671","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1144 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1052 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1145 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1053 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1146 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1054 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291754530914","created_at":"2019-06-22T21:12:52.353Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291754530914","url":"http://localhost/@mastodonpy_test/102317291754530914","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1147 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1148 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367244331103","created_at":"2019-06-22T13:03:26.666Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367244331103","url":"http://localhost/@mastodonpy_test/102315367244331103","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1149 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1055 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1150 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1056 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1151 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1057 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291740226512","created_at":"2019-06-22T21:12:52.126Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291740226512","url":"http://localhost/@mastodonpy_test/102317291740226512","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1152 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1153 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367227583481","created_at":"2019-06-22T13:03:26.412Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367227583481","url":"http://localhost/@mastodonpy_test/102315367227583481","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1154 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1058 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1155 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1059 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1156 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1060 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291724538272","created_at":"2019-06-22T21:12:51.900Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291724538272","url":"http://localhost/@mastodonpy_test/102317291724538272","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1157 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1158 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367212289038","created_at":"2019-06-22T13:03:26.169Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367212289038","url":"http://localhost/@mastodonpy_test/102315367212289038","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1159 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1061 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1160 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1062 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1161 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1063 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} |
1162 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1163 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} | ||
1164 | headers: | 1064 | headers: |
1165 | Cache-Control: ['no-cache, no-store'] | 1065 | Cache-Control: ['no-cache, no-store'] |
1166 | Content-Type: [application/json; charset=utf-8] | 1066 | Content-Type: [application/json; charset=utf-8] |
1167 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367212289038>; | 1067 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102317291724538272>; |
1168 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102315367340588354>; | 1068 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102317291861733793>; |
1169 | rel="prev"'] | 1069 | rel="prev"'] |
1170 | Referrer-Policy: [strict-origin-when-cross-origin] | 1070 | Referrer-Policy: [strict-origin-when-cross-origin] |
1171 | Transfer-Encoding: [chunked] | 1071 | Transfer-Encoding: [chunked] |
@@ -1174,10 +1074,10 @@ interactions: | |||
1174 | X-Download-Options: [noopen] | 1074 | X-Download-Options: [noopen] |
1175 | X-Frame-Options: [SAMEORIGIN] | 1075 | X-Frame-Options: [SAMEORIGIN] |
1176 | X-Permitted-Cross-Domain-Policies: [none] | 1076 | X-Permitted-Cross-Domain-Policies: [none] |
1177 | X-Request-Id: [c48ab30a-941b-448a-97e5-3bc2299cc690] | 1077 | X-Request-Id: [66666a14-ea47-45f2-8f24-6591e5efc45f] |
1178 | X-Runtime: ['0.150508'] | 1078 | X-Runtime: ['0.149124'] |
1179 | X-XSS-Protection: [1; mode=block] | 1079 | X-XSS-Protection: [1; mode=block] |
1180 | content-length: ['19831'] | 1080 | content-length: ['16221'] |
1181 | status: {code: 200, message: OK} | 1081 | status: {code: 200, message: OK} |
1182 | - request: | 1082 | - request: |
1183 | body: null | 1083 | body: null |
@@ -1188,64 +1088,44 @@ interactions: | |||
1188 | Connection: [keep-alive] | 1088 | Connection: [keep-alive] |
1189 | User-Agent: [python-requests/2.18.4] | 1089 | User-Agent: [python-requests/2.18.4] |
1190 | method: GET | 1090 | method: GET |
1191 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367212289038 | 1091 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102317291724538272 |
1192 | response: | 1092 | response: |
1193 | body: {string: '[{"id":"102315367198066295","created_at":"2019-06-22T13:03:25.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367198066295","url":"http://localhost/@mastodonpy_test/102315367198066295","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1093 | body: {string: '[{"id":"102317291710081723","created_at":"2019-06-22T21:12:51.668Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291710081723","url":"http://localhost/@mastodonpy_test/102317291710081723","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1194 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1094 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1195 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1095 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1196 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1096 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291695978678","created_at":"2019-06-22T21:12:51.454Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291695978678","url":"http://localhost/@mastodonpy_test/102317291695978678","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1197 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1198 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367185859314","created_at":"2019-06-22T13:03:25.757Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367185859314","url":"http://localhost/@mastodonpy_test/102315367185859314","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1199 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1097 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1200 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1098 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1201 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1099 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291681082568","created_at":"2019-06-22T21:12:51.235Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291681082568","url":"http://localhost/@mastodonpy_test/102317291681082568","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1202 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1203 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367172516154","created_at":"2019-06-22T13:03:25.552Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367172516154","url":"http://localhost/@mastodonpy_test/102315367172516154","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1204 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1100 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1205 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1101 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1206 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1102 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291666788183","created_at":"2019-06-22T21:12:51.004Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291666788183","url":"http://localhost/@mastodonpy_test/102317291666788183","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1207 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1208 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367160368122","created_at":"2019-06-22T13:03:25.367Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367160368122","url":"http://localhost/@mastodonpy_test/102315367160368122","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1209 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1103 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1210 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1104 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1211 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1105 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291646988232","created_at":"2019-06-22T21:12:50.724Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291646988232","url":"http://localhost/@mastodonpy_test/102317291646988232","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1212 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1213 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367147678088","created_at":"2019-06-22T13:03:25.175Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367147678088","url":"http://localhost/@mastodonpy_test/102315367147678088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1214 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1106 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1215 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1107 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1216 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1108 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291632220392","created_at":"2019-06-22T21:12:50.491Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291632220392","url":"http://localhost/@mastodonpy_test/102317291632220392","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1217 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1218 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367134556897","created_at":"2019-06-22T13:03:24.974Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367134556897","url":"http://localhost/@mastodonpy_test/102315367134556897","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1219 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1109 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1220 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1110 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1221 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1111 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291617127524","created_at":"2019-06-22T21:12:50.256Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291617127524","url":"http://localhost/@mastodonpy_test/102317291617127524","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1222 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1223 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367121627662","created_at":"2019-06-22T13:03:24.779Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367121627662","url":"http://localhost/@mastodonpy_test/102315367121627662","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1224 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1112 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1225 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1113 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1226 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1114 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291601387881","created_at":"2019-06-22T21:12:50.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291601387881","url":"http://localhost/@mastodonpy_test/102317291601387881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1227 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1228 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367108400731","created_at":"2019-06-22T13:03:24.574Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367108400731","url":"http://localhost/@mastodonpy_test/102315367108400731","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1229 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1115 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1230 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1116 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1231 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1117 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291586304924","created_at":"2019-06-22T21:12:49.786Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291586304924","url":"http://localhost/@mastodonpy_test/102317291586304924","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1232 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1233 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367093764848","created_at":"2019-06-22T13:03:24.353Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367093764848","url":"http://localhost/@mastodonpy_test/102315367093764848","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1234 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1118 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1235 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1119 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1236 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1120 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102317291571444316","created_at":"2019-06-22T21:12:49.552Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291571444316","url":"http://localhost/@mastodonpy_test/102317291571444316","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1237 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1238 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367078341798","created_at":"2019-06-22T13:03:24.116Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367078341798","url":"http://localhost/@mastodonpy_test/102315367078341798","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1239 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1121 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1240 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1122 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1241 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1123 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} |
1242 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1243 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} | ||
1244 | headers: | 1124 | headers: |
1245 | Cache-Control: ['no-cache, no-store'] | 1125 | Cache-Control: ['no-cache, no-store'] |
1246 | Content-Type: [application/json; charset=utf-8] | 1126 | Content-Type: [application/json; charset=utf-8] |
1247 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367078341798>; | 1127 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102317291571444316>; |
1248 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102315367198066295>; | 1128 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102317291710081723>; |
1249 | rel="prev"'] | 1129 | rel="prev"'] |
1250 | Referrer-Policy: [strict-origin-when-cross-origin] | 1130 | Referrer-Policy: [strict-origin-when-cross-origin] |
1251 | Transfer-Encoding: [chunked] | 1131 | Transfer-Encoding: [chunked] |
@@ -1254,10 +1134,10 @@ interactions: | |||
1254 | X-Download-Options: [noopen] | 1134 | X-Download-Options: [noopen] |
1255 | X-Frame-Options: [SAMEORIGIN] | 1135 | X-Frame-Options: [SAMEORIGIN] |
1256 | X-Permitted-Cross-Domain-Policies: [none] | 1136 | X-Permitted-Cross-Domain-Policies: [none] |
1257 | X-Request-Id: [e2ade47b-379e-4948-963a-3e4fae33f86d] | 1137 | X-Request-Id: [abfa415d-27bd-42c9-995d-01c31fe88e72] |
1258 | X-Runtime: ['0.163637'] | 1138 | X-Runtime: ['0.124455'] |
1259 | X-XSS-Protection: [1; mode=block] | 1139 | X-XSS-Protection: [1; mode=block] |
1260 | content-length: ['19821'] | 1140 | content-length: ['16211'] |
1261 | status: {code: 200, message: OK} | 1141 | status: {code: 200, message: OK} |
1262 | - request: | 1142 | - request: |
1263 | body: null | 1143 | body: null |
@@ -1268,7 +1148,7 @@ interactions: | |||
1268 | Connection: [keep-alive] | 1148 | Connection: [keep-alive] |
1269 | User-Agent: [python-requests/2.18.4] | 1149 | User-Agent: [python-requests/2.18.4] |
1270 | method: GET | 1150 | method: GET |
1271 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367078341798 | 1151 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102317291571444316 |
1272 | response: | 1152 | response: |
1273 | body: {string: '[]'} | 1153 | body: {string: '[]'} |
1274 | headers: | 1154 | headers: |
@@ -1281,8 +1161,8 @@ interactions: | |||
1281 | X-Download-Options: [noopen] | 1161 | X-Download-Options: [noopen] |
1282 | X-Frame-Options: [SAMEORIGIN] | 1162 | X-Frame-Options: [SAMEORIGIN] |
1283 | X-Permitted-Cross-Domain-Policies: [none] | 1163 | X-Permitted-Cross-Domain-Policies: [none] |
1284 | X-Request-Id: [d16bc29d-19fc-4df4-a697-593fd389008a] | 1164 | X-Request-Id: [f5be2286-6d81-412d-8b69-969428133955] |
1285 | X-Runtime: ['0.034346'] | 1165 | X-Runtime: ['0.025230'] |
1286 | X-XSS-Protection: [1; mode=block] | 1166 | X-XSS-Protection: [1; mode=block] |
1287 | content-length: ['2'] | 1167 | content-length: ['2'] |
1288 | status: {code: 200, message: OK} | 1168 | status: {code: 200, message: OK} |
@@ -1296,13 +1176,11 @@ interactions: | |||
1296 | Content-Length: ['0'] | 1176 | Content-Length: ['0'] |
1297 | User-Agent: [python-requests/2.18.4] | 1177 | User-Agent: [python-requests/2.18.4] |
1298 | method: DELETE | 1178 | method: DELETE |
1299 | uri: http://localhost:3000/api/v1/statuses/102315367078341798 | 1179 | uri: http://localhost:3000/api/v1/statuses/102317291571444316 |
1300 | response: | 1180 | response: |
1301 | body: {string: '{"id":"102315367078341798","created_at":"2019-06-22T13:03:24.116Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367078341798","url":"http://localhost/@mastodonpy_test/102315367078341798","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1181 | body: {string: '{"id":"102317291571444316","created_at":"2019-06-22T21:12:49.552Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291571444316","url":"http://localhost/@mastodonpy_test/102317291571444316","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1302 | number 0! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1182 | number 0! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1303 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1183 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":30,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1304 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1305 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1306 | headers: | 1184 | headers: |
1307 | Cache-Control: ['no-cache, no-store'] | 1185 | Cache-Control: ['no-cache, no-store'] |
1308 | Content-Type: [application/json; charset=utf-8] | 1186 | Content-Type: [application/json; charset=utf-8] |
@@ -1313,10 +1191,10 @@ interactions: | |||
1313 | X-Download-Options: [noopen] | 1191 | X-Download-Options: [noopen] |
1314 | X-Frame-Options: [SAMEORIGIN] | 1192 | X-Frame-Options: [SAMEORIGIN] |
1315 | X-Permitted-Cross-Domain-Policies: [none] | 1193 | X-Permitted-Cross-Domain-Policies: [none] |
1316 | X-Request-Id: [10e17ed8-a586-4c5a-9b74-e1957b776799] | 1194 | X-Request-Id: [1e5850fd-8954-4884-a3ad-879cae0be8a3] |
1317 | X-Runtime: ['0.086581'] | 1195 | X-Runtime: ['0.074214'] |
1318 | X-XSS-Protection: [1; mode=block] | 1196 | X-XSS-Protection: [1; mode=block] |
1319 | content-length: ['1771'] | 1197 | content-length: ['1410'] |
1320 | status: {code: 200, message: OK} | 1198 | status: {code: 200, message: OK} |
1321 | - request: | 1199 | - request: |
1322 | body: null | 1200 | body: null |
@@ -1328,13 +1206,11 @@ interactions: | |||
1328 | Content-Length: ['0'] | 1206 | Content-Length: ['0'] |
1329 | User-Agent: [python-requests/2.18.4] | 1207 | User-Agent: [python-requests/2.18.4] |
1330 | method: DELETE | 1208 | method: DELETE |
1331 | uri: http://localhost:3000/api/v1/statuses/102315367093764848 | 1209 | uri: http://localhost:3000/api/v1/statuses/102317291586304924 |
1332 | response: | 1210 | response: |
1333 | body: {string: '{"id":"102315367093764848","created_at":"2019-06-22T13:03:24.353Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367093764848","url":"http://localhost/@mastodonpy_test/102315367093764848","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1211 | body: {string: '{"id":"102317291586304924","created_at":"2019-06-22T21:12:49.786Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291586304924","url":"http://localhost/@mastodonpy_test/102317291586304924","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1334 | number 1! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1212 | number 1! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1335 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1213 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":29,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1336 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1337 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":29,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1338 | headers: | 1214 | headers: |
1339 | Cache-Control: ['no-cache, no-store'] | 1215 | Cache-Control: ['no-cache, no-store'] |
1340 | Content-Type: [application/json; charset=utf-8] | 1216 | Content-Type: [application/json; charset=utf-8] |
@@ -1345,10 +1221,10 @@ interactions: | |||
1345 | X-Download-Options: [noopen] | 1221 | X-Download-Options: [noopen] |
1346 | X-Frame-Options: [SAMEORIGIN] | 1222 | X-Frame-Options: [SAMEORIGIN] |
1347 | X-Permitted-Cross-Domain-Policies: [none] | 1223 | X-Permitted-Cross-Domain-Policies: [none] |
1348 | X-Request-Id: [f75b4ab9-57c6-4518-ba5a-af399133ba9b] | 1224 | X-Request-Id: [b2082296-3fb8-4181-ac04-18b3b758232d] |
1349 | X-Runtime: ['0.114052'] | 1225 | X-Runtime: ['0.100364'] |
1350 | X-XSS-Protection: [1; mode=block] | 1226 | X-XSS-Protection: [1; mode=block] |
1351 | content-length: ['1771'] | 1227 | content-length: ['1410'] |
1352 | status: {code: 200, message: OK} | 1228 | status: {code: 200, message: OK} |
1353 | - request: | 1229 | - request: |
1354 | body: null | 1230 | body: null |
@@ -1360,13 +1236,11 @@ interactions: | |||
1360 | Content-Length: ['0'] | 1236 | Content-Length: ['0'] |
1361 | User-Agent: [python-requests/2.18.4] | 1237 | User-Agent: [python-requests/2.18.4] |
1362 | method: DELETE | 1238 | method: DELETE |
1363 | uri: http://localhost:3000/api/v1/statuses/102315367108400731 | 1239 | uri: http://localhost:3000/api/v1/statuses/102317291601387881 |
1364 | response: | 1240 | response: |
1365 | body: {string: '{"id":"102315367108400731","created_at":"2019-06-22T13:03:24.574Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367108400731","url":"http://localhost/@mastodonpy_test/102315367108400731","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1241 | body: {string: '{"id":"102317291601387881","created_at":"2019-06-22T21:12:50.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291601387881","url":"http://localhost/@mastodonpy_test/102317291601387881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1366 | number 2! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1242 | number 2! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1367 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1243 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":28,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1368 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1369 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":28,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1370 | headers: | 1244 | headers: |
1371 | Cache-Control: ['no-cache, no-store'] | 1245 | Cache-Control: ['no-cache, no-store'] |
1372 | Content-Type: [application/json; charset=utf-8] | 1246 | Content-Type: [application/json; charset=utf-8] |
@@ -1377,10 +1251,10 @@ interactions: | |||
1377 | X-Download-Options: [noopen] | 1251 | X-Download-Options: [noopen] |
1378 | X-Frame-Options: [SAMEORIGIN] | 1252 | X-Frame-Options: [SAMEORIGIN] |
1379 | X-Permitted-Cross-Domain-Policies: [none] | 1253 | X-Permitted-Cross-Domain-Policies: [none] |
1380 | X-Request-Id: [da84b2aa-4a8b-4cbd-ba0e-207ec9904743] | 1254 | X-Request-Id: [c0d44213-540e-4e81-b9d4-651545e79b4b] |
1381 | X-Runtime: ['0.113158'] | 1255 | X-Runtime: ['0.115765'] |
1382 | X-XSS-Protection: [1; mode=block] | 1256 | X-XSS-Protection: [1; mode=block] |
1383 | content-length: ['1771'] | 1257 | content-length: ['1410'] |
1384 | status: {code: 200, message: OK} | 1258 | status: {code: 200, message: OK} |
1385 | - request: | 1259 | - request: |
1386 | body: null | 1260 | body: null |
@@ -1392,13 +1266,11 @@ interactions: | |||
1392 | Content-Length: ['0'] | 1266 | Content-Length: ['0'] |
1393 | User-Agent: [python-requests/2.18.4] | 1267 | User-Agent: [python-requests/2.18.4] |
1394 | method: DELETE | 1268 | method: DELETE |
1395 | uri: http://localhost:3000/api/v1/statuses/102315367121627662 | 1269 | uri: http://localhost:3000/api/v1/statuses/102317291617127524 |
1396 | response: | 1270 | response: |
1397 | body: {string: '{"id":"102315367121627662","created_at":"2019-06-22T13:03:24.779Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367121627662","url":"http://localhost/@mastodonpy_test/102315367121627662","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1271 | body: {string: '{"id":"102317291617127524","created_at":"2019-06-22T21:12:50.256Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291617127524","url":"http://localhost/@mastodonpy_test/102317291617127524","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1398 | number 3! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1272 | number 3! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1399 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1273 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":27,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1400 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1401 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":27,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1402 | headers: | 1274 | headers: |
1403 | Cache-Control: ['no-cache, no-store'] | 1275 | Cache-Control: ['no-cache, no-store'] |
1404 | Content-Type: [application/json; charset=utf-8] | 1276 | Content-Type: [application/json; charset=utf-8] |
@@ -1409,10 +1281,10 @@ interactions: | |||
1409 | X-Download-Options: [noopen] | 1281 | X-Download-Options: [noopen] |
1410 | X-Frame-Options: [SAMEORIGIN] | 1282 | X-Frame-Options: [SAMEORIGIN] |
1411 | X-Permitted-Cross-Domain-Policies: [none] | 1283 | X-Permitted-Cross-Domain-Policies: [none] |
1412 | X-Request-Id: [2c937e20-c676-4daa-815e-8b010558d3e1] | 1284 | X-Request-Id: [2a8caa02-6e55-42da-9159-381c8eff822a] |
1413 | X-Runtime: ['0.105579'] | 1285 | X-Runtime: ['0.129054'] |
1414 | X-XSS-Protection: [1; mode=block] | 1286 | X-XSS-Protection: [1; mode=block] |
1415 | content-length: ['1771'] | 1287 | content-length: ['1410'] |
1416 | status: {code: 200, message: OK} | 1288 | status: {code: 200, message: OK} |
1417 | - request: | 1289 | - request: |
1418 | body: null | 1290 | body: null |
@@ -1424,13 +1296,11 @@ interactions: | |||
1424 | Content-Length: ['0'] | 1296 | Content-Length: ['0'] |
1425 | User-Agent: [python-requests/2.18.4] | 1297 | User-Agent: [python-requests/2.18.4] |
1426 | method: DELETE | 1298 | method: DELETE |
1427 | uri: http://localhost:3000/api/v1/statuses/102315367134556897 | 1299 | uri: http://localhost:3000/api/v1/statuses/102317291632220392 |
1428 | response: | 1300 | response: |
1429 | body: {string: '{"id":"102315367134556897","created_at":"2019-06-22T13:03:24.974Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367134556897","url":"http://localhost/@mastodonpy_test/102315367134556897","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1301 | body: {string: '{"id":"102317291632220392","created_at":"2019-06-22T21:12:50.491Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291632220392","url":"http://localhost/@mastodonpy_test/102317291632220392","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1430 | number 4! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1302 | number 4! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1431 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1303 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":26,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1432 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1433 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":26,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1434 | headers: | 1304 | headers: |
1435 | Cache-Control: ['no-cache, no-store'] | 1305 | Cache-Control: ['no-cache, no-store'] |
1436 | Content-Type: [application/json; charset=utf-8] | 1306 | Content-Type: [application/json; charset=utf-8] |
@@ -1441,10 +1311,10 @@ interactions: | |||
1441 | X-Download-Options: [noopen] | 1311 | X-Download-Options: [noopen] |
1442 | X-Frame-Options: [SAMEORIGIN] | 1312 | X-Frame-Options: [SAMEORIGIN] |
1443 | X-Permitted-Cross-Domain-Policies: [none] | 1313 | X-Permitted-Cross-Domain-Policies: [none] |
1444 | X-Request-Id: [cdb98ca6-7555-4734-9628-bde475c4ab0c] | 1314 | X-Request-Id: [5ec4d898-9393-4083-82d6-627439c9ad3e] |
1445 | X-Runtime: ['0.104273'] | 1315 | X-Runtime: ['0.087690'] |
1446 | X-XSS-Protection: [1; mode=block] | 1316 | X-XSS-Protection: [1; mode=block] |
1447 | content-length: ['1771'] | 1317 | content-length: ['1410'] |
1448 | status: {code: 200, message: OK} | 1318 | status: {code: 200, message: OK} |
1449 | - request: | 1319 | - request: |
1450 | body: null | 1320 | body: null |
@@ -1456,13 +1326,11 @@ interactions: | |||
1456 | Content-Length: ['0'] | 1326 | Content-Length: ['0'] |
1457 | User-Agent: [python-requests/2.18.4] | 1327 | User-Agent: [python-requests/2.18.4] |
1458 | method: DELETE | 1328 | method: DELETE |
1459 | uri: http://localhost:3000/api/v1/statuses/102315367147678088 | 1329 | uri: http://localhost:3000/api/v1/statuses/102317291646988232 |
1460 | response: | 1330 | response: |
1461 | body: {string: '{"id":"102315367147678088","created_at":"2019-06-22T13:03:25.175Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367147678088","url":"http://localhost/@mastodonpy_test/102315367147678088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1331 | body: {string: '{"id":"102317291646988232","created_at":"2019-06-22T21:12:50.724Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291646988232","url":"http://localhost/@mastodonpy_test/102317291646988232","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1462 | number 5! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1332 | number 5! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1463 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1333 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1464 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1465 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":25,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1466 | headers: | 1334 | headers: |
1467 | Cache-Control: ['no-cache, no-store'] | 1335 | Cache-Control: ['no-cache, no-store'] |
1468 | Content-Type: [application/json; charset=utf-8] | 1336 | Content-Type: [application/json; charset=utf-8] |
@@ -1473,10 +1341,10 @@ interactions: | |||
1473 | X-Download-Options: [noopen] | 1341 | X-Download-Options: [noopen] |
1474 | X-Frame-Options: [SAMEORIGIN] | 1342 | X-Frame-Options: [SAMEORIGIN] |
1475 | X-Permitted-Cross-Domain-Policies: [none] | 1343 | X-Permitted-Cross-Domain-Policies: [none] |
1476 | X-Request-Id: [e291c5bb-a32b-4e20-bb51-c2f822e87249] | 1344 | X-Request-Id: [3a743214-df1f-480f-9dd5-65945f045bcf] |
1477 | X-Runtime: ['0.099703'] | 1345 | X-Runtime: ['0.102039'] |
1478 | X-XSS-Protection: [1; mode=block] | 1346 | X-XSS-Protection: [1; mode=block] |
1479 | content-length: ['1771'] | 1347 | content-length: ['1410'] |
1480 | status: {code: 200, message: OK} | 1348 | status: {code: 200, message: OK} |
1481 | - request: | 1349 | - request: |
1482 | body: null | 1350 | body: null |
@@ -1488,13 +1356,11 @@ interactions: | |||
1488 | Content-Length: ['0'] | 1356 | Content-Length: ['0'] |
1489 | User-Agent: [python-requests/2.18.4] | 1357 | User-Agent: [python-requests/2.18.4] |
1490 | method: DELETE | 1358 | method: DELETE |
1491 | uri: http://localhost:3000/api/v1/statuses/102315367160368122 | 1359 | uri: http://localhost:3000/api/v1/statuses/102317291666788183 |
1492 | response: | 1360 | response: |
1493 | body: {string: '{"id":"102315367160368122","created_at":"2019-06-22T13:03:25.367Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367160368122","url":"http://localhost/@mastodonpy_test/102315367160368122","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1361 | body: {string: '{"id":"102317291666788183","created_at":"2019-06-22T21:12:51.004Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291666788183","url":"http://localhost/@mastodonpy_test/102317291666788183","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1494 | number 6! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1362 | number 6! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1495 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1363 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":24,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1496 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1497 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":24,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1498 | headers: | 1364 | headers: |
1499 | Cache-Control: ['no-cache, no-store'] | 1365 | Cache-Control: ['no-cache, no-store'] |
1500 | Content-Type: [application/json; charset=utf-8] | 1366 | Content-Type: [application/json; charset=utf-8] |
@@ -1505,10 +1371,10 @@ interactions: | |||
1505 | X-Download-Options: [noopen] | 1371 | X-Download-Options: [noopen] |
1506 | X-Frame-Options: [SAMEORIGIN] | 1372 | X-Frame-Options: [SAMEORIGIN] |
1507 | X-Permitted-Cross-Domain-Policies: [none] | 1373 | X-Permitted-Cross-Domain-Policies: [none] |
1508 | X-Request-Id: [d431fb30-42e6-492b-b1e3-e65c1a80ec4d] | 1374 | X-Request-Id: [f0603f1c-063c-498f-b086-f22f81cd0edd] |
1509 | X-Runtime: ['0.099979'] | 1375 | X-Runtime: ['0.092555'] |
1510 | X-XSS-Protection: [1; mode=block] | 1376 | X-XSS-Protection: [1; mode=block] |
1511 | content-length: ['1771'] | 1377 | content-length: ['1410'] |
1512 | status: {code: 200, message: OK} | 1378 | status: {code: 200, message: OK} |
1513 | - request: | 1379 | - request: |
1514 | body: null | 1380 | body: null |
@@ -1520,13 +1386,11 @@ interactions: | |||
1520 | Content-Length: ['0'] | 1386 | Content-Length: ['0'] |
1521 | User-Agent: [python-requests/2.18.4] | 1387 | User-Agent: [python-requests/2.18.4] |
1522 | method: DELETE | 1388 | method: DELETE |
1523 | uri: http://localhost:3000/api/v1/statuses/102315367172516154 | 1389 | uri: http://localhost:3000/api/v1/statuses/102317291681082568 |
1524 | response: | 1390 | response: |
1525 | body: {string: '{"id":"102315367172516154","created_at":"2019-06-22T13:03:25.552Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367172516154","url":"http://localhost/@mastodonpy_test/102315367172516154","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1391 | body: {string: '{"id":"102317291681082568","created_at":"2019-06-22T21:12:51.235Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291681082568","url":"http://localhost/@mastodonpy_test/102317291681082568","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1526 | number 7! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1392 | number 7! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1527 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1393 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":23,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1528 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1529 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":23,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1530 | headers: | 1394 | headers: |
1531 | Cache-Control: ['no-cache, no-store'] | 1395 | Cache-Control: ['no-cache, no-store'] |
1532 | Content-Type: [application/json; charset=utf-8] | 1396 | Content-Type: [application/json; charset=utf-8] |
@@ -1537,10 +1401,10 @@ interactions: | |||
1537 | X-Download-Options: [noopen] | 1401 | X-Download-Options: [noopen] |
1538 | X-Frame-Options: [SAMEORIGIN] | 1402 | X-Frame-Options: [SAMEORIGIN] |
1539 | X-Permitted-Cross-Domain-Policies: [none] | 1403 | X-Permitted-Cross-Domain-Policies: [none] |
1540 | X-Request-Id: [aaf40f5e-af46-48dd-a56b-a56aa10a1c37] | 1404 | X-Request-Id: [605d1a03-5fcc-4fde-b3b7-3ed7b04a942b] |
1541 | X-Runtime: ['0.094590'] | 1405 | X-Runtime: ['0.104843'] |
1542 | X-XSS-Protection: [1; mode=block] | 1406 | X-XSS-Protection: [1; mode=block] |
1543 | content-length: ['1771'] | 1407 | content-length: ['1410'] |
1544 | status: {code: 200, message: OK} | 1408 | status: {code: 200, message: OK} |
1545 | - request: | 1409 | - request: |
1546 | body: null | 1410 | body: null |
@@ -1552,13 +1416,11 @@ interactions: | |||
1552 | Content-Length: ['0'] | 1416 | Content-Length: ['0'] |
1553 | User-Agent: [python-requests/2.18.4] | 1417 | User-Agent: [python-requests/2.18.4] |
1554 | method: DELETE | 1418 | method: DELETE |
1555 | uri: http://localhost:3000/api/v1/statuses/102315367185859314 | 1419 | uri: http://localhost:3000/api/v1/statuses/102317291695978678 |
1556 | response: | 1420 | response: |
1557 | body: {string: '{"id":"102315367185859314","created_at":"2019-06-22T13:03:25.757Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367185859314","url":"http://localhost/@mastodonpy_test/102315367185859314","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1421 | body: {string: '{"id":"102317291695978678","created_at":"2019-06-22T21:12:51.454Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291695978678","url":"http://localhost/@mastodonpy_test/102317291695978678","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1558 | number 8! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1422 | number 8! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1559 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1423 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":22,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1560 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1561 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":22,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
1562 | headers: | 1424 | headers: |
1563 | Cache-Control: ['no-cache, no-store'] | 1425 | Cache-Control: ['no-cache, no-store'] |
1564 | Content-Type: [application/json; charset=utf-8] | 1426 | Content-Type: [application/json; charset=utf-8] |
@@ -1569,10 +1431,10 @@ interactions: | |||
1569 | X-Download-Options: [noopen] | 1431 | X-Download-Options: [noopen] |
1570 | X-Frame-Options: [SAMEORIGIN] | 1432 | X-Frame-Options: [SAMEORIGIN] |
1571 | X-Permitted-Cross-Domain-Policies: [none] | 1433 | X-Permitted-Cross-Domain-Policies: [none] |
1572 | X-Request-Id: [317764ee-14f9-4d93-957d-9bea76903dd5] | 1434 | X-Request-Id: [e2c50eeb-7fe9-4f63-8ebd-665ed7534507] |
1573 | X-Runtime: ['0.158637'] | 1435 | X-Runtime: ['0.095569'] |
1574 | X-XSS-Protection: [1; mode=block] | 1436 | X-XSS-Protection: [1; mode=block] |
1575 | content-length: ['1629'] | 1437 | content-length: ['1410'] |
1576 | status: {code: 200, message: OK} | 1438 | status: {code: 200, message: OK} |
1577 | - request: | 1439 | - request: |
1578 | body: null | 1440 | body: null |
@@ -1584,13 +1446,11 @@ interactions: | |||
1584 | Content-Length: ['0'] | 1446 | Content-Length: ['0'] |
1585 | User-Agent: [python-requests/2.18.4] | 1447 | User-Agent: [python-requests/2.18.4] |
1586 | method: DELETE | 1448 | method: DELETE |
1587 | uri: http://localhost:3000/api/v1/statuses/102315367198066295 | 1449 | uri: http://localhost:3000/api/v1/statuses/102317291710081723 |
1588 | response: | 1450 | response: |
1589 | body: {string: '{"id":"102315367198066295","created_at":"2019-06-22T13:03:25.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367198066295","url":"http://localhost/@mastodonpy_test/102315367198066295","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1451 | body: {string: '{"id":"102317291710081723","created_at":"2019-06-22T21:12:51.668Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291710081723","url":"http://localhost/@mastodonpy_test/102317291710081723","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1590 | number 9! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1452 | number 9! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1591 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1453 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":21,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1592 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1593 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":21,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1594 | headers: | 1454 | headers: |
1595 | Cache-Control: ['no-cache, no-store'] | 1455 | Cache-Control: ['no-cache, no-store'] |
1596 | Content-Type: [application/json; charset=utf-8] | 1456 | Content-Type: [application/json; charset=utf-8] |
@@ -1601,10 +1461,10 @@ interactions: | |||
1601 | X-Download-Options: [noopen] | 1461 | X-Download-Options: [noopen] |
1602 | X-Frame-Options: [SAMEORIGIN] | 1462 | X-Frame-Options: [SAMEORIGIN] |
1603 | X-Permitted-Cross-Domain-Policies: [none] | 1463 | X-Permitted-Cross-Domain-Policies: [none] |
1604 | X-Request-Id: [512042cd-1b4b-4022-83a9-a156e8734146] | 1464 | X-Request-Id: [26e4ad3d-b293-4f34-9fa8-f3d5e49a5368] |
1605 | X-Runtime: ['0.070036'] | 1465 | X-Runtime: ['0.105110'] |
1606 | X-XSS-Protection: [1; mode=block] | 1466 | X-XSS-Protection: [1; mode=block] |
1607 | content-length: ['1771'] | 1467 | content-length: ['1410'] |
1608 | status: {code: 200, message: OK} | 1468 | status: {code: 200, message: OK} |
1609 | - request: | 1469 | - request: |
1610 | body: null | 1470 | body: null |
@@ -1616,13 +1476,11 @@ interactions: | |||
1616 | Content-Length: ['0'] | 1476 | Content-Length: ['0'] |
1617 | User-Agent: [python-requests/2.18.4] | 1477 | User-Agent: [python-requests/2.18.4] |
1618 | method: DELETE | 1478 | method: DELETE |
1619 | uri: http://localhost:3000/api/v1/statuses/102315367212289038 | 1479 | uri: http://localhost:3000/api/v1/statuses/102317291724538272 |
1620 | response: | 1480 | response: |
1621 | body: {string: '{"id":"102315367212289038","created_at":"2019-06-22T13:03:26.169Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367212289038","url":"http://localhost/@mastodonpy_test/102315367212289038","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1481 | body: {string: '{"id":"102317291724538272","created_at":"2019-06-22T21:12:51.900Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291724538272","url":"http://localhost/@mastodonpy_test/102317291724538272","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1622 | number 10! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1482 | number 10! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1623 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1483 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1624 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1625 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":20,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1626 | headers: | 1484 | headers: |
1627 | Cache-Control: ['no-cache, no-store'] | 1485 | Cache-Control: ['no-cache, no-store'] |
1628 | Content-Type: [application/json; charset=utf-8] | 1486 | Content-Type: [application/json; charset=utf-8] |
@@ -1633,10 +1491,10 @@ interactions: | |||
1633 | X-Download-Options: [noopen] | 1491 | X-Download-Options: [noopen] |
1634 | X-Frame-Options: [SAMEORIGIN] | 1492 | X-Frame-Options: [SAMEORIGIN] |
1635 | X-Permitted-Cross-Domain-Policies: [none] | 1493 | X-Permitted-Cross-Domain-Policies: [none] |
1636 | X-Request-Id: [2e0cfc16-fc3a-4c20-9f7b-e2a90d7f9944] | 1494 | X-Request-Id: [d1b11892-9f31-4bcf-9e98-72c990fe9150] |
1637 | X-Runtime: ['0.127508'] | 1495 | X-Runtime: ['0.104968'] |
1638 | X-XSS-Protection: [1; mode=block] | 1496 | X-XSS-Protection: [1; mode=block] |
1639 | content-length: ['1772'] | 1497 | content-length: ['1411'] |
1640 | status: {code: 200, message: OK} | 1498 | status: {code: 200, message: OK} |
1641 | - request: | 1499 | - request: |
1642 | body: null | 1500 | body: null |
@@ -1648,13 +1506,11 @@ interactions: | |||
1648 | Content-Length: ['0'] | 1506 | Content-Length: ['0'] |
1649 | User-Agent: [python-requests/2.18.4] | 1507 | User-Agent: [python-requests/2.18.4] |
1650 | method: DELETE | 1508 | method: DELETE |
1651 | uri: http://localhost:3000/api/v1/statuses/102315367227583481 | 1509 | uri: http://localhost:3000/api/v1/statuses/102317291740226512 |
1652 | response: | 1510 | response: |
1653 | body: {string: '{"id":"102315367227583481","created_at":"2019-06-22T13:03:26.412Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367227583481","url":"http://localhost/@mastodonpy_test/102315367227583481","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1511 | body: {string: '{"id":"102317291740226512","created_at":"2019-06-22T21:12:52.126Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291740226512","url":"http://localhost/@mastodonpy_test/102317291740226512","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1654 | number 11! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1512 | number 11! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1655 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1513 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1656 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1657 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":19,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1658 | headers: | 1514 | headers: |
1659 | Cache-Control: ['no-cache, no-store'] | 1515 | Cache-Control: ['no-cache, no-store'] |
1660 | Content-Type: [application/json; charset=utf-8] | 1516 | Content-Type: [application/json; charset=utf-8] |
@@ -1665,10 +1521,10 @@ interactions: | |||
1665 | X-Download-Options: [noopen] | 1521 | X-Download-Options: [noopen] |
1666 | X-Frame-Options: [SAMEORIGIN] | 1522 | X-Frame-Options: [SAMEORIGIN] |
1667 | X-Permitted-Cross-Domain-Policies: [none] | 1523 | X-Permitted-Cross-Domain-Policies: [none] |
1668 | X-Request-Id: [399e3fda-5095-4056-b65d-675be8fa50ff] | 1524 | X-Request-Id: [760ad9dd-d295-4635-be7a-4d5fbd3173bc] |
1669 | X-Runtime: ['0.089879'] | 1525 | X-Runtime: ['0.105148'] |
1670 | X-XSS-Protection: [1; mode=block] | 1526 | X-XSS-Protection: [1; mode=block] |
1671 | content-length: ['1772'] | 1527 | content-length: ['1411'] |
1672 | status: {code: 200, message: OK} | 1528 | status: {code: 200, message: OK} |
1673 | - request: | 1529 | - request: |
1674 | body: null | 1530 | body: null |
@@ -1680,13 +1536,11 @@ interactions: | |||
1680 | Content-Length: ['0'] | 1536 | Content-Length: ['0'] |
1681 | User-Agent: [python-requests/2.18.4] | 1537 | User-Agent: [python-requests/2.18.4] |
1682 | method: DELETE | 1538 | method: DELETE |
1683 | uri: http://localhost:3000/api/v1/statuses/102315367244331103 | 1539 | uri: http://localhost:3000/api/v1/statuses/102317291754530914 |
1684 | response: | 1540 | response: |
1685 | body: {string: '{"id":"102315367244331103","created_at":"2019-06-22T13:03:26.666Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367244331103","url":"http://localhost/@mastodonpy_test/102315367244331103","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1541 | body: {string: '{"id":"102317291754530914","created_at":"2019-06-22T21:12:52.353Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291754530914","url":"http://localhost/@mastodonpy_test/102317291754530914","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1686 | number 12! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1542 | number 12! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1687 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1543 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":18,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1688 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1689 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":18,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1690 | headers: | 1544 | headers: |
1691 | Cache-Control: ['no-cache, no-store'] | 1545 | Cache-Control: ['no-cache, no-store'] |
1692 | Content-Type: [application/json; charset=utf-8] | 1546 | Content-Type: [application/json; charset=utf-8] |
@@ -1697,10 +1551,10 @@ interactions: | |||
1697 | X-Download-Options: [noopen] | 1551 | X-Download-Options: [noopen] |
1698 | X-Frame-Options: [SAMEORIGIN] | 1552 | X-Frame-Options: [SAMEORIGIN] |
1699 | X-Permitted-Cross-Domain-Policies: [none] | 1553 | X-Permitted-Cross-Domain-Policies: [none] |
1700 | X-Request-Id: [389e38f7-307c-4525-8cdf-bd30db6721f4] | 1554 | X-Request-Id: [7295f69f-c826-4426-8f43-310bee8d080d] |
1701 | X-Runtime: ['0.106773'] | 1555 | X-Runtime: ['0.142682'] |
1702 | X-XSS-Protection: [1; mode=block] | 1556 | X-XSS-Protection: [1; mode=block] |
1703 | content-length: ['1772'] | 1557 | content-length: ['1411'] |
1704 | status: {code: 200, message: OK} | 1558 | status: {code: 200, message: OK} |
1705 | - request: | 1559 | - request: |
1706 | body: null | 1560 | body: null |
@@ -1712,13 +1566,11 @@ interactions: | |||
1712 | Content-Length: ['0'] | 1566 | Content-Length: ['0'] |
1713 | User-Agent: [python-requests/2.18.4] | 1567 | User-Agent: [python-requests/2.18.4] |
1714 | method: DELETE | 1568 | method: DELETE |
1715 | uri: http://localhost:3000/api/v1/statuses/102315367258821671 | 1569 | uri: http://localhost:3000/api/v1/statuses/102317291771258049 |
1716 | response: | 1570 | response: |
1717 | body: {string: '{"id":"102315367258821671","created_at":"2019-06-22T13:03:26.872Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367258821671","url":"http://localhost/@mastodonpy_test/102315367258821671","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1571 | body: {string: '{"id":"102317291771258049","created_at":"2019-06-22T21:12:52.602Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291771258049","url":"http://localhost/@mastodonpy_test/102317291771258049","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1718 | number 13! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1572 | number 13! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1719 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1573 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1720 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1721 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":17,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1722 | headers: | 1574 | headers: |
1723 | Cache-Control: ['no-cache, no-store'] | 1575 | Cache-Control: ['no-cache, no-store'] |
1724 | Content-Type: [application/json; charset=utf-8] | 1576 | Content-Type: [application/json; charset=utf-8] |
@@ -1729,10 +1581,10 @@ interactions: | |||
1729 | X-Download-Options: [noopen] | 1581 | X-Download-Options: [noopen] |
1730 | X-Frame-Options: [SAMEORIGIN] | 1582 | X-Frame-Options: [SAMEORIGIN] |
1731 | X-Permitted-Cross-Domain-Policies: [none] | 1583 | X-Permitted-Cross-Domain-Policies: [none] |
1732 | X-Request-Id: [b47ed0a5-6940-40ea-9330-85aa9383f843] | 1584 | X-Request-Id: [84598975-36d2-45cc-bcb4-e96b438bfb3a] |
1733 | X-Runtime: ['0.097547'] | 1585 | X-Runtime: ['0.081747'] |
1734 | X-XSS-Protection: [1; mode=block] | 1586 | X-XSS-Protection: [1; mode=block] |
1735 | content-length: ['1772'] | 1587 | content-length: ['1411'] |
1736 | status: {code: 200, message: OK} | 1588 | status: {code: 200, message: OK} |
1737 | - request: | 1589 | - request: |
1738 | body: null | 1590 | body: null |
@@ -1744,13 +1596,11 @@ interactions: | |||
1744 | Content-Length: ['0'] | 1596 | Content-Length: ['0'] |
1745 | User-Agent: [python-requests/2.18.4] | 1597 | User-Agent: [python-requests/2.18.4] |
1746 | method: DELETE | 1598 | method: DELETE |
1747 | uri: http://localhost:3000/api/v1/statuses/102315367272416011 | 1599 | uri: http://localhost:3000/api/v1/statuses/102317291784345362 |
1748 | response: | 1600 | response: |
1749 | body: {string: '{"id":"102315367272416011","created_at":"2019-06-22T13:03:27.081Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367272416011","url":"http://localhost/@mastodonpy_test/102315367272416011","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1601 | body: {string: '{"id":"102317291784345362","created_at":"2019-06-22T21:12:52.843Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291784345362","url":"http://localhost/@mastodonpy_test/102317291784345362","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1750 | number 14! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1602 | number 14! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1751 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1603 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":16,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1752 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1753 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":16,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1754 | headers: | 1604 | headers: |
1755 | Cache-Control: ['no-cache, no-store'] | 1605 | Cache-Control: ['no-cache, no-store'] |
1756 | Content-Type: [application/json; charset=utf-8] | 1606 | Content-Type: [application/json; charset=utf-8] |
@@ -1761,10 +1611,10 @@ interactions: | |||
1761 | X-Download-Options: [noopen] | 1611 | X-Download-Options: [noopen] |
1762 | X-Frame-Options: [SAMEORIGIN] | 1612 | X-Frame-Options: [SAMEORIGIN] |
1763 | X-Permitted-Cross-Domain-Policies: [none] | 1613 | X-Permitted-Cross-Domain-Policies: [none] |
1764 | X-Request-Id: [86bde981-f91a-4b6e-a757-96b0c4ed11d1] | 1614 | X-Request-Id: [46f32c16-9e59-4a43-a16e-cfe988f45838] |
1765 | X-Runtime: ['0.097511'] | 1615 | X-Runtime: ['0.110771'] |
1766 | X-XSS-Protection: [1; mode=block] | 1616 | X-XSS-Protection: [1; mode=block] |
1767 | content-length: ['1772'] | 1617 | content-length: ['1411'] |
1768 | status: {code: 200, message: OK} | 1618 | status: {code: 200, message: OK} |
1769 | - request: | 1619 | - request: |
1770 | body: null | 1620 | body: null |
@@ -1776,13 +1626,11 @@ interactions: | |||
1776 | Content-Length: ['0'] | 1626 | Content-Length: ['0'] |
1777 | User-Agent: [python-requests/2.18.4] | 1627 | User-Agent: [python-requests/2.18.4] |
1778 | method: DELETE | 1628 | method: DELETE |
1779 | uri: http://localhost:3000/api/v1/statuses/102315367286577012 | 1629 | uri: http://localhost:3000/api/v1/statuses/102317291801663848 |
1780 | response: | 1630 | response: |
1781 | body: {string: '{"id":"102315367286577012","created_at":"2019-06-22T13:03:27.293Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367286577012","url":"http://localhost/@mastodonpy_test/102315367286577012","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1631 | body: {string: '{"id":"102317291801663848","created_at":"2019-06-22T21:12:53.078Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291801663848","url":"http://localhost/@mastodonpy_test/102317291801663848","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1782 | number 15! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1632 | number 15! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1783 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1633 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":15,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1784 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1785 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":15,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1786 | headers: | 1634 | headers: |
1787 | Cache-Control: ['no-cache, no-store'] | 1635 | Cache-Control: ['no-cache, no-store'] |
1788 | Content-Type: [application/json; charset=utf-8] | 1636 | Content-Type: [application/json; charset=utf-8] |
@@ -1793,10 +1641,10 @@ interactions: | |||
1793 | X-Download-Options: [noopen] | 1641 | X-Download-Options: [noopen] |
1794 | X-Frame-Options: [SAMEORIGIN] | 1642 | X-Frame-Options: [SAMEORIGIN] |
1795 | X-Permitted-Cross-Domain-Policies: [none] | 1643 | X-Permitted-Cross-Domain-Policies: [none] |
1796 | X-Request-Id: [de41982e-f9fc-4884-8d87-7e28e71ff845] | 1644 | X-Request-Id: [61d87ae9-7261-4fe8-bf76-ded884fb630b] |
1797 | X-Runtime: ['0.109257'] | 1645 | X-Runtime: ['0.088751'] |
1798 | X-XSS-Protection: [1; mode=block] | 1646 | X-XSS-Protection: [1; mode=block] |
1799 | content-length: ['1772'] | 1647 | content-length: ['1411'] |
1800 | status: {code: 200, message: OK} | 1648 | status: {code: 200, message: OK} |
1801 | - request: | 1649 | - request: |
1802 | body: null | 1650 | body: null |
@@ -1808,13 +1656,11 @@ interactions: | |||
1808 | Content-Length: ['0'] | 1656 | Content-Length: ['0'] |
1809 | User-Agent: [python-requests/2.18.4] | 1657 | User-Agent: [python-requests/2.18.4] |
1810 | method: DELETE | 1658 | method: DELETE |
1811 | uri: http://localhost:3000/api/v1/statuses/102315367299312272 | 1659 | uri: http://localhost:3000/api/v1/statuses/102317291816473868 |
1812 | response: | 1660 | response: |
1813 | body: {string: '{"id":"102315367299312272","created_at":"2019-06-22T13:03:27.487Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367299312272","url":"http://localhost/@mastodonpy_test/102315367299312272","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1661 | body: {string: '{"id":"102317291816473868","created_at":"2019-06-22T21:12:53.307Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291816473868","url":"http://localhost/@mastodonpy_test/102317291816473868","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1814 | number 16! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1662 | number 16! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1815 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1663 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":14,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1816 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1817 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":14,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1818 | headers: | 1664 | headers: |
1819 | Cache-Control: ['no-cache, no-store'] | 1665 | Cache-Control: ['no-cache, no-store'] |
1820 | Content-Type: [application/json; charset=utf-8] | 1666 | Content-Type: [application/json; charset=utf-8] |
@@ -1825,10 +1671,10 @@ interactions: | |||
1825 | X-Download-Options: [noopen] | 1671 | X-Download-Options: [noopen] |
1826 | X-Frame-Options: [SAMEORIGIN] | 1672 | X-Frame-Options: [SAMEORIGIN] |
1827 | X-Permitted-Cross-Domain-Policies: [none] | 1673 | X-Permitted-Cross-Domain-Policies: [none] |
1828 | X-Request-Id: [967a66ff-d059-41d3-accf-7b573a39d945] | 1674 | X-Request-Id: [f6f14ae8-b15e-4baf-aa37-8a41d3a1008c] |
1829 | X-Runtime: ['0.096598'] | 1675 | X-Runtime: ['0.086085'] |
1830 | X-XSS-Protection: [1; mode=block] | 1676 | X-XSS-Protection: [1; mode=block] |
1831 | content-length: ['1772'] | 1677 | content-length: ['1411'] |
1832 | status: {code: 200, message: OK} | 1678 | status: {code: 200, message: OK} |
1833 | - request: | 1679 | - request: |
1834 | body: null | 1680 | body: null |
@@ -1840,13 +1686,11 @@ interactions: | |||
1840 | Content-Length: ['0'] | 1686 | Content-Length: ['0'] |
1841 | User-Agent: [python-requests/2.18.4] | 1687 | User-Agent: [python-requests/2.18.4] |
1842 | method: DELETE | 1688 | method: DELETE |
1843 | uri: http://localhost:3000/api/v1/statuses/102315367314441287 | 1689 | uri: http://localhost:3000/api/v1/statuses/102317291831696643 |
1844 | response: | 1690 | response: |
1845 | body: {string: '{"id":"102315367314441287","created_at":"2019-06-22T13:03:27.718Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367314441287","url":"http://localhost/@mastodonpy_test/102315367314441287","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1691 | body: {string: '{"id":"102317291831696643","created_at":"2019-06-22T21:12:53.534Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291831696643","url":"http://localhost/@mastodonpy_test/102317291831696643","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1846 | number 17! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1692 | number 17! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1847 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1693 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":13,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1848 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1849 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":13,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1850 | headers: | 1694 | headers: |
1851 | Cache-Control: ['no-cache, no-store'] | 1695 | Cache-Control: ['no-cache, no-store'] |
1852 | Content-Type: [application/json; charset=utf-8] | 1696 | Content-Type: [application/json; charset=utf-8] |
@@ -1857,10 +1701,10 @@ interactions: | |||
1857 | X-Download-Options: [noopen] | 1701 | X-Download-Options: [noopen] |
1858 | X-Frame-Options: [SAMEORIGIN] | 1702 | X-Frame-Options: [SAMEORIGIN] |
1859 | X-Permitted-Cross-Domain-Policies: [none] | 1703 | X-Permitted-Cross-Domain-Policies: [none] |
1860 | X-Request-Id: [ec97431f-83c8-4cc4-80a0-7ba624ad12f6] | 1704 | X-Request-Id: [eca25064-6f87-448d-86ae-bbe8314dbd9c] |
1861 | X-Runtime: ['0.094317'] | 1705 | X-Runtime: ['0.107237'] |
1862 | X-XSS-Protection: [1; mode=block] | 1706 | X-XSS-Protection: [1; mode=block] |
1863 | content-length: ['1772'] | 1707 | content-length: ['1411'] |
1864 | status: {code: 200, message: OK} | 1708 | status: {code: 200, message: OK} |
1865 | - request: | 1709 | - request: |
1866 | body: null | 1710 | body: null |
@@ -1872,13 +1716,11 @@ interactions: | |||
1872 | Content-Length: ['0'] | 1716 | Content-Length: ['0'] |
1873 | User-Agent: [python-requests/2.18.4] | 1717 | User-Agent: [python-requests/2.18.4] |
1874 | method: DELETE | 1718 | method: DELETE |
1875 | uri: http://localhost:3000/api/v1/statuses/102315367328224976 | 1719 | uri: http://localhost:3000/api/v1/statuses/102317291846652289 |
1876 | response: | 1720 | response: |
1877 | body: {string: '{"id":"102315367328224976","created_at":"2019-06-22T13:03:27.930Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367328224976","url":"http://localhost/@mastodonpy_test/102315367328224976","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1721 | body: {string: '{"id":"102317291846652289","created_at":"2019-06-22T21:12:53.756Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291846652289","url":"http://localhost/@mastodonpy_test/102317291846652289","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1878 | number 18! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1722 | number 18! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1879 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1723 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":12,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1880 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1881 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":12,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1882 | headers: | 1724 | headers: |
1883 | Cache-Control: ['no-cache, no-store'] | 1725 | Cache-Control: ['no-cache, no-store'] |
1884 | Content-Type: [application/json; charset=utf-8] | 1726 | Content-Type: [application/json; charset=utf-8] |
@@ -1889,10 +1731,10 @@ interactions: | |||
1889 | X-Download-Options: [noopen] | 1731 | X-Download-Options: [noopen] |
1890 | X-Frame-Options: [SAMEORIGIN] | 1732 | X-Frame-Options: [SAMEORIGIN] |
1891 | X-Permitted-Cross-Domain-Policies: [none] | 1733 | X-Permitted-Cross-Domain-Policies: [none] |
1892 | X-Request-Id: [7cb9b986-e7a8-450d-8805-bbcbe3dfbd3a] | 1734 | X-Request-Id: [3608471e-2baa-4a47-9962-4cbf8e0e5d60] |
1893 | X-Runtime: ['0.123091'] | 1735 | X-Runtime: ['0.102714'] |
1894 | X-XSS-Protection: [1; mode=block] | 1736 | X-XSS-Protection: [1; mode=block] |
1895 | content-length: ['1772'] | 1737 | content-length: ['1411'] |
1896 | status: {code: 200, message: OK} | 1738 | status: {code: 200, message: OK} |
1897 | - request: | 1739 | - request: |
1898 | body: null | 1740 | body: null |
@@ -1904,13 +1746,11 @@ interactions: | |||
1904 | Content-Length: ['0'] | 1746 | Content-Length: ['0'] |
1905 | User-Agent: [python-requests/2.18.4] | 1747 | User-Agent: [python-requests/2.18.4] |
1906 | method: DELETE | 1748 | method: DELETE |
1907 | uri: http://localhost:3000/api/v1/statuses/102315367340588354 | 1749 | uri: http://localhost:3000/api/v1/statuses/102317291861733793 |
1908 | response: | 1750 | response: |
1909 | body: {string: '{"id":"102315367340588354","created_at":"2019-06-22T13:03:28.117Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367340588354","url":"http://localhost/@mastodonpy_test/102315367340588354","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1751 | body: {string: '{"id":"102317291861733793","created_at":"2019-06-22T21:12:53.986Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291861733793","url":"http://localhost/@mastodonpy_test/102317291861733793","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1910 | number 19! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1752 | number 19! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1911 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1753 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":11,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1912 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1913 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
1914 | headers: | 1754 | headers: |
1915 | Cache-Control: ['no-cache, no-store'] | 1755 | Cache-Control: ['no-cache, no-store'] |
1916 | Content-Type: [application/json; charset=utf-8] | 1756 | Content-Type: [application/json; charset=utf-8] |
@@ -1921,10 +1761,10 @@ interactions: | |||
1921 | X-Download-Options: [noopen] | 1761 | X-Download-Options: [noopen] |
1922 | X-Frame-Options: [SAMEORIGIN] | 1762 | X-Frame-Options: [SAMEORIGIN] |
1923 | X-Permitted-Cross-Domain-Policies: [none] | 1763 | X-Permitted-Cross-Domain-Policies: [none] |
1924 | X-Request-Id: [4e26616c-5587-47a0-b68c-87c07bd0c091] | 1764 | X-Request-Id: [371c6590-8de2-4186-9cd0-7c429dcfca94] |
1925 | X-Runtime: ['0.167367'] | 1765 | X-Runtime: ['0.093245'] |
1926 | X-XSS-Protection: [1; mode=block] | 1766 | X-XSS-Protection: [1; mode=block] |
1927 | content-length: ['1630'] | 1767 | content-length: ['1411'] |
1928 | status: {code: 200, message: OK} | 1768 | status: {code: 200, message: OK} |
1929 | - request: | 1769 | - request: |
1930 | body: null | 1770 | body: null |
@@ -1936,13 +1776,11 @@ interactions: | |||
1936 | Content-Length: ['0'] | 1776 | Content-Length: ['0'] |
1937 | User-Agent: [python-requests/2.18.4] | 1777 | User-Agent: [python-requests/2.18.4] |
1938 | method: DELETE | 1778 | method: DELETE |
1939 | uri: http://localhost:3000/api/v1/statuses/102315367353605620 | 1779 | uri: http://localhost:3000/api/v1/statuses/102317291877998555 |
1940 | response: | 1780 | response: |
1941 | body: {string: '{"id":"102315367353605620","created_at":"2019-06-22T13:03:28.318Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367353605620","url":"http://localhost/@mastodonpy_test/102315367353605620","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1781 | body: {string: '{"id":"102317291877998555","created_at":"2019-06-22T21:12:54.232Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291877998555","url":"http://localhost/@mastodonpy_test/102317291877998555","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1942 | number 20! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1782 | number 20! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1943 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1783 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1944 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1945 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1946 | headers: | 1784 | headers: |
1947 | Cache-Control: ['no-cache, no-store'] | 1785 | Cache-Control: ['no-cache, no-store'] |
1948 | Content-Type: [application/json; charset=utf-8] | 1786 | Content-Type: [application/json; charset=utf-8] |
@@ -1953,10 +1791,10 @@ interactions: | |||
1953 | X-Download-Options: [noopen] | 1791 | X-Download-Options: [noopen] |
1954 | X-Frame-Options: [SAMEORIGIN] | 1792 | X-Frame-Options: [SAMEORIGIN] |
1955 | X-Permitted-Cross-Domain-Policies: [none] | 1793 | X-Permitted-Cross-Domain-Policies: [none] |
1956 | X-Request-Id: [eb94564a-b9a0-4301-8cf3-2232e3cbf118] | 1794 | X-Request-Id: [b48730e6-0553-4b3e-88dd-a95ca2cdb8a8] |
1957 | X-Runtime: ['0.083446'] | 1795 | X-Runtime: ['0.100418'] |
1958 | X-XSS-Protection: [1; mode=block] | 1796 | X-XSS-Protection: [1; mode=block] |
1959 | content-length: ['1772'] | 1797 | content-length: ['1411'] |
1960 | status: {code: 200, message: OK} | 1798 | status: {code: 200, message: OK} |
1961 | - request: | 1799 | - request: |
1962 | body: null | 1800 | body: null |
@@ -1968,13 +1806,11 @@ interactions: | |||
1968 | Content-Length: ['0'] | 1806 | Content-Length: ['0'] |
1969 | User-Agent: [python-requests/2.18.4] | 1807 | User-Agent: [python-requests/2.18.4] |
1970 | method: DELETE | 1808 | method: DELETE |
1971 | uri: http://localhost:3000/api/v1/statuses/102315367365699815 | 1809 | uri: http://localhost:3000/api/v1/statuses/102317291892310542 |
1972 | response: | 1810 | response: |
1973 | body: {string: '{"id":"102315367365699815","created_at":"2019-06-22T13:03:28.500Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367365699815","url":"http://localhost/@mastodonpy_test/102315367365699815","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1811 | body: {string: '{"id":"102317291892310542","created_at":"2019-06-22T21:12:54.453Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291892310542","url":"http://localhost/@mastodonpy_test/102317291892310542","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1974 | number 21! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1812 | number 21! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1975 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1813 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":9,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1976 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1977 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1978 | headers: | 1814 | headers: |
1979 | Cache-Control: ['no-cache, no-store'] | 1815 | Cache-Control: ['no-cache, no-store'] |
1980 | Content-Type: [application/json; charset=utf-8] | 1816 | Content-Type: [application/json; charset=utf-8] |
@@ -1985,10 +1821,10 @@ interactions: | |||
1985 | X-Download-Options: [noopen] | 1821 | X-Download-Options: [noopen] |
1986 | X-Frame-Options: [SAMEORIGIN] | 1822 | X-Frame-Options: [SAMEORIGIN] |
1987 | X-Permitted-Cross-Domain-Policies: [none] | 1823 | X-Permitted-Cross-Domain-Policies: [none] |
1988 | X-Request-Id: [4907d2bb-d957-41b2-aa5e-928433690dd3] | 1824 | X-Request-Id: [932cfc83-3125-48f6-bd91-879d94fabadf] |
1989 | X-Runtime: ['0.092471'] | 1825 | X-Runtime: ['0.090566'] |
1990 | X-XSS-Protection: [1; mode=block] | 1826 | X-XSS-Protection: [1; mode=block] |
1991 | content-length: ['1771'] | 1827 | content-length: ['1410'] |
1992 | status: {code: 200, message: OK} | 1828 | status: {code: 200, message: OK} |
1993 | - request: | 1829 | - request: |
1994 | body: null | 1830 | body: null |
@@ -2000,13 +1836,11 @@ interactions: | |||
2000 | Content-Length: ['0'] | 1836 | Content-Length: ['0'] |
2001 | User-Agent: [python-requests/2.18.4] | 1837 | User-Agent: [python-requests/2.18.4] |
2002 | method: DELETE | 1838 | method: DELETE |
2003 | uri: http://localhost:3000/api/v1/statuses/102315367379244439 | 1839 | uri: http://localhost:3000/api/v1/statuses/102317291907005638 |
2004 | response: | 1840 | response: |
2005 | body: {string: '{"id":"102315367379244439","created_at":"2019-06-22T13:03:28.711Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367379244439","url":"http://localhost/@mastodonpy_test/102315367379244439","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1841 | body: {string: '{"id":"102317291907005638","created_at":"2019-06-22T21:12:54.680Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291907005638","url":"http://localhost/@mastodonpy_test/102317291907005638","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2006 | number 22! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1842 | number 22! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
2007 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1843 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
2008 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2009 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
2010 | headers: | 1844 | headers: |
2011 | Cache-Control: ['no-cache, no-store'] | 1845 | Cache-Control: ['no-cache, no-store'] |
2012 | Content-Type: [application/json; charset=utf-8] | 1846 | Content-Type: [application/json; charset=utf-8] |
@@ -2017,10 +1851,10 @@ interactions: | |||
2017 | X-Download-Options: [noopen] | 1851 | X-Download-Options: [noopen] |
2018 | X-Frame-Options: [SAMEORIGIN] | 1852 | X-Frame-Options: [SAMEORIGIN] |
2019 | X-Permitted-Cross-Domain-Policies: [none] | 1853 | X-Permitted-Cross-Domain-Policies: [none] |
2020 | X-Request-Id: [ed72a1e8-85b4-4872-ba81-89abd9211999] | 1854 | X-Request-Id: [1a5b1f9d-9e31-4792-a503-a533c5ddd5fe] |
2021 | X-Runtime: ['0.112587'] | 1855 | X-Runtime: ['0.090740'] |
2022 | X-XSS-Protection: [1; mode=block] | 1856 | X-XSS-Protection: [1; mode=block] |
2023 | content-length: ['1771'] | 1857 | content-length: ['1410'] |
2024 | status: {code: 200, message: OK} | 1858 | status: {code: 200, message: OK} |
2025 | - request: | 1859 | - request: |
2026 | body: null | 1860 | body: null |
@@ -2032,13 +1866,11 @@ interactions: | |||
2032 | Content-Length: ['0'] | 1866 | Content-Length: ['0'] |
2033 | User-Agent: [python-requests/2.18.4] | 1867 | User-Agent: [python-requests/2.18.4] |
2034 | method: DELETE | 1868 | method: DELETE |
2035 | uri: http://localhost:3000/api/v1/statuses/102315367392354311 | 1869 | uri: http://localhost:3000/api/v1/statuses/102317291920945243 |
2036 | response: | 1870 | response: |
2037 | body: {string: '{"id":"102315367392354311","created_at":"2019-06-22T13:03:28.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367392354311","url":"http://localhost/@mastodonpy_test/102315367392354311","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1871 | body: {string: '{"id":"102317291920945243","created_at":"2019-06-22T21:12:54.917Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291920945243","url":"http://localhost/@mastodonpy_test/102317291920945243","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2038 | number 23! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1872 | number 23! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
2039 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1873 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
2040 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2041 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
2042 | headers: | 1874 | headers: |
2043 | Cache-Control: ['no-cache, no-store'] | 1875 | Cache-Control: ['no-cache, no-store'] |
2044 | Content-Type: [application/json; charset=utf-8] | 1876 | Content-Type: [application/json; charset=utf-8] |
@@ -2049,10 +1881,10 @@ interactions: | |||
2049 | X-Download-Options: [noopen] | 1881 | X-Download-Options: [noopen] |
2050 | X-Frame-Options: [SAMEORIGIN] | 1882 | X-Frame-Options: [SAMEORIGIN] |
2051 | X-Permitted-Cross-Domain-Policies: [none] | 1883 | X-Permitted-Cross-Domain-Policies: [none] |
2052 | X-Request-Id: [e819693c-5be7-455f-a4e7-52be9c2cdc0b] | 1884 | X-Request-Id: [5bab07c8-e366-4167-bfe6-21cb926ab138] |
2053 | X-Runtime: ['0.094665'] | 1885 | X-Runtime: ['0.132700'] |
2054 | X-XSS-Protection: [1; mode=block] | 1886 | X-XSS-Protection: [1; mode=block] |
2055 | content-length: ['1771'] | 1887 | content-length: ['1410'] |
2056 | status: {code: 200, message: OK} | 1888 | status: {code: 200, message: OK} |
2057 | - request: | 1889 | - request: |
2058 | body: null | 1890 | body: null |
@@ -2064,13 +1896,11 @@ interactions: | |||
2064 | Content-Length: ['0'] | 1896 | Content-Length: ['0'] |
2065 | User-Agent: [python-requests/2.18.4] | 1897 | User-Agent: [python-requests/2.18.4] |
2066 | method: DELETE | 1898 | method: DELETE |
2067 | uri: http://localhost:3000/api/v1/statuses/102315367406486904 | 1899 | uri: http://localhost:3000/api/v1/statuses/102317291936910794 |
2068 | response: | 1900 | response: |
2069 | body: {string: '{"id":"102315367406486904","created_at":"2019-06-22T13:03:29.123Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367406486904","url":"http://localhost/@mastodonpy_test/102315367406486904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1901 | body: {string: '{"id":"102317291936910794","created_at":"2019-06-22T21:12:55.140Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291936910794","url":"http://localhost/@mastodonpy_test/102317291936910794","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2070 | number 24! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1902 | number 24! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
2071 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1903 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":6,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
2072 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2073 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
2074 | headers: | 1904 | headers: |
2075 | Cache-Control: ['no-cache, no-store'] | 1905 | Cache-Control: ['no-cache, no-store'] |
2076 | Content-Type: [application/json; charset=utf-8] | 1906 | Content-Type: [application/json; charset=utf-8] |
@@ -2081,10 +1911,10 @@ interactions: | |||
2081 | X-Download-Options: [noopen] | 1911 | X-Download-Options: [noopen] |
2082 | X-Frame-Options: [SAMEORIGIN] | 1912 | X-Frame-Options: [SAMEORIGIN] |
2083 | X-Permitted-Cross-Domain-Policies: [none] | 1913 | X-Permitted-Cross-Domain-Policies: [none] |
2084 | X-Request-Id: [404792fa-7709-4bf1-9253-00e2ca41a289] | 1914 | X-Request-Id: [5ab30240-db2f-4a3f-af16-c0891ba4dfd7] |
2085 | X-Runtime: ['0.095633'] | 1915 | X-Runtime: ['0.097176'] |
2086 | X-XSS-Protection: [1; mode=block] | 1916 | X-XSS-Protection: [1; mode=block] |
2087 | content-length: ['1771'] | 1917 | content-length: ['1410'] |
2088 | status: {code: 200, message: OK} | 1918 | status: {code: 200, message: OK} |
2089 | - request: | 1919 | - request: |
2090 | body: null | 1920 | body: null |
@@ -2096,13 +1926,11 @@ interactions: | |||
2096 | Content-Length: ['0'] | 1926 | Content-Length: ['0'] |
2097 | User-Agent: [python-requests/2.18.4] | 1927 | User-Agent: [python-requests/2.18.4] |
2098 | method: DELETE | 1928 | method: DELETE |
2099 | uri: http://localhost:3000/api/v1/statuses/102315367419764413 | 1929 | uri: http://localhost:3000/api/v1/statuses/102317291952048236 |
2100 | response: | 1930 | response: |
2101 | body: {string: '{"id":"102315367419764413","created_at":"2019-06-22T13:03:29.325Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367419764413","url":"http://localhost/@mastodonpy_test/102315367419764413","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1931 | body: {string: '{"id":"102317291952048236","created_at":"2019-06-22T21:12:55.362Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291952048236","url":"http://localhost/@mastodonpy_test/102317291952048236","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2102 | number 25! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1932 | number 25! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
2103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1933 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
2104 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2105 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
2106 | headers: | 1934 | headers: |
2107 | Cache-Control: ['no-cache, no-store'] | 1935 | Cache-Control: ['no-cache, no-store'] |
2108 | Content-Type: [application/json; charset=utf-8] | 1936 | Content-Type: [application/json; charset=utf-8] |
@@ -2113,10 +1941,10 @@ interactions: | |||
2113 | X-Download-Options: [noopen] | 1941 | X-Download-Options: [noopen] |
2114 | X-Frame-Options: [SAMEORIGIN] | 1942 | X-Frame-Options: [SAMEORIGIN] |
2115 | X-Permitted-Cross-Domain-Policies: [none] | 1943 | X-Permitted-Cross-Domain-Policies: [none] |
2116 | X-Request-Id: [b9f84d2c-43d7-48b8-bd1c-13b0bc09d7ca] | 1944 | X-Request-Id: [72e4e266-deba-4c3c-8bad-925ec858670d] |
2117 | X-Runtime: ['0.104412'] | 1945 | X-Runtime: ['0.103117'] |
2118 | X-XSS-Protection: [1; mode=block] | 1946 | X-XSS-Protection: [1; mode=block] |
2119 | content-length: ['1771'] | 1947 | content-length: ['1410'] |
2120 | status: {code: 200, message: OK} | 1948 | status: {code: 200, message: OK} |
2121 | - request: | 1949 | - request: |
2122 | body: null | 1950 | body: null |
@@ -2128,13 +1956,11 @@ interactions: | |||
2128 | Content-Length: ['0'] | 1956 | Content-Length: ['0'] |
2129 | User-Agent: [python-requests/2.18.4] | 1957 | User-Agent: [python-requests/2.18.4] |
2130 | method: DELETE | 1958 | method: DELETE |
2131 | uri: http://localhost:3000/api/v1/statuses/102315367432307207 | 1959 | uri: http://localhost:3000/api/v1/statuses/102317291965937787 |
2132 | response: | 1960 | response: |
2133 | body: {string: '{"id":"102315367432307207","created_at":"2019-06-22T13:03:29.521Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367432307207","url":"http://localhost/@mastodonpy_test/102315367432307207","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1961 | body: {string: '{"id":"102317291965937787","created_at":"2019-06-22T21:12:55.578Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291965937787","url":"http://localhost/@mastodonpy_test/102317291965937787","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2134 | number 26! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1962 | number 26! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
2135 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1963 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
2136 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2137 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
2138 | headers: | 1964 | headers: |
2139 | Cache-Control: ['no-cache, no-store'] | 1965 | Cache-Control: ['no-cache, no-store'] |
2140 | Content-Type: [application/json; charset=utf-8] | 1966 | Content-Type: [application/json; charset=utf-8] |
@@ -2145,10 +1971,10 @@ interactions: | |||
2145 | X-Download-Options: [noopen] | 1971 | X-Download-Options: [noopen] |
2146 | X-Frame-Options: [SAMEORIGIN] | 1972 | X-Frame-Options: [SAMEORIGIN] |
2147 | X-Permitted-Cross-Domain-Policies: [none] | 1973 | X-Permitted-Cross-Domain-Policies: [none] |
2148 | X-Request-Id: [f8a2a28b-91ea-45b5-a331-c085fa259af3] | 1974 | X-Request-Id: [2c85821e-ef4c-4e7a-8a38-2fcb2967caa6] |
2149 | X-Runtime: ['0.105872'] | 1975 | X-Runtime: ['0.090507'] |
2150 | X-XSS-Protection: [1; mode=block] | 1976 | X-XSS-Protection: [1; mode=block] |
2151 | content-length: ['1771'] | 1977 | content-length: ['1410'] |
2152 | status: {code: 200, message: OK} | 1978 | status: {code: 200, message: OK} |
2153 | - request: | 1979 | - request: |
2154 | body: null | 1980 | body: null |
@@ -2160,13 +1986,11 @@ interactions: | |||
2160 | Content-Length: ['0'] | 1986 | Content-Length: ['0'] |
2161 | User-Agent: [python-requests/2.18.4] | 1987 | User-Agent: [python-requests/2.18.4] |
2162 | method: DELETE | 1988 | method: DELETE |
2163 | uri: http://localhost:3000/api/v1/statuses/102315367446179072 | 1989 | uri: http://localhost:3000/api/v1/statuses/102317291982314367 |
2164 | response: | 1990 | response: |
2165 | body: {string: '{"id":"102315367446179072","created_at":"2019-06-22T13:03:29.740Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367446179072","url":"http://localhost/@mastodonpy_test/102315367446179072","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1991 | body: {string: '{"id":"102317291982314367","created_at":"2019-06-22T21:12:55.836Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291982314367","url":"http://localhost/@mastodonpy_test/102317291982314367","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2166 | number 27! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1992 | number 27! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
2167 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1993 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
2168 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2169 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
2170 | headers: | 1994 | headers: |
2171 | Cache-Control: ['no-cache, no-store'] | 1995 | Cache-Control: ['no-cache, no-store'] |
2172 | Content-Type: [application/json; charset=utf-8] | 1996 | Content-Type: [application/json; charset=utf-8] |
@@ -2177,10 +2001,10 @@ interactions: | |||
2177 | X-Download-Options: [noopen] | 2001 | X-Download-Options: [noopen] |
2178 | X-Frame-Options: [SAMEORIGIN] | 2002 | X-Frame-Options: [SAMEORIGIN] |
2179 | X-Permitted-Cross-Domain-Policies: [none] | 2003 | X-Permitted-Cross-Domain-Policies: [none] |
2180 | X-Request-Id: [e1ef4e3c-f7e0-47a2-a096-77f619a69505] | 2004 | X-Request-Id: [c88f2f54-cd7f-41b8-93f8-e2aedd372f4b] |
2181 | X-Runtime: ['0.098258'] | 2005 | X-Runtime: ['0.098007'] |
2182 | X-XSS-Protection: [1; mode=block] | 2006 | X-XSS-Protection: [1; mode=block] |
2183 | content-length: ['1771'] | 2007 | content-length: ['1410'] |
2184 | status: {code: 200, message: OK} | 2008 | status: {code: 200, message: OK} |
2185 | - request: | 2009 | - request: |
2186 | body: null | 2010 | body: null |
@@ -2192,13 +2016,11 @@ interactions: | |||
2192 | Content-Length: ['0'] | 2016 | Content-Length: ['0'] |
2193 | User-Agent: [python-requests/2.18.4] | 2017 | User-Agent: [python-requests/2.18.4] |
2194 | method: DELETE | 2018 | method: DELETE |
2195 | uri: http://localhost:3000/api/v1/statuses/102315367460356442 | 2019 | uri: http://localhost:3000/api/v1/statuses/102317291997667211 |
2196 | response: | 2020 | response: |
2197 | body: {string: '{"id":"102315367460356442","created_at":"2019-06-22T13:03:29.945Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367460356442","url":"http://localhost/@mastodonpy_test/102315367460356442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 2021 | body: {string: '{"id":"102317291997667211","created_at":"2019-06-22T21:12:56.060Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317291997667211","url":"http://localhost/@mastodonpy_test/102317291997667211","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2198 | number 28! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 2022 | number 28! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
2199 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 2023 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
2200 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2201 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
2202 | headers: | 2024 | headers: |
2203 | Cache-Control: ['no-cache, no-store'] | 2025 | Cache-Control: ['no-cache, no-store'] |
2204 | Content-Type: [application/json; charset=utf-8] | 2026 | Content-Type: [application/json; charset=utf-8] |
@@ -2209,10 +2031,10 @@ interactions: | |||
2209 | X-Download-Options: [noopen] | 2031 | X-Download-Options: [noopen] |
2210 | X-Frame-Options: [SAMEORIGIN] | 2032 | X-Frame-Options: [SAMEORIGIN] |
2211 | X-Permitted-Cross-Domain-Policies: [none] | 2033 | X-Permitted-Cross-Domain-Policies: [none] |
2212 | X-Request-Id: [050d4024-5d85-4b05-bbd8-dd870c5e8bd3] | 2034 | X-Request-Id: [be507f42-835e-437b-8d71-8be8f9958c8f] |
2213 | X-Runtime: ['0.098381'] | 2035 | X-Runtime: ['0.097674'] |
2214 | X-XSS-Protection: [1; mode=block] | 2036 | X-XSS-Protection: [1; mode=block] |
2215 | content-length: ['1771'] | 2037 | content-length: ['1410'] |
2216 | status: {code: 200, message: OK} | 2038 | status: {code: 200, message: OK} |
2217 | - request: | 2039 | - request: |
2218 | body: null | 2040 | body: null |
@@ -2224,13 +2046,11 @@ interactions: | |||
2224 | Content-Length: ['0'] | 2046 | Content-Length: ['0'] |
2225 | User-Agent: [python-requests/2.18.4] | 2047 | User-Agent: [python-requests/2.18.4] |
2226 | method: DELETE | 2048 | method: DELETE |
2227 | uri: http://localhost:3000/api/v1/statuses/102315367472580649 | 2049 | uri: http://localhost:3000/api/v1/statuses/102317292013465268 |
2228 | response: | 2050 | response: |
2229 | body: {string: '{"id":"102315367472580649","created_at":"2019-06-22T13:03:30.131Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367472580649","url":"http://localhost/@mastodonpy_test/102315367472580649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 2051 | body: {string: '{"id":"102317292013465268","created_at":"2019-06-22T21:12:56.296Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292013465268","url":"http://localhost/@mastodonpy_test/102317292013465268","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2230 | number 29! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 2052 | number 29! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
2231 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 2053 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
2232 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2233 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
2234 | headers: | 2054 | headers: |
2235 | Cache-Control: ['no-cache, no-store'] | 2055 | Cache-Control: ['no-cache, no-store'] |
2236 | Content-Type: [application/json; charset=utf-8] | 2056 | Content-Type: [application/json; charset=utf-8] |
@@ -2241,9 +2061,9 @@ interactions: | |||
2241 | X-Download-Options: [noopen] | 2061 | X-Download-Options: [noopen] |
2242 | X-Frame-Options: [SAMEORIGIN] | 2062 | X-Frame-Options: [SAMEORIGIN] |
2243 | X-Permitted-Cross-Domain-Policies: [none] | 2063 | X-Permitted-Cross-Domain-Policies: [none] |
2244 | X-Request-Id: [62521e26-7bc2-4eba-b62e-a480973ce13c] | 2064 | X-Request-Id: [e8b94cbe-12c3-48b2-ab49-941d4e15362e] |
2245 | X-Runtime: ['0.114394'] | 2065 | X-Runtime: ['0.095420'] |
2246 | X-XSS-Protection: [1; mode=block] | 2066 | X-XSS-Protection: [1; mode=block] |
2247 | content-length: ['1771'] | 2067 | content-length: ['1410'] |
2248 | status: {code: 200, message: OK} | 2068 | status: {code: 200, message: OK} |
2249 | version: 1 | 2069 | version: 1 |
diff --git a/tests/cassettes/test_filter_clientside.yaml b/tests/cassettes/test_filter_clientside.yaml index f68556a..531caac 100644 --- a/tests/cassettes/test_filter_clientside.yaml +++ b/tests/cassettes/test_filter_clientside.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"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":0,"following_count":0,"statuses_count":3,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"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":3,"following_count":1,"statuses_count":16,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [6ee9ce11-1244-45f5-a1db-6afc6fd661c2] | 24 | X-Request-Id: [95bbc694-fb40-4855-a5b4-572baa6d7aa5] |
25 | X-Runtime: ['0.053206'] | 25 | X-Runtime: ['0.042688'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['609'] | 27 | content-length: ['610'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: reblogs=1&id=1 | 30 | body: reblogs=1&id=1 |
@@ -50,8 +50,8 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [5dc249f9-0c0f-4f3d-b20c-e90322991d93] | 53 | X-Request-Id: [566d1523-6c6c-4b83-8354-d23573e12bf7] |
54 | X-Runtime: ['0.138569'] | 54 | X-Runtime: ['0.035384'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['209'] | 56 | content-length: ['209'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -68,7 +68,7 @@ interactions: | |||
68 | method: POST | 68 | method: POST |
69 | uri: http://localhost:3000/api/v1/filters | 69 | uri: http://localhost:3000/api/v1/filters |
70 | response: | 70 | response: |
71 | body: {string: '{"id":"10","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":false}'} | 71 | body: {string: '{"id":"64","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":false}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['no-cache, no-store'] | 73 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
@@ -79,8 +79,8 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [2573f8e5-b57e-48b6-a9c7-f89c99f207e9] | 82 | X-Request-Id: [b0548ef5-88aa-4dda-877a-f9316a2d4003] |
83 | X-Runtime: ['0.185914'] | 83 | X-Runtime: ['0.028886'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['105'] | 85 | content-length: ['105'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -97,7 +97,7 @@ interactions: | |||
97 | method: POST | 97 | method: POST |
98 | uri: http://localhost:3000/api/v1/filters | 98 | uri: http://localhost:3000/api/v1/filters |
99 | response: | 99 | response: |
100 | body: {string: '{"id":"11","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 100 | body: {string: '{"id":"65","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
101 | headers: | 101 | headers: |
102 | Cache-Control: ['no-cache, no-store'] | 102 | Cache-Control: ['no-cache, no-store'] |
103 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
@@ -108,8 +108,8 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [76150ab0-7d61-4d4a-bb69-e4cca1bb4e41] | 111 | X-Request-Id: [8dccdedb-821e-4291-81c6-59b58efbf145] |
112 | X-Runtime: ['0.054385'] | 112 | X-Runtime: ['0.021832'] |
113 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['109'] | 114 | content-length: ['109'] |
115 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
@@ -126,7 +126,7 @@ interactions: | |||
126 | method: POST | 126 | method: POST |
127 | uri: http://localhost:3000/api/v1/filters | 127 | uri: http://localhost:3000/api/v1/filters |
128 | response: | 128 | response: |
129 | body: {string: '{"id":"12","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 129 | body: {string: '{"id":"66","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
130 | headers: | 130 | headers: |
131 | Cache-Control: ['no-cache, no-store'] | 131 | Cache-Control: ['no-cache, no-store'] |
132 | Content-Type: [application/json; charset=utf-8] | 132 | Content-Type: [application/json; charset=utf-8] |
@@ -137,8 +137,8 @@ interactions: | |||
137 | X-Download-Options: [noopen] | 137 | X-Download-Options: [noopen] |
138 | X-Frame-Options: [SAMEORIGIN] | 138 | X-Frame-Options: [SAMEORIGIN] |
139 | X-Permitted-Cross-Domain-Policies: [none] | 139 | X-Permitted-Cross-Domain-Policies: [none] |
140 | X-Request-Id: [787ad399-b1fd-499f-9487-9937c3d57ae2] | 140 | X-Request-Id: [42dd8f1b-2dcf-4406-8f39-f2959df3d666] |
141 | X-Runtime: ['0.025761'] | 141 | X-Runtime: ['0.021180'] |
142 | X-XSS-Protection: [1; mode=block] | 142 | X-XSS-Protection: [1; mode=block] |
143 | content-length: ['120'] | 143 | content-length: ['120'] |
144 | status: {code: 200, message: OK} | 144 | status: {code: 200, message: OK} |
@@ -155,9 +155,9 @@ interactions: | |||
155 | method: POST | 155 | method: POST |
156 | uri: http://localhost:3000/api/v1/statuses | 156 | uri: http://localhost:3000/api/v1/statuses |
157 | response: | 157 | response: |
158 | body: {string: '{"id":"102315425961647104","created_at":"2019-06-22T13:18:22.594Z","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/102315425961647104","url":"http://localhost/@admin/102315425961647104","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI | 158 | body: {string: '{"id":"102317290034963834","created_at":"2019-06-22T21:12:26.098Z","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/102317290034963834","url":"http://localhost/@admin/102317290034963834","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI |
159 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 159 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
160 | 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":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 160 | 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":3,"following_count":1,"statuses_count":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
161 | headers: | 161 | headers: |
162 | Cache-Control: ['no-cache, no-store'] | 162 | Cache-Control: ['no-cache, no-store'] |
163 | Content-Type: [application/json; charset=utf-8] | 163 | Content-Type: [application/json; charset=utf-8] |
@@ -168,10 +168,10 @@ interactions: | |||
168 | X-Download-Options: [noopen] | 168 | X-Download-Options: [noopen] |
169 | X-Frame-Options: [SAMEORIGIN] | 169 | X-Frame-Options: [SAMEORIGIN] |
170 | X-Permitted-Cross-Domain-Policies: [none] | 170 | X-Permitted-Cross-Domain-Policies: [none] |
171 | X-Request-Id: [035615c0-6ddc-4844-8698-ad6c4735e006] | 171 | X-Request-Id: [8eafbe81-6dd7-404b-a43b-987fe5b1872d] |
172 | X-Runtime: ['0.216989'] | 172 | X-Runtime: ['0.136682'] |
173 | X-XSS-Protection: [1; mode=block] | 173 | X-XSS-Protection: [1; mode=block] |
174 | content-length: ['1179'] | 174 | content-length: ['1180'] |
175 | status: {code: 200, message: OK} | 175 | status: {code: 200, message: OK} |
176 | - request: | 176 | - request: |
177 | body: status=Girugamesh%21 | 177 | body: status=Girugamesh%21 |
@@ -186,8 +186,8 @@ interactions: | |||
186 | method: POST | 186 | method: POST |
187 | uri: http://localhost:3000/api/v1/statuses | 187 | uri: http://localhost:3000/api/v1/statuses |
188 | response: | 188 | response: |
189 | body: {string: '{"id":"102315425987132649","created_at":"2019-06-22T13:18:23.021Z","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/102315425987132649","url":"http://localhost/@admin/102315425987132649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 189 | body: {string: '{"id":"102317290046509509","created_at":"2019-06-22T21:12:26.281Z","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/102317290046509509","url":"http://localhost/@admin/102317290046509509","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
190 | 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":1,"following_count":0,"statuses_count":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 190 | 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":3,"following_count":1,"statuses_count":18,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
191 | headers: | 191 | headers: |
192 | Cache-Control: ['no-cache, no-store'] | 192 | Cache-Control: ['no-cache, no-store'] |
193 | Content-Type: [application/json; charset=utf-8] | 193 | Content-Type: [application/json; charset=utf-8] |
@@ -198,10 +198,10 @@ interactions: | |||
198 | X-Download-Options: [noopen] | 198 | X-Download-Options: [noopen] |
199 | X-Frame-Options: [SAMEORIGIN] | 199 | X-Frame-Options: [SAMEORIGIN] |
200 | X-Permitted-Cross-Domain-Policies: [none] | 200 | X-Permitted-Cross-Domain-Policies: [none] |
201 | X-Request-Id: [14a373aa-85ab-418b-ae71-17d12a0b5a66] | 201 | X-Request-Id: [ae854010-4b08-4d9c-b072-c277d27a33aa] |
202 | X-Runtime: ['0.406684'] | 202 | X-Runtime: ['0.196765'] |
203 | X-XSS-Protection: [1; mode=block] | 203 | X-XSS-Protection: [1; mode=block] |
204 | content-length: ['1177'] | 204 | content-length: ['1178'] |
205 | status: {code: 200, message: OK} | 205 | status: {code: 200, message: OK} |
206 | - request: | 206 | - request: |
207 | body: status=Girugameshnetworking%21 | 207 | body: status=Girugameshnetworking%21 |
@@ -216,8 +216,8 @@ interactions: | |||
216 | method: POST | 216 | method: POST |
217 | uri: http://localhost:3000/api/v1/statuses | 217 | uri: http://localhost:3000/api/v1/statuses |
218 | response: | 218 | response: |
219 | body: {string: '{"id":"102315426014228795","created_at":"2019-06-22T13:18:23.419Z","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/102315426014228795","url":"http://localhost/@admin/102315426014228795","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 219 | body: {string: '{"id":"102317290059908638","created_at":"2019-06-22T21:12:26.491Z","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/102317290059908638","url":"http://localhost/@admin/102317290059908638","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
220 | 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":1,"following_count":0,"statuses_count":6,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 220 | 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":3,"following_count":1,"statuses_count":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
221 | headers: | 221 | headers: |
222 | Cache-Control: ['no-cache, no-store'] | 222 | Cache-Control: ['no-cache, no-store'] |
223 | Content-Type: [application/json; charset=utf-8] | 223 | Content-Type: [application/json; charset=utf-8] |
@@ -228,10 +228,10 @@ interactions: | |||
228 | X-Download-Options: [noopen] | 228 | X-Download-Options: [noopen] |
229 | X-Frame-Options: [SAMEORIGIN] | 229 | X-Frame-Options: [SAMEORIGIN] |
230 | X-Permitted-Cross-Domain-Policies: [none] | 230 | X-Permitted-Cross-Domain-Policies: [none] |
231 | X-Request-Id: [6674428e-90ca-437a-94ec-61a9aaa80f0c] | 231 | X-Request-Id: [db8433b8-f081-4391-84db-91875d05d7a8] |
232 | X-Runtime: ['0.386256'] | 232 | X-Runtime: ['0.187225'] |
233 | X-XSS-Protection: [1; mode=block] | 233 | X-XSS-Protection: [1; mode=block] |
234 | content-length: ['1187'] | 234 | content-length: ['1188'] |
235 | status: {code: 200, message: OK} | 235 | status: {code: 200, message: OK} |
236 | - request: | 236 | - request: |
237 | body: status=I+love+japanimation%21 | 237 | body: status=I+love+japanimation%21 |
@@ -246,9 +246,9 @@ interactions: | |||
246 | method: POST | 246 | method: POST |
247 | uri: http://localhost:3000/api/v1/statuses | 247 | uri: http://localhost:3000/api/v1/statuses |
248 | response: | 248 | response: |
249 | body: {string: '{"id":"102315426037164364","created_at":"2019-06-22T13:18:23.770Z","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/102315426037164364","url":"http://localhost/@admin/102315426037164364","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI | 249 | body: {string: '{"id":"102317290076735337","created_at":"2019-06-22T21:12:26.736Z","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/102317290076735337","url":"http://localhost/@admin/102317290076735337","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI |
250 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 250 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
251 | 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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 251 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
252 | headers: | 252 | headers: |
253 | Cache-Control: ['no-cache, no-store'] | 253 | Cache-Control: ['no-cache, no-store'] |
254 | Content-Type: [application/json; charset=utf-8] | 254 | Content-Type: [application/json; charset=utf-8] |
@@ -259,10 +259,10 @@ interactions: | |||
259 | X-Download-Options: [noopen] | 259 | X-Download-Options: [noopen] |
260 | X-Frame-Options: [SAMEORIGIN] | 260 | X-Frame-Options: [SAMEORIGIN] |
261 | X-Permitted-Cross-Domain-Policies: [none] | 261 | X-Permitted-Cross-Domain-Policies: [none] |
262 | X-Request-Id: [a86e29df-2534-4125-b39a-8df3a5a5d4d4] | 262 | X-Request-Id: [6ed97dfc-ba91-4821-b5e4-551d4cf055d2] |
263 | X-Runtime: ['0.309362'] | 263 | X-Runtime: ['0.222765'] |
264 | X-XSS-Protection: [1; mode=block] | 264 | X-XSS-Protection: [1; mode=block] |
265 | content-length: ['1186'] | 265 | content-length: ['1187'] |
266 | status: {code: 200, message: OK} | 266 | status: {code: 200, message: OK} |
267 | - request: | 267 | - request: |
268 | body: null | 268 | body: null |
@@ -275,30 +275,44 @@ interactions: | |||
275 | method: GET | 275 | method: GET |
276 | uri: http://localhost:3000/api/v1/timelines/home | 276 | uri: http://localhost:3000/api/v1/timelines/home |
277 | response: | 277 | response: |
278 | body: {string: '[{"id":"102315426037164364","created_at":"2019-06-22T13:18:23.770Z","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/102315426037164364","url":"http://localhost/@admin/102315426037164364","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI | 278 | body: {string: '[{"id":"102317290076735337","created_at":"2019-06-22T21:12:26.736Z","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/102317290076735337","url":"http://localhost/@admin/102317290076735337","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI |
279 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 279 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
280 | 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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315426014228795","created_at":"2019-06-22T13:18:23.419Z","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/102315426014228795","url":"http://localhost/@admin/102315426014228795","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 280 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317290059908638","created_at":"2019-06-22T21:12:26.491Z","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/102317290059908638","url":"http://localhost/@admin/102317290059908638","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
281 | 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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315425987132649","created_at":"2019-06-22T13:18:23.021Z","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/102315425987132649","url":"http://localhost/@admin/102315425987132649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 281 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317290046509509","created_at":"2019-06-22T21:12:26.281Z","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/102317290046509509","url":"http://localhost/@admin/102317290046509509","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
282 | 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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315425961647104","created_at":"2019-06-22T13:18:22.594Z","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/102315425961647104","url":"http://localhost/@admin/102315425961647104","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI | 282 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317290034963834","created_at":"2019-06-22T21:12:26.098Z","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/102317290034963834","url":"http://localhost/@admin/102317290034963834","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI |
283 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 283 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
284 | 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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s | 284 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317281903571697","created_at":"2019-06-22T21:10:22.023Z","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/102317281903571697","url":"http://localhost/@admin/102317281903571697","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
285 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 285 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"14","expires_at":"2019-06-22T21:15:22.016Z","expired":false,"multiple":false,"votes_count":0,"voted":false,"options":[{"title":"four |
286 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 286 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317281876282428","created_at":"2019-06-22T21:10:21.614Z","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/102317281876282428","url":"http://localhost/@admin/102317281876282428","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
287 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 287 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"13","expires_at":"2019-06-22T21:15:21.605Z","expired":false,"multiple":true,"votes_count":0,"voted":false,"options":[{"title":"four |
288 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","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/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | 288 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317274400998453","created_at":"2019-06-22T21:08:27.546Z","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/102317274400998453","url":"http://localhost/@admin/102317274400998453","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon |
289 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
290 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317274389405147","created_at":"2019-06-22T21:08:27.368Z","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/102317274389405147","url":"http://localhost/@admin/102317274389405147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e@mastodonpy_test | ||
291 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
292 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317272714473378","created_at":"2019-06-22T21:08:01.815Z","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/102317272714473378","url":"http://localhost/@admin/102317272714473378","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
293 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"12","expires_at":"2019-06-22T21:13:01.805Z","expired":false,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
294 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317229036335245","created_at":"2019-06-22T20:56:55.333Z","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/102317229036335245","url":"http://localhost/@admin/102317229036335245","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
295 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"10","expires_at":"2019-06-22T21:01:55.326Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
296 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317208722666774","created_at":"2019-06-22T20:51:45.373Z","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/102317208722666774","url":"http://localhost/@admin/102317208722666774","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
289 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 297 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
290 | 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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","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/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 298 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317208705780514","created_at":"2019-06-22T20:51:45.126Z","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/102317208705780514","url":"http://localhost/@admin/102317208705780514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e@mastodonpy_test |
291 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
292 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
293 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 299 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
294 | 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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315367801315401","created_at":"2019-06-22T13:03:35.156Z","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/102315367801315401","url":"http://localhost/@admin/102315367801315401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 300 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317207061721268","created_at":"2019-06-22T20:51:20.029Z","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/102317207061721268","url":"http://localhost/@admin/102317207061721268","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
295 | 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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","expired":true,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four | 301 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"8","expires_at":"2019-06-22T20:56:20.021Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four |
302 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315731321499069","created_at":"2019-06-22T14:36:02.020Z","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/102315731321499069","url":"http://localhost/@admin/102315731321499069","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
303 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"6","expires_at":"2019-06-22T14:41:02.013Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
304 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315721511976574","created_at":"2019-06-22T14:33:32.338Z","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/102315721511976574","url":"http://localhost/@admin/102315721511976574","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
305 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"5","expires_at":"2019-06-22T14:38:32.332Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
306 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315704890704658","created_at":"2019-06-22T14:29:18.718Z","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/102315704890704658","url":"http://localhost/@admin/102315704890704658","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
307 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"4","expires_at":"2019-06-22T14:34:18.711Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
308 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315610217327506","created_at":"2019-06-22T14:05:14.134Z","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/102315610217327506","url":"http://localhost/@admin/102315610217327506","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
309 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"3","expires_at":"2019-06-22T14:10:14.119Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
296 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} | 310 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} |
297 | headers: | 311 | headers: |
298 | Cache-Control: ['no-cache, no-store'] | 312 | Cache-Control: ['no-cache, no-store'] |
299 | Content-Type: [application/json; charset=utf-8] | 313 | Content-Type: [application/json; charset=utf-8] |
300 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102315367801315401>; | 314 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102315610217327506>; |
301 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102315426037164364>; | 315 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102317290076735337>; |
302 | rel="prev"'] | 316 | rel="prev"'] |
303 | Referrer-Policy: [strict-origin-when-cross-origin] | 317 | Referrer-Policy: [strict-origin-when-cross-origin] |
304 | Transfer-Encoding: [chunked] | 318 | Transfer-Encoding: [chunked] |
@@ -307,10 +321,10 @@ interactions: | |||
307 | X-Download-Options: [noopen] | 321 | X-Download-Options: [noopen] |
308 | X-Frame-Options: [SAMEORIGIN] | 322 | X-Frame-Options: [SAMEORIGIN] |
309 | X-Permitted-Cross-Domain-Policies: [none] | 323 | X-Permitted-Cross-Domain-Policies: [none] |
310 | X-Request-Id: [e7731f6c-e113-4427-bddf-45c953aed01b] | 324 | X-Request-Id: [bb440c8e-f092-4d95-b8f0-6c0b2303af59] |
311 | X-Runtime: ['0.406452'] | 325 | X-Runtime: ['0.301585'] |
312 | X-XSS-Protection: [1; mode=block] | 326 | X-XSS-Protection: [1; mode=block] |
313 | content-length: ['10359'] | 327 | content-length: ['21810'] |
314 | status: {code: 200, message: OK} | 328 | status: {code: 200, message: OK} |
315 | - request: | 329 | - request: |
316 | body: null | 330 | body: null |
@@ -322,7 +336,7 @@ interactions: | |||
322 | Content-Length: ['0'] | 336 | Content-Length: ['0'] |
323 | User-Agent: [python-requests/2.18.4] | 337 | User-Agent: [python-requests/2.18.4] |
324 | method: DELETE | 338 | method: DELETE |
325 | uri: http://localhost:3000/api/v1/filters/10 | 339 | uri: http://localhost:3000/api/v1/filters/64 |
326 | response: | 340 | response: |
327 | body: {string: '{}'} | 341 | body: {string: '{}'} |
328 | headers: | 342 | headers: |
@@ -335,8 +349,8 @@ interactions: | |||
335 | X-Download-Options: [noopen] | 349 | X-Download-Options: [noopen] |
336 | X-Frame-Options: [SAMEORIGIN] | 350 | X-Frame-Options: [SAMEORIGIN] |
337 | X-Permitted-Cross-Domain-Policies: [none] | 351 | X-Permitted-Cross-Domain-Policies: [none] |
338 | X-Request-Id: [c583e9a3-2922-4dd5-9a2e-b43d8e025609] | 352 | X-Request-Id: [cfa9ebf1-340d-4870-9805-5d97f72dba03] |
339 | X-Runtime: ['0.041088'] | 353 | X-Runtime: ['0.026151'] |
340 | X-XSS-Protection: [1; mode=block] | 354 | X-XSS-Protection: [1; mode=block] |
341 | content-length: ['2'] | 355 | content-length: ['2'] |
342 | status: {code: 200, message: OK} | 356 | status: {code: 200, message: OK} |
@@ -350,7 +364,7 @@ interactions: | |||
350 | Content-Length: ['0'] | 364 | Content-Length: ['0'] |
351 | User-Agent: [python-requests/2.18.4] | 365 | User-Agent: [python-requests/2.18.4] |
352 | method: DELETE | 366 | method: DELETE |
353 | uri: http://localhost:3000/api/v1/filters/11 | 367 | uri: http://localhost:3000/api/v1/filters/65 |
354 | response: | 368 | response: |
355 | body: {string: '{}'} | 369 | body: {string: '{}'} |
356 | headers: | 370 | headers: |
@@ -363,8 +377,8 @@ interactions: | |||
363 | X-Download-Options: [noopen] | 377 | X-Download-Options: [noopen] |
364 | X-Frame-Options: [SAMEORIGIN] | 378 | X-Frame-Options: [SAMEORIGIN] |
365 | X-Permitted-Cross-Domain-Policies: [none] | 379 | X-Permitted-Cross-Domain-Policies: [none] |
366 | X-Request-Id: [5f1e0dc9-c60d-4fcc-9e62-4d8783635fb8] | 380 | X-Request-Id: [21305fff-1cea-49de-a654-ced815ea8398] |
367 | X-Runtime: ['0.028396'] | 381 | X-Runtime: ['0.019601'] |
368 | X-XSS-Protection: [1; mode=block] | 382 | X-XSS-Protection: [1; mode=block] |
369 | content-length: ['2'] | 383 | content-length: ['2'] |
370 | status: {code: 200, message: OK} | 384 | status: {code: 200, message: OK} |
@@ -378,7 +392,7 @@ interactions: | |||
378 | Content-Length: ['0'] | 392 | Content-Length: ['0'] |
379 | User-Agent: [python-requests/2.18.4] | 393 | User-Agent: [python-requests/2.18.4] |
380 | method: DELETE | 394 | method: DELETE |
381 | uri: http://localhost:3000/api/v1/filters/12 | 395 | uri: http://localhost:3000/api/v1/filters/66 |
382 | response: | 396 | response: |
383 | body: {string: '{}'} | 397 | body: {string: '{}'} |
384 | headers: | 398 | headers: |
@@ -391,8 +405,8 @@ interactions: | |||
391 | X-Download-Options: [noopen] | 405 | X-Download-Options: [noopen] |
392 | X-Frame-Options: [SAMEORIGIN] | 406 | X-Frame-Options: [SAMEORIGIN] |
393 | X-Permitted-Cross-Domain-Policies: [none] | 407 | X-Permitted-Cross-Domain-Policies: [none] |
394 | X-Request-Id: [56faa123-2a40-48f1-8dc7-fc9cc16d44d7] | 408 | X-Request-Id: [b23a2aa5-5749-4568-81ba-d365a14ff3e4] |
395 | X-Runtime: ['0.029593'] | 409 | X-Runtime: ['0.019693'] |
396 | X-XSS-Protection: [1; mode=block] | 410 | X-XSS-Protection: [1; mode=block] |
397 | content-length: ['2'] | 411 | content-length: ['2'] |
398 | status: {code: 200, message: OK} | 412 | status: {code: 200, message: OK} |
@@ -406,10 +420,10 @@ interactions: | |||
406 | Content-Length: ['0'] | 420 | Content-Length: ['0'] |
407 | User-Agent: [python-requests/2.18.4] | 421 | User-Agent: [python-requests/2.18.4] |
408 | method: DELETE | 422 | method: DELETE |
409 | uri: http://localhost:3000/api/v1/statuses/102315425961647104 | 423 | uri: http://localhost:3000/api/v1/statuses/102317290034963834 |
410 | response: | 424 | response: |
411 | body: {string: '{"id":"102315425961647104","created_at":"2019-06-22T13:18:22.594Z","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/102315425961647104","url":"http://localhost/@admin/102315425961647104","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I | 425 | body: {string: '{"id":"102317290034963834","created_at":"2019-06-22T21:12:26.098Z","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/102317290034963834","url":"http://localhost/@admin/102317290034963834","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I |
412 | love animes","reblog":null,"application":{"name":"Mastodon.py 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":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 426 | love animes","reblog":null,"application":{"name":"Mastodon.py 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
413 | headers: | 427 | headers: |
414 | Cache-Control: ['no-cache, no-store'] | 428 | Cache-Control: ['no-cache, no-store'] |
415 | Content-Type: [application/json; charset=utf-8] | 429 | Content-Type: [application/json; charset=utf-8] |
@@ -420,10 +434,10 @@ interactions: | |||
420 | X-Download-Options: [noopen] | 434 | X-Download-Options: [noopen] |
421 | X-Frame-Options: [SAMEORIGIN] | 435 | X-Frame-Options: [SAMEORIGIN] |
422 | X-Permitted-Cross-Domain-Policies: [none] | 436 | X-Permitted-Cross-Domain-Policies: [none] |
423 | X-Request-Id: [cce743eb-64d4-4425-b3d0-33fa8beb0822] | 437 | X-Request-Id: [d770727f-e78c-460e-bdfd-1629e5d7386b] |
424 | X-Runtime: ['0.112141'] | 438 | X-Runtime: ['0.124568'] |
425 | X-XSS-Protection: [1; mode=block] | 439 | X-XSS-Protection: [1; mode=block] |
426 | content-length: ['1149'] | 440 | content-length: ['1150'] |
427 | status: {code: 200, message: OK} | 441 | status: {code: 200, message: OK} |
428 | - request: | 442 | - request: |
429 | body: null | 443 | body: null |
@@ -435,10 +449,10 @@ interactions: | |||
435 | Content-Length: ['0'] | 449 | Content-Length: ['0'] |
436 | User-Agent: [python-requests/2.18.4] | 450 | User-Agent: [python-requests/2.18.4] |
437 | method: DELETE | 451 | method: DELETE |
438 | uri: http://localhost:3000/api/v1/statuses/102315425987132649 | 452 | uri: http://localhost:3000/api/v1/statuses/102317290046509509 |
439 | response: | 453 | response: |
440 | body: {string: '{"id":"102315425987132649","created_at":"2019-06-22T13:18:23.021Z","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/102315425987132649","url":"http://localhost/@admin/102315425987132649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugamesh!","reblog":null,"application":{"name":"Mastodon.py | 454 | body: {string: '{"id":"102317290046509509","created_at":"2019-06-22T21:12:26.281Z","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/102317290046509509","url":"http://localhost/@admin/102317290046509509","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugamesh!","reblog":null,"application":{"name":"Mastodon.py |
441 | 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":1,"following_count":0,"statuses_count":6,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 455 | 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":3,"following_count":1,"statuses_count":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
442 | headers: | 456 | headers: |
443 | Cache-Control: ['no-cache, no-store'] | 457 | Cache-Control: ['no-cache, no-store'] |
444 | Content-Type: [application/json; charset=utf-8] | 458 | Content-Type: [application/json; charset=utf-8] |
@@ -449,10 +463,10 @@ interactions: | |||
449 | X-Download-Options: [noopen] | 463 | X-Download-Options: [noopen] |
450 | X-Frame-Options: [SAMEORIGIN] | 464 | X-Frame-Options: [SAMEORIGIN] |
451 | X-Permitted-Cross-Domain-Policies: [none] | 465 | X-Permitted-Cross-Domain-Policies: [none] |
452 | X-Request-Id: [508cdf6e-68b4-4ebc-bf35-bd30edd5bb04] | 466 | X-Request-Id: [e0c58d21-ecf1-47b2-a94b-d867e82a2f0b] |
453 | X-Runtime: ['0.140842'] | 467 | X-Runtime: ['0.096318'] |
454 | X-XSS-Protection: [1; mode=block] | 468 | X-XSS-Protection: [1; mode=block] |
455 | content-length: ['1147'] | 469 | content-length: ['1148'] |
456 | status: {code: 200, message: OK} | 470 | status: {code: 200, message: OK} |
457 | - request: | 471 | - request: |
458 | body: null | 472 | body: null |
@@ -464,10 +478,10 @@ interactions: | |||
464 | Content-Length: ['0'] | 478 | Content-Length: ['0'] |
465 | User-Agent: [python-requests/2.18.4] | 479 | User-Agent: [python-requests/2.18.4] |
466 | method: DELETE | 480 | method: DELETE |
467 | uri: http://localhost:3000/api/v1/statuses/102315426014228795 | 481 | uri: http://localhost:3000/api/v1/statuses/102317290059908638 |
468 | response: | 482 | response: |
469 | body: {string: '{"id":"102315426014228795","created_at":"2019-06-22T13:18:23.419Z","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/102315426014228795","url":"http://localhost/@admin/102315426014228795","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugameshnetworking!","reblog":null,"application":{"name":"Mastodon.py | 483 | body: {string: '{"id":"102317290059908638","created_at":"2019-06-22T21:12:26.491Z","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/102317290059908638","url":"http://localhost/@admin/102317290059908638","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugameshnetworking!","reblog":null,"application":{"name":"Mastodon.py |
470 | 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":1,"following_count":0,"statuses_count":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 484 | 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":3,"following_count":1,"statuses_count":18,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
471 | headers: | 485 | headers: |
472 | Cache-Control: ['no-cache, no-store'] | 486 | Cache-Control: ['no-cache, no-store'] |
473 | Content-Type: [application/json; charset=utf-8] | 487 | Content-Type: [application/json; charset=utf-8] |
@@ -478,10 +492,10 @@ interactions: | |||
478 | X-Download-Options: [noopen] | 492 | X-Download-Options: [noopen] |
479 | X-Frame-Options: [SAMEORIGIN] | 493 | X-Frame-Options: [SAMEORIGIN] |
480 | X-Permitted-Cross-Domain-Policies: [none] | 494 | X-Permitted-Cross-Domain-Policies: [none] |
481 | X-Request-Id: [8722865c-e9f3-42c7-b7ca-6d68b13d0cc4] | 495 | X-Request-Id: [8cf21159-6b33-43b9-b651-7c9d18c29687] |
482 | X-Runtime: ['0.132000'] | 496 | X-Runtime: ['0.094879'] |
483 | X-XSS-Protection: [1; mode=block] | 497 | X-XSS-Protection: [1; mode=block] |
484 | content-length: ['1157'] | 498 | content-length: ['1158'] |
485 | status: {code: 200, message: OK} | 499 | status: {code: 200, message: OK} |
486 | - request: | 500 | - request: |
487 | body: null | 501 | body: null |
@@ -493,11 +507,11 @@ interactions: | |||
493 | Content-Length: ['0'] | 507 | Content-Length: ['0'] |
494 | User-Agent: [python-requests/2.18.4] | 508 | User-Agent: [python-requests/2.18.4] |
495 | method: DELETE | 509 | method: DELETE |
496 | uri: http://localhost:3000/api/v1/statuses/102315426037164364 | 510 | uri: http://localhost:3000/api/v1/statuses/102317290076735337 |
497 | response: | 511 | response: |
498 | body: {string: '{"id":"102315426037164364","created_at":"2019-06-22T13:18:23.770Z","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/102315426037164364","url":"http://localhost/@admin/102315426037164364","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I | 512 | body: {string: '{"id":"102317290076735337","created_at":"2019-06-22T21:12:26.736Z","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/102317290076735337","url":"http://localhost/@admin/102317290076735337","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I |
499 | love japanimation!","reblog":null,"application":{"name":"Mastodon.py test | 513 | love japanimation!","reblog":null,"application":{"name":"Mastodon.py test |
500 | 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":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 514 | 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":3,"following_count":1,"statuses_count":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
501 | headers: | 515 | headers: |
502 | Cache-Control: ['no-cache, no-store'] | 516 | Cache-Control: ['no-cache, no-store'] |
503 | Content-Type: [application/json; charset=utf-8] | 517 | Content-Type: [application/json; charset=utf-8] |
@@ -508,9 +522,9 @@ interactions: | |||
508 | X-Download-Options: [noopen] | 522 | X-Download-Options: [noopen] |
509 | X-Frame-Options: [SAMEORIGIN] | 523 | X-Frame-Options: [SAMEORIGIN] |
510 | X-Permitted-Cross-Domain-Policies: [none] | 524 | X-Permitted-Cross-Domain-Policies: [none] |
511 | X-Request-Id: [f1f32445-3543-4d2f-8bae-15690e431e33] | 525 | X-Request-Id: [1d75a48f-0281-4252-8e4e-23e5c8ef2d23] |
512 | X-Runtime: ['0.120437'] | 526 | X-Runtime: ['0.098376'] |
513 | X-XSS-Protection: [1; mode=block] | 527 | X-XSS-Protection: [1; mode=block] |
514 | content-length: ['1156'] | 528 | content-length: ['1157'] |
515 | status: {code: 200, message: OK} | 529 | status: {code: 200, message: OK} |
516 | version: 1 | 530 | version: 1 |
diff --git a/tests/cassettes/test_filter_create.yaml b/tests/cassettes/test_filter_create.yaml index 0fa685b..bdde7f1 100644 --- a/tests/cassettes/test_filter_create.yaml +++ b/tests/cassettes/test_filter_create.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/filters | 13 | uri: http://localhost:3000/api/v1/filters |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"1","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 15 | body: {string: '{"id":"58","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [e8c37740-33a4-48cf-bc53-7c85ce2b4a41] | 26 | X-Request-Id: [80997ae0-298d-431b-aedc-c939c7f6d5d2] |
27 | X-Runtime: ['0.075588'] | 27 | X-Runtime: ['0.078721'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['112'] | 29 | content-length: ['113'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/filters | 40 | uri: http://localhost:3000/api/v1/filters |
41 | response: | 41 | response: |
42 | body: {string: '[{"id":"1","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}]'} | 42 | body: {string: '[{"id":"58","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}]'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,10 +50,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [c3bc75c5-bfc5-4e59-a6e0-757725dd4f6d] | 53 | X-Request-Id: [6515b757-9e3a-45c6-aabc-e8ae403ecfd4] |
54 | X-Runtime: ['0.031688'] | 54 | X-Runtime: ['0.034835'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['114'] | 56 | content-length: ['115'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: null | 59 | body: null |
@@ -64,9 +64,9 @@ interactions: | |||
64 | Connection: [keep-alive] | 64 | Connection: [keep-alive] |
65 | User-Agent: [python-requests/2.18.4] | 65 | User-Agent: [python-requests/2.18.4] |
66 | method: GET | 66 | method: GET |
67 | uri: http://localhost:3000/api/v1/filters/1 | 67 | uri: http://localhost:3000/api/v1/filters/58 |
68 | response: | 68 | response: |
69 | body: {string: '{"id":"1","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 69 | body: {string: '{"id":"58","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
70 | headers: | 70 | headers: |
71 | Cache-Control: ['no-cache, no-store'] | 71 | Cache-Control: ['no-cache, no-store'] |
72 | Content-Type: [application/json; charset=utf-8] | 72 | Content-Type: [application/json; charset=utf-8] |
@@ -77,10 +77,10 @@ interactions: | |||
77 | X-Download-Options: [noopen] | 77 | X-Download-Options: [noopen] |
78 | X-Frame-Options: [SAMEORIGIN] | 78 | X-Frame-Options: [SAMEORIGIN] |
79 | X-Permitted-Cross-Domain-Policies: [none] | 79 | X-Permitted-Cross-Domain-Policies: [none] |
80 | X-Request-Id: [bb08444e-edef-4914-aaa6-d08e9fe3219a] | 80 | X-Request-Id: [7dd2f4f1-d949-4651-884c-2ae53ec4065f] |
81 | X-Runtime: ['0.029748'] | 81 | X-Runtime: ['0.054039'] |
82 | X-XSS-Protection: [1; mode=block] | 82 | X-XSS-Protection: [1; mode=block] |
83 | content-length: ['112'] | 83 | content-length: ['113'] |
84 | status: {code: 200, message: OK} | 84 | status: {code: 200, message: OK} |
85 | - request: | 85 | - request: |
86 | body: null | 86 | body: null |
@@ -92,7 +92,7 @@ interactions: | |||
92 | Content-Length: ['0'] | 92 | Content-Length: ['0'] |
93 | User-Agent: [python-requests/2.18.4] | 93 | User-Agent: [python-requests/2.18.4] |
94 | method: DELETE | 94 | method: DELETE |
95 | uri: http://localhost:3000/api/v1/filters/1 | 95 | uri: http://localhost:3000/api/v1/filters/58 |
96 | response: | 96 | response: |
97 | body: {string: '{}'} | 97 | body: {string: '{}'} |
98 | headers: | 98 | headers: |
@@ -105,8 +105,8 @@ interactions: | |||
105 | X-Download-Options: [noopen] | 105 | X-Download-Options: [noopen] |
106 | X-Frame-Options: [SAMEORIGIN] | 106 | X-Frame-Options: [SAMEORIGIN] |
107 | X-Permitted-Cross-Domain-Policies: [none] | 107 | X-Permitted-Cross-Domain-Policies: [none] |
108 | X-Request-Id: [9e2ad6c1-a256-4e27-9177-8cf638ea4cb4] | 108 | X-Request-Id: [f7b59507-48d8-4b7b-9c28-862fa4fff705] |
109 | X-Runtime: ['0.041075'] | 109 | X-Runtime: ['0.061299'] |
110 | X-XSS-Protection: [1; mode=block] | 110 | X-XSS-Protection: [1; mode=block] |
111 | content-length: ['2'] | 111 | content-length: ['2'] |
112 | status: {code: 200, message: OK} | 112 | status: {code: 200, message: OK} |
@@ -123,7 +123,7 @@ interactions: | |||
123 | method: POST | 123 | method: POST |
124 | uri: http://localhost:3000/api/v1/filters | 124 | uri: http://localhost:3000/api/v1/filters |
125 | response: | 125 | response: |
126 | body: {string: '{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} | 126 | body: {string: '{"id":"59","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} |
127 | headers: | 127 | headers: |
128 | Cache-Control: ['no-cache, no-store'] | 128 | Cache-Control: ['no-cache, no-store'] |
129 | Content-Type: [application/json; charset=utf-8] | 129 | Content-Type: [application/json; charset=utf-8] |
@@ -134,10 +134,10 @@ interactions: | |||
134 | X-Download-Options: [noopen] | 134 | X-Download-Options: [noopen] |
135 | X-Frame-Options: [SAMEORIGIN] | 135 | X-Frame-Options: [SAMEORIGIN] |
136 | X-Permitted-Cross-Domain-Policies: [none] | 136 | X-Permitted-Cross-Domain-Policies: [none] |
137 | X-Request-Id: [045643ac-fa49-41f5-a7d0-f332230a4d77] | 137 | X-Request-Id: [c7018f35-3b29-455e-8e9b-6a90c08283c8] |
138 | X-Runtime: ['0.036015'] | 138 | X-Runtime: ['0.029221'] |
139 | X-XSS-Protection: [1; mode=block] | 139 | X-XSS-Protection: [1; mode=block] |
140 | content-length: ['113'] | 140 | content-length: ['114'] |
141 | status: {code: 200, message: OK} | 141 | status: {code: 200, message: OK} |
142 | - request: | 142 | - request: |
143 | body: null | 143 | body: null |
@@ -150,7 +150,7 @@ interactions: | |||
150 | method: GET | 150 | method: GET |
151 | uri: http://localhost:3000/api/v1/filters | 151 | uri: http://localhost:3000/api/v1/filters |
152 | response: | 152 | response: |
153 | body: {string: '[{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}]'} | 153 | body: {string: '[{"id":"59","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}]'} |
154 | headers: | 154 | headers: |
155 | Cache-Control: ['no-cache, no-store'] | 155 | Cache-Control: ['no-cache, no-store'] |
156 | Content-Type: [application/json; charset=utf-8] | 156 | Content-Type: [application/json; charset=utf-8] |
@@ -161,10 +161,10 @@ interactions: | |||
161 | X-Download-Options: [noopen] | 161 | X-Download-Options: [noopen] |
162 | X-Frame-Options: [SAMEORIGIN] | 162 | X-Frame-Options: [SAMEORIGIN] |
163 | X-Permitted-Cross-Domain-Policies: [none] | 163 | X-Permitted-Cross-Domain-Policies: [none] |
164 | X-Request-Id: [5a54baa4-0c28-4b1c-8009-6c02c130cdba] | 164 | X-Request-Id: [e1c0cbbd-a9b4-4e4b-bfea-3d84f31f1ea0] |
165 | X-Runtime: ['0.035559'] | 165 | X-Runtime: ['0.086110'] |
166 | X-XSS-Protection: [1; mode=block] | 166 | X-XSS-Protection: [1; mode=block] |
167 | content-length: ['115'] | 167 | content-length: ['116'] |
168 | status: {code: 200, message: OK} | 168 | status: {code: 200, message: OK} |
169 | - request: | 169 | - request: |
170 | body: null | 170 | body: null |
@@ -175,9 +175,9 @@ interactions: | |||
175 | Connection: [keep-alive] | 175 | Connection: [keep-alive] |
176 | User-Agent: [python-requests/2.18.4] | 176 | User-Agent: [python-requests/2.18.4] |
177 | method: GET | 177 | method: GET |
178 | uri: http://localhost:3000/api/v1/filters/2 | 178 | uri: http://localhost:3000/api/v1/filters/59 |
179 | response: | 179 | response: |
180 | body: {string: '{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} | 180 | body: {string: '{"id":"59","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} |
181 | headers: | 181 | headers: |
182 | Cache-Control: ['no-cache, no-store'] | 182 | Cache-Control: ['no-cache, no-store'] |
183 | Content-Type: [application/json; charset=utf-8] | 183 | Content-Type: [application/json; charset=utf-8] |
@@ -188,10 +188,10 @@ interactions: | |||
188 | X-Download-Options: [noopen] | 188 | X-Download-Options: [noopen] |
189 | X-Frame-Options: [SAMEORIGIN] | 189 | X-Frame-Options: [SAMEORIGIN] |
190 | X-Permitted-Cross-Domain-Policies: [none] | 190 | X-Permitted-Cross-Domain-Policies: [none] |
191 | X-Request-Id: [161ca06a-8c49-4f40-b92e-791430951586] | 191 | X-Request-Id: [23a1f259-3082-4476-a959-09eddefef97e] |
192 | X-Runtime: ['0.032881'] | 192 | X-Runtime: ['0.025843'] |
193 | X-XSS-Protection: [1; mode=block] | 193 | X-XSS-Protection: [1; mode=block] |
194 | content-length: ['113'] | 194 | content-length: ['114'] |
195 | status: {code: 200, message: OK} | 195 | status: {code: 200, message: OK} |
196 | - request: | 196 | - request: |
197 | body: null | 197 | body: null |
@@ -203,7 +203,7 @@ interactions: | |||
203 | Content-Length: ['0'] | 203 | Content-Length: ['0'] |
204 | User-Agent: [python-requests/2.18.4] | 204 | User-Agent: [python-requests/2.18.4] |
205 | method: DELETE | 205 | method: DELETE |
206 | uri: http://localhost:3000/api/v1/filters/2 | 206 | uri: http://localhost:3000/api/v1/filters/59 |
207 | response: | 207 | response: |
208 | body: {string: '{}'} | 208 | body: {string: '{}'} |
209 | headers: | 209 | headers: |
@@ -216,8 +216,8 @@ interactions: | |||
216 | X-Download-Options: [noopen] | 216 | X-Download-Options: [noopen] |
217 | X-Frame-Options: [SAMEORIGIN] | 217 | X-Frame-Options: [SAMEORIGIN] |
218 | X-Permitted-Cross-Domain-Policies: [none] | 218 | X-Permitted-Cross-Domain-Policies: [none] |
219 | X-Request-Id: [d15537bb-b442-45ac-a80e-2c671be102c4] | 219 | X-Request-Id: [9cd0618d-33da-4adb-b18c-4c22f44fdd78] |
220 | X-Runtime: ['0.042867'] | 220 | X-Runtime: ['0.036155'] |
221 | X-XSS-Protection: [1; mode=block] | 221 | X-XSS-Protection: [1; mode=block] |
222 | content-length: ['2'] | 222 | content-length: ['2'] |
223 | status: {code: 200, message: OK} | 223 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_filter_serverside.yaml b/tests/cassettes/test_filter_serverside.yaml index 6eca24a..0e01303 100644 --- a/tests/cassettes/test_filter_serverside.yaml +++ b/tests/cassettes/test_filter_serverside.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"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":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"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":16,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [236bd2c3-bbc8-4c44-ac08-e2be27cace54] | 24 | X-Request-Id: [3058227a-b9db-4930-9d60-0652cca775dc] |
25 | X-Runtime: ['0.043748'] | 25 | X-Runtime: ['0.023796'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['609'] | 27 | content-length: ['610'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: reblogs=1&id=1 | 30 | body: reblogs=1&id=1 |
@@ -50,8 +50,8 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [b6c1120b-cd05-45a2-ad01-ccac81cdea4e] | 53 | X-Request-Id: [2404f65f-5631-4cb4-ab40-6afc64bb096c] |
54 | X-Runtime: ['0.095071'] | 54 | X-Runtime: ['0.067344'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['209'] | 56 | content-length: ['209'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -68,7 +68,7 @@ interactions: | |||
68 | method: POST | 68 | method: POST |
69 | uri: http://localhost:3000/api/v1/filters | 69 | uri: http://localhost:3000/api/v1/filters |
70 | response: | 70 | response: |
71 | body: {string: '{"id":"4","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":true}'} | 71 | body: {string: '{"id":"61","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":true}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['no-cache, no-store'] | 73 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
@@ -79,10 +79,10 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [022cc4aa-7590-4a2b-928f-8cef65a4d431] | 82 | X-Request-Id: [87b36742-c1ee-4a48-b5c0-8807393f980f] |
83 | X-Runtime: ['0.040205'] | 83 | X-Runtime: ['0.061340'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['103'] | 85 | content-length: ['104'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
87 | - request: | 87 | - request: |
88 | body: whole_word=1&irreversible=1&phrase=girugamesh&context%5B%5D=home | 88 | body: whole_word=1&irreversible=1&phrase=girugamesh&context%5B%5D=home |
@@ -97,7 +97,7 @@ interactions: | |||
97 | method: POST | 97 | method: POST |
98 | uri: http://localhost:3000/api/v1/filters | 98 | uri: http://localhost:3000/api/v1/filters |
99 | response: | 99 | response: |
100 | body: {string: '{"id":"5","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":true}'} | 100 | body: {string: '{"id":"62","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":true}'} |
101 | headers: | 101 | headers: |
102 | Cache-Control: ['no-cache, no-store'] | 102 | Cache-Control: ['no-cache, no-store'] |
103 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
@@ -108,10 +108,10 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [eef2d150-a5df-4655-959f-998c43757284] | 111 | X-Request-Id: [8ff40730-3ddb-4b3a-90c7-82f16c1dafd9] |
112 | X-Runtime: ['0.033745'] | 112 | X-Runtime: ['0.054562'] |
113 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['107'] | 114 | content-length: ['108'] |
115 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
116 | - request: | 116 | - request: |
117 | body: whole_word=1&irreversible=1&phrase=japanimation&context%5B%5D=notifications | 117 | body: whole_word=1&irreversible=1&phrase=japanimation&context%5B%5D=notifications |
@@ -126,7 +126,7 @@ interactions: | |||
126 | method: POST | 126 | method: POST |
127 | uri: http://localhost:3000/api/v1/filters | 127 | uri: http://localhost:3000/api/v1/filters |
128 | response: | 128 | response: |
129 | body: {string: '{"id":"6","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":true}'} | 129 | body: {string: '{"id":"63","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":true}'} |
130 | headers: | 130 | headers: |
131 | Cache-Control: ['no-cache, no-store'] | 131 | Cache-Control: ['no-cache, no-store'] |
132 | Content-Type: [application/json; charset=utf-8] | 132 | Content-Type: [application/json; charset=utf-8] |
@@ -137,10 +137,10 @@ interactions: | |||
137 | X-Download-Options: [noopen] | 137 | X-Download-Options: [noopen] |
138 | X-Frame-Options: [SAMEORIGIN] | 138 | X-Frame-Options: [SAMEORIGIN] |
139 | X-Permitted-Cross-Domain-Policies: [none] | 139 | X-Permitted-Cross-Domain-Policies: [none] |
140 | X-Request-Id: [d6271f3e-d4f6-45d9-8a0b-a611b90073c3] | 140 | X-Request-Id: [2ea86cd9-77ec-4644-a81e-805272141bb6] |
141 | X-Runtime: ['0.036029'] | 141 | X-Runtime: ['0.052730'] |
142 | X-XSS-Protection: [1; mode=block] | 142 | X-XSS-Protection: [1; mode=block] |
143 | content-length: ['118'] | 143 | content-length: ['119'] |
144 | status: {code: 200, message: OK} | 144 | status: {code: 200, message: OK} |
145 | - request: | 145 | - request: |
146 | body: status=I+love+animes | 146 | body: status=I+love+animes |
@@ -155,9 +155,9 @@ interactions: | |||
155 | method: POST | 155 | method: POST |
156 | uri: http://localhost:3000/api/v1/statuses | 156 | uri: http://localhost:3000/api/v1/statuses |
157 | response: | 157 | response: |
158 | body: {string: '{"id":"102315365567595451","created_at":"2019-06-22T13:03:01.056Z","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/102315365567595451","url":"http://localhost/@admin/102315365567595451","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI | 158 | body: {string: '{"id":"102317289515650029","created_at":"2019-06-22T21:12:18.173Z","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/102317289515650029","url":"http://localhost/@admin/102317289515650029","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI |
159 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 159 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
160 | 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":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 160 | 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":3,"following_count":1,"statuses_count":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
161 | headers: | 161 | headers: |
162 | Cache-Control: ['no-cache, no-store'] | 162 | Cache-Control: ['no-cache, no-store'] |
163 | Content-Type: [application/json; charset=utf-8] | 163 | Content-Type: [application/json; charset=utf-8] |
@@ -168,10 +168,10 @@ interactions: | |||
168 | X-Download-Options: [noopen] | 168 | X-Download-Options: [noopen] |
169 | X-Frame-Options: [SAMEORIGIN] | 169 | X-Frame-Options: [SAMEORIGIN] |
170 | X-Permitted-Cross-Domain-Policies: [none] | 170 | X-Permitted-Cross-Domain-Policies: [none] |
171 | X-Request-Id: [4220861b-dcfc-4e2e-91b2-663a969a47a9] | 171 | X-Request-Id: [4515b6ae-4692-46f5-a3e6-b52eed79d1e5] |
172 | X-Runtime: ['0.146450'] | 172 | X-Runtime: ['0.148454'] |
173 | X-XSS-Protection: [1; mode=block] | 173 | X-XSS-Protection: [1; mode=block] |
174 | content-length: ['1179'] | 174 | content-length: ['1180'] |
175 | status: {code: 200, message: OK} | 175 | status: {code: 200, message: OK} |
176 | - request: | 176 | - request: |
177 | body: status=Girugamesh%21 | 177 | body: status=Girugamesh%21 |
@@ -186,8 +186,8 @@ interactions: | |||
186 | method: POST | 186 | method: POST |
187 | uri: http://localhost:3000/api/v1/statuses | 187 | uri: http://localhost:3000/api/v1/statuses |
188 | response: | 188 | response: |
189 | body: {string: '{"id":"102315365579209258","created_at":"2019-06-22T13:03:01.249Z","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/102315365579209258","url":"http://localhost/@admin/102315365579209258","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 189 | body: {string: '{"id":"102317289527790618","created_at":"2019-06-22T21:12:18.359Z","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/102317289527790618","url":"http://localhost/@admin/102317289527790618","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
190 | 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":1,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 190 | 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":3,"following_count":1,"statuses_count":18,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
191 | headers: | 191 | headers: |
192 | Cache-Control: ['no-cache, no-store'] | 192 | Cache-Control: ['no-cache, no-store'] |
193 | Content-Type: [application/json; charset=utf-8] | 193 | Content-Type: [application/json; charset=utf-8] |
@@ -198,10 +198,10 @@ interactions: | |||
198 | X-Download-Options: [noopen] | 198 | X-Download-Options: [noopen] |
199 | X-Frame-Options: [SAMEORIGIN] | 199 | X-Frame-Options: [SAMEORIGIN] |
200 | X-Permitted-Cross-Domain-Policies: [none] | 200 | X-Permitted-Cross-Domain-Policies: [none] |
201 | X-Request-Id: [2690d739-d02c-486f-aa9e-28d04474bd16] | 201 | X-Request-Id: [03051913-fb33-4e82-85c0-61fb91404b98] |
202 | X-Runtime: ['0.207877'] | 202 | X-Runtime: ['0.165531'] |
203 | X-XSS-Protection: [1; mode=block] | 203 | X-XSS-Protection: [1; mode=block] |
204 | content-length: ['1177'] | 204 | content-length: ['1178'] |
205 | status: {code: 200, message: OK} | 205 | status: {code: 200, message: OK} |
206 | - request: | 206 | - request: |
207 | body: status=Girugameshnetworking%21 | 207 | body: status=Girugameshnetworking%21 |
@@ -216,8 +216,8 @@ interactions: | |||
216 | method: POST | 216 | method: POST |
217 | uri: http://localhost:3000/api/v1/statuses | 217 | uri: http://localhost:3000/api/v1/statuses |
218 | response: | 218 | response: |
219 | body: {string: '{"id":"102315365592723513","created_at":"2019-06-22T13:03:01.439Z","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/102315365592723513","url":"http://localhost/@admin/102315365592723513","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 219 | body: {string: '{"id":"102317289539704968","created_at":"2019-06-22T21:12:18.546Z","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/102317289539704968","url":"http://localhost/@admin/102317289539704968","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
220 | 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":1,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 220 | 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":3,"following_count":1,"statuses_count":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
221 | headers: | 221 | headers: |
222 | Cache-Control: ['no-cache, no-store'] | 222 | Cache-Control: ['no-cache, no-store'] |
223 | Content-Type: [application/json; charset=utf-8] | 223 | Content-Type: [application/json; charset=utf-8] |
@@ -228,10 +228,10 @@ interactions: | |||
228 | X-Download-Options: [noopen] | 228 | X-Download-Options: [noopen] |
229 | X-Frame-Options: [SAMEORIGIN] | 229 | X-Frame-Options: [SAMEORIGIN] |
230 | X-Permitted-Cross-Domain-Policies: [none] | 230 | X-Permitted-Cross-Domain-Policies: [none] |
231 | X-Request-Id: [cc1b0475-3cae-4f7d-ba26-d736b71275b4] | 231 | X-Request-Id: [33331270-c627-4c59-aad6-d84367ae7f35] |
232 | X-Runtime: ['0.155025'] | 232 | X-Runtime: ['0.182810'] |
233 | X-XSS-Protection: [1; mode=block] | 233 | X-XSS-Protection: [1; mode=block] |
234 | content-length: ['1187'] | 234 | content-length: ['1188'] |
235 | status: {code: 200, message: OK} | 235 | status: {code: 200, message: OK} |
236 | - request: | 236 | - request: |
237 | body: status=I+love+japanimation%21 | 237 | body: status=I+love+japanimation%21 |
@@ -246,9 +246,9 @@ interactions: | |||
246 | method: POST | 246 | method: POST |
247 | uri: http://localhost:3000/api/v1/statuses | 247 | uri: http://localhost:3000/api/v1/statuses |
248 | response: | 248 | response: |
249 | body: {string: '{"id":"102315365604829044","created_at":"2019-06-22T13:03:01.653Z","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/102315365604829044","url":"http://localhost/@admin/102315365604829044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI | 249 | body: {string: '{"id":"102317289552801287","created_at":"2019-06-22T21:12:18.751Z","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/102317289552801287","url":"http://localhost/@admin/102317289552801287","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI |
250 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 250 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
251 | 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":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 251 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
252 | headers: | 252 | headers: |
253 | Cache-Control: ['no-cache, no-store'] | 253 | Cache-Control: ['no-cache, no-store'] |
254 | Content-Type: [application/json; charset=utf-8] | 254 | Content-Type: [application/json; charset=utf-8] |
@@ -259,10 +259,10 @@ interactions: | |||
259 | X-Download-Options: [noopen] | 259 | X-Download-Options: [noopen] |
260 | X-Frame-Options: [SAMEORIGIN] | 260 | X-Frame-Options: [SAMEORIGIN] |
261 | X-Permitted-Cross-Domain-Policies: [none] | 261 | X-Permitted-Cross-Domain-Policies: [none] |
262 | X-Request-Id: [9fcbb954-031e-4f3d-ba99-8490e6a58115] | 262 | X-Request-Id: [d6bd6f73-a761-4f0e-b71a-fd18982e1f88] |
263 | X-Runtime: ['0.208349'] | 263 | X-Runtime: ['0.262164'] |
264 | X-XSS-Protection: [1; mode=block] | 264 | X-XSS-Protection: [1; mode=block] |
265 | content-length: ['1186'] | 265 | content-length: ['1187'] |
266 | status: {code: 200, message: OK} | 266 | status: {code: 200, message: OK} |
267 | - request: | 267 | - request: |
268 | body: null | 268 | body: null |
@@ -275,15 +275,43 @@ interactions: | |||
275 | method: GET | 275 | method: GET |
276 | uri: http://localhost:3000/api/v1/timelines/home | 276 | uri: http://localhost:3000/api/v1/timelines/home |
277 | response: | 277 | response: |
278 | body: {string: '[{"id":"102315365604829044","created_at":"2019-06-22T13:03:01.653Z","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/102315365604829044","url":"http://localhost/@admin/102315365604829044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI | 278 | body: {string: '[{"id":"102317289552801287","created_at":"2019-06-22T21:12:18.751Z","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/102317289552801287","url":"http://localhost/@admin/102317289552801287","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI |
279 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 279 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
280 | 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":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315365592723513","created_at":"2019-06-22T13:03:01.439Z","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/102315365592723513","url":"http://localhost/@admin/102315365592723513","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 280 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317289539704968","created_at":"2019-06-22T21:12:18.546Z","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/102317289539704968","url":"http://localhost/@admin/102317289539704968","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
281 | 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":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | 281 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317281903571697","created_at":"2019-06-22T21:10:22.023Z","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/102317281903571697","url":"http://localhost/@admin/102317281903571697","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
282 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"14","expires_at":"2019-06-22T21:15:22.016Z","expired":false,"multiple":false,"votes_count":0,"voted":false,"options":[{"title":"four | ||
283 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317281876282428","created_at":"2019-06-22T21:10:21.614Z","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/102317281876282428","url":"http://localhost/@admin/102317281876282428","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
284 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"13","expires_at":"2019-06-22T21:15:21.605Z","expired":false,"multiple":true,"votes_count":0,"voted":false,"options":[{"title":"four | ||
285 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317274400998453","created_at":"2019-06-22T21:08:27.546Z","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/102317274400998453","url":"http://localhost/@admin/102317274400998453","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
286 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
287 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317274389405147","created_at":"2019-06-22T21:08:27.368Z","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/102317274389405147","url":"http://localhost/@admin/102317274389405147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e@mastodonpy_test | ||
288 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
289 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317272714473378","created_at":"2019-06-22T21:08:01.815Z","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/102317272714473378","url":"http://localhost/@admin/102317272714473378","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
290 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"12","expires_at":"2019-06-22T21:13:01.805Z","expired":false,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
291 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317229036335245","created_at":"2019-06-22T20:56:55.333Z","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/102317229036335245","url":"http://localhost/@admin/102317229036335245","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
292 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"10","expires_at":"2019-06-22T21:01:55.326Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
293 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317208722666774","created_at":"2019-06-22T20:51:45.373Z","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/102317208722666774","url":"http://localhost/@admin/102317208722666774","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
294 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
295 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317208705780514","created_at":"2019-06-22T20:51:45.126Z","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/102317208705780514","url":"http://localhost/@admin/102317208705780514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e@mastodonpy_test | ||
296 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
297 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317207061721268","created_at":"2019-06-22T20:51:20.029Z","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/102317207061721268","url":"http://localhost/@admin/102317207061721268","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
298 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"8","expires_at":"2019-06-22T20:56:20.021Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
299 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315731321499069","created_at":"2019-06-22T14:36:02.020Z","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/102315731321499069","url":"http://localhost/@admin/102315731321499069","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
300 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"6","expires_at":"2019-06-22T14:41:02.013Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
301 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315721511976574","created_at":"2019-06-22T14:33:32.338Z","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/102315721511976574","url":"http://localhost/@admin/102315721511976574","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
302 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"5","expires_at":"2019-06-22T14:38:32.332Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
303 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315704890704658","created_at":"2019-06-22T14:29:18.718Z","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/102315704890704658","url":"http://localhost/@admin/102315704890704658","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
304 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"4","expires_at":"2019-06-22T14:34:18.711Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
305 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315610217327506","created_at":"2019-06-22T14:05:14.134Z","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/102315610217327506","url":"http://localhost/@admin/102315610217327506","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
306 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"3","expires_at":"2019-06-22T14:10:14.119Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
307 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","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/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
308 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
309 | 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
282 | headers: | 310 | headers: |
283 | Cache-Control: ['no-cache, no-store'] | 311 | Cache-Control: ['no-cache, no-store'] |
284 | Content-Type: [application/json; charset=utf-8] | 312 | Content-Type: [application/json; charset=utf-8] |
285 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102315365592723513>; | 313 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102315369541189753>; |
286 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102315365604829044>; | 314 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102317289552801287>; |
287 | rel="prev"'] | 315 | rel="prev"'] |
288 | Referrer-Policy: [strict-origin-when-cross-origin] | 316 | Referrer-Policy: [strict-origin-when-cross-origin] |
289 | Transfer-Encoding: [chunked] | 317 | Transfer-Encoding: [chunked] |
@@ -292,10 +320,10 @@ interactions: | |||
292 | X-Download-Options: [noopen] | 320 | X-Download-Options: [noopen] |
293 | X-Frame-Options: [SAMEORIGIN] | 321 | X-Frame-Options: [SAMEORIGIN] |
294 | X-Permitted-Cross-Domain-Policies: [none] | 322 | X-Permitted-Cross-Domain-Policies: [none] |
295 | X-Request-Id: [323d3a30-2301-4b05-89e2-2eaaac5d65e0] | 323 | X-Request-Id: [1342350d-6215-40cb-a868-9fbee02c7b64] |
296 | X-Runtime: ['0.084889'] | 324 | X-Runtime: ['0.268066'] |
297 | X-XSS-Protection: [1; mode=block] | 325 | X-XSS-Protection: [1; mode=block] |
298 | content-length: ['2346'] | 326 | content-length: ['20687'] |
299 | status: {code: 200, message: OK} | 327 | status: {code: 200, message: OK} |
300 | - request: | 328 | - request: |
301 | body: null | 329 | body: null |
@@ -307,7 +335,7 @@ interactions: | |||
307 | Content-Length: ['0'] | 335 | Content-Length: ['0'] |
308 | User-Agent: [python-requests/2.18.4] | 336 | User-Agent: [python-requests/2.18.4] |
309 | method: DELETE | 337 | method: DELETE |
310 | uri: http://localhost:3000/api/v1/filters/4 | 338 | uri: http://localhost:3000/api/v1/filters/61 |
311 | response: | 339 | response: |
312 | body: {string: '{}'} | 340 | body: {string: '{}'} |
313 | headers: | 341 | headers: |
@@ -320,8 +348,8 @@ interactions: | |||
320 | X-Download-Options: [noopen] | 348 | X-Download-Options: [noopen] |
321 | X-Frame-Options: [SAMEORIGIN] | 349 | X-Frame-Options: [SAMEORIGIN] |
322 | X-Permitted-Cross-Domain-Policies: [none] | 350 | X-Permitted-Cross-Domain-Policies: [none] |
323 | X-Request-Id: [f8eee2f4-a735-4a4b-89bb-bf69455c1c89] | 351 | X-Request-Id: [d88cd17d-22bd-4288-bc3d-6bcee16e60f4] |
324 | X-Runtime: ['0.034625'] | 352 | X-Runtime: ['0.026198'] |
325 | X-XSS-Protection: [1; mode=block] | 353 | X-XSS-Protection: [1; mode=block] |
326 | content-length: ['2'] | 354 | content-length: ['2'] |
327 | status: {code: 200, message: OK} | 355 | status: {code: 200, message: OK} |
@@ -335,7 +363,7 @@ interactions: | |||
335 | Content-Length: ['0'] | 363 | Content-Length: ['0'] |
336 | User-Agent: [python-requests/2.18.4] | 364 | User-Agent: [python-requests/2.18.4] |
337 | method: DELETE | 365 | method: DELETE |
338 | uri: http://localhost:3000/api/v1/filters/5 | 366 | uri: http://localhost:3000/api/v1/filters/62 |
339 | response: | 367 | response: |
340 | body: {string: '{}'} | 368 | body: {string: '{}'} |
341 | headers: | 369 | headers: |
@@ -348,8 +376,8 @@ interactions: | |||
348 | X-Download-Options: [noopen] | 376 | X-Download-Options: [noopen] |
349 | X-Frame-Options: [SAMEORIGIN] | 377 | X-Frame-Options: [SAMEORIGIN] |
350 | X-Permitted-Cross-Domain-Policies: [none] | 378 | X-Permitted-Cross-Domain-Policies: [none] |
351 | X-Request-Id: [43ede1eb-7e18-4c88-9e58-15beabbece73] | 379 | X-Request-Id: [bd71570c-501a-4adf-b40f-a47e2d132f5f] |
352 | X-Runtime: ['0.045635'] | 380 | X-Runtime: ['0.018962'] |
353 | X-XSS-Protection: [1; mode=block] | 381 | X-XSS-Protection: [1; mode=block] |
354 | content-length: ['2'] | 382 | content-length: ['2'] |
355 | status: {code: 200, message: OK} | 383 | status: {code: 200, message: OK} |
@@ -363,7 +391,7 @@ interactions: | |||
363 | Content-Length: ['0'] | 391 | Content-Length: ['0'] |
364 | User-Agent: [python-requests/2.18.4] | 392 | User-Agent: [python-requests/2.18.4] |
365 | method: DELETE | 393 | method: DELETE |
366 | uri: http://localhost:3000/api/v1/filters/6 | 394 | uri: http://localhost:3000/api/v1/filters/63 |
367 | response: | 395 | response: |
368 | body: {string: '{}'} | 396 | body: {string: '{}'} |
369 | headers: | 397 | headers: |
@@ -376,8 +404,8 @@ interactions: | |||
376 | X-Download-Options: [noopen] | 404 | X-Download-Options: [noopen] |
377 | X-Frame-Options: [SAMEORIGIN] | 405 | X-Frame-Options: [SAMEORIGIN] |
378 | X-Permitted-Cross-Domain-Policies: [none] | 406 | X-Permitted-Cross-Domain-Policies: [none] |
379 | X-Request-Id: [af73ff05-3349-453d-8a10-da1f3b6d5141] | 407 | X-Request-Id: [8b0aad9f-b6be-4043-bf7d-e1f3909eaa0b] |
380 | X-Runtime: ['0.022419'] | 408 | X-Runtime: ['0.019008'] |
381 | X-XSS-Protection: [1; mode=block] | 409 | X-XSS-Protection: [1; mode=block] |
382 | content-length: ['2'] | 410 | content-length: ['2'] |
383 | status: {code: 200, message: OK} | 411 | status: {code: 200, message: OK} |
@@ -391,10 +419,10 @@ interactions: | |||
391 | Content-Length: ['0'] | 419 | Content-Length: ['0'] |
392 | User-Agent: [python-requests/2.18.4] | 420 | User-Agent: [python-requests/2.18.4] |
393 | method: DELETE | 421 | method: DELETE |
394 | uri: http://localhost:3000/api/v1/statuses/102315365567595451 | 422 | uri: http://localhost:3000/api/v1/statuses/102317289515650029 |
395 | response: | 423 | response: |
396 | body: {string: '{"id":"102315365567595451","created_at":"2019-06-22T13:03:01.056Z","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/102315365567595451","url":"http://localhost/@admin/102315365567595451","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I | 424 | body: {string: '{"id":"102317289515650029","created_at":"2019-06-22T21:12:18.173Z","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/102317289515650029","url":"http://localhost/@admin/102317289515650029","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I |
397 | love animes","reblog":null,"application":{"name":"Mastodon.py 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":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 425 | love animes","reblog":null,"application":{"name":"Mastodon.py 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":3,"following_count":1,"statuses_count":20,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
398 | headers: | 426 | headers: |
399 | Cache-Control: ['no-cache, no-store'] | 427 | Cache-Control: ['no-cache, no-store'] |
400 | Content-Type: [application/json; charset=utf-8] | 428 | Content-Type: [application/json; charset=utf-8] |
@@ -405,10 +433,10 @@ interactions: | |||
405 | X-Download-Options: [noopen] | 433 | X-Download-Options: [noopen] |
406 | X-Frame-Options: [SAMEORIGIN] | 434 | X-Frame-Options: [SAMEORIGIN] |
407 | X-Permitted-Cross-Domain-Policies: [none] | 435 | X-Permitted-Cross-Domain-Policies: [none] |
408 | X-Request-Id: [13c0db2c-cf74-49e2-a050-b0dfb7cefdf0] | 436 | X-Request-Id: [13c0100d-a9e2-4baa-9624-f00092960850] |
409 | X-Runtime: ['0.078036'] | 437 | X-Runtime: ['0.106836'] |
410 | X-XSS-Protection: [1; mode=block] | 438 | X-XSS-Protection: [1; mode=block] |
411 | content-length: ['1149'] | 439 | content-length: ['1150'] |
412 | status: {code: 200, message: OK} | 440 | status: {code: 200, message: OK} |
413 | - request: | 441 | - request: |
414 | body: null | 442 | body: null |
@@ -420,10 +448,10 @@ interactions: | |||
420 | Content-Length: ['0'] | 448 | Content-Length: ['0'] |
421 | User-Agent: [python-requests/2.18.4] | 449 | User-Agent: [python-requests/2.18.4] |
422 | method: DELETE | 450 | method: DELETE |
423 | uri: http://localhost:3000/api/v1/statuses/102315365579209258 | 451 | uri: http://localhost:3000/api/v1/statuses/102317289527790618 |
424 | response: | 452 | response: |
425 | body: {string: '{"id":"102315365579209258","created_at":"2019-06-22T13:03:01.249Z","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/102315365579209258","url":"http://localhost/@admin/102315365579209258","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugamesh!","reblog":null,"application":{"name":"Mastodon.py | 453 | body: {string: '{"id":"102317289527790618","created_at":"2019-06-22T21:12:18.359Z","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/102317289527790618","url":"http://localhost/@admin/102317289527790618","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugamesh!","reblog":null,"application":{"name":"Mastodon.py |
426 | 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":1,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 454 | 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":3,"following_count":1,"statuses_count":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
427 | headers: | 455 | headers: |
428 | Cache-Control: ['no-cache, no-store'] | 456 | Cache-Control: ['no-cache, no-store'] |
429 | Content-Type: [application/json; charset=utf-8] | 457 | Content-Type: [application/json; charset=utf-8] |
@@ -434,10 +462,10 @@ interactions: | |||
434 | X-Download-Options: [noopen] | 462 | X-Download-Options: [noopen] |
435 | X-Frame-Options: [SAMEORIGIN] | 463 | X-Frame-Options: [SAMEORIGIN] |
436 | X-Permitted-Cross-Domain-Policies: [none] | 464 | X-Permitted-Cross-Domain-Policies: [none] |
437 | X-Request-Id: [e31c5666-a114-499f-a839-d2ad1287b4db] | 465 | X-Request-Id: [81e37c93-d6a5-448f-8173-e5b5c46e6332] |
438 | X-Runtime: ['0.101751'] | 466 | X-Runtime: ['0.089064'] |
439 | X-XSS-Protection: [1; mode=block] | 467 | X-XSS-Protection: [1; mode=block] |
440 | content-length: ['1147'] | 468 | content-length: ['1148'] |
441 | status: {code: 200, message: OK} | 469 | status: {code: 200, message: OK} |
442 | - request: | 470 | - request: |
443 | body: null | 471 | body: null |
@@ -449,10 +477,10 @@ interactions: | |||
449 | Content-Length: ['0'] | 477 | Content-Length: ['0'] |
450 | User-Agent: [python-requests/2.18.4] | 478 | User-Agent: [python-requests/2.18.4] |
451 | method: DELETE | 479 | method: DELETE |
452 | uri: http://localhost:3000/api/v1/statuses/102315365592723513 | 480 | uri: http://localhost:3000/api/v1/statuses/102317289539704968 |
453 | response: | 481 | response: |
454 | body: {string: '{"id":"102315365592723513","created_at":"2019-06-22T13:03:01.439Z","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/102315365592723513","url":"http://localhost/@admin/102315365592723513","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugameshnetworking!","reblog":null,"application":{"name":"Mastodon.py | 482 | body: {string: '{"id":"102317289539704968","created_at":"2019-06-22T21:12:18.546Z","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/102317289539704968","url":"http://localhost/@admin/102317289539704968","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugameshnetworking!","reblog":null,"application":{"name":"Mastodon.py |
455 | 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":1,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 483 | 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":3,"following_count":1,"statuses_count":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
456 | headers: | 484 | headers: |
457 | Cache-Control: ['no-cache, no-store'] | 485 | Cache-Control: ['no-cache, no-store'] |
458 | Content-Type: [application/json; charset=utf-8] | 486 | Content-Type: [application/json; charset=utf-8] |
@@ -463,10 +491,10 @@ interactions: | |||
463 | X-Download-Options: [noopen] | 491 | X-Download-Options: [noopen] |
464 | X-Frame-Options: [SAMEORIGIN] | 492 | X-Frame-Options: [SAMEORIGIN] |
465 | X-Permitted-Cross-Domain-Policies: [none] | 493 | X-Permitted-Cross-Domain-Policies: [none] |
466 | X-Request-Id: [70c69b49-008c-4529-93de-334144a56312] | 494 | X-Request-Id: [d76d6c5b-d4b4-4177-a618-7880a6b6eb43] |
467 | X-Runtime: ['0.100398'] | 495 | X-Runtime: ['0.123815'] |
468 | X-XSS-Protection: [1; mode=block] | 496 | X-XSS-Protection: [1; mode=block] |
469 | content-length: ['1157'] | 497 | content-length: ['1158'] |
470 | status: {code: 200, message: OK} | 498 | status: {code: 200, message: OK} |
471 | - request: | 499 | - request: |
472 | body: null | 500 | body: null |
@@ -478,11 +506,11 @@ interactions: | |||
478 | Content-Length: ['0'] | 506 | Content-Length: ['0'] |
479 | User-Agent: [python-requests/2.18.4] | 507 | User-Agent: [python-requests/2.18.4] |
480 | method: DELETE | 508 | method: DELETE |
481 | uri: http://localhost:3000/api/v1/statuses/102315365604829044 | 509 | uri: http://localhost:3000/api/v1/statuses/102317289552801287 |
482 | response: | 510 | response: |
483 | body: {string: '{"id":"102315365604829044","created_at":"2019-06-22T13:03:01.653Z","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/102315365604829044","url":"http://localhost/@admin/102315365604829044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I | 511 | body: {string: '{"id":"102317289552801287","created_at":"2019-06-22T21:12:18.751Z","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/102317289552801287","url":"http://localhost/@admin/102317289552801287","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I |
484 | love japanimation!","reblog":null,"application":{"name":"Mastodon.py test | 512 | love japanimation!","reblog":null,"application":{"name":"Mastodon.py test |
485 | 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":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 513 | 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":3,"following_count":1,"statuses_count":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
486 | headers: | 514 | headers: |
487 | Cache-Control: ['no-cache, no-store'] | 515 | Cache-Control: ['no-cache, no-store'] |
488 | Content-Type: [application/json; charset=utf-8] | 516 | Content-Type: [application/json; charset=utf-8] |
@@ -493,9 +521,9 @@ interactions: | |||
493 | X-Download-Options: [noopen] | 521 | X-Download-Options: [noopen] |
494 | X-Frame-Options: [SAMEORIGIN] | 522 | X-Frame-Options: [SAMEORIGIN] |
495 | X-Permitted-Cross-Domain-Policies: [none] | 523 | X-Permitted-Cross-Domain-Policies: [none] |
496 | X-Request-Id: [f2979d48-026f-4894-ba48-000e6e06c58e] | 524 | X-Request-Id: [d7efdd9f-9b4d-4e1c-b238-cfb3426a9c0a] |
497 | X-Runtime: ['0.124443'] | 525 | X-Runtime: ['0.100519'] |
498 | X-XSS-Protection: [1; mode=block] | 526 | X-XSS-Protection: [1; mode=block] |
499 | content-length: ['1156'] | 527 | content-length: ['1157'] |
500 | status: {code: 200, message: OK} | 528 | status: {code: 200, message: OK} |
501 | version: 1 | 529 | version: 1 |
diff --git a/tests/cassettes/test_filter_update.yaml b/tests/cassettes/test_filter_update.yaml index b9538f7..8519d00 100644 --- a/tests/cassettes/test_filter_update.yaml +++ b/tests/cassettes/test_filter_update.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/filters | 13 | uri: http://localhost:3000/api/v1/filters |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"3","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 15 | body: {string: '{"id":"60","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [bd8dd539-c0a0-4e80-b882-a97b7a4fe8f1] | 26 | X-Request-Id: [855e6d63-e244-4b89-9193-5568a98db496] |
27 | X-Runtime: ['0.034055'] | 27 | X-Runtime: ['0.028946'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['112'] | 29 | content-length: ['113'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: phrase=japanimation | 32 | body: phrase=japanimation |
@@ -39,9 +39,9 @@ interactions: | |||
39 | Content-Type: [application/x-www-form-urlencoded] | 39 | Content-Type: [application/x-www-form-urlencoded] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: PUT | 41 | method: PUT |
42 | uri: http://localhost:3000/api/v1/filters/3 | 42 | uri: http://localhost:3000/api/v1/filters/60 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 44 | body: {string: '{"id":"60","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
45 | headers: | 45 | headers: |
46 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [8f11357b-3bd5-46e7-8a5b-578299e3d426] | 55 | X-Request-Id: [b439f18f-8c5d-44e2-afc6-432d3a19e5f9] |
56 | X-Runtime: ['0.086907'] | 56 | X-Runtime: ['0.023707'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['119'] | 58 | content-length: ['120'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: null | 61 | body: null |
@@ -66,9 +66,9 @@ interactions: | |||
66 | Connection: [keep-alive] | 66 | Connection: [keep-alive] |
67 | User-Agent: [python-requests/2.18.4] | 67 | User-Agent: [python-requests/2.18.4] |
68 | method: GET | 68 | method: GET |
69 | uri: http://localhost:3000/api/v1/filters/3 | 69 | uri: http://localhost:3000/api/v1/filters/60 |
70 | response: | 70 | response: |
71 | body: {string: '{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 71 | body: {string: '{"id":"60","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['no-cache, no-store'] | 73 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
@@ -79,9 +79,9 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [3758c54b-454e-47a6-be44-ca4b5b6ce94a] | 82 | X-Request-Id: [0ee71619-eb0a-4a84-a947-464b3a0f157a] |
83 | X-Runtime: ['0.031811'] | 83 | X-Runtime: ['0.023123'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['119'] | 85 | content-length: ['120'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
87 | version: 1 | 87 | version: 1 |
diff --git a/tests/cassettes/test_follow_request_authorize.yaml b/tests/cassettes/test_follow_request_authorize.yaml index 0251f20..af80fe5 100644 --- a/tests/cassettes/test_follow_request_authorize.yaml +++ b/tests/cassettes/test_follow_request_authorize.yaml | |||
@@ -1,6 +1,6 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: reblogs=1&id=1234567890123456 | 3 | body: reblogs=1&id=1234567890123457 |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
@@ -10,9 +10,9 @@ interactions: | |||
10 | Content-Type: [application/x-www-form-urlencoded] | 10 | Content-Type: [application/x-www-form-urlencoded] |
11 | User-Agent: [python-requests/2.18.4] | 11 | User-Agent: [python-requests/2.18.4] |
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/follow | 13 | uri: http://localhost:3000/api/v1/accounts/1234567890123457/follow |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"1234567890123456","following":false,"showing_reblogs":true,"followed_by":true,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":true,"domain_blocking":false,"endorsed":false}'} | 15 | body: {string: '{"id":"1234567890123457","following":false,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":true,"domain_blocking":false,"endorsed":false}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,17 +23,45 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [3c7c2336-4d16-44ad-aa44-57703a7f1120] | 26 | X-Request-Id: [b09b8258-e503-42a3-aa4e-900770f56a0b] |
27 | X-Runtime: ['0.111889'] | 27 | X-Runtime: ['0.057911'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['223'] | 29 | content-length: ['224'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
33 | headers: | 33 | headers: |
34 | Accept: ['*/*'] | 34 | Accept: ['*/*'] |
35 | Accept-Encoding: ['gzip, deflate'] | 35 | Accept-Encoding: ['gzip, deflate'] |
36 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 36 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_3] |
37 | Connection: [keep-alive] | ||
38 | User-Agent: [python-requests/2.18.4] | ||
39 | method: GET | ||
40 | uri: http://localhost:3000/api/v1/follow_requests | ||
41 | response: | ||
42 | body: {string: '[{"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":3,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}]'} | ||
43 | headers: | ||
44 | Cache-Control: ['no-cache, no-store'] | ||
45 | Content-Type: [application/json; charset=utf-8] | ||
46 | Link: ['<http://localhost:3000/api/v1/follow_requests?since_id=14>; rel="prev"'] | ||
47 | Referrer-Policy: [strict-origin-when-cross-origin] | ||
48 | Transfer-Encoding: [chunked] | ||
49 | Vary: ['Accept-Encoding, Origin'] | ||
50 | X-Content-Type-Options: [nosniff] | ||
51 | X-Download-Options: [noopen] | ||
52 | X-Frame-Options: [SAMEORIGIN] | ||
53 | X-Permitted-Cross-Domain-Policies: [none] | ||
54 | X-Request-Id: [e760a93c-da2b-4357-8944-153d5f20b84c] | ||
55 | X-Runtime: ['0.046723'] | ||
56 | X-XSS-Protection: [1; mode=block] | ||
57 | content-length: ['526'] | ||
58 | status: {code: 200, message: OK} | ||
59 | - request: | ||
60 | body: null | ||
61 | headers: | ||
62 | Accept: ['*/*'] | ||
63 | Accept-Encoding: ['gzip, deflate'] | ||
64 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_3] | ||
37 | Connection: [keep-alive] | 65 | Connection: [keep-alive] |
38 | Content-Length: ['0'] | 66 | Content-Length: ['0'] |
39 | User-Agent: [python-requests/2.18.4] | 67 | User-Agent: [python-requests/2.18.4] |
@@ -51,8 +79,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [8a412763-0a24-4fd4-a744-491411068af6] | 82 | X-Request-Id: [6b5c7f8f-1153-4d3e-a1e2-3d5a723efd17] |
55 | X-Runtime: ['0.101909'] | 83 | X-Runtime: ['0.100847'] |
56 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['2'] | 85 | content-length: ['2'] |
58 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -66,9 +94,9 @@ interactions: | |||
66 | Content-Length: ['0'] | 94 | Content-Length: ['0'] |
67 | User-Agent: [python-requests/2.18.4] | 95 | User-Agent: [python-requests/2.18.4] |
68 | method: POST | 96 | method: POST |
69 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/unfollow | 97 | uri: http://localhost:3000/api/v1/accounts/1234567890123457/unfollow |
70 | response: | 98 | response: |
71 | body: {string: '{"id":"1234567890123456","following":false,"showing_reblogs":false,"followed_by":true,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} | 99 | body: {string: '{"id":"1234567890123457","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} |
72 | headers: | 100 | headers: |
73 | Cache-Control: ['no-cache, no-store'] | 101 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 102 | Content-Type: [application/json; charset=utf-8] |
@@ -79,9 +107,9 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 107 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 108 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 109 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [4212d697-29e6-4265-b39c-d9f6b9a3815d] | 110 | X-Request-Id: [63236a87-0714-4715-9714-f6197e82f7ce] |
83 | X-Runtime: ['0.070500'] | 111 | X-Runtime: ['0.046859'] |
84 | X-XSS-Protection: [1; mode=block] | 112 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['225'] | 113 | content-length: ['226'] |
86 | status: {code: 200, message: OK} | 114 | status: {code: 200, message: OK} |
87 | version: 1 | 115 | version: 1 |
diff --git a/tests/cassettes/test_follow_request_reject.yaml b/tests/cassettes/test_follow_request_reject.yaml index 544b8cb..340fe07 100644 --- a/tests/cassettes/test_follow_request_reject.yaml +++ b/tests/cassettes/test_follow_request_reject.yaml | |||
@@ -1,6 +1,6 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: reblogs=1&id=1234567890123456 | 3 | body: reblogs=1&id=1234567890123457 |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
@@ -10,9 +10,9 @@ interactions: | |||
10 | Content-Type: [application/x-www-form-urlencoded] | 10 | Content-Type: [application/x-www-form-urlencoded] |
11 | User-Agent: [python-requests/2.18.4] | 11 | User-Agent: [python-requests/2.18.4] |
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/follow | 13 | uri: http://localhost:3000/api/v1/accounts/1234567890123457/follow |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"1234567890123456","following":false,"showing_reblogs":true,"followed_by":true,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":true,"domain_blocking":false,"endorsed":false}'} | 15 | body: {string: '{"id":"1234567890123457","following":false,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":true,"domain_blocking":false,"endorsed":false}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,17 +23,45 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [59977bff-ff1e-492b-974a-3e9ec39a2488] | 26 | X-Request-Id: [ffd268f7-42f2-4ac2-be1c-4fdbf37201f5] |
27 | X-Runtime: ['0.055647'] | 27 | X-Runtime: ['0.047446'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['223'] | 29 | content-length: ['224'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
33 | headers: | 33 | headers: |
34 | Accept: ['*/*'] | 34 | Accept: ['*/*'] |
35 | Accept-Encoding: ['gzip, deflate'] | 35 | Accept-Encoding: ['gzip, deflate'] |
36 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 36 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_3] |
37 | Connection: [keep-alive] | ||
38 | User-Agent: [python-requests/2.18.4] | ||
39 | method: GET | ||
40 | uri: http://localhost:3000/api/v1/follow_requests | ||
41 | response: | ||
42 | body: {string: '[{"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":3,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}]'} | ||
43 | headers: | ||
44 | Cache-Control: ['no-cache, no-store'] | ||
45 | Content-Type: [application/json; charset=utf-8] | ||
46 | Link: ['<http://localhost:3000/api/v1/follow_requests?since_id=15>; rel="prev"'] | ||
47 | Referrer-Policy: [strict-origin-when-cross-origin] | ||
48 | Transfer-Encoding: [chunked] | ||
49 | Vary: ['Accept-Encoding, Origin'] | ||
50 | X-Content-Type-Options: [nosniff] | ||
51 | X-Download-Options: [noopen] | ||
52 | X-Frame-Options: [SAMEORIGIN] | ||
53 | X-Permitted-Cross-Domain-Policies: [none] | ||
54 | X-Request-Id: [7e5522d5-da66-4459-bda9-d035d175d9fb] | ||
55 | X-Runtime: ['0.048571'] | ||
56 | X-XSS-Protection: [1; mode=block] | ||
57 | content-length: ['526'] | ||
58 | status: {code: 200, message: OK} | ||
59 | - request: | ||
60 | body: null | ||
61 | headers: | ||
62 | Accept: ['*/*'] | ||
63 | Accept-Encoding: ['gzip, deflate'] | ||
64 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_3] | ||
37 | Connection: [keep-alive] | 65 | Connection: [keep-alive] |
38 | Content-Length: ['0'] | 66 | Content-Length: ['0'] |
39 | User-Agent: [python-requests/2.18.4] | 67 | User-Agent: [python-requests/2.18.4] |
@@ -51,8 +79,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [1ee3d0d0-b6d5-46cd-9e41-feca12bfbf95] | 82 | X-Request-Id: [e3763a66-ce27-454f-8530-dae785e6e569] |
55 | X-Runtime: ['0.033143'] | 83 | X-Runtime: ['0.031822'] |
56 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['2'] | 85 | content-length: ['2'] |
58 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_follow_requests.yaml b/tests/cassettes/test_follow_requests.yaml index 06c5f3e..e569210 100644 --- a/tests/cassettes/test_follow_requests.yaml +++ b/tests/cassettes/test_follow_requests.yaml | |||
@@ -4,7 +4,7 @@ interactions: | |||
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_3] |
8 | Connection: [keep-alive] | 8 | Connection: [keep-alive] |
9 | User-Agent: [python-requests/2.18.4] | 9 | User-Agent: [python-requests/2.18.4] |
10 | method: GET | 10 | method: GET |
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [4d4293b3-1260-41d1-ba7e-80ed0172b9ad] | 24 | X-Request-Id: [adbad46d-28b6-4e38-8c07-08fd32e50cb5] |
25 | X-Runtime: ['0.027961'] | 25 | X-Runtime: ['0.028485'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_follow_suggestions.yaml b/tests/cassettes/test_follow_suggestions.yaml index 85e0f60..07b213b 100644 --- a/tests/cassettes/test_follow_suggestions.yaml +++ b/tests/cassettes/test_follow_suggestions.yaml | |||
@@ -12,10 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315364694961970","created_at":"2019-06-22T13:02:47.745Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364694961970","url":"http://localhost/@mastodonpy_test/102315364694961970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317288648137516","created_at":"2019-06-22T21:12:04.935Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288648137516","url":"http://localhost/@mastodonpy_test/102317288648137516","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
@@ -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: [7fc9961a-bd11-4027-bd72-e5c8e51faae8] | 29 | X-Request-Id: [74b4a60b-548b-4456-8dc4-8c2db09e1ce8] |
30 | X-Runtime: ['0.322650'] | 30 | X-Runtime: ['0.144928'] |
31 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 32 | content-length: ['1597'] |
33 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
@@ -41,12 +41,12 @@ interactions: | |||
41 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
43 | method: POST | 43 | method: POST |
44 | uri: http://localhost:3000/api/v1/statuses/102315364694961970/favourite | 44 | uri: http://localhost:3000/api/v1/statuses/102317288648137516/favourite |
45 | response: | 45 | response: |
46 | body: {string: '{"id":"102315364694961970","created_at":"2019-06-22T13:02:47.745Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364694961970","url":"http://localhost/@mastodonpy_test/102315364694961970","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 46 | body: {string: '{"id":"102317288648137516","created_at":"2019-06-22T21:12:04.935Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288648137516","url":"http://localhost/@mastodonpy_test/102317288648137516","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
50 | headers: | 50 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 51 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
@@ -57,8 +57,8 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [d91b5a3d-b23f-42ed-b571-8dc7a353e620] | 60 | X-Request-Id: [a1433cce-1eba-40cd-80a5-71f14c979c9e] |
61 | X-Runtime: ['0.563459'] | 61 | X-Runtime: ['0.148043'] |
62 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1581'] | 63 | content-length: ['1581'] |
64 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
@@ -74,8 +74,8 @@ interactions: | |||
74 | uri: http://localhost:3000/api/v1/suggestions | 74 | uri: http://localhost:3000/api/v1/suggestions |
75 | response: | 75 | response: |
76 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 76 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
77 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 77 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
78 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}]'} | 78 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}]'} |
79 | headers: | 79 | headers: |
80 | Cache-Control: ['no-cache, no-store'] | 80 | Cache-Control: ['no-cache, no-store'] |
81 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
@@ -86,8 +86,8 @@ interactions: | |||
86 | X-Download-Options: [noopen] | 86 | X-Download-Options: [noopen] |
87 | X-Frame-Options: [SAMEORIGIN] | 87 | X-Frame-Options: [SAMEORIGIN] |
88 | X-Permitted-Cross-Domain-Policies: [none] | 88 | X-Permitted-Cross-Domain-Policies: [none] |
89 | X-Request-Id: [c841953f-e1be-4c9a-a661-ce5fcff3c30a] | 89 | X-Request-Id: [4156525f-431d-46e3-9268-e687e3692468] |
90 | X-Runtime: ['0.059090'] | 90 | X-Runtime: ['0.023976'] |
91 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
92 | content-length: ['931'] | 92 | content-length: ['931'] |
93 | status: {code: 200, message: OK} | 93 | status: {code: 200, message: OK} |
@@ -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: [f599a468-8bd0-4be1-b4a0-fd7e6b1f7cbd] | 117 | X-Request-Id: [e133faba-f5d8-4514-9c70-13081627adcf] |
118 | X-Runtime: ['0.082804'] | 118 | X-Runtime: ['0.016850'] |
119 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
120 | content-length: ['2'] | 120 | content-length: ['2'] |
121 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
@@ -141,8 +141,8 @@ interactions: | |||
141 | X-Download-Options: [noopen] | 141 | X-Download-Options: [noopen] |
142 | X-Frame-Options: [SAMEORIGIN] | 142 | X-Frame-Options: [SAMEORIGIN] |
143 | X-Permitted-Cross-Domain-Policies: [none] | 143 | X-Permitted-Cross-Domain-Policies: [none] |
144 | X-Request-Id: [a99fc0ef-84a1-4aa7-a00d-7cb0be952f0a] | 144 | X-Request-Id: [5d186bcc-78ac-4255-bc72-80ee816e1df0] |
145 | X-Runtime: ['0.027385'] | 145 | X-Runtime: ['0.018158'] |
146 | X-XSS-Protection: [1; mode=block] | 146 | X-XSS-Protection: [1; mode=block] |
147 | content-length: ['2'] | 147 | content-length: ['2'] |
148 | status: {code: 200, message: OK} | 148 | status: {code: 200, message: OK} |
@@ -156,12 +156,12 @@ interactions: | |||
156 | Content-Length: ['0'] | 156 | Content-Length: ['0'] |
157 | User-Agent: [python-requests/2.18.4] | 157 | User-Agent: [python-requests/2.18.4] |
158 | method: DELETE | 158 | method: DELETE |
159 | uri: http://localhost:3000/api/v1/statuses/102315364694961970 | 159 | uri: http://localhost:3000/api/v1/statuses/102317288648137516 |
160 | response: | 160 | response: |
161 | body: {string: '{"id":"102315364694961970","created_at":"2019-06-22T13:02:47.745Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364694961970","url":"http://localhost/@mastodonpy_test/102315364694961970","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 161 | body: {string: '{"id":"102317288648137516","created_at":"2019-06-22T21:12:04.935Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317288648137516","url":"http://localhost/@mastodonpy_test/102317288648137516","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
162 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 162 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
163 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | 163 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI |
164 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 164 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561237923","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
165 | headers: | 165 | headers: |
166 | Cache-Control: ['no-cache, no-store'] | 166 | Cache-Control: ['no-cache, no-store'] |
167 | Content-Type: [application/json; charset=utf-8] | 167 | Content-Type: [application/json; charset=utf-8] |
@@ -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: [0ccbf81f-4930-4b85-bb78-5b0d9c724c42] | 175 | X-Request-Id: [06e8ef35-6537-44f8-b218-2996d4ed5912] |
176 | X-Runtime: ['0.132072'] | 176 | X-Runtime: ['0.081471'] |
177 | X-XSS-Protection: [1; mode=block] | 177 | X-XSS-Protection: [1; mode=block] |
178 | content-length: ['1567'] | 178 | content-length: ['1567'] |
179 | status: {code: 200, message: OK} | 179 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_hashtag_tl.yaml b/tests/cassettes/test_hashtag_tl.yaml index 9109400..9fedce7 100644 --- a/tests/cassettes/test_hashtag_tl.yaml +++ b/tests/cassettes/test_hashtag_tl.yaml | |||
@@ -12,12 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315371935886180","created_at":"2019-06-22T13:04:38.253Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371935886180","url":"http://localhost/@mastodonpy_test/102315371935886180","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca | 15 | body: {string: '{"id":"102317296784323472","created_at":"2019-06-22T21:14:09.088Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296784323472","url":"http://localhost/@mastodonpy_test/102317296784323472","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca |
16 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e | 16 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e |
17 | (hashtag toot)\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 17 | (hashtag toot)\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}'} |
19 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
20 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}'} | ||
21 | headers: | 19 | headers: |
22 | Cache-Control: ['no-cache, no-store'] | 20 | Cache-Control: ['no-cache, no-store'] |
23 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
@@ -28,10 +26,10 @@ interactions: | |||
28 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
29 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
30 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
31 | X-Request-Id: [22d90296-9ed5-456b-bc39-0e56baf8fe98] | 29 | X-Request-Id: [aa74453b-7b50-4f59-b015-d35ad2253888] |
32 | X-Runtime: ['0.250220'] | 30 | X-Runtime: ['0.199622'] |
33 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
34 | content-length: ['1796'] | 32 | content-length: ['1435'] |
35 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
36 | - request: | 34 | - request: |
37 | body: null | 35 | body: null |
@@ -44,17 +42,15 @@ interactions: | |||
44 | method: GET | 42 | method: GET |
45 | uri: http://localhost:3000/api/v1/timelines/tag/hoot | 43 | uri: http://localhost:3000/api/v1/timelines/tag/hoot |
46 | response: | 44 | response: |
47 | body: {string: '[{"id":"102315371935886180","created_at":"2019-06-22T13:04:38.253Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371935886180","url":"http://localhost/@mastodonpy_test/102315371935886180","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca | 45 | body: {string: '[{"id":"102317296784323472","created_at":"2019-06-22T21:14:09.088Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296784323472","url":"http://localhost/@mastodonpy_test/102317296784323472","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca |
48 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e | 46 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e |
49 | (hashtag toot)\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 47 | (hashtag toot)\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}]'} |
51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}]'} | ||
53 | headers: | 49 | headers: |
54 | Cache-Control: ['no-cache, no-store'] | 50 | Cache-Control: ['no-cache, no-store'] |
55 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
56 | Link: ['<http://localhost:3000/api/v1/timelines/tag/hoot?max_id=102315371935886180>; | 52 | Link: ['<http://localhost:3000/api/v1/timelines/tag/hoot?max_id=102317296784323472>; |
57 | rel="next", <http://localhost:3000/api/v1/timelines/tag/hoot?min_id=102315371935886180>; | 53 | rel="next", <http://localhost:3000/api/v1/timelines/tag/hoot?min_id=102317296784323472>; |
58 | rel="prev"'] | 54 | rel="prev"'] |
59 | Referrer-Policy: [strict-origin-when-cross-origin] | 55 | Referrer-Policy: [strict-origin-when-cross-origin] |
60 | Transfer-Encoding: [chunked] | 56 | Transfer-Encoding: [chunked] |
@@ -63,10 +59,10 @@ interactions: | |||
63 | X-Download-Options: [noopen] | 59 | X-Download-Options: [noopen] |
64 | X-Frame-Options: [SAMEORIGIN] | 60 | X-Frame-Options: [SAMEORIGIN] |
65 | X-Permitted-Cross-Domain-Policies: [none] | 61 | X-Permitted-Cross-Domain-Policies: [none] |
66 | X-Request-Id: [bb2227a6-534d-4044-8432-f0b2c8dbe022] | 62 | X-Request-Id: [f8f0cdc1-830a-48d8-8adc-c5748b9db80a] |
67 | X-Runtime: ['0.094503'] | 63 | X-Runtime: ['0.080257'] |
68 | X-XSS-Protection: [1; mode=block] | 64 | X-XSS-Protection: [1; mode=block] |
69 | content-length: ['1798'] | 65 | content-length: ['1437'] |
70 | status: {code: 200, message: OK} | 66 | status: {code: 200, message: OK} |
71 | - request: | 67 | - request: |
72 | body: null | 68 | body: null |
@@ -78,12 +74,10 @@ interactions: | |||
78 | Content-Length: ['0'] | 74 | Content-Length: ['0'] |
79 | User-Agent: [python-requests/2.18.4] | 75 | User-Agent: [python-requests/2.18.4] |
80 | method: DELETE | 76 | method: DELETE |
81 | uri: http://localhost:3000/api/v1/statuses/102315371935886180 | 77 | uri: http://localhost:3000/api/v1/statuses/102317296784323472 |
82 | response: | 78 | response: |
83 | body: {string: '{"id":"102315371935886180","created_at":"2019-06-22T13:04:38.253Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371935886180","url":"http://localhost/@mastodonpy_test/102315371935886180","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"#hoot | 79 | body: {string: '{"id":"102317296784323472","created_at":"2019-06-22T21:14:09.088Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296784323472","url":"http://localhost/@mastodonpy_test/102317296784323472","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"#hoot |
84 | (hashtag toot)","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 80 | (hashtag toot)","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}'} |
85 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
86 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}'} | ||
87 | headers: | 81 | headers: |
88 | Cache-Control: ['no-cache, no-store'] | 82 | Cache-Control: ['no-cache, no-store'] |
89 | Content-Type: [application/json; charset=utf-8] | 83 | Content-Type: [application/json; charset=utf-8] |
@@ -94,9 +88,9 @@ interactions: | |||
94 | X-Download-Options: [noopen] | 88 | X-Download-Options: [noopen] |
95 | X-Frame-Options: [SAMEORIGIN] | 89 | X-Frame-Options: [SAMEORIGIN] |
96 | X-Permitted-Cross-Domain-Policies: [none] | 90 | X-Permitted-Cross-Domain-Policies: [none] |
97 | X-Request-Id: [4d4b7592-f53d-4e01-806e-2b8108a2b260] | 91 | X-Request-Id: [c6546e60-fa7b-4fb6-8b79-6d607272b676] |
98 | X-Runtime: ['0.082464'] | 92 | X-Runtime: ['0.070772'] |
99 | X-XSS-Protection: [1; mode=block] | 93 | X-XSS-Protection: [1; mode=block] |
100 | content-length: ['1632'] | 94 | content-length: ['1271'] |
101 | status: {code: 200, message: OK} | 95 | status: {code: 200, message: OK} |
102 | version: 1 | 96 | version: 1 |
diff --git a/tests/cassettes/test_home_tl.yaml b/tests/cassettes/test_home_tl.yaml index 75bff6e..6cce903 100644 --- a/tests/cassettes/test_home_tl.yaml +++ b/tests/cassettes/test_home_tl.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315371910881655","created_at":"2019-06-22T13:04:37.844Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371910881655","url":"http://localhost/@mastodonpy_test/102315371910881655","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317298773058263","created_at":"2019-06-22T21:14:39.429Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317298773058263","url":"http://localhost/@mastodonpy_test/102317298773058263","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [f2f20d83-d4e9-4fb9-abc2-e8873254df85] | 27 | X-Request-Id: [06550654-471f-4428-9a56-6ffafadea998] |
30 | X-Runtime: ['0.150523'] | 28 | X-Runtime: ['0.143496'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -42,19 +40,15 @@ interactions: | |||
42 | method: GET | 40 | method: GET |
43 | uri: http://localhost:3000/api/v1/timelines/home | 41 | uri: http://localhost:3000/api/v1/timelines/home |
44 | response: | 42 | response: |
45 | body: {string: '[{"id":"102315371910881655","created_at":"2019-06-22T13:04:37.844Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371910881655","url":"http://localhost/@mastodonpy_test/102315371910881655","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 43 | body: {string: '[{"id":"102317298773058263","created_at":"2019-06-22T21:14:39.429Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317298773058263","url":"http://localhost/@mastodonpy_test/102317298773058263","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317295313454223","created_at":"2019-06-22T21:13:46.644Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317295313454223","url":"http://localhost/@mastodonpy_test/102317295313454223","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
47 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
48 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s | ||
49 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 45 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
50 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 46 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
53 | headers: | 47 | headers: |
54 | Cache-Control: ['no-cache, no-store'] | 48 | Cache-Control: ['no-cache, no-store'] |
55 | Content-Type: [application/json; charset=utf-8] | 49 | Content-Type: [application/json; charset=utf-8] |
56 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102315370831297879>; | 50 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102317295313454223>; |
57 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102315371910881655>; | 51 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102317298773058263>; |
58 | rel="prev"'] | 52 | rel="prev"'] |
59 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
60 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
@@ -63,10 +57,10 @@ interactions: | |||
63 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
64 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
65 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
66 | X-Request-Id: [a5976aca-0c15-4645-ad15-d542fe1af05c] | 60 | X-Request-Id: [942b7198-9d9d-47d0-a0fa-a846ca39ecfa] |
67 | X-Runtime: ['0.103635'] | 61 | X-Runtime: ['0.096874'] |
68 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
69 | content-length: ['3215'] | 63 | content-length: ['2493'] |
70 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
71 | - request: | 65 | - request: |
72 | body: null | 66 | body: null |
@@ -78,12 +72,10 @@ interactions: | |||
78 | Content-Length: ['0'] | 72 | Content-Length: ['0'] |
79 | User-Agent: [python-requests/2.18.4] | 73 | User-Agent: [python-requests/2.18.4] |
80 | method: DELETE | 74 | method: DELETE |
81 | uri: http://localhost:3000/api/v1/statuses/102315371910881655 | 75 | uri: http://localhost:3000/api/v1/statuses/102317298773058263 |
82 | response: | 76 | response: |
83 | body: {string: '{"id":"102315371910881655","created_at":"2019-06-22T13:04:37.844Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371910881655","url":"http://localhost/@mastodonpy_test/102315371910881655","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 77 | body: {string: '{"id":"102317298773058263","created_at":"2019-06-22T21:14:39.429Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317298773058263","url":"http://localhost/@mastodonpy_test/102317298773058263","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
84 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 78 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
85 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
86 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
87 | headers: | 79 | headers: |
88 | Cache-Control: ['no-cache, no-store'] | 80 | Cache-Control: ['no-cache, no-store'] |
89 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
@@ -94,9 +86,9 @@ interactions: | |||
94 | X-Download-Options: [noopen] | 86 | X-Download-Options: [noopen] |
95 | X-Frame-Options: [SAMEORIGIN] | 87 | X-Frame-Options: [SAMEORIGIN] |
96 | X-Permitted-Cross-Domain-Policies: [none] | 88 | X-Permitted-Cross-Domain-Policies: [none] |
97 | X-Request-Id: [a473cfda-8b29-47bb-810f-e26f2a047885] | 89 | X-Request-Id: [b2e3ae5f-334a-44c3-a52e-18c1f05a1fab] |
98 | X-Runtime: ['0.075744'] | 90 | X-Runtime: ['0.091128'] |
99 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
100 | content-length: ['1567'] | 92 | content-length: ['1206'] |
101 | status: {code: 200, message: OK} | 93 | status: {code: 200, message: OK} |
102 | version: 1 | 94 | version: 1 |
diff --git a/tests/cassettes/test_home_tl_anonymous_throws.yaml b/tests/cassettes/test_home_tl_anonymous_throws.yaml index 03b3621..3be3448 100644 --- a/tests/cassettes/test_home_tl_anonymous_throws.yaml +++ b/tests/cassettes/test_home_tl_anonymous_throws.yaml | |||
@@ -23,8 +23,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [8c485fb2-8651-46cc-8a1b-be1032419556] | 26 | X-Request-Id: [07b20cad-f0e1-4ab5-a6c7-5cdf0df5d619] |
27 | X-Runtime: ['0.039617'] | 27 | X-Runtime: ['0.026176'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['39'] | 29 | content-length: ['39'] |
30 | status: {code: 401, message: Unauthorized} | 30 | status: {code: 401, message: Unauthorized} |
diff --git a/tests/cassettes/test_id_hook.yaml b/tests/cassettes/test_id_hook.yaml index 9fc37af..6420e09 100644 --- a/tests/cassettes/test_id_hook.yaml +++ b/tests/cassettes/test_id_hook.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315365939215936","created_at":"2019-06-22T13:03:06.727Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365939215936","url":"http://localhost/@mastodonpy_test/102315365939215936","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317290444458764","created_at":"2019-06-22T21:12:32.344Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290444458764","url":"http://localhost/@mastodonpy_test/102317290444458764","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [620472ea-a846-466a-8161-231f1183e00b] | 27 | X-Request-Id: [e1684557-94bb-4be8-84d5-c9fd859945f4] |
30 | X-Runtime: ['0.170576'] | 28 | X-Runtime: ['0.183226'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: DELETE | 41 | method: DELETE |
44 | uri: http://localhost:3000/api/v1/statuses/102315365939215936 | 42 | uri: http://localhost:3000/api/v1/statuses/102317290444458764 |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315365939215936","created_at":"2019-06-22T13:03:06.727Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365939215936","url":"http://localhost/@mastodonpy_test/102315365939215936","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317290444458764","created_at":"2019-06-22T21:12:32.344Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290444458764","url":"http://localhost/@mastodonpy_test/102317290444458764","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,9 +53,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [ba34e9a7-69de-4daf-9516-9faefbb16099] | 56 | X-Request-Id: [04e6e2b4-4ec2-443a-9975-e93dfba655a7] |
61 | X-Runtime: ['0.089693'] | 57 | X-Runtime: ['0.068609'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1567'] | 59 | content-length: ['1206'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_id_hook_in_reply_to.yaml b/tests/cassettes/test_id_hook_in_reply_to.yaml index 4847940..8304b64 100644 --- a/tests/cassettes/test_id_hook_in_reply_to.yaml +++ b/tests/cassettes/test_id_hook_in_reply_to.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315365962149648","created_at":"2019-06-22T13:03:07.180Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365962149648","url":"http://localhost/@mastodonpy_test/102315365962149648","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317290467183030","created_at":"2019-06-22T21:12:32.698Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290467183030","url":"http://localhost/@mastodonpy_test/102317290467183030","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,13 +24,13 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [e88eb6dc-42b7-47b0-b7d6-3b4c930ca003] | 27 | X-Request-Id: [899ae33f-eff7-46ac-bdf6-6a7ed4074297] |
30 | X-Runtime: ['0.476418'] | 28 | X-Runtime: ['0.191141'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: in_reply_to_id=102315365962149648&status=Reply%21 | 33 | body: in_reply_to_id=102317290467183030&status=Reply%21 |
36 | headers: | 34 | headers: |
37 | Accept: ['*/*'] | 35 | Accept: ['*/*'] |
38 | Accept-Encoding: ['gzip, deflate'] | 36 | Accept-Encoding: ['gzip, deflate'] |
@@ -44,10 +42,8 @@ interactions: | |||
44 | method: POST | 42 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses | 43 | uri: http://localhost:3000/api/v1/statuses |
46 | response: | 44 | response: |
47 | body: {string: '{"id":"102315365992100986","created_at":"2019-06-22T13:03:07.536Z","in_reply_to_id":"102315365962149648","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365992100986","url":"http://localhost/@mastodonpy_test/102315365992100986","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eReply!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 45 | body: {string: '{"id":"102317290480954448","created_at":"2019-06-22T21:12:32.903Z","in_reply_to_id":"102317290467183030","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290480954448","url":"http://localhost/@mastodonpy_test/102317290480954448","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eReply!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
49 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
50 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
51 | headers: | 47 | headers: |
52 | Cache-Control: ['no-cache, no-store'] | 48 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 49 | Content-Type: [application/json; charset=utf-8] |
@@ -58,10 +54,10 @@ interactions: | |||
58 | X-Download-Options: [noopen] | 54 | X-Download-Options: [noopen] |
59 | X-Frame-Options: [SAMEORIGIN] | 55 | X-Frame-Options: [SAMEORIGIN] |
60 | X-Permitted-Cross-Domain-Policies: [none] | 56 | X-Permitted-Cross-Domain-Policies: [none] |
61 | X-Request-Id: [f60b1976-605d-4f9f-baa5-e8fe972bb82f] | 57 | X-Request-Id: [a3d67b11-5cbe-4549-b388-2fadcee8b24d] |
62 | X-Runtime: ['0.269256'] | 58 | X-Runtime: ['0.198386'] |
63 | X-XSS-Protection: [1; mode=block] | 59 | X-XSS-Protection: [1; mode=block] |
64 | content-length: ['1628'] | 60 | content-length: ['1267'] |
65 | status: {code: 200, message: OK} | 61 | status: {code: 200, message: OK} |
66 | - request: | 62 | - request: |
67 | body: null | 63 | body: null |
@@ -73,12 +69,10 @@ interactions: | |||
73 | Content-Length: ['0'] | 69 | Content-Length: ['0'] |
74 | User-Agent: [python-requests/2.18.4] | 70 | User-Agent: [python-requests/2.18.4] |
75 | method: DELETE | 71 | method: DELETE |
76 | uri: http://localhost:3000/api/v1/statuses/102315365992100986 | 72 | uri: http://localhost:3000/api/v1/statuses/102317290480954448 |
77 | response: | 73 | response: |
78 | body: {string: '{"id":"102315365992100986","created_at":"2019-06-22T13:03:07.536Z","in_reply_to_id":"102315365962149648","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365992100986","url":"http://localhost/@mastodonpy_test/102315365992100986","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Reply!","reblog":null,"application":{"name":"Mastodon.py | 74 | body: {string: '{"id":"102317290480954448","created_at":"2019-06-22T21:12:32.903Z","in_reply_to_id":"102317290467183030","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290480954448","url":"http://localhost/@mastodonpy_test/102317290480954448","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Reply!","reblog":null,"application":{"name":"Mastodon.py |
79 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 75 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
80 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
81 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
82 | headers: | 76 | headers: |
83 | Cache-Control: ['no-cache, no-store'] | 77 | Cache-Control: ['no-cache, no-store'] |
84 | Content-Type: [application/json; charset=utf-8] | 78 | Content-Type: [application/json; charset=utf-8] |
@@ -89,10 +83,10 @@ interactions: | |||
89 | X-Download-Options: [noopen] | 83 | X-Download-Options: [noopen] |
90 | X-Frame-Options: [SAMEORIGIN] | 84 | X-Frame-Options: [SAMEORIGIN] |
91 | X-Permitted-Cross-Domain-Policies: [none] | 85 | X-Permitted-Cross-Domain-Policies: [none] |
92 | X-Request-Id: [bf3d8a27-4e76-40da-ae57-473d90be0624] | 86 | X-Request-Id: [ea2d4ad1-bcf2-4281-bb46-6efaf59ce33a] |
93 | X-Runtime: ['0.084137'] | 87 | X-Runtime: ['0.113439'] |
94 | X-XSS-Protection: [1; mode=block] | 88 | X-XSS-Protection: [1; mode=block] |
95 | content-length: ['1598'] | 89 | content-length: ['1237'] |
96 | status: {code: 200, message: OK} | 90 | status: {code: 200, message: OK} |
97 | - request: | 91 | - request: |
98 | body: null | 92 | body: null |
@@ -104,12 +98,10 @@ interactions: | |||
104 | Content-Length: ['0'] | 98 | Content-Length: ['0'] |
105 | User-Agent: [python-requests/2.18.4] | 99 | User-Agent: [python-requests/2.18.4] |
106 | method: DELETE | 100 | method: DELETE |
107 | uri: http://localhost:3000/api/v1/statuses/102315365962149648 | 101 | uri: http://localhost:3000/api/v1/statuses/102317290467183030 |
108 | response: | 102 | response: |
109 | body: {string: '{"id":"102315365962149648","created_at":"2019-06-22T13:03:07.180Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365962149648","url":"http://localhost/@mastodonpy_test/102315365962149648","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 103 | body: {string: '{"id":"102317290467183030","created_at":"2019-06-22T21:12:32.698Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290467183030","url":"http://localhost/@mastodonpy_test/102317290467183030","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
110 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 104 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
111 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
112 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
113 | headers: | 105 | headers: |
114 | Cache-Control: ['no-cache, no-store'] | 106 | Cache-Control: ['no-cache, no-store'] |
115 | Content-Type: [application/json; charset=utf-8] | 107 | Content-Type: [application/json; charset=utf-8] |
@@ -120,9 +112,9 @@ interactions: | |||
120 | X-Download-Options: [noopen] | 112 | X-Download-Options: [noopen] |
121 | X-Frame-Options: [SAMEORIGIN] | 113 | X-Frame-Options: [SAMEORIGIN] |
122 | X-Permitted-Cross-Domain-Policies: [none] | 114 | X-Permitted-Cross-Domain-Policies: [none] |
123 | X-Request-Id: [2cd50461-ff55-4f68-80a0-7aab88c17cb9] | 115 | X-Request-Id: [8c2aa8e7-635a-45bb-a0e9-337ca2015daa] |
124 | X-Runtime: ['0.112977'] | 116 | X-Runtime: ['0.114089'] |
125 | X-XSS-Protection: [1; mode=block] | 117 | X-XSS-Protection: [1; mode=block] |
126 | content-length: ['1567'] | 118 | content-length: ['1206'] |
127 | status: {code: 200, message: OK} | 119 | status: {code: 200, message: OK} |
128 | version: 1 | 120 | version: 1 |
diff --git a/tests/cassettes/test_id_hook_within_reblog.yaml b/tests/cassettes/test_id_hook_within_reblog.yaml index 3f8fc86..114d450 100644 --- a/tests/cassettes/test_id_hook_within_reblog.yaml +++ b/tests/cassettes/test_id_hook_within_reblog.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315366025212088","created_at":"2019-06-22T13:03:08.037Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366025212088","url":"http://localhost/@mastodonpy_test/102315366025212088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317290510983112","created_at":"2019-06-22T21:12:33.359Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290510983112","url":"http://localhost/@mastodonpy_test/102317290510983112","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [045708fb-711e-4c11-a81d-0cdb1df02342] | 27 | X-Request-Id: [8e038127-acca-4af8-b6ab-c8907c7c6dd1] |
30 | X-Runtime: ['0.153859'] | 28 | X-Runtime: ['0.153289'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,17 +39,13 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: POST | 41 | method: POST |
44 | uri: http://localhost:3000/api/v1/statuses/102315366025212088/reblog | 42 | uri: http://localhost:3000/api/v1/statuses/102317290510983112/reblog |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315366036793429","created_at":"2019-06-22T13:03:08.211Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315366036793429/activity","url":"http://localhost/@mastodonpy_test/102315366036793429","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT | 44 | body: {string: '{"id":"102317290524330055","created_at":"2019-06-22T21:12:33.561Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102317290524330055/activity","url":"http://localhost/@mastodonpy_test/102317290524330055","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT |
47 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 45 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
48 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 46 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
49 | Toot!\u003c/p\u003e","reblog":{"id":"102315366025212088","created_at":"2019-06-22T13:03:08.037Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366025212088","url":"http://localhost/@mastodonpy_test/102315366025212088","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 47 | Toot!\u003c/p\u003e","reblog":{"id":"102317290510983112","created_at":"2019-06-22T21:12:33.359Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290510983112","url":"http://localhost/@mastodonpy_test/102317290510983112","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
53 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
54 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
55 | headers: | 49 | headers: |
56 | Cache-Control: ['no-cache, no-store'] | 50 | Cache-Control: ['no-cache, no-store'] |
57 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
@@ -62,10 +56,10 @@ interactions: | |||
62 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
63 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
64 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
65 | X-Request-Id: [00a0f1ca-8fa5-4d42-87f7-0046667f880c] | 59 | X-Request-Id: [963e85a5-d6e8-47d4-8764-a3579a262e0e] |
66 | X-Runtime: ['0.258364'] | 60 | X-Runtime: ['0.300169'] |
67 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
68 | content-length: ['3335'] | 62 | content-length: ['2613'] |
69 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
70 | - request: | 64 | - request: |
71 | body: null | 65 | body: null |
@@ -77,14 +71,10 @@ interactions: | |||
77 | Content-Length: ['0'] | 71 | Content-Length: ['0'] |
78 | User-Agent: [python-requests/2.18.4] | 72 | User-Agent: [python-requests/2.18.4] |
79 | method: DELETE | 73 | method: DELETE |
80 | uri: http://localhost:3000/api/v1/statuses/102315366036793429 | 74 | uri: http://localhost:3000/api/v1/statuses/102317290524330055 |
81 | response: | 75 | response: |
82 | body: {string: '{"id":"102315366036793429","created_at":"2019-06-22T13:03:08.211Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315366036793429/activity","url":"http://localhost/@mastodonpy_test/102315366036793429","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"text":"","reblog":{"id":"102315366025212088","created_at":"2019-06-22T13:03:08.037Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366025212088","url":"http://localhost/@mastodonpy_test/102315366025212088","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 76 | body: {string: '{"id":"102317290524330055","created_at":"2019-06-22T21:12:33.561Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102317290524330055/activity","url":"http://localhost/@mastodonpy_test/102317290524330055","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"text":"","reblog":{"id":"102317290510983112","created_at":"2019-06-22T21:12:33.359Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290510983112","url":"http://localhost/@mastodonpy_test/102317290510983112","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
83 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
84 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
85 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
86 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
87 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
88 | headers: | 78 | headers: |
89 | Cache-Control: ['no-cache, no-store'] | 79 | Cache-Control: ['no-cache, no-store'] |
90 | Content-Type: [application/json; charset=utf-8] | 80 | Content-Type: [application/json; charset=utf-8] |
@@ -95,10 +85,10 @@ interactions: | |||
95 | X-Download-Options: [noopen] | 85 | X-Download-Options: [noopen] |
96 | X-Frame-Options: [SAMEORIGIN] | 86 | X-Frame-Options: [SAMEORIGIN] |
97 | X-Permitted-Cross-Domain-Policies: [none] | 87 | X-Permitted-Cross-Domain-Policies: [none] |
98 | X-Request-Id: [f40fee62-c11b-4c8c-b69f-0ac8eaa07d95] | 88 | X-Request-Id: [23153911-de36-4b8f-bf45-352d77054167] |
99 | X-Runtime: ['0.146263'] | 89 | X-Runtime: ['0.138900'] |
100 | X-XSS-Protection: [1; mode=block] | 90 | X-XSS-Protection: [1; mode=block] |
101 | content-length: ['3073'] | 91 | content-length: ['2351'] |
102 | status: {code: 200, message: OK} | 92 | status: {code: 200, message: OK} |
103 | - request: | 93 | - request: |
104 | body: null | 94 | body: null |
@@ -110,12 +100,10 @@ interactions: | |||
110 | Content-Length: ['0'] | 100 | Content-Length: ['0'] |
111 | User-Agent: [python-requests/2.18.4] | 101 | User-Agent: [python-requests/2.18.4] |
112 | method: DELETE | 102 | method: DELETE |
113 | uri: http://localhost:3000/api/v1/statuses/102315366025212088 | 103 | uri: http://localhost:3000/api/v1/statuses/102317290510983112 |
114 | response: | 104 | response: |
115 | body: {string: '{"id":"102315366025212088","created_at":"2019-06-22T13:03:08.037Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366025212088","url":"http://localhost/@mastodonpy_test/102315366025212088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 105 | body: {string: '{"id":"102317290510983112","created_at":"2019-06-22T21:12:33.359Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317290510983112","url":"http://localhost/@mastodonpy_test/102317290510983112","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
116 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":1,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
117 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
118 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
119 | headers: | 107 | headers: |
120 | Cache-Control: ['no-cache, no-store'] | 108 | Cache-Control: ['no-cache, no-store'] |
121 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
@@ -126,9 +114,9 @@ interactions: | |||
126 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
127 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
128 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
129 | X-Request-Id: [b0449d43-7197-4d8b-b0ff-efd1e1435e15] | 117 | X-Request-Id: [50532bac-f310-4727-8c68-83c87dbe2cb2] |
130 | X-Runtime: ['0.075666'] | 118 | X-Runtime: ['0.071489'] |
131 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
132 | content-length: ['1567'] | 120 | content-length: ['1206'] |
133 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
134 | version: 1 | 122 | version: 1 |
diff --git a/tests/cassettes/test_instance.yaml b/tests/cassettes/test_instance.yaml index 814eba5..bcb04c9 100644 --- a/tests/cassettes/test_instance.yaml +++ b/tests/cassettes/test_instance.yaml | |||
@@ -10,12 +10,12 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/instance/ | 11 | uri: http://localhost:3000/api/v1/instance/ |
12 | response: | 12 | response: |
13 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":0,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} | 13 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":17,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=300, public'] | 15 | Cache-Control: ['max-age=300, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] | 17 | Date: ['Sat, 22 Jun 2019 21:12:34 GMT'] |
18 | ETag: [W/"aa44e20685fd12c840b2e6baad092d46"] | 18 | ETag: [W/"6af84a551ed90f9aeb7a452b5858a889"] |
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,9 +23,9 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [87506aad-b8c8-4c21-b135-a3ef9b17e07d] | 26 | X-Request-Id: [84a2cd7d-a08a-4ecf-84eb-200c67faeb5e] |
27 | X-Runtime: ['0.055711'] | 27 | X-Runtime: ['0.064315'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['348'] | 29 | content-length: ['349'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | version: 1 | 31 | version: 1 |
diff --git a/tests/cassettes/test_instance_activity.yaml b/tests/cassettes/test_instance_activity.yaml index 94a10c9..45381b1 100644 --- a/tests/cassettes/test_instance_activity.yaml +++ b/tests/cassettes/test_instance_activity.yaml | |||
@@ -10,12 +10,12 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/instance/activity | 11 | uri: http://localhost:3000/api/v1/instance/activity |
12 | response: | 12 | response: |
13 | body: {string: '[{"week":"1560722400","statuses":"18","logins":"2","registrations":"0"},{"week":"1560117600","statuses":"0","logins":"0","registrations":"0"},{"week":"1559512800","statuses":"0","logins":"0","registrations":"0"},{"week":"1558908000","statuses":"0","logins":"0","registrations":"0"},{"week":"1558303200","statuses":"0","logins":"0","registrations":"0"},{"week":"1557698400","statuses":"0","logins":"0","registrations":"0"},{"week":"1557093600","statuses":"0","logins":"0","registrations":"0"},{"week":"1556488800","statuses":"0","logins":"0","registrations":"0"},{"week":"1555884000","statuses":"461","logins":"2","registrations":"0"},{"week":"1555279200","statuses":"0","logins":"0","registrations":"0"},{"week":"1554674400","statuses":"0","logins":"0","registrations":"0"},{"week":"1554069600","statuses":"0","logins":"0","registrations":"0"}]'} | 13 | body: {string: '[{"week":"1560722400","statuses":"473","logins":"3","registrations":"0"},{"week":"1560117600","statuses":"0","logins":"0","registrations":"0"},{"week":"1559512800","statuses":"0","logins":"0","registrations":"0"},{"week":"1558908000","statuses":"0","logins":"0","registrations":"0"},{"week":"1558303200","statuses":"0","logins":"0","registrations":"0"},{"week":"1557698400","statuses":"0","logins":"0","registrations":"0"},{"week":"1557093600","statuses":"0","logins":"0","registrations":"0"},{"week":"1556488800","statuses":"0","logins":"0","registrations":"0"},{"week":"1555884000","statuses":"461","logins":"2","registrations":"0"},{"week":"1555279200","statuses":"0","logins":"0","registrations":"0"},{"week":"1554674400","statuses":"0","logins":"0","registrations":"0"},{"week":"1554069600","statuses":"0","logins":"0","registrations":"0"}]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=86400, public'] | 15 | Cache-Control: ['max-age=86400, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] | 17 | Date: ['Sat, 22 Jun 2019 21:12:34 GMT'] |
18 | ETag: [W/"a248c34afce410c3334ff84cbac22552"] | 18 | ETag: [W/"dcf12e6729a865850e9d03ea9dfbdddf"] |
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,9 +23,9 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [1e0e4c2a-3fc2-4872-983c-67c1e962aa08] | 26 | X-Request-Id: [f7d184d2-7a31-4270-a998-242d022c54d0] |
27 | X-Runtime: ['0.034326'] | 27 | X-Runtime: ['0.059898'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['844'] | 29 | content-length: ['845'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | version: 1 | 31 | version: 1 |
diff --git a/tests/cassettes/test_instance_peers.yaml b/tests/cassettes/test_instance_peers.yaml index 97374d4..1e29536 100644 --- a/tests/cassettes/test_instance_peers.yaml +++ b/tests/cassettes/test_instance_peers.yaml | |||
@@ -14,8 +14,8 @@ interactions: | |||
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=86400, public'] | 15 | Cache-Control: ['max-age=86400, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] | 17 | Date: ['Sat, 22 Jun 2019 21:12:34 GMT'] |
18 | ETag: [W/"abc0f592302227cc9d889f9649cd9e1b"] | 18 | ETag: [W/"6e2cdc06ba30cb3cac5fafd1e93df0a2"] |
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,8 +23,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [16879b3f-aa29-4298-850f-67e70c0ab921] | 26 | X-Request-Id: [1a7891ec-3091-447b-918d-9715b7da6776] |
27 | X-Runtime: ['0.027175'] | 27 | X-Runtime: ['0.026152'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['2'] | 29 | content-length: ['2'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_add_remove_account.yaml b/tests/cassettes/test_list_add_remove_account.yaml index 781db8b..6e52143 100644 --- a/tests/cassettes/test_list_add_remove_account.yaml +++ b/tests/cassettes/test_list_add_remove_account.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"3","title":"ham burglars"}'} | 15 | body: {string: '{"id":"23","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [b41ce740-9bdc-450d-9673-6120aad25e27] | 26 | X-Request-Id: [0ba2e550-2701-4ba4-a6df-2bf9af846f50] |
27 | X-Runtime: ['0.043715'] | 27 | X-Runtime: ['0.032579'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['33'] | 29 | content-length: ['34'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
41 | response: | 41 | response: |
42 | body: {string: '{"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":1,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 42 | body: {string: '{"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":3,"following_count":1,"statuses_count":16,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,10 +50,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [6fbf035d-a73c-4178-82e7-12a3abd321b4] | 53 | X-Request-Id: [74394ac8-9c79-42cc-9187-b44f92fc5af5] |
54 | X-Runtime: ['0.023119'] | 54 | X-Runtime: ['0.022118'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['609'] | 56 | content-length: ['610'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: reblogs=1&id=1 | 59 | body: reblogs=1&id=1 |
@@ -79,8 +79,8 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [e397737b-a685-4e0d-8e56-c5fbb7716be2] | 82 | X-Request-Id: [b396cc05-f3ea-431d-824d-768c011b07df] |
83 | X-Runtime: ['0.034676'] | 83 | X-Runtime: ['0.030474'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['209'] | 85 | content-length: ['209'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -95,7 +95,7 @@ interactions: | |||
95 | Content-Type: [application/x-www-form-urlencoded] | 95 | Content-Type: [application/x-www-form-urlencoded] |
96 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
97 | method: POST | 97 | method: POST |
98 | uri: http://localhost:3000/api/v1/lists/3/accounts | 98 | uri: http://localhost:3000/api/v1/lists/23/accounts |
99 | response: | 99 | response: |
100 | body: {string: '{}'} | 100 | body: {string: '{}'} |
101 | headers: | 101 | headers: |
@@ -108,8 +108,8 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [7df89e97-661f-4b96-bef8-c89326ff70a9] | 111 | X-Request-Id: [72858bb4-d338-4695-a38e-9240eeb37a60] |
112 | X-Runtime: ['0.056773'] | 112 | X-Runtime: ['0.070906'] |
113 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['2'] | 114 | content-length: ['2'] |
115 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
@@ -122,13 +122,13 @@ interactions: | |||
122 | Connection: [keep-alive] | 122 | Connection: [keep-alive] |
123 | User-Agent: [python-requests/2.18.4] | 123 | User-Agent: [python-requests/2.18.4] |
124 | method: GET | 124 | method: GET |
125 | uri: http://localhost:3000/api/v1/lists/3/accounts | 125 | uri: http://localhost:3000/api/v1/lists/23/accounts |
126 | response: | 126 | response: |
127 | body: {string: '[{"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":1,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} | 127 | body: {string: '[{"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":3,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}]'} |
128 | headers: | 128 | headers: |
129 | Cache-Control: ['no-cache, no-store'] | 129 | Cache-Control: ['no-cache, no-store'] |
130 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
131 | Link: ['<http://localhost:3000/api/v1/lists/3/accounts?since_id=1>; rel="prev"'] | 131 | Link: ['<http://localhost:3000/api/v1/lists/23/accounts?since_id=1>; rel="prev"'] |
132 | Referrer-Policy: [strict-origin-when-cross-origin] | 132 | Referrer-Policy: [strict-origin-when-cross-origin] |
133 | Transfer-Encoding: [chunked] | 133 | Transfer-Encoding: [chunked] |
134 | Vary: ['Accept-Encoding, Origin'] | 134 | Vary: ['Accept-Encoding, Origin'] |
@@ -136,10 +136,10 @@ interactions: | |||
136 | X-Download-Options: [noopen] | 136 | X-Download-Options: [noopen] |
137 | X-Frame-Options: [SAMEORIGIN] | 137 | X-Frame-Options: [SAMEORIGIN] |
138 | X-Permitted-Cross-Domain-Policies: [none] | 138 | X-Permitted-Cross-Domain-Policies: [none] |
139 | X-Request-Id: [96ba134e-49e8-4dc2-8226-4483d24b4037] | 139 | X-Request-Id: [8b177dee-43f2-4fc5-9db1-a906c8b4f29e] |
140 | X-Runtime: ['0.021782'] | 140 | X-Runtime: ['0.023825'] |
141 | X-XSS-Protection: [1; mode=block] | 141 | X-XSS-Protection: [1; mode=block] |
142 | content-length: ['525'] | 142 | content-length: ['526'] |
143 | status: {code: 200, message: OK} | 143 | status: {code: 200, message: OK} |
144 | - request: | 144 | - request: |
145 | body: null | 145 | body: null |
@@ -164,8 +164,8 @@ interactions: | |||
164 | X-Download-Options: [noopen] | 164 | X-Download-Options: [noopen] |
165 | X-Frame-Options: [SAMEORIGIN] | 165 | X-Frame-Options: [SAMEORIGIN] |
166 | X-Permitted-Cross-Domain-Policies: [none] | 166 | X-Permitted-Cross-Domain-Policies: [none] |
167 | X-Request-Id: [c09bce26-3ff1-4bb8-b7dc-59a9e8e01aa6] | 167 | X-Request-Id: [04f70bd2-e950-48ee-b0aa-99b02ab53d0a] |
168 | X-Runtime: ['0.053762'] | 168 | X-Runtime: ['0.056326'] |
169 | X-XSS-Protection: [1; mode=block] | 169 | X-XSS-Protection: [1; mode=block] |
170 | content-length: ['211'] | 170 | content-length: ['211'] |
171 | status: {code: 200, message: OK} | 171 | status: {code: 200, message: OK} |
@@ -178,7 +178,7 @@ interactions: | |||
178 | Connection: [keep-alive] | 178 | Connection: [keep-alive] |
179 | User-Agent: [python-requests/2.18.4] | 179 | User-Agent: [python-requests/2.18.4] |
180 | method: GET | 180 | method: GET |
181 | uri: http://localhost:3000/api/v1/lists/3/accounts | 181 | uri: http://localhost:3000/api/v1/lists/23/accounts |
182 | response: | 182 | response: |
183 | body: {string: '[]'} | 183 | body: {string: '[]'} |
184 | headers: | 184 | headers: |
@@ -191,8 +191,8 @@ interactions: | |||
191 | X-Download-Options: [noopen] | 191 | X-Download-Options: [noopen] |
192 | X-Frame-Options: [SAMEORIGIN] | 192 | X-Frame-Options: [SAMEORIGIN] |
193 | X-Permitted-Cross-Domain-Policies: [none] | 193 | X-Permitted-Cross-Domain-Policies: [none] |
194 | X-Request-Id: [a2702584-316c-4f75-b6d1-b0fc4f4b8017] | 194 | X-Request-Id: [0d6e50ca-46be-4a05-b58a-1d8be45add6d] |
195 | X-Runtime: ['0.023216'] | 195 | X-Runtime: ['0.019933'] |
196 | X-XSS-Protection: [1; mode=block] | 196 | X-XSS-Protection: [1; mode=block] |
197 | content-length: ['2'] | 197 | content-length: ['2'] |
198 | status: {code: 200, message: OK} | 198 | status: {code: 200, message: OK} |
@@ -220,8 +220,8 @@ interactions: | |||
220 | X-Download-Options: [noopen] | 220 | X-Download-Options: [noopen] |
221 | X-Frame-Options: [SAMEORIGIN] | 221 | X-Frame-Options: [SAMEORIGIN] |
222 | X-Permitted-Cross-Domain-Policies: [none] | 222 | X-Permitted-Cross-Domain-Policies: [none] |
223 | X-Request-Id: [b20c47c7-4ccd-46a0-932f-07fce792856d] | 223 | X-Request-Id: [3d1171e6-ea9e-4221-a85e-51c51047fce7] |
224 | X-Runtime: ['0.071168'] | 224 | X-Runtime: ['0.072940'] |
225 | X-XSS-Protection: [1; mode=block] | 225 | X-XSS-Protection: [1; mode=block] |
226 | content-length: ['209'] | 226 | content-length: ['209'] |
227 | status: {code: 200, message: OK} | 227 | status: {code: 200, message: OK} |
@@ -236,7 +236,7 @@ interactions: | |||
236 | Content-Type: [application/x-www-form-urlencoded] | 236 | Content-Type: [application/x-www-form-urlencoded] |
237 | User-Agent: [python-requests/2.18.4] | 237 | User-Agent: [python-requests/2.18.4] |
238 | method: POST | 238 | method: POST |
239 | uri: http://localhost:3000/api/v1/lists/3/accounts | 239 | uri: http://localhost:3000/api/v1/lists/23/accounts |
240 | response: | 240 | response: |
241 | body: {string: '{}'} | 241 | body: {string: '{}'} |
242 | headers: | 242 | headers: |
@@ -249,8 +249,8 @@ interactions: | |||
249 | X-Download-Options: [noopen] | 249 | X-Download-Options: [noopen] |
250 | X-Frame-Options: [SAMEORIGIN] | 250 | X-Frame-Options: [SAMEORIGIN] |
251 | X-Permitted-Cross-Domain-Policies: [none] | 251 | X-Permitted-Cross-Domain-Policies: [none] |
252 | X-Request-Id: [f5e2187b-726d-4a2b-a779-10b82ad3e905] | 252 | X-Request-Id: [e4b229ef-d9cf-44ee-9676-88ef39a6f6ef] |
253 | X-Runtime: ['0.042406'] | 253 | X-Runtime: ['0.076555'] |
254 | X-XSS-Protection: [1; mode=block] | 254 | X-XSS-Protection: [1; mode=block] |
255 | content-length: ['2'] | 255 | content-length: ['2'] |
256 | status: {code: 200, message: OK} | 256 | status: {code: 200, message: OK} |
@@ -263,13 +263,13 @@ interactions: | |||
263 | Connection: [keep-alive] | 263 | Connection: [keep-alive] |
264 | User-Agent: [python-requests/2.18.4] | 264 | User-Agent: [python-requests/2.18.4] |
265 | method: GET | 265 | method: GET |
266 | uri: http://localhost:3000/api/v1/lists/3/accounts | 266 | uri: http://localhost:3000/api/v1/lists/23/accounts |
267 | response: | 267 | response: |
268 | body: {string: '[{"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":1,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} | 268 | body: {string: '[{"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":3,"following_count":1,"statuses_count":16,"emojis":[],"fields":[]}]'} |
269 | headers: | 269 | headers: |
270 | Cache-Control: ['no-cache, no-store'] | 270 | Cache-Control: ['no-cache, no-store'] |
271 | Content-Type: [application/json; charset=utf-8] | 271 | Content-Type: [application/json; charset=utf-8] |
272 | Link: ['<http://localhost:3000/api/v1/lists/3/accounts?since_id=1>; rel="prev"'] | 272 | Link: ['<http://localhost:3000/api/v1/lists/23/accounts?since_id=1>; rel="prev"'] |
273 | Referrer-Policy: [strict-origin-when-cross-origin] | 273 | Referrer-Policy: [strict-origin-when-cross-origin] |
274 | Transfer-Encoding: [chunked] | 274 | Transfer-Encoding: [chunked] |
275 | Vary: ['Accept-Encoding, Origin'] | 275 | Vary: ['Accept-Encoding, Origin'] |
@@ -277,10 +277,10 @@ interactions: | |||
277 | X-Download-Options: [noopen] | 277 | X-Download-Options: [noopen] |
278 | X-Frame-Options: [SAMEORIGIN] | 278 | X-Frame-Options: [SAMEORIGIN] |
279 | X-Permitted-Cross-Domain-Policies: [none] | 279 | X-Permitted-Cross-Domain-Policies: [none] |
280 | X-Request-Id: [eba683a4-4688-426a-b11a-566d486b2c8e] | 280 | X-Request-Id: [9a980948-de02-44d3-934d-95fad60c7e01] |
281 | X-Runtime: ['0.027438'] | 281 | X-Runtime: ['0.060008'] |
282 | X-XSS-Protection: [1; mode=block] | 282 | X-XSS-Protection: [1; mode=block] |
283 | content-length: ['525'] | 283 | content-length: ['526'] |
284 | status: {code: 200, message: OK} | 284 | status: {code: 200, message: OK} |
285 | - request: | 285 | - request: |
286 | body: account_ids%5B%5D=1 | 286 | body: account_ids%5B%5D=1 |
@@ -293,7 +293,7 @@ interactions: | |||
293 | Content-Type: [application/x-www-form-urlencoded] | 293 | Content-Type: [application/x-www-form-urlencoded] |
294 | User-Agent: [python-requests/2.18.4] | 294 | User-Agent: [python-requests/2.18.4] |
295 | method: DELETE | 295 | method: DELETE |
296 | uri: http://localhost:3000/api/v1/lists/3/accounts | 296 | uri: http://localhost:3000/api/v1/lists/23/accounts |
297 | response: | 297 | response: |
298 | body: {string: '{}'} | 298 | body: {string: '{}'} |
299 | headers: | 299 | headers: |
@@ -306,8 +306,8 @@ interactions: | |||
306 | X-Download-Options: [noopen] | 306 | X-Download-Options: [noopen] |
307 | X-Frame-Options: [SAMEORIGIN] | 307 | X-Frame-Options: [SAMEORIGIN] |
308 | X-Permitted-Cross-Domain-Policies: [none] | 308 | X-Permitted-Cross-Domain-Policies: [none] |
309 | X-Request-Id: [9c084136-2e78-45df-bea7-5d194672a358] | 309 | X-Request-Id: [bc97a9d9-9080-4298-972f-fcfbd976fc58] |
310 | X-Runtime: ['0.031512'] | 310 | X-Runtime: ['0.030609'] |
311 | X-XSS-Protection: [1; mode=block] | 311 | X-XSS-Protection: [1; mode=block] |
312 | content-length: ['2'] | 312 | content-length: ['2'] |
313 | status: {code: 200, message: OK} | 313 | status: {code: 200, message: OK} |
@@ -320,7 +320,7 @@ interactions: | |||
320 | Connection: [keep-alive] | 320 | Connection: [keep-alive] |
321 | User-Agent: [python-requests/2.18.4] | 321 | User-Agent: [python-requests/2.18.4] |
322 | method: GET | 322 | method: GET |
323 | uri: http://localhost:3000/api/v1/lists/3/accounts | 323 | uri: http://localhost:3000/api/v1/lists/23/accounts |
324 | response: | 324 | response: |
325 | body: {string: '[]'} | 325 | body: {string: '[]'} |
326 | headers: | 326 | headers: |
@@ -333,8 +333,8 @@ interactions: | |||
333 | X-Download-Options: [noopen] | 333 | X-Download-Options: [noopen] |
334 | X-Frame-Options: [SAMEORIGIN] | 334 | X-Frame-Options: [SAMEORIGIN] |
335 | X-Permitted-Cross-Domain-Policies: [none] | 335 | X-Permitted-Cross-Domain-Policies: [none] |
336 | X-Request-Id: [9c87a884-72e6-4fe0-9c92-b7770c1741d2] | 336 | X-Request-Id: [933b4826-f6cc-41b3-a570-7dd0534ae664] |
337 | X-Runtime: ['0.017584'] | 337 | X-Runtime: ['0.018318'] |
338 | X-XSS-Protection: [1; mode=block] | 338 | X-XSS-Protection: [1; mode=block] |
339 | content-length: ['2'] | 339 | content-length: ['2'] |
340 | status: {code: 200, message: OK} | 340 | status: {code: 200, message: OK} |
@@ -361,8 +361,8 @@ interactions: | |||
361 | X-Download-Options: [noopen] | 361 | X-Download-Options: [noopen] |
362 | X-Frame-Options: [SAMEORIGIN] | 362 | X-Frame-Options: [SAMEORIGIN] |
363 | X-Permitted-Cross-Domain-Policies: [none] | 363 | X-Permitted-Cross-Domain-Policies: [none] |
364 | X-Request-Id: [d8b4495d-d870-4cd7-8a2c-2f8635e4d72b] | 364 | X-Request-Id: [7786e4c9-3e80-4c34-ac21-b24d1a905641] |
365 | X-Runtime: ['0.048762'] | 365 | X-Runtime: ['0.047449'] |
366 | X-XSS-Protection: [1; mode=block] | 366 | X-XSS-Protection: [1; mode=block] |
367 | content-length: ['211'] | 367 | content-length: ['211'] |
368 | status: {code: 200, message: OK} | 368 | status: {code: 200, message: OK} |
@@ -376,7 +376,7 @@ interactions: | |||
376 | Content-Length: ['0'] | 376 | Content-Length: ['0'] |
377 | User-Agent: [python-requests/2.18.4] | 377 | User-Agent: [python-requests/2.18.4] |
378 | method: DELETE | 378 | method: DELETE |
379 | uri: http://localhost:3000/api/v1/lists/3 | 379 | uri: http://localhost:3000/api/v1/lists/23 |
380 | response: | 380 | response: |
381 | body: {string: '{}'} | 381 | body: {string: '{}'} |
382 | headers: | 382 | headers: |
@@ -389,8 +389,8 @@ interactions: | |||
389 | X-Download-Options: [noopen] | 389 | X-Download-Options: [noopen] |
390 | X-Frame-Options: [SAMEORIGIN] | 390 | X-Frame-Options: [SAMEORIGIN] |
391 | X-Permitted-Cross-Domain-Policies: [none] | 391 | X-Permitted-Cross-Domain-Policies: [none] |
392 | X-Request-Id: [30228e1f-6158-4012-9c6b-4ca8268b6c62] | 392 | X-Request-Id: [793118f9-f0d9-463d-9c02-d3745dc2990b] |
393 | X-Runtime: ['0.027308'] | 393 | X-Runtime: ['0.032512'] |
394 | X-XSS-Protection: [1; mode=block] | 394 | X-XSS-Protection: [1; mode=block] |
395 | content-length: ['2'] | 395 | content-length: ['2'] |
396 | status: {code: 200, message: OK} | 396 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_by_account.yaml b/tests/cassettes/test_list_by_account.yaml index 2a32f39..a4042ef 100644 --- a/tests/cassettes/test_list_by_account.yaml +++ b/tests/cassettes/test_list_by_account.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"4","title":"ham burglars"}'} | 15 | body: {string: '{"id":"24","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [c1ab893a-1331-4c16-a438-c5d5927ba280] | 26 | X-Request-Id: [6f10d6d7-dcc8-49b2-9069-0bb68c6a8176] |
27 | X-Runtime: ['0.022531'] | 27 | X-Runtime: ['0.026989'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['33'] | 29 | content-length: ['34'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
41 | response: | 41 | response: |
42 | body: {string: '{"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":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 42 | body: {string: '{"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":16,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,10 +50,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [29319e34-a1b2-42d7-bcb7-492ebe7856fb] | 53 | X-Request-Id: [b1060cec-a428-4043-b223-39f9b2380f41] |
54 | X-Runtime: ['0.048339'] | 54 | X-Runtime: ['0.020614'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['609'] | 56 | content-length: ['610'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: reblogs=1&id=1 | 59 | body: reblogs=1&id=1 |
@@ -79,8 +79,8 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [f011c6d6-dda8-43aa-85c2-825c56e55356] | 82 | X-Request-Id: [9d655eda-5c16-48d8-a61e-4717df1478b9] |
83 | X-Runtime: ['0.089818'] | 83 | X-Runtime: ['0.092035'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['209'] | 85 | content-length: ['209'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -95,7 +95,7 @@ interactions: | |||
95 | Content-Type: [application/x-www-form-urlencoded] | 95 | Content-Type: [application/x-www-form-urlencoded] |
96 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
97 | method: POST | 97 | method: POST |
98 | uri: http://localhost:3000/api/v1/lists/4/accounts | 98 | uri: http://localhost:3000/api/v1/lists/24/accounts |
99 | response: | 99 | response: |
100 | body: {string: '{}'} | 100 | body: {string: '{}'} |
101 | headers: | 101 | headers: |
@@ -108,8 +108,8 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [d822d920-1ba7-4662-9377-03461c5a902e] | 111 | X-Request-Id: [2cde6a23-bfd1-46df-b3e6-67104ae2826c] |
112 | X-Runtime: ['0.032625'] | 112 | X-Runtime: ['0.071463'] |
113 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['2'] | 114 | content-length: ['2'] |
115 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
@@ -124,7 +124,7 @@ interactions: | |||
124 | method: GET | 124 | method: GET |
125 | uri: http://localhost:3000/api/v1/accounts/1/lists | 125 | uri: http://localhost:3000/api/v1/accounts/1/lists |
126 | response: | 126 | response: |
127 | body: {string: '[{"id":"4","title":"ham burglars"}]'} | 127 | body: {string: '[{"id":"24","title":"ham burglars"}]'} |
128 | headers: | 128 | headers: |
129 | Cache-Control: ['no-cache, no-store'] | 129 | Cache-Control: ['no-cache, no-store'] |
130 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
@@ -135,10 +135,10 @@ interactions: | |||
135 | X-Download-Options: [noopen] | 135 | X-Download-Options: [noopen] |
136 | X-Frame-Options: [SAMEORIGIN] | 136 | X-Frame-Options: [SAMEORIGIN] |
137 | X-Permitted-Cross-Domain-Policies: [none] | 137 | X-Permitted-Cross-Domain-Policies: [none] |
138 | X-Request-Id: [bf776395-6646-44c8-9485-9415071e9ec7] | 138 | X-Request-Id: [a3397799-61cc-4864-a5e1-7b21ff5cfbeb] |
139 | X-Runtime: ['0.034514'] | 139 | X-Runtime: ['0.048465'] |
140 | X-XSS-Protection: [1; mode=block] | 140 | X-XSS-Protection: [1; mode=block] |
141 | content-length: ['35'] | 141 | content-length: ['36'] |
142 | status: {code: 200, message: OK} | 142 | status: {code: 200, message: OK} |
143 | - request: | 143 | - request: |
144 | body: null | 144 | body: null |
@@ -163,8 +163,8 @@ interactions: | |||
163 | X-Download-Options: [noopen] | 163 | X-Download-Options: [noopen] |
164 | X-Frame-Options: [SAMEORIGIN] | 164 | X-Frame-Options: [SAMEORIGIN] |
165 | X-Permitted-Cross-Domain-Policies: [none] | 165 | X-Permitted-Cross-Domain-Policies: [none] |
166 | X-Request-Id: [deb7180d-c44f-46f0-9a0c-c3c1d85cf0f5] | 166 | X-Request-Id: [6ded37ed-45cf-4a8e-a655-06978e7071cd] |
167 | X-Runtime: ['0.055473'] | 167 | X-Runtime: ['0.044624'] |
168 | X-XSS-Protection: [1; mode=block] | 168 | X-XSS-Protection: [1; mode=block] |
169 | content-length: ['211'] | 169 | content-length: ['211'] |
170 | status: {code: 200, message: OK} | 170 | status: {code: 200, message: OK} |
@@ -178,7 +178,7 @@ interactions: | |||
178 | Content-Length: ['0'] | 178 | Content-Length: ['0'] |
179 | User-Agent: [python-requests/2.18.4] | 179 | User-Agent: [python-requests/2.18.4] |
180 | method: DELETE | 180 | method: DELETE |
181 | uri: http://localhost:3000/api/v1/lists/4 | 181 | uri: http://localhost:3000/api/v1/lists/24 |
182 | response: | 182 | response: |
183 | body: {string: '{}'} | 183 | body: {string: '{}'} |
184 | headers: | 184 | headers: |
@@ -191,8 +191,8 @@ interactions: | |||
191 | X-Download-Options: [noopen] | 191 | X-Download-Options: [noopen] |
192 | X-Frame-Options: [SAMEORIGIN] | 192 | X-Frame-Options: [SAMEORIGIN] |
193 | X-Permitted-Cross-Domain-Policies: [none] | 193 | X-Permitted-Cross-Domain-Policies: [none] |
194 | X-Request-Id: [267bccdc-f62a-4b0e-9e65-b510cb210f1a] | 194 | X-Request-Id: [09671af5-e815-46c2-8930-fc6ec6a3b563] |
195 | X-Runtime: ['0.025082'] | 195 | X-Runtime: ['0.023473'] |
196 | X-XSS-Protection: [1; mode=block] | 196 | X-XSS-Protection: [1; mode=block] |
197 | content-length: ['2'] | 197 | content-length: ['2'] |
198 | status: {code: 200, message: OK} | 198 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_create.yaml b/tests/cassettes/test_list_create.yaml index 4f29db4..e7067cc 100644 --- a/tests/cassettes/test_list_create.yaml +++ b/tests/cassettes/test_list_create.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"1","title":"ham burglars"}'} | 15 | body: {string: '{"id":"21","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [99edb982-92b9-4746-bcb5-c9ef77f39572] | 26 | X-Request-Id: [f0d3b834-503b-4ecf-aa84-4acf664bdab6] |
27 | X-Runtime: ['0.052286'] | 27 | X-Runtime: ['0.039192'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['33'] | 29 | content-length: ['34'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/lists | 40 | uri: http://localhost:3000/api/v1/lists |
41 | response: | 41 | response: |
42 | body: {string: '[{"id":"1","title":"ham burglars"}]'} | 42 | body: {string: '[{"id":"21","title":"ham burglars"}]'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,10 +50,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [df208a34-9ab7-4d18-ad6c-e969c61b747f] | 53 | X-Request-Id: [3363febc-4861-4bc3-a806-33337651b5e0] |
54 | X-Runtime: ['0.017683'] | 54 | X-Runtime: ['0.017341'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['35'] | 56 | content-length: ['36'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: null | 59 | body: null |
@@ -65,7 +65,7 @@ interactions: | |||
65 | Content-Length: ['0'] | 65 | Content-Length: ['0'] |
66 | User-Agent: [python-requests/2.18.4] | 66 | User-Agent: [python-requests/2.18.4] |
67 | method: DELETE | 67 | method: DELETE |
68 | uri: http://localhost:3000/api/v1/lists/1 | 68 | uri: http://localhost:3000/api/v1/lists/21 |
69 | response: | 69 | response: |
70 | body: {string: '{}'} | 70 | body: {string: '{}'} |
71 | headers: | 71 | headers: |
@@ -78,8 +78,8 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [9323d374-a2f0-4b2e-adf9-a8cef39a1937] | 81 | X-Request-Id: [806dc7f8-726d-4812-94c9-1feea6c3b73b] |
82 | X-Runtime: ['0.027703'] | 82 | X-Runtime: ['0.029341'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['2'] | 84 | content-length: ['2'] |
85 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_timeline.yaml b/tests/cassettes/test_list_timeline.yaml index 170bbf9..84015fe 100644 --- a/tests/cassettes/test_list_timeline.yaml +++ b/tests/cassettes/test_list_timeline.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"5","title":"ham burglars"}'} | 15 | body: {string: '{"id":"25","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [1f3c4bdc-37ce-4a2e-8f60-ce9becc78eed] | 26 | X-Request-Id: [ba48641d-cf50-4b83-8560-08981737cf88] |
27 | X-Runtime: ['0.024433'] | 27 | X-Runtime: ['0.021952'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['33'] | 29 | content-length: ['34'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
41 | response: | 41 | response: |
42 | body: {string: '{"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":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 42 | body: {string: '{"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":16,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,10 +50,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [37bdac14-d813-43e4-8d2a-3248171052d9] | 53 | X-Request-Id: [78e34f89-3407-4a87-b9c3-abb13551f476] |
54 | X-Runtime: ['0.023376'] | 54 | X-Runtime: ['0.022950'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['609'] | 56 | content-length: ['610'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: reblogs=1&id=1 | 59 | body: reblogs=1&id=1 |
@@ -79,8 +79,8 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [6c6db11d-ae98-471c-8e0c-b2b6fcd4c349] | 82 | X-Request-Id: [c00a31f9-1a7b-4ed0-a1e0-28e5352a24f3] |
83 | X-Runtime: ['0.077111'] | 83 | X-Runtime: ['0.070776'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['209'] | 85 | content-length: ['209'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -95,7 +95,7 @@ interactions: | |||
95 | Content-Type: [application/x-www-form-urlencoded] | 95 | Content-Type: [application/x-www-form-urlencoded] |
96 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
97 | method: POST | 97 | method: POST |
98 | uri: http://localhost:3000/api/v1/lists/5/accounts | 98 | uri: http://localhost:3000/api/v1/lists/25/accounts |
99 | response: | 99 | response: |
100 | body: {string: '{}'} | 100 | body: {string: '{}'} |
101 | headers: | 101 | headers: |
@@ -108,8 +108,8 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [8f64dda3-b754-44ec-9058-8a13fc7e4854] | 111 | X-Request-Id: [05f3227d-bb62-4807-b6f4-2546522abac6] |
112 | X-Runtime: ['0.039091'] | 112 | X-Runtime: ['0.075572'] |
113 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['2'] | 114 | content-length: ['2'] |
115 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
@@ -126,9 +126,9 @@ interactions: | |||
126 | method: POST | 126 | method: POST |
127 | uri: http://localhost:3000/api/v1/statuses | 127 | uri: http://localhost:3000/api/v1/statuses |
128 | response: | 128 | response: |
129 | body: {string: '{"id":"102315366232658666","created_at":"2019-06-22T13:03:11.207Z","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/102315366232658666","url":"http://localhost/@admin/102315366232658666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI | 129 | body: {string: '{"id":"102317290726462285","created_at":"2019-06-22T21:12:36.659Z","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/102317290726462285","url":"http://localhost/@admin/102317290726462285","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI |
130 | have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 130 | have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
131 | 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":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 131 | 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":3,"following_count":1,"statuses_count":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
132 | headers: | 132 | headers: |
133 | Cache-Control: ['no-cache, no-store'] | 133 | Cache-Control: ['no-cache, no-store'] |
134 | Content-Type: [application/json; charset=utf-8] | 134 | Content-Type: [application/json; charset=utf-8] |
@@ -139,10 +139,10 @@ interactions: | |||
139 | X-Download-Options: [noopen] | 139 | X-Download-Options: [noopen] |
140 | X-Frame-Options: [SAMEORIGIN] | 140 | X-Frame-Options: [SAMEORIGIN] |
141 | X-Permitted-Cross-Domain-Policies: [none] | 141 | X-Permitted-Cross-Domain-Policies: [none] |
142 | X-Request-Id: [2655bbd0-c716-4150-84d6-8461a1de9176] | 142 | X-Request-Id: [6f69bb85-4635-4e9e-9a42-f26e4b683727] |
143 | X-Runtime: ['0.152767'] | 143 | X-Runtime: ['0.178400'] |
144 | X-XSS-Protection: [1; mode=block] | 144 | X-XSS-Protection: [1; mode=block] |
145 | content-length: ['1203'] | 145 | content-length: ['1204'] |
146 | status: {code: 200, message: OK} | 146 | status: {code: 200, message: OK} |
147 | - request: | 147 | - request: |
148 | body: null | 148 | body: null |
@@ -153,16 +153,16 @@ interactions: | |||
153 | Connection: [keep-alive] | 153 | Connection: [keep-alive] |
154 | User-Agent: [python-requests/2.18.4] | 154 | User-Agent: [python-requests/2.18.4] |
155 | method: GET | 155 | method: GET |
156 | uri: http://localhost:3000/api/v1/timelines/list/5 | 156 | uri: http://localhost:3000/api/v1/timelines/list/25 |
157 | response: | 157 | response: |
158 | body: {string: '[{"id":"102315366232658666","created_at":"2019-06-22T13:03:11.207Z","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/102315366232658666","url":"http://localhost/@admin/102315366232658666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI | 158 | body: {string: '[{"id":"102317290726462285","created_at":"2019-06-22T21:12:36.659Z","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/102317290726462285","url":"http://localhost/@admin/102317290726462285","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI |
159 | have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 159 | have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
160 | 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":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | 160 | 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":3,"following_count":1,"statuses_count":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
161 | headers: | 161 | headers: |
162 | Cache-Control: ['no-cache, no-store'] | 162 | Cache-Control: ['no-cache, no-store'] |
163 | Content-Type: [application/json; charset=utf-8] | 163 | Content-Type: [application/json; charset=utf-8] |
164 | Link: ['<http://localhost:3000/api/v1/timelines/list/5?max_id=102315366232658666>; | 164 | Link: ['<http://localhost:3000/api/v1/timelines/list/25?max_id=102317290726462285>; |
165 | rel="next", <http://localhost:3000/api/v1/timelines/list/5?min_id=102315366232658666>; | 165 | rel="next", <http://localhost:3000/api/v1/timelines/list/25?min_id=102317290726462285>; |
166 | rel="prev"'] | 166 | rel="prev"'] |
167 | Referrer-Policy: [strict-origin-when-cross-origin] | 167 | Referrer-Policy: [strict-origin-when-cross-origin] |
168 | Transfer-Encoding: [chunked] | 168 | Transfer-Encoding: [chunked] |
@@ -171,10 +171,10 @@ interactions: | |||
171 | X-Download-Options: [noopen] | 171 | X-Download-Options: [noopen] |
172 | X-Frame-Options: [SAMEORIGIN] | 172 | X-Frame-Options: [SAMEORIGIN] |
173 | X-Permitted-Cross-Domain-Policies: [none] | 173 | X-Permitted-Cross-Domain-Policies: [none] |
174 | X-Request-Id: [0acf6672-99b8-459e-a81d-26cddae81c5c] | 174 | X-Request-Id: [65f03835-bd09-49c8-9a7c-7e912e4ddbe2] |
175 | X-Runtime: ['0.053111'] | 175 | X-Runtime: ['0.062445'] |
176 | X-XSS-Protection: [1; mode=block] | 176 | X-XSS-Protection: [1; mode=block] |
177 | content-length: ['1190'] | 177 | content-length: ['1191'] |
178 | status: {code: 200, message: OK} | 178 | status: {code: 200, message: OK} |
179 | - request: | 179 | - request: |
180 | body: null | 180 | body: null |
@@ -186,11 +186,11 @@ interactions: | |||
186 | Content-Length: ['0'] | 186 | Content-Length: ['0'] |
187 | User-Agent: [python-requests/2.18.4] | 187 | User-Agent: [python-requests/2.18.4] |
188 | method: DELETE | 188 | method: DELETE |
189 | uri: http://localhost:3000/api/v1/statuses/102315366232658666 | 189 | uri: http://localhost:3000/api/v1/statuses/102317290726462285 |
190 | response: | 190 | response: |
191 | body: {string: '{"id":"102315366232658666","created_at":"2019-06-22T13:03:11.207Z","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/102315366232658666","url":"http://localhost/@admin/102315366232658666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I | 191 | body: {string: '{"id":"102317290726462285","created_at":"2019-06-22T21:12:36.659Z","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/102317290726462285","url":"http://localhost/@admin/102317290726462285","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I |
192 | have never stolen a ham in my life.","reblog":null,"application":{"name":"Mastodon.py | 192 | have never stolen a ham in my life.","reblog":null,"application":{"name":"Mastodon.py |
193 | 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":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 193 | 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":3,"following_count":1,"statuses_count":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
194 | headers: | 194 | headers: |
195 | Cache-Control: ['no-cache, no-store'] | 195 | Cache-Control: ['no-cache, no-store'] |
196 | Content-Type: [application/json; charset=utf-8] | 196 | Content-Type: [application/json; charset=utf-8] |
@@ -201,10 +201,10 @@ interactions: | |||
201 | X-Download-Options: [noopen] | 201 | X-Download-Options: [noopen] |
202 | X-Frame-Options: [SAMEORIGIN] | 202 | X-Frame-Options: [SAMEORIGIN] |
203 | X-Permitted-Cross-Domain-Policies: [none] | 203 | X-Permitted-Cross-Domain-Policies: [none] |
204 | X-Request-Id: [9c665524-0c17-4e3e-89ec-5218b7823af3] | 204 | X-Request-Id: [e62f4641-cdda-490b-9966-df6bb8127144] |
205 | X-Runtime: ['0.073855'] | 205 | X-Runtime: ['0.079065'] |
206 | X-XSS-Protection: [1; mode=block] | 206 | X-XSS-Protection: [1; mode=block] |
207 | content-length: ['1173'] | 207 | content-length: ['1174'] |
208 | status: {code: 200, message: OK} | 208 | status: {code: 200, message: OK} |
209 | - request: | 209 | - request: |
210 | body: null | 210 | body: null |
@@ -229,8 +229,8 @@ interactions: | |||
229 | X-Download-Options: [noopen] | 229 | X-Download-Options: [noopen] |
230 | X-Frame-Options: [SAMEORIGIN] | 230 | X-Frame-Options: [SAMEORIGIN] |
231 | X-Permitted-Cross-Domain-Policies: [none] | 231 | X-Permitted-Cross-Domain-Policies: [none] |
232 | X-Request-Id: [3be70ec4-f044-42f0-90a2-c438dfc66e82] | 232 | X-Request-Id: [85c8a500-8c01-4053-9782-cd28a56d23d5] |
233 | X-Runtime: ['0.073023'] | 233 | X-Runtime: ['0.088744'] |
234 | X-XSS-Protection: [1; mode=block] | 234 | X-XSS-Protection: [1; mode=block] |
235 | content-length: ['211'] | 235 | content-length: ['211'] |
236 | status: {code: 200, message: OK} | 236 | status: {code: 200, message: OK} |
@@ -244,7 +244,7 @@ interactions: | |||
244 | Content-Length: ['0'] | 244 | Content-Length: ['0'] |
245 | User-Agent: [python-requests/2.18.4] | 245 | User-Agent: [python-requests/2.18.4] |
246 | method: DELETE | 246 | method: DELETE |
247 | uri: http://localhost:3000/api/v1/lists/5 | 247 | uri: http://localhost:3000/api/v1/lists/25 |
248 | response: | 248 | response: |
249 | body: {string: '{}'} | 249 | body: {string: '{}'} |
250 | headers: | 250 | headers: |
@@ -257,8 +257,8 @@ interactions: | |||
257 | X-Download-Options: [noopen] | 257 | X-Download-Options: [noopen] |
258 | X-Frame-Options: [SAMEORIGIN] | 258 | X-Frame-Options: [SAMEORIGIN] |
259 | X-Permitted-Cross-Domain-Policies: [none] | 259 | X-Permitted-Cross-Domain-Policies: [none] |
260 | X-Request-Id: [21f34ce5-d202-4c38-952f-1e2079860b51] | 260 | X-Request-Id: [0004f8b3-73e1-444f-8aff-cc2d20798dca] |
261 | X-Runtime: ['0.043072'] | 261 | X-Runtime: ['0.021890'] |
262 | X-XSS-Protection: [1; mode=block] | 262 | X-XSS-Protection: [1; mode=block] |
263 | content-length: ['2'] | 263 | content-length: ['2'] |
264 | status: {code: 200, message: OK} | 264 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_update.yaml b/tests/cassettes/test_list_update.yaml index 902c696..e13a194 100644 --- a/tests/cassettes/test_list_update.yaml +++ b/tests/cassettes/test_list_update.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"2","title":"ham burglars"}'} | 15 | body: {string: '{"id":"22","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [7a3e67d6-4676-48ce-ae8f-6cc3203b4270] | 26 | X-Request-Id: [bd1652d1-76f1-46a8-9538-628cc683adfa] |
27 | X-Runtime: ['0.021679'] | 27 | X-Runtime: ['0.026633'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['33'] | 29 | content-length: ['34'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: title=fry+kids | 32 | body: title=fry+kids |
@@ -39,9 +39,9 @@ interactions: | |||
39 | Content-Type: [application/x-www-form-urlencoded] | 39 | Content-Type: [application/x-www-form-urlencoded] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: PUT | 41 | method: PUT |
42 | uri: http://localhost:3000/api/v1/lists/2 | 42 | uri: http://localhost:3000/api/v1/lists/22 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"2","title":"fry kids"}'} | 44 | body: {string: '{"id":"22","title":"fry kids"}'} |
45 | headers: | 45 | headers: |
46 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [40c498a2-2c8b-4a34-9494-e3aed7a481df] | 55 | X-Request-Id: [6b7758be-dcdf-45fd-bb1a-fa632d637bb1] |
56 | X-Runtime: ['0.022328'] | 56 | X-Runtime: ['0.024845'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['29'] | 58 | content-length: ['30'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: null | 61 | body: null |
@@ -68,7 +68,7 @@ interactions: | |||
68 | method: GET | 68 | method: GET |
69 | uri: http://localhost:3000/api/v1/lists | 69 | uri: http://localhost:3000/api/v1/lists |
70 | response: | 70 | response: |
71 | body: {string: '[{"id":"2","title":"fry kids"}]'} | 71 | body: {string: '[{"id":"22","title":"fry kids"}]'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['no-cache, no-store'] | 73 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
@@ -79,10 +79,10 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [69975442-93a0-4381-a7f2-81f787314057] | 82 | X-Request-Id: [a4ba556b-3082-4e0c-bde2-eb1cbc281ad8] |
83 | X-Runtime: ['0.017720'] | 83 | X-Runtime: ['0.020165'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['31'] | 85 | content-length: ['32'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
87 | - request: | 87 | - request: |
88 | body: null | 88 | body: null |
@@ -95,7 +95,7 @@ interactions: | |||
95 | method: GET | 95 | method: GET |
96 | uri: http://localhost:3000/api/v1/lists | 96 | uri: http://localhost:3000/api/v1/lists |
97 | response: | 97 | response: |
98 | body: {string: '[{"id":"2","title":"fry kids"}]'} | 98 | body: {string: '[{"id":"22","title":"fry kids"}]'} |
99 | headers: | 99 | headers: |
100 | Cache-Control: ['no-cache, no-store'] | 100 | Cache-Control: ['no-cache, no-store'] |
101 | Content-Type: [application/json; charset=utf-8] | 101 | Content-Type: [application/json; charset=utf-8] |
@@ -106,10 +106,10 @@ interactions: | |||
106 | X-Download-Options: [noopen] | 106 | X-Download-Options: [noopen] |
107 | X-Frame-Options: [SAMEORIGIN] | 107 | X-Frame-Options: [SAMEORIGIN] |
108 | X-Permitted-Cross-Domain-Policies: [none] | 108 | X-Permitted-Cross-Domain-Policies: [none] |
109 | X-Request-Id: [32536a24-bf91-45a7-93e4-11e68366c245] | 109 | X-Request-Id: [b347ee38-fb15-4812-8bac-ddb004364d02] |
110 | X-Runtime: ['0.016560'] | 110 | X-Runtime: ['0.016011'] |
111 | X-XSS-Protection: [1; mode=block] | 111 | X-XSS-Protection: [1; mode=block] |
112 | content-length: ['31'] | 112 | content-length: ['32'] |
113 | status: {code: 200, message: OK} | 113 | status: {code: 200, message: OK} |
114 | - request: | 114 | - request: |
115 | body: null | 115 | body: null |
@@ -120,9 +120,9 @@ interactions: | |||
120 | Connection: [keep-alive] | 120 | Connection: [keep-alive] |
121 | User-Agent: [python-requests/2.18.4] | 121 | User-Agent: [python-requests/2.18.4] |
122 | method: GET | 122 | method: GET |
123 | uri: http://localhost:3000/api/v1/lists/2 | 123 | uri: http://localhost:3000/api/v1/lists/22 |
124 | response: | 124 | response: |
125 | body: {string: '{"id":"2","title":"fry kids"}'} | 125 | body: {string: '{"id":"22","title":"fry kids"}'} |
126 | headers: | 126 | headers: |
127 | Cache-Control: ['no-cache, no-store'] | 127 | Cache-Control: ['no-cache, no-store'] |
128 | Content-Type: [application/json; charset=utf-8] | 128 | Content-Type: [application/json; charset=utf-8] |
@@ -133,10 +133,10 @@ interactions: | |||
133 | X-Download-Options: [noopen] | 133 | X-Download-Options: [noopen] |
134 | X-Frame-Options: [SAMEORIGIN] | 134 | X-Frame-Options: [SAMEORIGIN] |
135 | X-Permitted-Cross-Domain-Policies: [none] | 135 | X-Permitted-Cross-Domain-Policies: [none] |
136 | X-Request-Id: [37e79f80-f338-440c-abd6-e9d0d6da7efe] | 136 | X-Request-Id: [fbcc429e-9132-4af9-b4fe-f05a78e842cf] |
137 | X-Runtime: ['0.017184'] | 137 | X-Runtime: ['0.015933'] |
138 | X-XSS-Protection: [1; mode=block] | 138 | X-XSS-Protection: [1; mode=block] |
139 | content-length: ['29'] | 139 | content-length: ['30'] |
140 | status: {code: 200, message: OK} | 140 | status: {code: 200, message: OK} |
141 | - request: | 141 | - request: |
142 | body: null | 142 | body: null |
@@ -148,7 +148,7 @@ interactions: | |||
148 | Content-Length: ['0'] | 148 | Content-Length: ['0'] |
149 | User-Agent: [python-requests/2.18.4] | 149 | User-Agent: [python-requests/2.18.4] |
150 | method: DELETE | 150 | method: DELETE |
151 | uri: http://localhost:3000/api/v1/lists/2 | 151 | uri: http://localhost:3000/api/v1/lists/22 |
152 | response: | 152 | response: |
153 | body: {string: '{}'} | 153 | body: {string: '{}'} |
154 | headers: | 154 | headers: |
@@ -161,8 +161,8 @@ interactions: | |||
161 | X-Download-Options: [noopen] | 161 | X-Download-Options: [noopen] |
162 | X-Frame-Options: [SAMEORIGIN] | 162 | X-Frame-Options: [SAMEORIGIN] |
163 | X-Permitted-Cross-Domain-Policies: [none] | 163 | X-Permitted-Cross-Domain-Policies: [none] |
164 | X-Request-Id: [2a3ba842-1f5d-477b-ae06-f7ea48059ce9] | 164 | X-Request-Id: [6fbcb159-9c72-4cd7-ab18-c8fbf1dc0d71] |
165 | X-Runtime: ['0.028454'] | 165 | X-Runtime: ['0.029654'] |
166 | X-XSS-Protection: [1; mode=block] | 166 | X-XSS-Protection: [1; mode=block] |
167 | content-length: ['2'] | 167 | content-length: ['2'] |
168 | status: {code: 200, message: OK} | 168 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_log_in_password.yaml b/tests/cassettes/test_log_in_password.yaml index 1f0eee9..009ec0d 100644 --- a/tests/cassettes/test_log_in_password.yaml +++ b/tests/cassettes/test_log_in_password.yaml | |||
@@ -11,17 +11,17 @@ interactions: | |||
11 | method: POST | 11 | method: POST |
12 | uri: http://localhost:3000/oauth/token | 12 | uri: http://localhost:3000/oauth/token |
13 | response: | 13 | response: |
14 | body: {string: '{"access_token":"__MASTODON_PY_TEST_ACCESS_TOKEN_2","token_type":"Bearer","scope":"read | 14 | body: {string: '{"access_token":"Gcyi6JtgsQNbgVO_KWb1GXN7tl-H4nTc8aPllkqDn7k","token_type":"Bearer","scope":"read |
15 | write follow push","created_at":1561214788}'} | 15 | write follow push","created_at":1561237917}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['private, no-store'] | 17 | Cache-Control: ['private, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"24c702c892d562d104453293f6d8ab58"] | 19 | ETag: [W/"144f97d6b107ffc3e01cc19c9e663f86"] |
20 | Pragma: [no-cache] | 20 | Pragma: [no-cache] |
21 | Transfer-Encoding: [chunked] | 21 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 22 | Vary: ['Accept-Encoding, Origin'] |
23 | X-Request-Id: [822a2b34-22bb-4d4b-bd07-30e59588c242] | 23 | X-Request-Id: [69606de9-1723-4590-8ae2-12f91e4790a7] |
24 | X-Runtime: ['0.070731'] | 24 | X-Runtime: ['0.077037'] |
25 | content-length: ['131'] | 25 | content-length: ['141'] |
26 | status: {code: 200, message: OK} | 26 | status: {code: 200, message: OK} |
27 | version: 1 | 27 | version: 1 |
diff --git a/tests/cassettes/test_log_in_password_incorrect.yaml b/tests/cassettes/test_log_in_password_incorrect.yaml index 227417e..ce2a808 100644 --- a/tests/cassettes/test_log_in_password_incorrect.yaml +++ b/tests/cassettes/test_log_in_password_incorrect.yaml | |||
@@ -24,8 +24,8 @@ interactions: | |||
24 | provided authorization grant is invalid, expired, revoked, does not match | 24 | provided authorization grant is invalid, expired, revoked, does not match |
25 | the redirection URI used in the authorization request, or was issued to | 25 | the redirection URI used in the authorization request, or was issued to |
26 | another client."'] | 26 | another client."'] |
27 | X-Request-Id: [b80469bd-d9b3-429f-8be8-51c8afbce6e9] | 27 | X-Request-Id: [7fa598ab-7710-467d-b4c7-45bd55280897] |
28 | X-Runtime: ['0.063862'] | 28 | X-Runtime: ['0.081215'] |
29 | content-length: ['213'] | 29 | content-length: ['213'] |
30 | status: {code: 400, message: Bad Request} | 30 | status: {code: 400, message: Bad Request} |
31 | version: 1 | 31 | version: 1 |
diff --git a/tests/cassettes/test_log_in_password_to_file.yaml b/tests/cassettes/test_log_in_password_to_file.yaml index d4ed695..8049d21 100644 --- a/tests/cassettes/test_log_in_password_to_file.yaml +++ b/tests/cassettes/test_log_in_password_to_file.yaml | |||
@@ -11,31 +11,31 @@ interactions: | |||
11 | method: POST | 11 | method: POST |
12 | uri: http://localhost:3000/oauth/token | 12 | uri: http://localhost:3000/oauth/token |
13 | response: | 13 | response: |
14 | body: {string: '{"access_token":"__MASTODON_PY_TEST_ACCESS_TOKEN_2","token_type":"Bearer","scope":"read | 14 | body: {string: '{"access_token":"Gcyi6JtgsQNbgVO_KWb1GXN7tl-H4nTc8aPllkqDn7k","token_type":"Bearer","scope":"read |
15 | write follow push","created_at":1561214788}'} | 15 | write follow push","created_at":1561237917}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['private, no-store'] | 17 | Cache-Control: ['private, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"24c702c892d562d104453293f6d8ab58"] | 19 | ETag: [W/"1d838934906a55fe654916083e05308f"] |
20 | Pragma: [no-cache] | 20 | Pragma: [no-cache] |
21 | Transfer-Encoding: [chunked] | 21 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 22 | Vary: ['Accept-Encoding, Origin'] |
23 | X-Request-Id: [c3017f47-0494-4f94-ab7e-fcfa3f9ccff1] | 23 | X-Request-Id: [1adba5d6-ad4d-4713-a086-b6920e1934f6] |
24 | X-Runtime: ['0.067294'] | 24 | X-Runtime: ['0.065997'] |
25 | content-length: ['131'] | 25 | content-length: ['141'] |
26 | status: {code: 200, message: OK} | 26 | status: {code: 200, message: OK} |
27 | - request: | 27 | - request: |
28 | body: null | 28 | body: null |
29 | headers: | 29 | headers: |
30 | Accept: ['*/*'] | 30 | Accept: ['*/*'] |
31 | Accept-Encoding: ['gzip, deflate'] | 31 | Accept-Encoding: ['gzip, deflate'] |
32 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN_2] | 32 | Authorization: [Bearer Gcyi6JtgsQNbgVO_KWb1GXN7tl-H4nTc8aPllkqDn7k] |
33 | Connection: [keep-alive] | 33 | Connection: [keep-alive] |
34 | User-Agent: [python-requests/2.18.4] | 34 | User-Agent: [python-requests/2.18.4] |
35 | method: GET | 35 | method: GET |
36 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 36 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
37 | response: | 37 | response: |
38 | body: {string: '{"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":0,"following_count":0,"statuses_count":3,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 38 | body: {string: '{"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":16,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
39 | headers: | 39 | headers: |
40 | Cache-Control: ['no-cache, no-store'] | 40 | Cache-Control: ['no-cache, no-store'] |
41 | Content-Type: [application/json; charset=utf-8] | 41 | Content-Type: [application/json; charset=utf-8] |
@@ -46,9 +46,9 @@ interactions: | |||
46 | X-Download-Options: [noopen] | 46 | X-Download-Options: [noopen] |
47 | X-Frame-Options: [SAMEORIGIN] | 47 | X-Frame-Options: [SAMEORIGIN] |
48 | X-Permitted-Cross-Domain-Policies: [none] | 48 | X-Permitted-Cross-Domain-Policies: [none] |
49 | X-Request-Id: [ed77c025-4ba4-4c88-bc2c-9ac710e12d7c] | 49 | X-Request-Id: [ce442ccc-27c9-46ef-ac41-e2dddb1796cb] |
50 | X-Runtime: ['0.022156'] | 50 | X-Runtime: ['0.020808'] |
51 | X-XSS-Protection: [1; mode=block] | 51 | X-XSS-Protection: [1; mode=block] |
52 | content-length: ['609'] | 52 | content-length: ['610'] |
53 | status: {code: 200, message: OK} | 53 | status: {code: 200, message: OK} |
54 | version: 1 | 54 | version: 1 |
diff --git a/tests/cassettes/test_media_post[False].yaml b/tests/cassettes/test_media_post[False].yaml index 86547cb..b806e50 100644 --- a/tests/cassettes/test_media_post[False].yaml +++ b/tests/cassettes/test_media_post[False].yaml | |||
@@ -1,13 +1,13 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS1iYmM3OTA0MWRjZGE0NGZkOTMyY2ZhYWU2MjhhMmU1Zg0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS1lMGE2ZDM2ZDI1Yjc0OTJhYTA3YjA2ZTQyNzFhMmVlMw0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u | 5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u |
6 | eSB3YWxrDQotLWJiYzc5MDQxZGNkYTQ0ZmQ5MzJjZmFhZTYyOGEyZTVmDQpDb250ZW50LURpc3Bv | 6 | eSB3YWxrDQotLWUwYTZkMzZkMjViNzQ5MmFhMDdiMDZlNDI3MWEyZWUzDQpDb250ZW50LURpc3Bv |
7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1iYmM3OTA0MWRj | 7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1lMGE2ZDM2ZDI1 |
8 | ZGE0NGZkOTMyY2ZhYWU2MjhhMmU1Zg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | 8 | Yjc0OTJhYTA3YjA2ZTQyNzFhMmVlMw0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu |
9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIwODU5My42MTI4Mjk3 | 9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIzNzk1OS4wOTgzMDIx |
10 | XzlLUVRSRUhVQ04uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA | 10 | X1BJRkU4SFcwTkwuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA |
11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ | 11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ |
12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA | 12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA |
13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe | 13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe |
@@ -943,19 +943,19 @@ interactions: | |||
943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI | 943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI |
944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV | 944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV |
945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp | 945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp |
946 | UqD/2Q0KLS1iYmM3OTA0MWRjZGE0NGZkOTMyY2ZhYWU2MjhhMmU1Zi0tDQo= | 946 | UqD/2Q0KLS1lMGE2ZDM2ZDI1Yjc0OTJhYTA3YjA2ZTQyNzFhMmVlMy0tDQo= |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
949 | Accept-Encoding: ['gzip, deflate'] | 949 | Accept-Encoding: ['gzip, deflate'] |
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53738'] | 952 | Content-Length: ['53738'] |
953 | Content-Type: [multipart/form-data; boundary=bbc79041dcda44fd932cfaae628a2e5f] | 953 | Content-Type: [multipart/form-data; boundary=e0a6d36d25b7492aa07b06e4271a2ee3] |
954 | User-Agent: [python-requests/2.18.4] | 954 | User-Agent: [python-requests/2.18.4] |
955 | method: POST | 955 | method: POST |
956 | uri: http://localhost:3000/api/v1/media | 956 | uri: http://localhost:3000/api/v1/media |
957 | response: | 957 | response: |
958 | body: {string: '{"id":"1","type":"image","url":"http://localhost/system/media_attachments/files/000/000/001/original/abfdfa2542f48377.jpeg?1561208593","preview_url":"http://localhost/system/media_attachments/files/000/000/001/small/abfdfa2542f48377.jpeg?1561208593","remote_url":null,"text_url":"http://localhost/media/DRJkMLZYxev5mJh9VqE","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John | 958 | body: {string: '{"id":"17","type":"image","url":"http://localhost/system/media_attachments/files/000/000/017/original/cb960b20e18d1043.jpeg?1561237959","preview_url":"http://localhost/system/media_attachments/files/000/000/017/small/cb960b20e18d1043.jpeg?1561237959","remote_url":null,"text_url":"http://localhost/media/P3dfEUOpakQ4eB182VI","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} | 959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
960 | headers: | 960 | headers: |
961 | Cache-Control: ['no-cache, no-store'] | 961 | Cache-Control: ['no-cache, no-store'] |
@@ -967,29 +967,27 @@ interactions: | |||
967 | X-Download-Options: [noopen] | 967 | X-Download-Options: [noopen] |
968 | X-Frame-Options: [SAMEORIGIN] | 968 | X-Frame-Options: [SAMEORIGIN] |
969 | X-Permitted-Cross-Domain-Policies: [none] | 969 | X-Permitted-Cross-Domain-Policies: [none] |
970 | X-Request-Id: [4c4f3fed-01c4-4996-b065-d5bb42a625d1] | 970 | X-Request-Id: [a092eb6e-aae8-4a90-833a-3e0ac44a52bd] |
971 | X-Runtime: ['0.297668'] | 971 | X-Runtime: ['0.295956'] |
972 | X-XSS-Protection: [1; mode=block] | 972 | X-XSS-Protection: [1; mode=block] |
973 | content-length: ['590'] | 973 | content-length: ['591'] |
974 | status: {code: 200, message: OK} | 974 | status: {code: 200, message: OK} |
975 | - request: | 975 | - request: |
976 | body: status=LOL+check+this+out&media_ids%5B%5D=1 | 976 | body: status=LOL+check+this+out&media_ids%5B%5D=17 |
977 | headers: | 977 | headers: |
978 | Accept: ['*/*'] | 978 | Accept: ['*/*'] |
979 | Accept-Encoding: ['gzip, deflate'] | 979 | Accept-Encoding: ['gzip, deflate'] |
980 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 980 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
981 | Connection: [keep-alive] | 981 | Connection: [keep-alive] |
982 | Content-Length: ['43'] | 982 | Content-Length: ['44'] |
983 | Content-Type: [application/x-www-form-urlencoded] | 983 | Content-Type: [application/x-www-form-urlencoded] |
984 | User-Agent: [python-requests/2.18.4] | 984 | User-Agent: [python-requests/2.18.4] |
985 | method: POST | 985 | method: POST |
986 | uri: http://localhost:3000/api/v1/statuses | 986 | uri: http://localhost:3000/api/v1/statuses |
987 | response: | 987 | response: |
988 | body: {string: '{"id":"102315366413514093","created_at":"2019-06-22T13:03:13.967Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315366413514093","url":"http://localhost/@mastodonpy_test/102315366413514093","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eLOL | 988 | body: {string: '{"id":"102317290909511493","created_at":"2019-06-22T21:12:39.445Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102317290909511493","url":"http://localhost/@mastodonpy_test/102317290909511493","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eLOL |
989 | check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 989 | check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
990 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 990 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[{"id":"17","type":"image","url":"http://localhost/system/media_attachments/files/000/000/017/original/cb960b20e18d1043.jpeg?1561237959","preview_url":"http://localhost/system/media_attachments/files/000/000/017/small/cb960b20e18d1043.jpeg?1561237959","remote_url":null,"text_url":"http://localhost/media/P3dfEUOpakQ4eB182VI","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
991 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
992 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[{"id":"1","type":"image","url":"http://localhost/system/media_attachments/files/000/000/001/original/abfdfa2542f48377.jpeg?1561208593","preview_url":"http://localhost/system/media_attachments/files/000/000/001/small/abfdfa2542f48377.jpeg?1561208593","remote_url":null,"text_url":"http://localhost/media/DRJkMLZYxev5mJh9VqE","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John | ||
993 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 991 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
994 | headers: | 992 | headers: |
995 | Cache-Control: ['no-cache, no-store'] | 993 | Cache-Control: ['no-cache, no-store'] |
@@ -1001,10 +999,10 @@ interactions: | |||
1001 | X-Download-Options: [noopen] | 999 | X-Download-Options: [noopen] |
1002 | X-Frame-Options: [SAMEORIGIN] | 1000 | X-Frame-Options: [SAMEORIGIN] |
1003 | X-Permitted-Cross-Domain-Policies: [none] | 1001 | X-Permitted-Cross-Domain-Policies: [none] |
1004 | X-Request-Id: [0ceb8d57-2323-4a8f-b29b-3e3b87c85017] | 1002 | X-Request-Id: [159ba237-8903-46bc-b8d6-67c8674a0988] |
1005 | X-Runtime: ['0.146228'] | 1003 | X-Runtime: ['0.146690'] |
1006 | X-XSS-Protection: [1; mode=block] | 1004 | X-XSS-Protection: [1; mode=block] |
1007 | content-length: ['2200'] | 1005 | content-length: ['1840'] |
1008 | status: {code: 200, message: OK} | 1006 | status: {code: 200, message: OK} |
1009 | - request: | 1007 | - request: |
1010 | body: null | 1008 | body: null |
@@ -1016,12 +1014,10 @@ interactions: | |||
1016 | Content-Length: ['0'] | 1014 | Content-Length: ['0'] |
1017 | User-Agent: [python-requests/2.18.4] | 1015 | User-Agent: [python-requests/2.18.4] |
1018 | method: DELETE | 1016 | method: DELETE |
1019 | uri: http://localhost:3000/api/v1/statuses/102315366413514093 | 1017 | uri: http://localhost:3000/api/v1/statuses/102317290909511493 |
1020 | response: | 1018 | response: |
1021 | body: {string: '{"id":"102315366413514093","created_at":"2019-06-22T13:03:13.967Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315366413514093","url":"http://localhost/@mastodonpy_test/102315366413514093","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"LOL | 1019 | body: {string: '{"id":"102317290909511493","created_at":"2019-06-22T21:12:39.445Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102317290909511493","url":"http://localhost/@mastodonpy_test/102317290909511493","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"LOL |
1022 | check this out","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1020 | check this out","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[{"id":"17","type":"image","url":"http://localhost/system/media_attachments/files/000/000/017/original/cb960b20e18d1043.jpeg?1561237959","preview_url":"http://localhost/system/media_attachments/files/000/000/017/small/cb960b20e18d1043.jpeg?1561237959","remote_url":null,"text_url":"http://localhost/media/P3dfEUOpakQ4eB182VI","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
1023 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1024 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[{"id":"1","type":"image","url":"http://localhost/system/media_attachments/files/000/000/001/original/abfdfa2542f48377.jpeg?1561208593","preview_url":"http://localhost/system/media_attachments/files/000/000/001/small/abfdfa2542f48377.jpeg?1561208593","remote_url":null,"text_url":"http://localhost/media/DRJkMLZYxev5mJh9VqE","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John | ||
1025 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 1021 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
1026 | headers: | 1022 | headers: |
1027 | Cache-Control: ['no-cache, no-store'] | 1023 | Cache-Control: ['no-cache, no-store'] |
@@ -1033,9 +1029,9 @@ interactions: | |||
1033 | X-Download-Options: [noopen] | 1029 | X-Download-Options: [noopen] |
1034 | X-Frame-Options: [SAMEORIGIN] | 1030 | X-Frame-Options: [SAMEORIGIN] |
1035 | X-Permitted-Cross-Domain-Policies: [none] | 1031 | X-Permitted-Cross-Domain-Policies: [none] |
1036 | X-Request-Id: [f111387d-93bd-4bae-8b57-87e078ae35b6] | 1032 | X-Request-Id: [7596962f-f445-42da-8d51-8bd30f142ae3] |
1037 | X-Runtime: ['0.121595'] | 1033 | X-Runtime: ['0.137753'] |
1038 | X-XSS-Protection: [1; mode=block] | 1034 | X-XSS-Protection: [1; mode=block] |
1039 | content-length: ['2170'] | 1035 | content-length: ['1810'] |
1040 | status: {code: 200, message: OK} | 1036 | status: {code: 200, message: OK} |
1041 | version: 1 | 1037 | version: 1 |
diff --git a/tests/cassettes/test_media_post[True].yaml b/tests/cassettes/test_media_post[True].yaml index d15b443..333bf47 100644 --- a/tests/cassettes/test_media_post[True].yaml +++ b/tests/cassettes/test_media_post[True].yaml | |||
@@ -1,13 +1,13 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS1hMDRiYjUxYzFmY2U0OWVhOWRkM2FhYzllMzI2MTdmYQ0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS0xZjg5MTlkMTJiZTk0MjRiOGQ0ZjYyOTAxMmY0ODJhNw0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u | 5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u |
6 | eSB3YWxrDQotLWEwNGJiNTFjMWZjZTQ5ZWE5ZGQzYWFjOWUzMjYxN2ZhDQpDb250ZW50LURpc3Bv | 6 | eSB3YWxrDQotLTFmODkxOWQxMmJlOTQyNGI4ZDRmNjI5MDEyZjQ4MmE3DQpDb250ZW50LURpc3Bv |
7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1hMDRiYjUxYzFm | 7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS0xZjg5MTlkMTJi |
8 | Y2U0OWVhOWRkM2FhYzllMzI2MTdmYQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | 8 | ZTk0MjRiOGQ0ZjYyOTAxMmY0ODJhNw0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu |
9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIwODU5NC4yMjczODk4 | 9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIzNzk1OS43MjY4MDAy |
10 | XzNYS0NXM1FXOU4uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA | 10 | X1JNR05OMlhYUFMuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA |
11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ | 11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ |
12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA | 12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA |
13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe | 13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe |
@@ -943,19 +943,19 @@ interactions: | |||
943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI | 943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI |
944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV | 944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV |
945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp | 945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp |
946 | UqD/2Q0KLS1hMDRiYjUxYzFmY2U0OWVhOWRkM2FhYzllMzI2MTdmYS0tDQo= | 946 | UqD/2Q0KLS0xZjg5MTlkMTJiZTk0MjRiOGQ0ZjYyOTAxMmY0ODJhNy0tDQo= |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
949 | Accept-Encoding: ['gzip, deflate'] | 949 | Accept-Encoding: ['gzip, deflate'] |
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53738'] | 952 | Content-Length: ['53738'] |
953 | Content-Type: [multipart/form-data; boundary=a04bb51c1fce49ea9dd3aac9e32617fa] | 953 | Content-Type: [multipart/form-data; boundary=1f8919d12be9424b8d4f629012f482a7] |
954 | User-Agent: [python-requests/2.18.4] | 954 | User-Agent: [python-requests/2.18.4] |
955 | method: POST | 955 | method: POST |
956 | uri: http://localhost:3000/api/v1/media | 956 | uri: http://localhost:3000/api/v1/media |
957 | response: | 957 | response: |
958 | body: {string: '{"id":"2","type":"image","url":"http://localhost/system/media_attachments/files/000/000/002/original/fd9bd2b4baf21d6b.jpeg?1561208594","preview_url":"http://localhost/system/media_attachments/files/000/000/002/small/fd9bd2b4baf21d6b.jpeg?1561208594","remote_url":null,"text_url":"http://localhost/media/Bu4oWaVWL84UhAVT6MM","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John | 958 | body: {string: '{"id":"18","type":"image","url":"http://localhost/system/media_attachments/files/000/000/018/original/1139def4417843a3.jpeg?1561237959","preview_url":"http://localhost/system/media_attachments/files/000/000/018/small/1139def4417843a3.jpeg?1561237959","remote_url":null,"text_url":"http://localhost/media/6JhBKFx9vivh8RxP5Cg","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} | 959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
960 | headers: | 960 | headers: |
961 | Cache-Control: ['no-cache, no-store'] | 961 | Cache-Control: ['no-cache, no-store'] |
@@ -967,29 +967,27 @@ interactions: | |||
967 | X-Download-Options: [noopen] | 967 | X-Download-Options: [noopen] |
968 | X-Frame-Options: [SAMEORIGIN] | 968 | X-Frame-Options: [SAMEORIGIN] |
969 | X-Permitted-Cross-Domain-Policies: [none] | 969 | X-Permitted-Cross-Domain-Policies: [none] |
970 | X-Request-Id: [076b4d7e-73db-4046-866b-5a19998db05a] | 970 | X-Request-Id: [6bccea6a-1519-441c-b862-164e6a5d8b0c] |
971 | X-Runtime: ['0.398558'] | 971 | X-Runtime: ['0.306069'] |
972 | X-XSS-Protection: [1; mode=block] | 972 | X-XSS-Protection: [1; mode=block] |
973 | content-length: ['590'] | 973 | content-length: ['591'] |
974 | status: {code: 200, message: OK} | 974 | status: {code: 200, message: OK} |
975 | - request: | 975 | - request: |
976 | body: sensitive=1&status=LOL+check+this+out&media_ids%5B%5D=2 | 976 | body: sensitive=1&status=LOL+check+this+out&media_ids%5B%5D=18 |
977 | headers: | 977 | headers: |
978 | Accept: ['*/*'] | 978 | Accept: ['*/*'] |
979 | Accept-Encoding: ['gzip, deflate'] | 979 | Accept-Encoding: ['gzip, deflate'] |
980 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 980 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
981 | Connection: [keep-alive] | 981 | Connection: [keep-alive] |
982 | Content-Length: ['55'] | 982 | Content-Length: ['56'] |
983 | Content-Type: [application/x-www-form-urlencoded] | 983 | Content-Type: [application/x-www-form-urlencoded] |
984 | User-Agent: [python-requests/2.18.4] | 984 | User-Agent: [python-requests/2.18.4] |
985 | method: POST | 985 | method: POST |
986 | uri: http://localhost:3000/api/v1/statuses | 986 | uri: http://localhost:3000/api/v1/statuses |
987 | response: | 987 | response: |
988 | body: {string: '{"id":"102315366460423851","created_at":"2019-06-22T13:03:14.679Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315366460423851","url":"http://localhost/@mastodonpy_test/102315366460423851","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eLOL | 988 | body: {string: '{"id":"102317290951865927","created_at":"2019-06-22T21:12:40.090Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102317290951865927","url":"http://localhost/@mastodonpy_test/102317290951865927","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eLOL |
989 | check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 989 | check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
990 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 990 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[{"id":"18","type":"image","url":"http://localhost/system/media_attachments/files/000/000/018/original/1139def4417843a3.jpeg?1561237959","preview_url":"http://localhost/system/media_attachments/files/000/000/018/small/1139def4417843a3.jpeg?1561237959","remote_url":null,"text_url":"http://localhost/media/6JhBKFx9vivh8RxP5Cg","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
991 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
992 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[{"id":"2","type":"image","url":"http://localhost/system/media_attachments/files/000/000/002/original/fd9bd2b4baf21d6b.jpeg?1561208594","preview_url":"http://localhost/system/media_attachments/files/000/000/002/small/fd9bd2b4baf21d6b.jpeg?1561208594","remote_url":null,"text_url":"http://localhost/media/Bu4oWaVWL84UhAVT6MM","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John | ||
993 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 991 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
994 | headers: | 992 | headers: |
995 | Cache-Control: ['no-cache, no-store'] | 993 | Cache-Control: ['no-cache, no-store'] |
@@ -1001,10 +999,10 @@ interactions: | |||
1001 | X-Download-Options: [noopen] | 999 | X-Download-Options: [noopen] |
1002 | X-Frame-Options: [SAMEORIGIN] | 1000 | X-Frame-Options: [SAMEORIGIN] |
1003 | X-Permitted-Cross-Domain-Policies: [none] | 1001 | X-Permitted-Cross-Domain-Policies: [none] |
1004 | X-Request-Id: [20aed872-3e62-4c41-941d-708f308f0e4c] | 1002 | X-Request-Id: [057e8b64-d96a-4e9a-a27e-10767dac6c89] |
1005 | X-Runtime: ['0.144382'] | 1003 | X-Runtime: ['0.123584'] |
1006 | X-XSS-Protection: [1; mode=block] | 1004 | X-XSS-Protection: [1; mode=block] |
1007 | content-length: ['2199'] | 1005 | content-length: ['1839'] |
1008 | status: {code: 200, message: OK} | 1006 | status: {code: 200, message: OK} |
1009 | - request: | 1007 | - request: |
1010 | body: null | 1008 | body: null |
@@ -1016,12 +1014,10 @@ interactions: | |||
1016 | Content-Length: ['0'] | 1014 | Content-Length: ['0'] |
1017 | User-Agent: [python-requests/2.18.4] | 1015 | User-Agent: [python-requests/2.18.4] |
1018 | method: DELETE | 1016 | method: DELETE |
1019 | uri: http://localhost:3000/api/v1/statuses/102315366460423851 | 1017 | uri: http://localhost:3000/api/v1/statuses/102317290951865927 |
1020 | response: | 1018 | response: |
1021 | body: {string: '{"id":"102315366460423851","created_at":"2019-06-22T13:03:14.679Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315366460423851","url":"http://localhost/@mastodonpy_test/102315366460423851","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"LOL | 1019 | body: {string: '{"id":"102317290951865927","created_at":"2019-06-22T21:12:40.090Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102317290951865927","url":"http://localhost/@mastodonpy_test/102317290951865927","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"LOL |
1022 | check this out","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1020 | check this out","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[{"id":"18","type":"image","url":"http://localhost/system/media_attachments/files/000/000/018/original/1139def4417843a3.jpeg?1561237959","preview_url":"http://localhost/system/media_attachments/files/000/000/018/small/1139def4417843a3.jpeg?1561237959","remote_url":null,"text_url":"http://localhost/media/6JhBKFx9vivh8RxP5Cg","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
1023 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1024 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[{"id":"2","type":"image","url":"http://localhost/system/media_attachments/files/000/000/002/original/fd9bd2b4baf21d6b.jpeg?1561208594","preview_url":"http://localhost/system/media_attachments/files/000/000/002/small/fd9bd2b4baf21d6b.jpeg?1561208594","remote_url":null,"text_url":"http://localhost/media/Bu4oWaVWL84UhAVT6MM","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John | ||
1025 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 1021 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
1026 | headers: | 1022 | headers: |
1027 | Cache-Control: ['no-cache, no-store'] | 1023 | Cache-Control: ['no-cache, no-store'] |
@@ -1033,9 +1029,9 @@ interactions: | |||
1033 | X-Download-Options: [noopen] | 1029 | X-Download-Options: [noopen] |
1034 | X-Frame-Options: [SAMEORIGIN] | 1030 | X-Frame-Options: [SAMEORIGIN] |
1035 | X-Permitted-Cross-Domain-Policies: [none] | 1031 | X-Permitted-Cross-Domain-Policies: [none] |
1036 | X-Request-Id: [44dfee9f-a2d5-4136-9cc5-708330799aef] | 1032 | X-Request-Id: [cab49a96-cee2-49ce-a188-57194b74fe6a] |
1037 | X-Runtime: ['0.102598'] | 1033 | X-Runtime: ['0.196667'] |
1038 | X-XSS-Protection: [1; mode=block] | 1034 | X-XSS-Protection: [1; mode=block] |
1039 | content-length: ['2169'] | 1035 | content-length: ['1809'] |
1040 | status: {code: 200, message: OK} | 1036 | status: {code: 200, message: OK} |
1041 | version: 1 | 1037 | version: 1 |
diff --git a/tests/cassettes/test_media_post_file.yaml b/tests/cassettes/test_media_post_file.yaml index ec22f29..53d4ebc 100644 --- a/tests/cassettes/test_media_post_file.yaml +++ b/tests/cassettes/test_media_post_file.yaml | |||
@@ -1,957 +1,957 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS1hYWUxYzZjNWYzMWE0NDlhYWJiMmE0YjQ4NjI2ZTBhNw0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS1kNmQ2YzhlYjRhMmQ0NjA2YjRmMjFhMzQ3MWFmYmU3YQ0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIw | 5 | Zm9ybS1kYXRhOyBuYW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIz |
6 | ODU5NS4yOTgzNzlfVDVHUlhLVTQ4OC5qcGUiDQpDb250ZW50LVR5cGU6IGltYWdlL2pwZWcNCg0K | 6 | Nzk2MC43NDUyNjkzX0VVUlBBS0dFUUguanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoN |
7 | /9j/4AAQSkZJRgABAQEASABIAAD/4gIcSUNDX1BST0ZJTEUAAQEAAAIMbGNtcwIQAABtbnRyUkdC | 7 | Cv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJH |
8 | IFhZWiAH3AABABkAAwApADlhY3NwQVBQTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAA | 8 | QiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEA |
9 | AADTLWxjbXMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApk | 9 | AAAA0y1sY21zAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAK |
10 | ZXNjAAAA/AAAAF5jcHJ0AAABXAAAAAt3dHB0AAABaAAAABRia3B0AAABfAAAABRyWFlaAAABkAAA | 10 | ZGVzYwAAAPwAAABeY3BydAAAAVwAAAALd3RwdAAAAWgAAAAUYmtwdAAAAXwAAAAUclhZWgAAAZAA |
11 | ABRnWFlaAAABpAAAABRiWFlaAAABuAAAABRyVFJDAAABzAAAAEBnVFJDAAABzAAAAEBiVFJDAAAB | 11 | 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 |
943 | headers: | 943 | headers: |
944 | Accept: ['*/*'] | 944 | Accept: ['*/*'] |
945 | Accept-Encoding: ['gzip, deflate'] | 945 | Accept-Encoding: ['gzip, deflate'] |
946 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 946 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
947 | Connection: [keep-alive] | 947 | Connection: [keep-alive] |
948 | Content-Length: ['53521'] | 948 | Content-Length: ['53522'] |
949 | Content-Type: [multipart/form-data; boundary=aae1c6c5f31a449aabb2a4b48626e0a7] | 949 | Content-Type: [multipart/form-data; boundary=d6d6c8eb4a2d4606b4f21a3471afbe7a] |
950 | User-Agent: [python-requests/2.18.4] | 950 | User-Agent: [python-requests/2.18.4] |
951 | method: POST | 951 | method: POST |
952 | uri: http://localhost:3000/api/v1/media | 952 | uri: http://localhost:3000/api/v1/media |
953 | response: | 953 | response: |
954 | body: {string: '{"id":"4","type":"image","url":"http://localhost/system/media_attachments/files/000/000/004/original/4f5ff1bcd64a77e5.jpeg?1561208595","preview_url":"http://localhost/system/media_attachments/files/000/000/004/small/4f5ff1bcd64a77e5.jpeg?1561208595","remote_url":null,"text_url":"http://localhost/media/hdjXJ3vLqSb5SdQ37HE","meta":{"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":null,"blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} | 954 | body: {string: '{"id":"20","type":"image","url":"http://localhost/system/media_attachments/files/000/000/020/original/e422adc3eefa004c.jpeg?1561237960","preview_url":"http://localhost/system/media_attachments/files/000/000/020/small/e422adc3eefa004c.jpeg?1561237960","remote_url":null,"text_url":"http://localhost/media/1PfZmdZ2tSW5ET-TPbM","meta":{"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":null,"blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
955 | headers: | 955 | headers: |
956 | Cache-Control: ['no-cache, no-store'] | 956 | Cache-Control: ['no-cache, no-store'] |
957 | Content-Type: [application/json; charset=utf-8] | 957 | Content-Type: [application/json; charset=utf-8] |
@@ -962,9 +962,9 @@ interactions: | |||
962 | X-Download-Options: [noopen] | 962 | X-Download-Options: [noopen] |
963 | X-Frame-Options: [SAMEORIGIN] | 963 | X-Frame-Options: [SAMEORIGIN] |
964 | X-Permitted-Cross-Domain-Policies: [none] | 964 | X-Permitted-Cross-Domain-Policies: [none] |
965 | X-Request-Id: [caed2c89-4ac4-44df-a667-8ba9d48506fd] | 965 | X-Request-Id: [22710992-3e45-4b87-9177-febc4d3b3561] |
966 | X-Runtime: ['0.294382'] | 966 | X-Runtime: ['0.274581'] |
967 | X-XSS-Protection: [1; mode=block] | 967 | X-XSS-Protection: [1; mode=block] |
968 | content-length: ['535'] | 968 | content-length: ['536'] |
969 | status: {code: 200, message: OK} | 969 | status: {code: 200, message: OK} |
970 | version: 1 | 970 | version: 1 |
diff --git a/tests/cassettes/test_media_update.yaml b/tests/cassettes/test_media_update.yaml index 67e5ad8..9d41cc2 100644 --- a/tests/cassettes/test_media_update.yaml +++ b/tests/cassettes/test_media_update.yaml | |||
@@ -1,961 +1,961 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS0zYWU5MTYxYTdkOTk0MGU3YTc3Y2U5ZGE4NzcyMzIxMg0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS0xY2MwNDE4YzJjZmM0YmM2YmM0MzY1ZGY3Y2ZhNTEwYw0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u | 5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u |
6 | eSB3YWxrDQotLTNhZTkxNjFhN2Q5OTQwZTdhNzdjZTlkYTg3NzIzMjEyDQpDb250ZW50LURpc3Bv | 6 | eSB3YWxrDQotLTFjYzA0MThjMmNmYzRiYzZiYzQzNjVkZjdjZmE1MTBjDQpDb250ZW50LURpc3Bv |
7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS0zYWU5MTYxYTdk | 7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS0xY2MwNDE4YzJj |
8 | OTk0MGU3YTc3Y2U5ZGE4NzcyMzIxMg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | 8 | ZmM0YmM2YmM0MzY1ZGY3Y2ZhNTEwYw0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu |
9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIwODU5NC45MzE0OTg1 | 9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIzNzk2MC40MDQxNl9N |
10 | XzhCTkEwT0ZYSzcuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA | 10 | WFdHRDg1MzFILmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0KDQr/2P/gABBKRklGAAEB |
11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ | 11 | 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 | 596 | XKZlGOBosGhdCTJNvgq1DURDlIxR6LvWfZvGZRXHM9Upy5qI6ltkgh1EOhQWwuXS4lshA6CZGgtn |
597 | C2cj7uH5UAKbUaqxpLHuazXezEMi3AyfY3rndb6z4Tb/AIen0l3VI7zNh/LvVGpqLcY5iSJB0wOC | 597 | I+7h+VACm1GqsaSx7ms13sxDItwMn2N653W+s+E2/wCHp9Jd1SO8zYfy71Rqai3GOYkiQdMDgrjv |
598 | uO9TelbWvtT1vDLZDURM3IdC4eR80e/621UxhCzYtniYqfnagQ9U8TN7luxehjrDIn261BwkFi+2 | 598 | U3pW1r7U9bwy2Q1ETNyHQuHkfNHv+ttVMYQs2LZ4mKn52oEPVPEze5bsXoY6wyJ9utQcJBYvtsUk |
599 | xSQojsnw0pGcOfq8nWtz1Pd0mrv2+KaW0WZ3Xku2s7ZN81hR3aI670J6nucK1+l4Xq7lq3obl5nK | 599 | KI7J8NKRnDn6vJ1rc9T3dJq79vimltFmd15LtrO2TfNYUd2iOu9Cep7nCtfpeF6u5at6G5eZynIw |
600 | cjDFx57FavqL1VpdaavhMbUbxZ1HNbvwnmIZymP1K8+lCKrjFSsrblkojpdMDbJEnYDGaKW475M1 | 600 | xceexWr6i9VaXWmr4TG1G8WdRzW78J5iGcpj9SvPpQiq4xUrK25ZKI6XTA2yRJ2AxmiluO+TNZ+g |
601 | n6C9KQmc9607bHDkzkxRYrNuTL71IhEjyoj+tHiRHI07l6G3dqqrluPLzEu+OnaoKnQX7U/NOnBV | 601 | vSkJnPetO2xw5M5MUWKzbky+9SIRI8qI/rR4kRyNO5eht3aqq5bjy8xLvjp2qCp0F+1PzTpwVYon |
602 | iifLUA7Ye6yVB7FRndDYanII3QzsmBqCMrnKdzFBC8EbRIN2Y/1qPEINzQXInTGcUa8YLVKYXNFc | 602 | y1AO2HuslQexUZ3Q2GpyCN0M7JgagjK5yncxQQvBG0SDdmP9ajxCDc0FyJ0xnFGvGC1SmFzRXIJs |
603 | gmyO/wCKAOjstvR24h1Mh8UVhE6ScYyr0Gq3C9cXdKWpYLlgxnulWWXWS7YyUKGzQInWnI4jzeet | 603 | jv8AigDo7Lb0duIdTIfFFYROknGMq9BqtwvXF3SlqWC5YMZ7pVll1ku2MlChs0CJ1pyOI83nrTQF |
604 | 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 |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
949 | Accept-Encoding: ['gzip, deflate'] | 949 | Accept-Encoding: ['gzip, deflate'] |
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53738'] | 952 | Content-Length: ['53736'] |
953 | Content-Type: [multipart/form-data; boundary=3ae9161a7d9940e7a77ce9da87723212] | 953 | Content-Type: [multipart/form-data; boundary=1cc0418c2cfc4bc6bc4365df7cfa510c] |
954 | User-Agent: [python-requests/2.18.4] | 954 | User-Agent: [python-requests/2.18.4] |
955 | method: POST | 955 | method: POST |
956 | uri: http://localhost:3000/api/v1/media | 956 | uri: http://localhost:3000/api/v1/media |
957 | response: | 957 | response: |
958 | body: {string: '{"id":"3","type":"image","url":"http://localhost/system/media_attachments/files/000/000/003/original/b8823796e3ff1de2.jpeg?1561208594","preview_url":"http://localhost/system/media_attachments/files/000/000/003/small/b8823796e3ff1de2.jpeg?1561208594","remote_url":null,"text_url":"http://localhost/media/Eo0U8J3qkotMcQsHhpM","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John | 958 | body: {string: '{"id":"19","type":"image","url":"http://localhost/system/media_attachments/files/000/000/019/original/7742cffa899d48ec.jpeg?1561237960","preview_url":"http://localhost/system/media_attachments/files/000/000/019/small/7742cffa899d48ec.jpeg?1561237960","remote_url":null,"text_url":"http://localhost/media/zU3ARphJIn4O2YTV0QY","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} | 959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
960 | headers: | 960 | headers: |
961 | Cache-Control: ['no-cache, no-store'] | 961 | Cache-Control: ['no-cache, no-store'] |
@@ -967,10 +967,10 @@ interactions: | |||
967 | X-Download-Options: [noopen] | 967 | X-Download-Options: [noopen] |
968 | X-Frame-Options: [SAMEORIGIN] | 968 | X-Frame-Options: [SAMEORIGIN] |
969 | X-Permitted-Cross-Domain-Policies: [none] | 969 | X-Permitted-Cross-Domain-Policies: [none] |
970 | X-Request-Id: [0dfb5073-34a9-4537-a078-353a597a8329] | 970 | X-Request-Id: [214db65e-cada-416e-b331-e80c4731d751] |
971 | X-Runtime: ['0.293913'] | 971 | X-Runtime: ['0.274128'] |
972 | X-XSS-Protection: [1; mode=block] | 972 | X-XSS-Protection: [1; mode=block] |
973 | content-length: ['590'] | 973 | content-length: ['591'] |
974 | status: {code: 200, message: OK} | 974 | status: {code: 200, message: OK} |
975 | - request: | 975 | - request: |
976 | body: focus=0.69%2C0.69&description=John+Lennon+doing+a+cool+walk | 976 | body: focus=0.69%2C0.69&description=John+Lennon+doing+a+cool+walk |
@@ -983,9 +983,9 @@ interactions: | |||
983 | Content-Type: [application/x-www-form-urlencoded] | 983 | Content-Type: [application/x-www-form-urlencoded] |
984 | User-Agent: [python-requests/2.18.4] | 984 | User-Agent: [python-requests/2.18.4] |
985 | method: PUT | 985 | method: PUT |
986 | uri: http://localhost:3000/api/v1/media/3 | 986 | uri: http://localhost:3000/api/v1/media/19 |
987 | response: | 987 | response: |
988 | body: {string: '{"id":"3","type":"image","url":"http://localhost/system/media_attachments/files/000/000/003/original/b8823796e3ff1de2.jpeg?1561208594","preview_url":"http://localhost/system/media_attachments/files/000/000/003/small/b8823796e3ff1de2.jpeg?1561208594","remote_url":null,"text_url":"http://localhost/media/Eo0U8J3qkotMcQsHhpM","meta":{"focus":{"x":0.69,"y":0.69},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John | 988 | body: {string: '{"id":"19","type":"image","url":"http://localhost/system/media_attachments/files/000/000/019/original/7742cffa899d48ec.jpeg?1561237960","preview_url":"http://localhost/system/media_attachments/files/000/000/019/small/7742cffa899d48ec.jpeg?1561237960","remote_url":null,"text_url":"http://localhost/media/zU3ARphJIn4O2YTV0QY","meta":{"focus":{"x":0.69,"y":0.69},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
989 | Lennon doing a cool walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} | 989 | Lennon doing a cool walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
990 | headers: | 990 | headers: |
991 | Cache-Control: ['no-cache, no-store'] | 991 | Cache-Control: ['no-cache, no-store'] |
@@ -997,9 +997,9 @@ interactions: | |||
997 | X-Download-Options: [noopen] | 997 | X-Download-Options: [noopen] |
998 | X-Frame-Options: [SAMEORIGIN] | 998 | X-Frame-Options: [SAMEORIGIN] |
999 | X-Permitted-Cross-Domain-Policies: [none] | 999 | X-Permitted-Cross-Domain-Policies: [none] |
1000 | X-Request-Id: [74f7c73f-6a30-4610-9c29-b7139f460c03] | 1000 | X-Request-Id: [cb652653-b2f3-434f-8fb9-b054a1b2425c] |
1001 | X-Runtime: ['0.030299'] | 1001 | X-Runtime: ['0.028390'] |
1002 | X-XSS-Protection: [1; mode=block] | 1002 | X-XSS-Protection: [1; mode=block] |
1003 | content-length: ['590'] | 1003 | content-length: ['591'] |
1004 | status: {code: 200, message: OK} | 1004 | status: {code: 200, message: OK} |
1005 | version: 1 | 1005 | version: 1 |
diff --git a/tests/cassettes/test_mutes.yaml b/tests/cassettes/test_mutes.yaml index ec5b948..66ead24 100644 --- a/tests/cassettes/test_mutes.yaml +++ b/tests/cassettes/test_mutes.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [32fa646c-16cf-4990-a5f2-5f5dfd2bd943] | 24 | X-Request-Id: [fc1497bf-a360-46e1-a6fb-0845e0d98749] |
25 | X-Runtime: ['0.652668'] | 25 | X-Runtime: ['0.050502'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_notifications.yaml b/tests/cassettes/test_notifications.yaml index 15d42e1..8956d1d 100644 --- a/tests/cassettes/test_notifications.yaml +++ b/tests/cassettes/test_notifications.yaml | |||
@@ -12,11 +12,11 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315366524646775","created_at":"2019-06-22T13:03:15.665Z","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/102315366524646775","url":"http://localhost/@admin/102315366524646775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan | 15 | body: {string: '{"id":"102317291016996228","created_at":"2019-06-22T21:12:41.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/102317291016996228","url":"http://localhost/@admin/102317291016996228","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
18 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 18 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
19 | 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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 19 | 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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['no-cache, no-store'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
@@ -27,10 +27,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [10ad4260-300a-4069-81d2-9f76e67e3a06] | 30 | X-Request-Id: [dc66a95b-5f9e-4ff9-8460-47338fa14d54] |
31 | X-Runtime: ['0.234936'] | 31 | X-Runtime: ['0.192275'] |
32 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1487'] | 33 | content-length: ['1488'] |
34 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
35 | - request: | 35 | - request: |
36 | body: null | 36 | body: null |
@@ -43,16 +43,16 @@ interactions: | |||
43 | method: GET | 43 | method: GET |
44 | uri: http://localhost:3000/api/v1/notifications | 44 | uri: http://localhost:3000/api/v1/notifications |
45 | response: | 45 | response: |
46 | body: {string: '[{"id":"10","type":"mention","created_at":"2019-06-22T13:03:15.823Z","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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"status":{"id":"102315366524646775","created_at":"2019-06-22T13:03:15.665Z","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/102315366524646775","url":"http://localhost/@admin/102315366524646775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 46 | body: {string: '[{"id":"111","type":"mention","created_at":"2019-06-22T21:12:41.299Z","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":[]},"status":{"id":"102317291016996228","created_at":"2019-06-22T21:12:41.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/102317291016996228","url":"http://localhost/@admin/102317291016996228","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
47 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 47 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
48 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 48 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
49 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 49 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
50 | 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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} | 50 | 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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} |
51 | headers: | 51 | headers: |
52 | Cache-Control: ['no-cache, no-store'] | 52 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 53 | Content-Type: [application/json; charset=utf-8] |
54 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=10>; rel="next", | 54 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=111>; rel="next", |
55 | <http://localhost:3000/api/v1/notifications?min_id=10>; rel="prev"'] | 55 | <http://localhost:3000/api/v1/notifications?min_id=111>; rel="prev"'] |
56 | Referrer-Policy: [strict-origin-when-cross-origin] | 56 | Referrer-Policy: [strict-origin-when-cross-origin] |
57 | Transfer-Encoding: [chunked] | 57 | Transfer-Encoding: [chunked] |
58 | Vary: ['Accept-Encoding, Origin'] | 58 | Vary: ['Accept-Encoding, Origin'] |
@@ -60,10 +60,10 @@ interactions: | |||
60 | X-Download-Options: [noopen] | 60 | X-Download-Options: [noopen] |
61 | X-Frame-Options: [SAMEORIGIN] | 61 | X-Frame-Options: [SAMEORIGIN] |
62 | X-Permitted-Cross-Domain-Policies: [none] | 62 | X-Permitted-Cross-Domain-Policies: [none] |
63 | X-Request-Id: [9452e455-7b91-4781-9b36-6b8100a29134] | 63 | X-Request-Id: [8425d090-1986-4a66-8209-a586fb44d8aa] |
64 | X-Runtime: ['0.127142'] | 64 | X-Runtime: ['0.188802'] |
65 | X-XSS-Protection: [1; mode=block] | 65 | X-XSS-Protection: [1; mode=block] |
66 | content-length: ['2086'] | 66 | content-length: ['2089'] |
67 | status: {code: 200, message: OK} | 67 | status: {code: 200, message: OK} |
68 | - request: | 68 | - request: |
69 | body: null | 69 | body: null |
@@ -74,13 +74,13 @@ interactions: | |||
74 | Connection: [keep-alive] | 74 | Connection: [keep-alive] |
75 | User-Agent: [python-requests/2.18.4] | 75 | User-Agent: [python-requests/2.18.4] |
76 | method: GET | 76 | method: GET |
77 | uri: http://localhost:3000/api/v1/notifications/10 | 77 | uri: http://localhost:3000/api/v1/notifications/111 |
78 | response: | 78 | response: |
79 | body: {string: '{"id":"10","type":"mention","created_at":"2019-06-22T13:03:15.823Z","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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"status":{"id":"102315366524646775","created_at":"2019-06-22T13:03:15.665Z","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/102315366524646775","url":"http://localhost/@admin/102315366524646775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 79 | body: {string: '{"id":"111","type":"mention","created_at":"2019-06-22T21:12:41.299Z","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":[]},"status":{"id":"102317291016996228","created_at":"2019-06-22T21:12:41.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/102317291016996228","url":"http://localhost/@admin/102317291016996228","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
80 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 80 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
81 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 81 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
82 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 82 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
83 | 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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}'} | 83 | 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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}'} |
84 | headers: | 84 | headers: |
85 | Cache-Control: ['no-cache, no-store'] | 85 | Cache-Control: ['no-cache, no-store'] |
86 | Content-Type: [application/json; charset=utf-8] | 86 | Content-Type: [application/json; charset=utf-8] |
@@ -91,10 +91,10 @@ interactions: | |||
91 | X-Download-Options: [noopen] | 91 | X-Download-Options: [noopen] |
92 | X-Frame-Options: [SAMEORIGIN] | 92 | X-Frame-Options: [SAMEORIGIN] |
93 | X-Permitted-Cross-Domain-Policies: [none] | 93 | X-Permitted-Cross-Domain-Policies: [none] |
94 | X-Request-Id: [9a6b503b-9a67-4a18-8399-8debff25f9ba] | 94 | X-Request-Id: [01865241-8559-4e6e-b18e-6fd024f903e9] |
95 | X-Runtime: ['0.047759'] | 95 | X-Runtime: ['0.065520'] |
96 | X-XSS-Protection: [1; mode=block] | 96 | X-XSS-Protection: [1; mode=block] |
97 | content-length: ['2084'] | 97 | content-length: ['2087'] |
98 | status: {code: 200, message: OK} | 98 | status: {code: 200, message: OK} |
99 | - request: | 99 | - request: |
100 | body: null | 100 | body: null |
@@ -106,10 +106,10 @@ interactions: | |||
106 | Content-Length: ['0'] | 106 | Content-Length: ['0'] |
107 | User-Agent: [python-requests/2.18.4] | 107 | User-Agent: [python-requests/2.18.4] |
108 | method: DELETE | 108 | method: DELETE |
109 | uri: http://localhost:3000/api/v1/statuses/102315366524646775 | 109 | uri: http://localhost:3000/api/v1/statuses/102317291016996228 |
110 | response: | 110 | response: |
111 | body: {string: '{"id":"102315366524646775","created_at":"2019-06-22T13:03:15.665Z","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/102315366524646775","url":"http://localhost/@admin/102315366524646775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test | 111 | body: {string: '{"id":"102317291016996228","created_at":"2019-06-22T21:12:41.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/102317291016996228","url":"http://localhost/@admin/102317291016996228","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test |
112 | hello!","reblog":null,"application":{"name":"Mastodon.py 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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 112 | hello!","reblog":null,"application":{"name":"Mastodon.py 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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
113 | headers: | 113 | headers: |
114 | Cache-Control: ['no-cache, no-store'] | 114 | Cache-Control: ['no-cache, no-store'] |
115 | Content-Type: [application/json; charset=utf-8] | 115 | Content-Type: [application/json; charset=utf-8] |
@@ -120,9 +120,9 @@ interactions: | |||
120 | X-Download-Options: [noopen] | 120 | X-Download-Options: [noopen] |
121 | X-Frame-Options: [SAMEORIGIN] | 121 | X-Frame-Options: [SAMEORIGIN] |
122 | X-Permitted-Cross-Domain-Policies: [none] | 122 | X-Permitted-Cross-Domain-Policies: [none] |
123 | X-Request-Id: [d9a41fcd-1f7e-4d37-a022-0c947add7741] | 123 | X-Request-Id: [42bb7a06-0bcd-4037-89d7-86e203e3300b] |
124 | X-Runtime: ['0.139183'] | 124 | X-Runtime: ['0.081948'] |
125 | X-XSS-Protection: [1; mode=block] | 125 | X-XSS-Protection: [1; mode=block] |
126 | content-length: ['1280'] | 126 | content-length: ['1281'] |
127 | status: {code: 200, message: OK} | 127 | status: {code: 200, message: OK} |
128 | version: 1 | 128 | version: 1 |
diff --git a/tests/cassettes/test_notifications_clear.yaml b/tests/cassettes/test_notifications_clear.yaml index 169c57a..37d2964 100644 --- a/tests/cassettes/test_notifications_clear.yaml +++ b/tests/cassettes/test_notifications_clear.yaml | |||
@@ -22,8 +22,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [39fdcf34-0311-4fd5-a17e-fed63b2f71d1] | 25 | X-Request-Id: [5358dc96-03bf-4283-8377-acb8f86cd17d] |
26 | X-Runtime: ['0.050363'] | 26 | X-Runtime: ['0.025944'] |
27 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['2'] | 28 | content-length: ['2'] |
29 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_notifications_dismiss.yaml b/tests/cassettes/test_notifications_dismiss.yaml index 114c051..25c31e2 100644 --- a/tests/cassettes/test_notifications_dismiss.yaml +++ b/tests/cassettes/test_notifications_dismiss.yaml | |||
@@ -12,11 +12,11 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315366565823143","created_at":"2019-06-22T13:03:16.289Z","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/102315366565823143","url":"http://localhost/@admin/102315366565823143","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan | 15 | body: {string: '{"id":"102317291057725861","created_at":"2019-06-22T21:12:41.706Z","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/102317291057725861","url":"http://localhost/@admin/102317291057725861","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
18 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 18 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
19 | 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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 19 | 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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['no-cache, no-store'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
@@ -27,10 +27,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [2560517d-2154-4f29-8fc9-8439b4e6beb5] | 30 | X-Request-Id: [93a5beb9-f93d-4498-a0a6-c08258d72d95] |
31 | X-Runtime: ['0.169007'] | 31 | X-Runtime: ['0.229491'] |
32 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1487'] | 33 | content-length: ['1488'] |
34 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
35 | - request: | 35 | - request: |
36 | body: null | 36 | body: null |
@@ -43,16 +43,16 @@ interactions: | |||
43 | method: GET | 43 | method: GET |
44 | uri: http://localhost:3000/api/v1/notifications | 44 | uri: http://localhost:3000/api/v1/notifications |
45 | response: | 45 | response: |
46 | body: {string: '[{"id":"11","type":"mention","created_at":"2019-06-22T13:03:16.400Z","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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"status":{"id":"102315366565823143","created_at":"2019-06-22T13:03:16.289Z","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/102315366565823143","url":"http://localhost/@admin/102315366565823143","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 46 | body: {string: '[{"id":"112","type":"mention","created_at":"2019-06-22T21:12:41.829Z","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":[]},"status":{"id":"102317291057725861","created_at":"2019-06-22T21:12:41.706Z","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/102317291057725861","url":"http://localhost/@admin/102317291057725861","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
47 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 47 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
48 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 48 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
49 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 49 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
50 | 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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} | 50 | 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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} |
51 | headers: | 51 | headers: |
52 | Cache-Control: ['no-cache, no-store'] | 52 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 53 | Content-Type: [application/json; charset=utf-8] |
54 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=11>; rel="next", | 54 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=112>; rel="next", |
55 | <http://localhost:3000/api/v1/notifications?min_id=11>; rel="prev"'] | 55 | <http://localhost:3000/api/v1/notifications?min_id=112>; rel="prev"'] |
56 | Referrer-Policy: [strict-origin-when-cross-origin] | 56 | Referrer-Policy: [strict-origin-when-cross-origin] |
57 | Transfer-Encoding: [chunked] | 57 | Transfer-Encoding: [chunked] |
58 | Vary: ['Accept-Encoding, Origin'] | 58 | Vary: ['Accept-Encoding, Origin'] |
@@ -60,19 +60,19 @@ interactions: | |||
60 | X-Download-Options: [noopen] | 60 | X-Download-Options: [noopen] |
61 | X-Frame-Options: [SAMEORIGIN] | 61 | X-Frame-Options: [SAMEORIGIN] |
62 | X-Permitted-Cross-Domain-Policies: [none] | 62 | X-Permitted-Cross-Domain-Policies: [none] |
63 | X-Request-Id: [b2adbe00-bff7-4119-b1b2-5369c3759906] | 63 | X-Request-Id: [a381923e-e73f-479f-acea-eae201792ae7] |
64 | X-Runtime: ['0.106558'] | 64 | X-Runtime: ['0.095464'] |
65 | X-XSS-Protection: [1; mode=block] | 65 | X-XSS-Protection: [1; mode=block] |
66 | content-length: ['2086'] | 66 | content-length: ['2089'] |
67 | status: {code: 200, message: OK} | 67 | status: {code: 200, message: OK} |
68 | - request: | 68 | - request: |
69 | body: id=11 | 69 | body: id=112 |
70 | headers: | 70 | headers: |
71 | Accept: ['*/*'] | 71 | Accept: ['*/*'] |
72 | Accept-Encoding: ['gzip, deflate'] | 72 | Accept-Encoding: ['gzip, deflate'] |
73 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 73 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
74 | Connection: [keep-alive] | 74 | Connection: [keep-alive] |
75 | Content-Length: ['5'] | 75 | Content-Length: ['6'] |
76 | Content-Type: [application/x-www-form-urlencoded] | 76 | Content-Type: [application/x-www-form-urlencoded] |
77 | User-Agent: [python-requests/2.18.4] | 77 | User-Agent: [python-requests/2.18.4] |
78 | method: POST | 78 | method: POST |
@@ -89,8 +89,8 @@ interactions: | |||
89 | X-Download-Options: [noopen] | 89 | X-Download-Options: [noopen] |
90 | X-Frame-Options: [SAMEORIGIN] | 90 | X-Frame-Options: [SAMEORIGIN] |
91 | X-Permitted-Cross-Domain-Policies: [none] | 91 | X-Permitted-Cross-Domain-Policies: [none] |
92 | X-Request-Id: [9bd80852-2584-4dcd-b35b-af14eccaf71c] | 92 | X-Request-Id: [6d7d73d4-f824-4b47-805f-1552bc92f7d8] |
93 | X-Runtime: ['0.032003'] | 93 | X-Runtime: ['0.041361'] |
94 | X-XSS-Protection: [1; mode=block] | 94 | X-XSS-Protection: [1; mode=block] |
95 | content-length: ['2'] | 95 | content-length: ['2'] |
96 | status: {code: 200, message: OK} | 96 | status: {code: 200, message: OK} |
@@ -104,10 +104,10 @@ interactions: | |||
104 | Content-Length: ['0'] | 104 | Content-Length: ['0'] |
105 | User-Agent: [python-requests/2.18.4] | 105 | User-Agent: [python-requests/2.18.4] |
106 | method: DELETE | 106 | method: DELETE |
107 | uri: http://localhost:3000/api/v1/statuses/102315366565823143 | 107 | uri: http://localhost:3000/api/v1/statuses/102317291057725861 |
108 | response: | 108 | response: |
109 | body: {string: '{"id":"102315366565823143","created_at":"2019-06-22T13:03:16.289Z","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/102315366565823143","url":"http://localhost/@admin/102315366565823143","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test | 109 | body: {string: '{"id":"102317291057725861","created_at":"2019-06-22T21:12:41.706Z","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/102317291057725861","url":"http://localhost/@admin/102317291057725861","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test |
110 | hello!","reblog":null,"application":{"name":"Mastodon.py 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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 110 | hello!","reblog":null,"application":{"name":"Mastodon.py 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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
111 | headers: | 111 | headers: |
112 | Cache-Control: ['no-cache, no-store'] | 112 | Cache-Control: ['no-cache, no-store'] |
113 | Content-Type: [application/json; charset=utf-8] | 113 | Content-Type: [application/json; charset=utf-8] |
@@ -118,9 +118,9 @@ interactions: | |||
118 | X-Download-Options: [noopen] | 118 | X-Download-Options: [noopen] |
119 | X-Frame-Options: [SAMEORIGIN] | 119 | X-Frame-Options: [SAMEORIGIN] |
120 | X-Permitted-Cross-Domain-Policies: [none] | 120 | X-Permitted-Cross-Domain-Policies: [none] |
121 | X-Request-Id: [d38f3203-ce1c-4b25-985b-60f2c2171eed] | 121 | X-Request-Id: [d8419c44-3f0a-4c22-b486-fe69128ad00a] |
122 | X-Runtime: ['0.077059'] | 122 | X-Runtime: ['0.137253'] |
123 | X-XSS-Protection: [1; mode=block] | 123 | X-XSS-Protection: [1; mode=block] |
124 | content-length: ['1280'] | 124 | content-length: ['1281'] |
125 | status: {code: 200, message: OK} | 125 | status: {code: 200, message: OK} |
126 | version: 1 | 126 | version: 1 |
diff --git a/tests/cassettes/test_poll_illegal_vote.yaml b/tests/cassettes/test_poll_illegal_vote.yaml index 635cdf5..7ae72f7 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":"102315367801315401","created_at":"2019-06-22T13:03:35.156Z","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/102315367801315401","url":"http://localhost/@admin/102315367801315401","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":"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 |
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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","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":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 |
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: [7047323d-cbaf-4b07-a335-72c73b09d5f2] | 29 | X-Request-Id: [0ad5f9a4-760f-4913-a276-e01d7f13055c] |
30 | X-Runtime: ['0.222042'] | 30 | X-Runtime: ['0.171693'] |
31 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1381'] | 32 | content-length: ['1383'] |
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/2/votes | 45 | uri: http://localhost:3000/api/v1/polls/16/votes |
46 | response: | 46 | response: |
47 | body: {string: '{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","expired":false,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four | 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 |
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: [e2684951-9032-4820-bb35-9e0cb9c9ebec] | 59 | X-Request-Id: [1d92fad1-3984-4bcc-88bd-63fb35c248d3] |
60 | X-Runtime: ['0.076741'] | 60 | X-Runtime: ['0.044839'] |
61 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['215'] | 62 | content-length: ['216'] |
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,7 +72,7 @@ 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/2/votes | 75 | uri: http://localhost:3000/api/v1/polls/16/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\":\"\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306B\u5931\u6557\u3057\u307E\u3057\u305F: |
78 | \u3053\u306E\u30A2\u30F3\u30B1\u30FC\u30C8\u306B\u306F\u6295\u7968\u6E08\u307F\u3067\u3059\"}"} | 78 | \u3053\u306E\u30A2\u30F3\u30B1\u30FC\u30C8\u306B\u306F\u6295\u7968\u6E08\u307F\u3067\u3059\"}"} |
@@ -86,8 +86,8 @@ interactions: | |||
86 | X-Download-Options: [noopen] | 86 | X-Download-Options: [noopen] |
87 | X-Frame-Options: [SAMEORIGIN] | 87 | X-Frame-Options: [SAMEORIGIN] |
88 | X-Permitted-Cross-Domain-Policies: [none] | 88 | X-Permitted-Cross-Domain-Policies: [none] |
89 | X-Request-Id: [af79116b-f7ff-4224-b45a-43e9975c9117] | 89 | X-Request-Id: [8d281c07-b60e-489e-8400-63d50b4ac6d0] |
90 | X-Runtime: ['0.034074'] | 90 | X-Runtime: ['0.031936'] |
91 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
92 | content-length: ['101'] | 92 | content-length: ['101'] |
93 | status: {code: 422, message: Unprocessable Entity} | 93 | status: {code: 422, message: Unprocessable Entity} |
diff --git a/tests/cassettes/test_polls.yaml b/tests/cassettes/test_polls.yaml index c4700a4..e71b858 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":"102315367762013469","created_at":"2019-06-22T13:03:34.554Z","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/102315367762013469","url":"http://localhost/@admin/102315367762013469","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":"102317292292698844","created_at":"2019-06-22T21:13:00.550Z","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/102317292292698844","url":"http://localhost/@admin/102317292292698844","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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"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":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"15","expires_at":"2019-06-22T21:18:00.543Z","expired":false,"multiple":true,"votes_count":0,"voted":true,"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: [eff31aa8-bda7-408b-8260-bc592dc9bbd4] | 29 | X-Request-Id: [6f2ab5c9-1a3b-4e68-a193-49f0f238ac33] |
30 | X-Runtime: ['0.223254'] | 30 | X-Runtime: ['0.172958'] |
31 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1380'] | 32 | content-length: ['1382'] |
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/1/votes | 45 | uri: http://localhost:3000/api/v1/polls/15/votes |
46 | response: | 46 | response: |
47 | body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"options":[{"title":"four | 47 | body: {string: '{"id":"15","expires_at":"2019-06-22T21:18:00.543Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"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: [08c8efb8-8ee3-4087-b9f7-25ba1335b593] | 59 | X-Request-Id: [fbdb1b1c-f00d-41d6-b2b1-f1a21a07b994] |
60 | X-Runtime: ['0.077040'] | 60 | X-Runtime: ['0.088047'] |
61 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['214'] | 62 | content-length: ['215'] |
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/1 | 73 | uri: http://localhost:3000/api/v1/polls/15 |
74 | response: | 74 | response: |
75 | body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"options":[{"title":"four | 75 | body: {string: '{"id":"15","expires_at":"2019-06-22T21:18:00.543Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"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: [39703b78-72bb-4bda-8f3d-ecc0fa9a3645] | 87 | X-Request-Id: [de18eedf-7628-4cd8-9200-609e0d0cfedc] |
88 | X-Runtime: ['0.035297'] | 88 | X-Runtime: ['0.038450'] |
89 | X-XSS-Protection: [1; mode=block] | 89 | X-XSS-Protection: [1; mode=block] |
90 | content-length: ['214'] | 90 | content-length: ['215'] |
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/1/votes | 103 | uri: http://localhost:3000/api/v1/polls/15/votes |
104 | response: | 104 | response: |
105 | body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four | 105 | body: {string: '{"id":"15","expires_at":"2019-06-22T21:18:00.543Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"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: [da03e008-863c-4d49-8c64-37fb93d629a0] | 117 | X-Request-Id: [c39b84c0-2758-4951-a110-af922ccaa463] |
118 | X-Runtime: ['0.043669'] | 118 | X-Runtime: ['0.041077'] |
119 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
120 | content-length: ['214'] | 120 | content-length: ['215'] |
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/1 | 131 | uri: http://localhost:3000/api/v1/polls/15 |
132 | response: | 132 | response: |
133 | body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four | 133 | body: {string: '{"id":"15","expires_at":"2019-06-22T21:18:00.543Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"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: [ee710e5b-2403-45bd-97ca-0f2edcd70797] | 145 | X-Request-Id: [7f01a980-b029-429a-aedf-554f25d36da8] |
146 | X-Runtime: ['0.024792'] | 146 | X-Runtime: ['0.023429'] |
147 | X-XSS-Protection: [1; mode=block] | 147 | X-XSS-Protection: [1; mode=block] |
148 | content-length: ['214'] | 148 | content-length: ['215'] |
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/102315367762013469 | 160 | uri: http://localhost:3000/api/v1/statuses/102317292292698844 |
161 | response: | 161 | response: |
162 | body: {string: '{"id":"102315367762013469","created_at":"2019-06-22T13:03:34.554Z","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/102315367762013469","url":"http://localhost/@admin/102315367762013469","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":"102317292292698844","created_at":"2019-06-22T21:13:00.550Z","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/102317292292698844","url":"http://localhost/@admin/102317292292698844","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":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"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":17,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"15","expires_at":"2019-06-22T21:18:00.543Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"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: [f5f1d50a-0185-482f-bfde-6b9ab6d97dfa] | 175 | X-Request-Id: [01f69b24-a1f7-4792-b29e-ed435386d5e6] |
176 | X-Runtime: ['0.084331'] | 176 | X-Runtime: ['0.081525'] |
177 | X-XSS-Protection: [1; mode=block] | 177 | X-XSS-Protection: [1; mode=block] |
178 | content-length: ['1350'] | 178 | content-length: ['1352'] |
179 | status: {code: 200, message: OK} | 179 | status: {code: 200, message: OK} |
180 | version: 1 | 180 | version: 1 |
diff --git a/tests/cassettes/test_preferences.yaml b/tests/cassettes/test_preferences.yaml index cb89831..8907580 100644 --- a/tests/cassettes/test_preferences.yaml +++ b/tests/cassettes/test_preferences.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [afa3bad7-cc29-4ec0-88cf-16793cf7dfe2] | 24 | X-Request-Id: [9276e744-58f4-4f2f-ad82-d46f46e440aa] |
25 | X-Runtime: ['0.074955'] | 25 | X-Runtime: ['0.024530'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['170'] | 27 | content-length: ['170'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_public_tl.yaml b/tests/cassettes/test_public_tl.yaml index af7a9ec..c1bc013 100644 --- a/tests/cassettes/test_public_tl.yaml +++ b/tests/cassettes/test_public_tl.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315371849429881","created_at":"2019-06-22T13:04:36.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371849429881","url":"http://localhost/@mastodonpy_test/102315371849429881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317296671226611","created_at":"2019-06-22T21:14:07.357Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296671226611","url":"http://localhost/@mastodonpy_test/102317296671226611","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [b9fbd00e-1d75-4e49-9044-1d9ee104f00b] | 27 | X-Request-Id: [89191561-c440-4144-b27d-50b04f72ad1c] |
30 | X-Runtime: ['0.162473'] | 28 | X-Runtime: ['0.155777'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -42,27 +40,53 @@ interactions: | |||
42 | method: GET | 40 | method: GET |
43 | uri: http://localhost:3000/api/v1/timelines/public | 41 | uri: http://localhost:3000/api/v1/timelines/public |
44 | response: | 42 | response: |
45 | body: {string: '[{"id":"102315371849429881","created_at":"2019-06-22T13:04:36.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371849429881","url":"http://localhost/@mastodonpy_test/102315371849429881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 43 | body: {string: '[{"id":"102317296671226611","created_at":"2019-06-22T21:14:07.357Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296671226611","url":"http://localhost/@mastodonpy_test/102317296671226611","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317295313454223","created_at":"2019-06-22T21:13:46.644Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317295313454223","url":"http://localhost/@mastodonpy_test/102317295313454223","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
47 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
48 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s | ||
49 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 45 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
50 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 46 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317294022170445","created_at":"2019-06-22T21:13:26.942Z","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/102317294022170445","url":"http://localhost/@admin/102317294022170445","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon |
51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","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/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
53 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 47 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
54 | 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":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","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/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 48 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317294005876209","created_at":"2019-06-22T21:13:26.706Z","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/102317294005876209","url":"http://localhost/@admin/102317294005876209","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
55 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 49 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
56 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 50 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
57 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 51 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
58 | 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":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315367801315401","created_at":"2019-06-22T13:03:35.156Z","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/102315367801315401","url":"http://localhost/@admin/102315367801315401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 52 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"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,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
59 | 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":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","expired":false,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four | 53 | 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":19,"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":1,"voted":true,"options":[{"title":"four |
60 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} | 54 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317281903571697","created_at":"2019-06-22T21:10:22.023Z","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/102317281903571697","url":"http://localhost/@admin/102317281903571697","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
55 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"14","expires_at":"2019-06-22T21:15:22.016Z","expired":false,"multiple":false,"votes_count":0,"voted":false,"options":[{"title":"four | ||
56 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317281876282428","created_at":"2019-06-22T21:10:21.614Z","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/102317281876282428","url":"http://localhost/@admin/102317281876282428","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
57 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"13","expires_at":"2019-06-22T21:15:21.605Z","expired":false,"multiple":true,"votes_count":0,"voted":false,"options":[{"title":"four | ||
58 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317274400998453","created_at":"2019-06-22T21:08:27.546Z","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/102317274400998453","url":"http://localhost/@admin/102317274400998453","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
59 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
60 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317274389405147","created_at":"2019-06-22T21:08:27.368Z","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/102317274389405147","url":"http://localhost/@admin/102317274389405147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e@mastodonpy_test | ||
61 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
62 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317272714473378","created_at":"2019-06-22T21:08:01.815Z","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/102317272714473378","url":"http://localhost/@admin/102317272714473378","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
63 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"12","expires_at":"2019-06-22T21:13:01.805Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
64 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317229036335245","created_at":"2019-06-22T20:56:55.333Z","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/102317229036335245","url":"http://localhost/@admin/102317229036335245","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
65 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"10","expires_at":"2019-06-22T21:01:55.326Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
66 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317208722666774","created_at":"2019-06-22T20:51:45.373Z","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/102317208722666774","url":"http://localhost/@admin/102317208722666774","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
67 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
68 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317208705780514","created_at":"2019-06-22T20:51:45.126Z","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/102317208705780514","url":"http://localhost/@admin/102317208705780514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e@mastodonpy_test | ||
69 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
70 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317207061721268","created_at":"2019-06-22T20:51:20.029Z","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/102317207061721268","url":"http://localhost/@admin/102317207061721268","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
71 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"8","expires_at":"2019-06-22T20:56:20.021Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
72 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315731321499069","created_at":"2019-06-22T14:36:02.020Z","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/102315731321499069","url":"http://localhost/@admin/102315731321499069","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
73 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"6","expires_at":"2019-06-22T14:41:02.013Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
74 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315721511976574","created_at":"2019-06-22T14:33:32.338Z","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/102315721511976574","url":"http://localhost/@admin/102315721511976574","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
75 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"5","expires_at":"2019-06-22T14:38:32.332Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
76 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315704890704658","created_at":"2019-06-22T14:29:18.718Z","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/102315704890704658","url":"http://localhost/@admin/102315704890704658","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
77 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"4","expires_at":"2019-06-22T14:34:18.711Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
78 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315610217327506","created_at":"2019-06-22T14:05:14.134Z","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/102315610217327506","url":"http://localhost/@admin/102315610217327506","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
79 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"3","expires_at":"2019-06-22T14:10:14.119Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
80 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","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/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
81 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
82 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","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/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e@mastodonpy_test | ||
83 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
84 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
61 | headers: | 85 | headers: |
62 | Cache-Control: ['no-cache, no-store'] | 86 | Cache-Control: ['no-cache, no-store'] |
63 | Content-Type: [application/json; charset=utf-8] | 87 | Content-Type: [application/json; charset=utf-8] |
64 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=102315367801315401>; | 88 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=102315369523202198>; |
65 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=102315371849429881>; | 89 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=102317296671226611>; |
66 | rel="prev"'] | 90 | rel="prev"'] |
67 | Referrer-Policy: [strict-origin-when-cross-origin] | 91 | Referrer-Policy: [strict-origin-when-cross-origin] |
68 | Transfer-Encoding: [chunked] | 92 | Transfer-Encoding: [chunked] |
@@ -71,10 +95,10 @@ interactions: | |||
71 | X-Download-Options: [noopen] | 95 | X-Download-Options: [noopen] |
72 | X-Frame-Options: [SAMEORIGIN] | 96 | X-Frame-Options: [SAMEORIGIN] |
73 | X-Permitted-Cross-Domain-Policies: [none] | 97 | X-Permitted-Cross-Domain-Policies: [none] |
74 | X-Request-Id: [ff8df590-fc07-489c-a43b-2200565e4b2b] | 98 | X-Request-Id: [10a92deb-13c9-430d-b4c4-63d39e5460e8] |
75 | X-Runtime: ['0.171444'] | 99 | X-Runtime: ['0.346677'] |
76 | X-XSS-Protection: [1; mode=block] | 100 | X-XSS-Protection: [1; mode=block] |
77 | content-length: ['7285'] | 101 | content-length: ['26105'] |
78 | status: {code: 200, message: OK} | 102 | status: {code: 200, message: OK} |
79 | - request: | 103 | - request: |
80 | body: null | 104 | body: null |
@@ -87,27 +111,53 @@ interactions: | |||
87 | method: GET | 111 | method: GET |
88 | uri: http://localhost:3000/api/v1/timelines/public?local=1 | 112 | uri: http://localhost:3000/api/v1/timelines/public?local=1 |
89 | response: | 113 | response: |
90 | body: {string: '[{"id":"102315371849429881","created_at":"2019-06-22T13:04:36.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371849429881","url":"http://localhost/@mastodonpy_test/102315371849429881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 114 | body: {string: '[{"id":"102317296671226611","created_at":"2019-06-22T21:14:07.357Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296671226611","url":"http://localhost/@mastodonpy_test/102317296671226611","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
91 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 115 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317295313454223","created_at":"2019-06-22T21:13:46.644Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317295313454223","url":"http://localhost/@mastodonpy_test/102317295313454223","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
92 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
93 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s | ||
94 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 116 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
95 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 117 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317294022170445","created_at":"2019-06-22T21:13:26.942Z","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/102317294022170445","url":"http://localhost/@admin/102317294022170445","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon |
96 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
97 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","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/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
98 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 118 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
99 | 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":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","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/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 119 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317294005876209","created_at":"2019-06-22T21:13:26.706Z","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/102317294005876209","url":"http://localhost/@admin/102317294005876209","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
100 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 120 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
101 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 121 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
102 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 122 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
103 | 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":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315367801315401","created_at":"2019-06-22T13:03:35.156Z","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/102315367801315401","url":"http://localhost/@admin/102315367801315401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 123 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"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,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
104 | 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":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","expired":false,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four | 124 | 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":19,"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":1,"voted":true,"options":[{"title":"four |
105 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} | 125 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317281903571697","created_at":"2019-06-22T21:10:22.023Z","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/102317281903571697","url":"http://localhost/@admin/102317281903571697","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
126 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"14","expires_at":"2019-06-22T21:15:22.016Z","expired":false,"multiple":false,"votes_count":0,"voted":false,"options":[{"title":"four | ||
127 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317281876282428","created_at":"2019-06-22T21:10:21.614Z","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/102317281876282428","url":"http://localhost/@admin/102317281876282428","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
128 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"13","expires_at":"2019-06-22T21:15:21.605Z","expired":false,"multiple":true,"votes_count":0,"voted":false,"options":[{"title":"four | ||
129 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317274400998453","created_at":"2019-06-22T21:08:27.546Z","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/102317274400998453","url":"http://localhost/@admin/102317274400998453","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
130 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
131 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317274389405147","created_at":"2019-06-22T21:08:27.368Z","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/102317274389405147","url":"http://localhost/@admin/102317274389405147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e@mastodonpy_test | ||
132 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
133 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317272714473378","created_at":"2019-06-22T21:08:01.815Z","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/102317272714473378","url":"http://localhost/@admin/102317272714473378","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
134 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"12","expires_at":"2019-06-22T21:13:01.805Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
135 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317229036335245","created_at":"2019-06-22T20:56:55.333Z","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/102317229036335245","url":"http://localhost/@admin/102317229036335245","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
136 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"10","expires_at":"2019-06-22T21:01:55.326Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
137 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317208722666774","created_at":"2019-06-22T20:51:45.373Z","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/102317208722666774","url":"http://localhost/@admin/102317208722666774","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
138 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
139 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317208705780514","created_at":"2019-06-22T20:51:45.126Z","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/102317208705780514","url":"http://localhost/@admin/102317208705780514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e@mastodonpy_test | ||
140 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
141 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317207061721268","created_at":"2019-06-22T20:51:20.029Z","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/102317207061721268","url":"http://localhost/@admin/102317207061721268","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
142 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"8","expires_at":"2019-06-22T20:56:20.021Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
143 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315731321499069","created_at":"2019-06-22T14:36:02.020Z","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/102315731321499069","url":"http://localhost/@admin/102315731321499069","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
144 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"6","expires_at":"2019-06-22T14:41:02.013Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
145 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315721511976574","created_at":"2019-06-22T14:33:32.338Z","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/102315721511976574","url":"http://localhost/@admin/102315721511976574","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
146 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"5","expires_at":"2019-06-22T14:38:32.332Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
147 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315704890704658","created_at":"2019-06-22T14:29:18.718Z","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/102315704890704658","url":"http://localhost/@admin/102315704890704658","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
148 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"4","expires_at":"2019-06-22T14:34:18.711Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
149 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315610217327506","created_at":"2019-06-22T14:05:14.134Z","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/102315610217327506","url":"http://localhost/@admin/102315610217327506","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
150 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"3","expires_at":"2019-06-22T14:10:14.119Z","expired":true,"multiple":false,"votes_count":1,"voted":false,"options":[{"title":"four | ||
151 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","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/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
152 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
153 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","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/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e@mastodonpy_test | ||
154 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
155 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
106 | headers: | 156 | headers: |
107 | Cache-Control: ['no-cache, no-store'] | 157 | Cache-Control: ['no-cache, no-store'] |
108 | Content-Type: [application/json; charset=utf-8] | 158 | Content-Type: [application/json; charset=utf-8] |
109 | Link: ['<http://localhost:3000/api/v1/timelines/public?local=1&max_id=102315367801315401>; | 159 | Link: ['<http://localhost:3000/api/v1/timelines/public?local=1&max_id=102315369523202198>; |
110 | rel="next", <http://localhost:3000/api/v1/timelines/public?local=1&min_id=102315371849429881>; | 160 | rel="next", <http://localhost:3000/api/v1/timelines/public?local=1&min_id=102317296671226611>; |
111 | rel="prev"'] | 161 | rel="prev"'] |
112 | Referrer-Policy: [strict-origin-when-cross-origin] | 162 | Referrer-Policy: [strict-origin-when-cross-origin] |
113 | Transfer-Encoding: [chunked] | 163 | Transfer-Encoding: [chunked] |
@@ -116,10 +166,10 @@ interactions: | |||
116 | X-Download-Options: [noopen] | 166 | X-Download-Options: [noopen] |
117 | X-Frame-Options: [SAMEORIGIN] | 167 | X-Frame-Options: [SAMEORIGIN] |
118 | X-Permitted-Cross-Domain-Policies: [none] | 168 | X-Permitted-Cross-Domain-Policies: [none] |
119 | X-Request-Id: [b236506e-c3ce-4685-a6c0-8dbc3f34fa3e] | 169 | X-Request-Id: [a5efb76d-09ff-4edf-aa83-3374c1c8ab00] |
120 | X-Runtime: ['0.098205'] | 170 | X-Runtime: ['0.316525'] |
121 | X-XSS-Protection: [1; mode=block] | 171 | X-XSS-Protection: [1; mode=block] |
122 | content-length: ['7285'] | 172 | content-length: ['26105'] |
123 | status: {code: 200, message: OK} | 173 | status: {code: 200, message: OK} |
124 | - request: | 174 | - request: |
125 | body: null | 175 | body: null |
@@ -131,12 +181,10 @@ interactions: | |||
131 | Content-Length: ['0'] | 181 | Content-Length: ['0'] |
132 | User-Agent: [python-requests/2.18.4] | 182 | User-Agent: [python-requests/2.18.4] |
133 | method: DELETE | 183 | method: DELETE |
134 | uri: http://localhost:3000/api/v1/statuses/102315371849429881 | 184 | uri: http://localhost:3000/api/v1/statuses/102317296671226611 |
135 | response: | 185 | response: |
136 | body: {string: '{"id":"102315371849429881","created_at":"2019-06-22T13:04:36.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371849429881","url":"http://localhost/@mastodonpy_test/102315371849429881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 186 | body: {string: '{"id":"102317296671226611","created_at":"2019-06-22T21:14:07.357Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296671226611","url":"http://localhost/@mastodonpy_test/102317296671226611","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
137 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 187 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
138 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
139 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
140 | headers: | 188 | headers: |
141 | Cache-Control: ['no-cache, no-store'] | 189 | Cache-Control: ['no-cache, no-store'] |
142 | Content-Type: [application/json; charset=utf-8] | 190 | Content-Type: [application/json; charset=utf-8] |
@@ -147,9 +195,9 @@ interactions: | |||
147 | X-Download-Options: [noopen] | 195 | X-Download-Options: [noopen] |
148 | X-Frame-Options: [SAMEORIGIN] | 196 | X-Frame-Options: [SAMEORIGIN] |
149 | X-Permitted-Cross-Domain-Policies: [none] | 197 | X-Permitted-Cross-Domain-Policies: [none] |
150 | X-Request-Id: [5e7a451b-2c5b-49c9-ba5e-6c67879157b3] | 198 | X-Request-Id: [bf517b08-f206-43f4-abe1-1b5a7032424e] |
151 | X-Runtime: ['0.086696'] | 199 | X-Runtime: ['0.094180'] |
152 | X-XSS-Protection: [1; mode=block] | 200 | X-XSS-Protection: [1; mode=block] |
153 | content-length: ['1567'] | 201 | content-length: ['1206'] |
154 | status: {code: 200, message: OK} | 202 | status: {code: 200, message: OK} |
155 | version: 1 | 203 | version: 1 |
diff --git a/tests/cassettes/test_public_tl_anonymous.yaml b/tests/cassettes/test_public_tl_anonymous.yaml index 0327634..07634f5 100644 --- a/tests/cassettes/test_public_tl_anonymous.yaml +++ b/tests/cassettes/test_public_tl_anonymous.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315371817901970","created_at":"2019-06-22T13:04:36.426Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371817901970","url":"http://localhost/@mastodonpy_test/102315371817901970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317296631832724","created_at":"2019-06-22T21:14:06.755Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296631832724","url":"http://localhost/@mastodonpy_test/102317296631832724","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [e565be41-e5a5-4538-8d62-45aea2829b53] | 27 | X-Request-Id: [6bd1a74f-79d5-4ee5-aa2e-84af0ec3b900] |
30 | X-Runtime: ['0.132400'] | 28 | X-Runtime: ['0.132236'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,27 +39,53 @@ interactions: | |||
41 | method: GET | 39 | method: GET |
42 | uri: http://localhost:3000/api/v1/timelines/public | 40 | uri: http://localhost:3000/api/v1/timelines/public |
43 | response: | 41 | response: |
44 | body: {string: '[{"id":"102315371817901970","created_at":"2019-06-22T13:04:36.426Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371817901970","url":"http://localhost/@mastodonpy_test/102315371817901970","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 42 | body: {string: '[{"id":"102317296631832724","created_at":"2019-06-22T21:14:06.755Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296631832724","url":"http://localhost/@mastodonpy_test/102317296631832724","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 43 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317295313454223","created_at":"2019-06-22T21:13:46.644Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317295313454223","url":"http://localhost/@mastodonpy_test/102317295313454223","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eit\u0026apos;s |
46 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
47 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eit\u0026apos;s | ||
48 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 44 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
49 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317294022170445","created_at":"2019-06-22T21:13:26.942Z","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/102317294022170445","url":"http://localhost/@admin/102317294022170445","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon |
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","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/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon | ||
52 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 46 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
53 | 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":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","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/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e\u003cspan | 47 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317294005876209","created_at":"2019-06-22T21:13:26.706Z","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/102317294005876209","url":"http://localhost/@admin/102317294005876209","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e\u003cspan |
54 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 48 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
55 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 49 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
56 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 50 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
57 | 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":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315367801315401","created_at":"2019-06-22T13:03:35.156Z","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/102315367801315401","url":"http://localhost/@admin/102315367801315401","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 51 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"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,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
58 | 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":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","expired":false,"multiple":false,"votes_count":1,"options":[{"title":"four | 52 | 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":19,"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":1,"options":[{"title":"four |
59 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} | 53 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317281903571697","created_at":"2019-06-22T21:10:22.023Z","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/102317281903571697","url":"http://localhost/@admin/102317281903571697","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
54 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"14","expires_at":"2019-06-22T21:15:22.016Z","expired":false,"multiple":false,"votes_count":0,"options":[{"title":"four | ||
55 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317281876282428","created_at":"2019-06-22T21:10:21.614Z","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/102317281876282428","url":"http://localhost/@admin/102317281876282428","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
56 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"13","expires_at":"2019-06-22T21:15:21.605Z","expired":false,"multiple":true,"votes_count":0,"options":[{"title":"four | ||
57 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317274400998453","created_at":"2019-06-22T21:08:27.546Z","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/102317274400998453","url":"http://localhost/@admin/102317274400998453","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon | ||
58 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
59 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317274389405147","created_at":"2019-06-22T21:08:27.368Z","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/102317274389405147","url":"http://localhost/@admin/102317274389405147","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e@mastodonpy_test | ||
60 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
61 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317272714473378","created_at":"2019-06-22T21:08:01.815Z","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/102317272714473378","url":"http://localhost/@admin/102317272714473378","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
62 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"12","expires_at":"2019-06-22T21:13:01.805Z","expired":true,"multiple":false,"votes_count":1,"options":[{"title":"four | ||
63 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317229036335245","created_at":"2019-06-22T20:56:55.333Z","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/102317229036335245","url":"http://localhost/@admin/102317229036335245","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
64 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"10","expires_at":"2019-06-22T21:01:55.326Z","expired":true,"multiple":false,"votes_count":1,"options":[{"title":"four | ||
65 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317208722666774","created_at":"2019-06-22T20:51:45.373Z","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/102317208722666774","url":"http://localhost/@admin/102317208722666774","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon | ||
66 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
67 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317208705780514","created_at":"2019-06-22T20:51:45.126Z","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/102317208705780514","url":"http://localhost/@admin/102317208705780514","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e@mastodonpy_test | ||
68 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
69 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317207061721268","created_at":"2019-06-22T20:51:20.029Z","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/102317207061721268","url":"http://localhost/@admin/102317207061721268","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
70 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"8","expires_at":"2019-06-22T20:56:20.021Z","expired":true,"multiple":false,"votes_count":1,"options":[{"title":"four | ||
71 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315731321499069","created_at":"2019-06-22T14:36:02.020Z","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/102315731321499069","url":"http://localhost/@admin/102315731321499069","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
72 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"6","expires_at":"2019-06-22T14:41:02.013Z","expired":true,"multiple":false,"votes_count":1,"options":[{"title":"four | ||
73 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315721511976574","created_at":"2019-06-22T14:33:32.338Z","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/102315721511976574","url":"http://localhost/@admin/102315721511976574","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
74 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"5","expires_at":"2019-06-22T14:38:32.332Z","expired":true,"multiple":false,"votes_count":1,"options":[{"title":"four | ||
75 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315704890704658","created_at":"2019-06-22T14:29:18.718Z","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/102315704890704658","url":"http://localhost/@admin/102315704890704658","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
76 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"4","expires_at":"2019-06-22T14:34:18.711Z","expired":true,"multiple":false,"votes_count":1,"options":[{"title":"four | ||
77 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315610217327506","created_at":"2019-06-22T14:05:14.134Z","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/102315610217327506","url":"http://localhost/@admin/102315610217327506","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
78 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"3","expires_at":"2019-06-22T14:10:14.119Z","expired":true,"multiple":false,"votes_count":1,"options":[{"title":"four | ||
79 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","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/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon | ||
80 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
81 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","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/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e@mastodonpy_test | ||
82 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
83 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
60 | headers: | 84 | headers: |
61 | Cache-Control: ['no-cache, no-store'] | 85 | Cache-Control: ['no-cache, no-store'] |
62 | Content-Type: [application/json; charset=utf-8] | 86 | Content-Type: [application/json; charset=utf-8] |
63 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=102315367801315401>; | 87 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=102315369523202198>; |
64 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=102315371817901970>; | 88 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=102317296631832724>; |
65 | rel="prev"'] | 89 | rel="prev"'] |
66 | Referrer-Policy: [strict-origin-when-cross-origin] | 90 | Referrer-Policy: [strict-origin-when-cross-origin] |
67 | Transfer-Encoding: [chunked] | 91 | Transfer-Encoding: [chunked] |
@@ -70,10 +94,10 @@ interactions: | |||
70 | X-Download-Options: [noopen] | 94 | X-Download-Options: [noopen] |
71 | X-Frame-Options: [SAMEORIGIN] | 95 | X-Frame-Options: [SAMEORIGIN] |
72 | X-Permitted-Cross-Domain-Policies: [none] | 96 | X-Permitted-Cross-Domain-Policies: [none] |
73 | X-Request-Id: [9e234262-a50a-405f-889e-430ed8c123fe] | 97 | X-Request-Id: [3fa61104-9e1a-474c-82c9-90122b333111] |
74 | X-Runtime: ['0.175171'] | 98 | X-Runtime: ['0.319475'] |
75 | X-XSS-Protection: [1; mode=block] | 99 | X-XSS-Protection: [1; mode=block] |
76 | content-length: ['6987'] | 100 | content-length: ['24916'] |
77 | status: {code: 200, message: OK} | 101 | status: {code: 200, message: OK} |
78 | - request: | 102 | - request: |
79 | body: null | 103 | body: null |
@@ -85,12 +109,10 @@ interactions: | |||
85 | Content-Length: ['0'] | 109 | Content-Length: ['0'] |
86 | User-Agent: [python-requests/2.18.4] | 110 | User-Agent: [python-requests/2.18.4] |
87 | method: DELETE | 111 | method: DELETE |
88 | uri: http://localhost:3000/api/v1/statuses/102315371817901970 | 112 | uri: http://localhost:3000/api/v1/statuses/102317296631832724 |
89 | response: | 113 | response: |
90 | body: {string: '{"id":"102315371817901970","created_at":"2019-06-22T13:04:36.426Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371817901970","url":"http://localhost/@mastodonpy_test/102315371817901970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 114 | body: {string: '{"id":"102317296631832724","created_at":"2019-06-22T21:14:06.755Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296631832724","url":"http://localhost/@mastodonpy_test/102317296631832724","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
91 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 115 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
92 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
93 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
94 | headers: | 116 | headers: |
95 | Cache-Control: ['no-cache, no-store'] | 117 | Cache-Control: ['no-cache, no-store'] |
96 | Content-Type: [application/json; charset=utf-8] | 118 | Content-Type: [application/json; charset=utf-8] |
@@ -101,9 +123,9 @@ interactions: | |||
101 | X-Download-Options: [noopen] | 123 | X-Download-Options: [noopen] |
102 | X-Frame-Options: [SAMEORIGIN] | 124 | X-Frame-Options: [SAMEORIGIN] |
103 | X-Permitted-Cross-Domain-Policies: [none] | 125 | X-Permitted-Cross-Domain-Policies: [none] |
104 | X-Request-Id: [bc7ea1a3-82a5-4bae-8b6e-91e2a43d480e] | 126 | X-Request-Id: [b20c5ccd-01fd-44f7-8c2a-7985c8a624e5] |
105 | X-Runtime: ['0.078779'] | 127 | X-Runtime: ['0.076362'] |
106 | X-XSS-Protection: [1; mode=block] | 128 | X-XSS-Protection: [1; mode=block] |
107 | content-length: ['1567'] | 129 | content-length: ['1206'] |
108 | status: {code: 200, message: OK} | 130 | status: {code: 200, message: OK} |
109 | version: 1 | 131 | version: 1 |
diff --git a/tests/cassettes/test_push_delete.yaml b/tests/cassettes/test_push_delete.yaml index fa4fbf3..25c939d 100644 --- a/tests/cassettes/test_push_delete.yaml +++ b/tests/cassettes/test_push_delete.yaml | |||
@@ -1,18 +1,18 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BMlrkErTM2M6bNEzb8k9wGH2nlmDbBn%2Fl7%2BZ0gCzWUYpP817a9NPt7OWTgNe7jrGEAOIfbFPLT0n94jvypNC0vE%3D&subscription%5Bkeys%5D%5Bauth%5D=fQmT60SBddqRsYrmSyNKcw%3D%3D | 3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BD5VwuhLRvbzTNrg6%2FHHS4pKa%2F3Cu7NBjScG0T87aIp72nLzrwXBf21yb7AzTeVTMyu7V5Z9shpF%2FxuHSMe3yps%3D&subscription%5Bkeys%5D%5Bauth%5D=9zH0t4%2FsmW0pxyoGhiZrMQ%3D%3D |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
8 | Connection: [keep-alive] | 8 | Connection: [keep-alive] |
9 | Content-Length: ['244'] | 9 | Content-Length: ['248'] |
10 | Content-Type: [application/x-www-form-urlencoded] | 10 | Content-Type: [application/x-www-form-urlencoded] |
11 | User-Agent: [python-requests/2.18.4] | 11 | User-Agent: [python-requests/2.18.4] |
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/push/subscription | 13 | uri: http://localhost:3000/api/v1/push/subscription |
14 | response: | 14 | response: |
15 | body: {string: '{"id":3,"endpoint":"https://example.com","alerts":{},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} | 15 | body: {string: '{"id":15,"endpoint":"https://example.com","alerts":{},"server_key":"BMimvNvIJnE4R13etr8xTuyqzJ41IjYCpSBH0LICimXu2yzRI8mDhMJzRYfKhoNrs0TMpvkaa5asJ7Dl6PorcZE="}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [c84a6c62-4994-4912-b969-b11a6e631950] | 26 | X-Request-Id: [af76bd5d-1afc-4d85-957a-8249951be5d7] |
27 | X-Runtime: ['0.027850'] | 27 | X-Runtime: ['0.028201'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['157'] | 29 | content-length: ['158'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -51,8 +51,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [d916def9-70dc-4cc9-b4cb-d58ec7ba3c2b] | 54 | X-Request-Id: [0898d9b5-c757-4dca-945a-9c4f4d7728e5] |
55 | X-Runtime: ['0.026985'] | 55 | X-Runtime: ['0.024530'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['2'] | 57 | content-length: ['2'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
@@ -78,8 +78,8 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [9abe8dd7-e3d2-453f-9050-c40e8847ac69] | 81 | X-Request-Id: [572850e5-b1c0-4ed7-ba8f-59d083b26edd] |
82 | X-Runtime: ['0.014339'] | 82 | X-Runtime: ['0.014208'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['28'] | 84 | content-length: ['28'] |
85 | status: {code: 404, message: Not Found} | 85 | status: {code: 404, message: Not Found} |
diff --git a/tests/cassettes/test_push_set.yaml b/tests/cassettes/test_push_set.yaml index 1237d79..832440b 100644 --- a/tests/cassettes/test_push_set.yaml +++ b/tests/cassettes/test_push_set.yaml | |||
@@ -1,18 +1,18 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BC8J%2BAOSp0qSf4liRHkw0mrx01QrIqDHjz5F6qc8NuiG6M03i4QGIeWm3IYhwvIqMkOO30bqGmkoewGU7BN1Fnc%3D&subscription%5Bkeys%5D%5Bauth%5D=C3U3NXZP%2Fei0KKRVU2anWw%3D%3D | 3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BBi%2FHx%2FAhmq3XWlwfKMHD%2BHnMEmsqKBuBhwmJKOY937JK3WlUEC2J7Qch0qP0KI6nKX1atso2bUNmIBwCzKnlWQ%3D&subscription%5Bkeys%5D%5Bauth%5D=V8%2FoDC%2F4YShaJP6lg%2F4kgg%3D%3D |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
8 | Connection: [keep-alive] | 8 | Connection: [keep-alive] |
9 | Content-Length: ['244'] | 9 | Content-Length: ['252'] |
10 | Content-Type: [application/x-www-form-urlencoded] | 10 | Content-Type: [application/x-www-form-urlencoded] |
11 | User-Agent: [python-requests/2.18.4] | 11 | User-Agent: [python-requests/2.18.4] |
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/push/subscription | 13 | uri: http://localhost:3000/api/v1/push/subscription |
14 | response: | 14 | response: |
15 | body: {string: '{"id":1,"endpoint":"https://example.com","alerts":{},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} | 15 | body: {string: '{"id":13,"endpoint":"https://example.com","alerts":{},"server_key":"BMimvNvIJnE4R13etr8xTuyqzJ41IjYCpSBH0LICimXu2yzRI8mDhMJzRYfKhoNrs0TMpvkaa5asJ7Dl6PorcZE="}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [14d88eb8-c6e3-42d9-954d-35a3b28c47f4] | 26 | X-Request-Id: [f5239ae3-2270-4e8c-9a7f-a5e36391a80f] |
27 | X-Runtime: ['0.044297'] | 27 | X-Runtime: ['0.036557'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['157'] | 29 | content-length: ['158'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/push/subscription | 40 | uri: http://localhost:3000/api/v1/push/subscription |
41 | response: | 41 | response: |
42 | body: {string: '{"id":1,"endpoint":"https://example.com","alerts":{},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} | 42 | body: {string: '{"id":13,"endpoint":"https://example.com","alerts":{},"server_key":"BMimvNvIJnE4R13etr8xTuyqzJ41IjYCpSBH0LICimXu2yzRI8mDhMJzRYfKhoNrs0TMpvkaa5asJ7Dl6PorcZE="}'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,9 +50,9 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [dc0af102-227e-4701-80d5-0939633bad49] | 53 | X-Request-Id: [2edefc6b-f7af-438e-afd6-4c4e1ef14cbf] |
54 | X-Runtime: ['0.017843'] | 54 | X-Runtime: ['0.015058'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['157'] | 56 | content-length: ['158'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | version: 1 | 58 | version: 1 |
diff --git a/tests/cassettes/test_push_update.yaml b/tests/cassettes/test_push_update.yaml index a06b0db..e0c1fa4 100644 --- a/tests/cassettes/test_push_update.yaml +++ b/tests/cassettes/test_push_update.yaml | |||
@@ -1,18 +1,18 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BCSaRbfF44wktnrM7Fk%2BGpfbi0wAYv7GWggcO%2FWDo2TE6lzmMKToEgNn%2F2wJ0joGbgTvSlLxy1TTdC7lnhWqKpQ%3D&subscription%5Bkeys%5D%5Bauth%5D=a33tvmLQP2HR1OEYwlMbJg%3D%3D&data%5Balerts%5D%5Bfollow%5D=False&data%5Balerts%5D%5Bfavourite%5D=False&data%5Balerts%5D%5Breblog%5D=False&data%5Balerts%5D%5Bmention%5D=False | 3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BEQRJdvNORvTkA49w78QoxpeuwfVNydvoEVYtdm4P1QBYAbKfsy75f2CrzDaNpv%2BgM5Y89E2%2BkaACu3UHTdrOek%3D&subscription%5Bkeys%5D%5Bauth%5D=ujnJKHWzxo4xGUZl9TyPlw%3D%3D&data%5Balerts%5D%5Bfollow%5D=False&data%5Balerts%5D%5Bfavourite%5D=False&data%5Balerts%5D%5Breblog%5D=False&data%5Balerts%5D%5Bmention%5D=False |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
8 | Connection: [keep-alive] | 8 | Connection: [keep-alive] |
9 | Content-Length: ['390'] | 9 | Content-Length: ['388'] |
10 | Content-Type: [application/x-www-form-urlencoded] | 10 | Content-Type: [application/x-www-form-urlencoded] |
11 | User-Agent: [python-requests/2.18.4] | 11 | User-Agent: [python-requests/2.18.4] |
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/push/subscription | 13 | uri: http://localhost:3000/api/v1/push/subscription |
14 | response: | 14 | response: |
15 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} | 15 | body: {string: '{"id":14,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BMimvNvIJnE4R13etr8xTuyqzJ41IjYCpSBH0LICimXu2yzRI8mDhMJzRYfKhoNrs0TMpvkaa5asJ7Dl6PorcZE="}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [4664e69f-5eb3-4914-b582-311b223d1742] | 26 | X-Request-Id: [dce13274-504f-4258-9c96-803874768b33] |
27 | X-Runtime: ['0.027990'] | 27 | X-Runtime: ['0.027264'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['228'] | 29 | content-length: ['229'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: data%5Balerts%5D%5Bfollow%5D=True&data%5Balerts%5D%5Bfavourite%5D=True&data%5Balerts%5D%5Breblog%5D=True&data%5Balerts%5D%5Bmention%5D=True | 32 | body: data%5Balerts%5D%5Bfollow%5D=True&data%5Balerts%5D%5Bfavourite%5D=True&data%5Balerts%5D%5Breblog%5D=True&data%5Balerts%5D%5Bmention%5D=True |
@@ -41,7 +41,7 @@ interactions: | |||
41 | method: PUT | 41 | method: PUT |
42 | uri: http://localhost:3000/api/v1/push/subscription | 42 | uri: http://localhost:3000/api/v1/push/subscription |
43 | response: | 43 | response: |
44 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} | 44 | body: {string: '{"id":14,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BMimvNvIJnE4R13etr8xTuyqzJ41IjYCpSBH0LICimXu2yzRI8mDhMJzRYfKhoNrs0TMpvkaa5asJ7Dl6PorcZE="}'} |
45 | headers: | 45 | headers: |
46 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [8c70a605-241a-4428-8c83-449b6a9a09a9] | 55 | X-Request-Id: [618b7132-e767-40b5-8d45-a75379cb4e2e] |
56 | X-Runtime: ['0.018987'] | 56 | X-Runtime: ['0.040108'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['224'] | 58 | content-length: ['225'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: null | 61 | body: null |
@@ -68,7 +68,7 @@ interactions: | |||
68 | method: GET | 68 | method: GET |
69 | uri: http://localhost:3000/api/v1/push/subscription | 69 | uri: http://localhost:3000/api/v1/push/subscription |
70 | response: | 70 | response: |
71 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} | 71 | body: {string: '{"id":14,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BMimvNvIJnE4R13etr8xTuyqzJ41IjYCpSBH0LICimXu2yzRI8mDhMJzRYfKhoNrs0TMpvkaa5asJ7Dl6PorcZE="}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['no-cache, no-store'] | 73 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
@@ -79,10 +79,10 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [1637493b-ac39-482b-9872-6a377d574442] | 82 | X-Request-Id: [ae7f8cd0-7fbd-4656-93ee-0d1908cbf023] |
83 | X-Runtime: ['0.016466'] | 83 | X-Runtime: ['0.052002'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['224'] | 85 | content-length: ['225'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
87 | - request: | 87 | - request: |
88 | body: data%5Balerts%5D%5Bfollow%5D=False&data%5Balerts%5D%5Bfavourite%5D=False&data%5Balerts%5D%5Breblog%5D=False&data%5Balerts%5D%5Bmention%5D=False | 88 | body: data%5Balerts%5D%5Bfollow%5D=False&data%5Balerts%5D%5Bfavourite%5D=False&data%5Balerts%5D%5Breblog%5D=False&data%5Balerts%5D%5Bmention%5D=False |
@@ -97,7 +97,7 @@ interactions: | |||
97 | method: PUT | 97 | method: PUT |
98 | uri: http://localhost:3000/api/v1/push/subscription | 98 | uri: http://localhost:3000/api/v1/push/subscription |
99 | response: | 99 | response: |
100 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} | 100 | body: {string: '{"id":14,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BMimvNvIJnE4R13etr8xTuyqzJ41IjYCpSBH0LICimXu2yzRI8mDhMJzRYfKhoNrs0TMpvkaa5asJ7Dl6PorcZE="}'} |
101 | headers: | 101 | headers: |
102 | Cache-Control: ['no-cache, no-store'] | 102 | Cache-Control: ['no-cache, no-store'] |
103 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
@@ -108,10 +108,10 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [0664fb73-af67-4cbb-ab55-f4cfdf0e5a22] | 111 | X-Request-Id: [62d2ea53-af2d-4855-87e4-ae49bed448ad] |
112 | X-Runtime: ['0.027340'] | 112 | X-Runtime: ['0.046968'] |
113 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['228'] | 114 | content-length: ['229'] |
115 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
116 | - request: | 116 | - request: |
117 | body: null | 117 | body: null |
@@ -124,7 +124,7 @@ interactions: | |||
124 | method: GET | 124 | method: GET |
125 | uri: http://localhost:3000/api/v1/push/subscription | 125 | uri: http://localhost:3000/api/v1/push/subscription |
126 | response: | 126 | response: |
127 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} | 127 | body: {string: '{"id":14,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BMimvNvIJnE4R13etr8xTuyqzJ41IjYCpSBH0LICimXu2yzRI8mDhMJzRYfKhoNrs0TMpvkaa5asJ7Dl6PorcZE="}'} |
128 | headers: | 128 | headers: |
129 | Cache-Control: ['no-cache, no-store'] | 129 | Cache-Control: ['no-cache, no-store'] |
130 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
@@ -135,9 +135,9 @@ interactions: | |||
135 | X-Download-Options: [noopen] | 135 | X-Download-Options: [noopen] |
136 | X-Frame-Options: [SAMEORIGIN] | 136 | X-Frame-Options: [SAMEORIGIN] |
137 | X-Permitted-Cross-Domain-Policies: [none] | 137 | X-Permitted-Cross-Domain-Policies: [none] |
138 | X-Request-Id: [fe12165a-06c0-4bce-9eb3-037c6828f0cf] | 138 | X-Request-Id: [a0001fc1-ac0f-41ac-be02-08533b54d277] |
139 | X-Runtime: ['0.022023'] | 139 | X-Runtime: ['0.032558'] |
140 | X-XSS-Protection: [1; mode=block] | 140 | X-XSS-Protection: [1; mode=block] |
141 | content-length: ['228'] | 141 | content-length: ['229'] |
142 | status: {code: 200, message: OK} | 142 | status: {code: 200, message: OK} |
143 | version: 1 | 143 | version: 1 |
diff --git a/tests/cassettes/test_report.yaml b/tests/cassettes/test_report.yaml index c360162..0503da8 100644 --- a/tests/cassettes/test_report.yaml +++ b/tests/cassettes/test_report.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315367988549632","created_at":"2019-06-22T13:03:37.995Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367988549632","url":"http://localhost/@mastodonpy_test/102315367988549632","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317292517307411","created_at":"2019-06-22T21:13:03.972Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292517307411","url":"http://localhost/@mastodonpy_test/102317292517307411","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [1eb65c2e-58f3-4cc6-8ae5-fc0e2398a4f0] | 27 | X-Request-Id: [b8f41f0d-8426-4ee2-a086-771c2fd52d45] |
30 | X-Runtime: ['0.140193'] | 28 | X-Runtime: ['0.135332'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -42,10 +40,7 @@ interactions: | |||
42 | method: GET | 40 | method: GET |
43 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
44 | response: | 42 | response: |
45 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 43 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
46 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
47 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | ||
48 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | ||
49 | headers: | 44 | headers: |
50 | Cache-Control: ['no-cache, no-store'] | 45 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 46 | Content-Type: [application/json; charset=utf-8] |
@@ -56,13 +51,13 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [f9fcd645-4998-41e3-a33a-6226a651ae14] | 54 | X-Request-Id: [bd9f301f-22d0-4938-920e-16ddb92de66c] |
60 | X-Runtime: ['0.073167'] | 55 | X-Runtime: ['0.063519'] |
61 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['1134'] | 57 | content-length: ['654'] |
63 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
64 | - request: | 59 | - request: |
65 | body: comment=makes+the+bad+post&account_id=1234567890123456&status_ids%5B%5D=102315367988549632 | 60 | body: comment=makes+the+bad+post&account_id=1234567890123456&status_ids%5B%5D=102317292517307411 |
66 | headers: | 61 | headers: |
67 | Accept: ['*/*'] | 62 | Accept: ['*/*'] |
68 | Accept-Encoding: ['gzip, deflate'] | 63 | Accept-Encoding: ['gzip, deflate'] |
@@ -74,7 +69,7 @@ interactions: | |||
74 | method: POST | 69 | method: POST |
75 | uri: http://localhost:3000/api/v1/reports/ | 70 | uri: http://localhost:3000/api/v1/reports/ |
76 | response: | 71 | response: |
77 | body: {string: '{"id":"1","action_taken":false}'} | 72 | body: {string: '{"id":"19","action_taken":false}'} |
78 | headers: | 73 | headers: |
79 | Cache-Control: ['no-cache, no-store'] | 74 | Cache-Control: ['no-cache, no-store'] |
80 | Content-Type: [application/json; charset=utf-8] | 75 | Content-Type: [application/json; charset=utf-8] |
@@ -85,10 +80,10 @@ interactions: | |||
85 | X-Download-Options: [noopen] | 80 | X-Download-Options: [noopen] |
86 | X-Frame-Options: [SAMEORIGIN] | 81 | X-Frame-Options: [SAMEORIGIN] |
87 | X-Permitted-Cross-Domain-Policies: [none] | 82 | X-Permitted-Cross-Domain-Policies: [none] |
88 | X-Request-Id: [8582245c-8bf2-453c-ae3d-3b19d004980f] | 83 | X-Request-Id: [ea3201d0-465c-4e8e-b42c-97aea8ecf49b] |
89 | X-Runtime: ['0.086724'] | 84 | X-Runtime: ['0.034703'] |
90 | X-XSS-Protection: [1; mode=block] | 85 | X-XSS-Protection: [1; mode=block] |
91 | content-length: ['31'] | 86 | content-length: ['32'] |
92 | status: {code: 200, message: OK} | 87 | status: {code: 200, message: OK} |
93 | - request: | 88 | - request: |
94 | body: null | 89 | body: null |
@@ -100,12 +95,10 @@ interactions: | |||
100 | Content-Length: ['0'] | 95 | Content-Length: ['0'] |
101 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
102 | method: DELETE | 97 | method: DELETE |
103 | uri: http://localhost:3000/api/v1/statuses/102315367988549632 | 98 | uri: http://localhost:3000/api/v1/statuses/102317292517307411 |
104 | response: | 99 | response: |
105 | body: {string: '{"id":"102315367988549632","created_at":"2019-06-22T13:03:37.995Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367988549632","url":"http://localhost/@mastodonpy_test/102315367988549632","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 100 | body: {string: '{"id":"102317292517307411","created_at":"2019-06-22T21:13:03.972Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292517307411","url":"http://localhost/@mastodonpy_test/102317292517307411","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 101 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
107 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
108 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
109 | headers: | 102 | headers: |
110 | Cache-Control: ['no-cache, no-store'] | 103 | Cache-Control: ['no-cache, no-store'] |
111 | Content-Type: [application/json; charset=utf-8] | 104 | Content-Type: [application/json; charset=utf-8] |
@@ -116,9 +109,9 @@ interactions: | |||
116 | X-Download-Options: [noopen] | 109 | X-Download-Options: [noopen] |
117 | X-Frame-Options: [SAMEORIGIN] | 110 | X-Frame-Options: [SAMEORIGIN] |
118 | X-Permitted-Cross-Domain-Policies: [none] | 111 | X-Permitted-Cross-Domain-Policies: [none] |
119 | X-Request-Id: [852aa280-95fc-4656-a2d5-078ae7835e84] | 112 | X-Request-Id: [0d9cc6df-f192-4a9c-8288-c343ee3e380a] |
120 | X-Runtime: ['0.166886'] | 113 | X-Runtime: ['0.077020'] |
121 | X-XSS-Protection: [1; mode=block] | 114 | X-XSS-Protection: [1; mode=block] |
122 | content-length: ['1567'] | 115 | content-length: ['1206'] |
123 | status: {code: 200, message: OK} | 116 | status: {code: 200, message: OK} |
124 | version: 1 | 117 | version: 1 |
diff --git a/tests/cassettes/test_scheduled_status.yaml b/tests/cassettes/test_scheduled_status.yaml index 3963165..545ab71 100644 --- a/tests/cassettes/test_scheduled_status.yaml +++ b/tests/cassettes/test_scheduled_status.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"1","scheduled_at":"4000-01-01T14:33:14.000Z","params":{"text":"please | 15 | body: {string: '{"id":"4","scheduled_at":"4000-01-01T14:33:14.000Z","params":{"text":"please |
16 | ensure adequate headroom","media_ids":null,"sensitive":null,"spoiler_text":null,"visibility":null,"scheduled_at":null,"poll":null,"idempotency":null,"in_reply_to_id":null,"application_id":1234567890123456},"media_attachments":[]}'} | 16 | ensure adequate headroom","media_ids":null,"sensitive":null,"spoiler_text":null,"visibility":null,"scheduled_at":null,"poll":null,"idempotency":null,"in_reply_to_id":null,"application_id":1234567890123456},"media_attachments":[]}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
@@ -24,8 +24,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [9687c41c-1b26-49b1-9b92-bf01cf03eece] | 27 | X-Request-Id: [69c461d6-ec0f-4827-97af-02b784547893] |
28 | X-Runtime: ['0.062004'] | 28 | X-Runtime: ['0.058337'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['306'] | 30 | content-length: ['306'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
@@ -40,9 +40,9 @@ interactions: | |||
40 | Content-Type: [application/x-www-form-urlencoded] | 40 | Content-Type: [application/x-www-form-urlencoded] |
41 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
42 | method: PUT | 42 | method: PUT |
43 | uri: http://localhost:3000/api/v1/scheduled_statuses/1 | 43 | uri: http://localhost:3000/api/v1/scheduled_statuses/4 |
44 | response: | 44 | response: |
45 | body: {string: '{"id":"1","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please | 45 | body: {string: '{"id":"4","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please |
46 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} | 46 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} |
47 | headers: | 47 | headers: |
48 | Cache-Control: ['no-cache, no-store'] | 48 | Cache-Control: ['no-cache, no-store'] |
@@ -54,8 +54,8 @@ interactions: | |||
54 | X-Download-Options: [noopen] | 54 | X-Download-Options: [noopen] |
55 | X-Frame-Options: [SAMEORIGIN] | 55 | X-Frame-Options: [SAMEORIGIN] |
56 | X-Permitted-Cross-Domain-Policies: [none] | 56 | X-Permitted-Cross-Domain-Policies: [none] |
57 | X-Request-Id: [13564f2c-9377-4bd8-ba34-31e131fde7fc] | 57 | X-Request-Id: [9103b98b-2baa-482d-ba2b-5c7912f8006a] |
58 | X-Runtime: ['0.032800'] | 58 | X-Runtime: ['0.038755'] |
59 | X-XSS-Protection: [1; mode=block] | 59 | X-XSS-Protection: [1; mode=block] |
60 | content-length: ['306'] | 60 | content-length: ['306'] |
61 | status: {code: 200, message: OK} | 61 | status: {code: 200, message: OK} |
@@ -70,12 +70,12 @@ interactions: | |||
70 | method: GET | 70 | method: GET |
71 | uri: http://localhost:3000/api/v1/scheduled_statuses | 71 | uri: http://localhost:3000/api/v1/scheduled_statuses |
72 | response: | 72 | response: |
73 | body: {string: '[{"id":"1","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please | 73 | body: {string: '[{"id":"4","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please |
74 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}]'} | 74 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}]'} |
75 | headers: | 75 | headers: |
76 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
77 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
78 | Link: ['<http://localhost:3000/api/v1/scheduled_statuses?min_id=1>; rel="prev"'] | 78 | Link: ['<http://localhost:3000/api/v1/scheduled_statuses?min_id=4>; rel="prev"'] |
79 | Referrer-Policy: [strict-origin-when-cross-origin] | 79 | Referrer-Policy: [strict-origin-when-cross-origin] |
80 | Transfer-Encoding: [chunked] | 80 | Transfer-Encoding: [chunked] |
81 | Vary: ['Accept-Encoding, Origin'] | 81 | Vary: ['Accept-Encoding, Origin'] |
@@ -83,8 +83,8 @@ interactions: | |||
83 | X-Download-Options: [noopen] | 83 | X-Download-Options: [noopen] |
84 | X-Frame-Options: [SAMEORIGIN] | 84 | X-Frame-Options: [SAMEORIGIN] |
85 | X-Permitted-Cross-Domain-Policies: [none] | 85 | X-Permitted-Cross-Domain-Policies: [none] |
86 | X-Request-Id: [175575fa-0de6-4d36-8a1a-a2f37c76646d] | 86 | X-Request-Id: [f3f6a628-8c24-4174-8bda-deca3929f815] |
87 | X-Runtime: ['0.019602'] | 87 | X-Runtime: ['0.021390'] |
88 | X-XSS-Protection: [1; mode=block] | 88 | X-XSS-Protection: [1; mode=block] |
89 | content-length: ['308'] | 89 | content-length: ['308'] |
90 | status: {code: 200, message: OK} | 90 | status: {code: 200, message: OK} |
@@ -97,9 +97,9 @@ interactions: | |||
97 | Connection: [keep-alive] | 97 | Connection: [keep-alive] |
98 | User-Agent: [python-requests/2.18.4] | 98 | User-Agent: [python-requests/2.18.4] |
99 | method: GET | 99 | method: GET |
100 | uri: http://localhost:3000/api/v1/scheduled_statuses/1 | 100 | uri: http://localhost:3000/api/v1/scheduled_statuses/4 |
101 | response: | 101 | response: |
102 | body: {string: '{"id":"1","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please | 102 | body: {string: '{"id":"4","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please |
103 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} | 103 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} |
104 | headers: | 104 | headers: |
105 | Cache-Control: ['no-cache, no-store'] | 105 | Cache-Control: ['no-cache, no-store'] |
@@ -111,8 +111,8 @@ interactions: | |||
111 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
112 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
113 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
114 | X-Request-Id: [f50d4b55-c0a6-46f1-adc8-b143fe2d16ee] | 114 | X-Request-Id: [1b30b74a-ea5a-4882-ae61-23cd3fbc115e] |
115 | X-Runtime: ['0.018354'] | 115 | X-Runtime: ['0.025444'] |
116 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
117 | content-length: ['306'] | 117 | content-length: ['306'] |
118 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
@@ -126,7 +126,7 @@ interactions: | |||
126 | Content-Length: ['0'] | 126 | Content-Length: ['0'] |
127 | User-Agent: [python-requests/2.18.4] | 127 | User-Agent: [python-requests/2.18.4] |
128 | method: DELETE | 128 | method: DELETE |
129 | uri: http://localhost:3000/api/v1/scheduled_statuses/1 | 129 | uri: http://localhost:3000/api/v1/scheduled_statuses/4 |
130 | response: | 130 | response: |
131 | body: {string: '{}'} | 131 | body: {string: '{}'} |
132 | headers: | 132 | headers: |
@@ -139,8 +139,8 @@ interactions: | |||
139 | X-Download-Options: [noopen] | 139 | X-Download-Options: [noopen] |
140 | X-Frame-Options: [SAMEORIGIN] | 140 | X-Frame-Options: [SAMEORIGIN] |
141 | X-Permitted-Cross-Domain-Policies: [none] | 141 | X-Permitted-Cross-Domain-Policies: [none] |
142 | X-Request-Id: [b2c3cb6e-afbe-46d3-8647-ac4d0f5d746f] | 142 | X-Request-Id: [897a3d94-6ea9-4113-b160-08c198dd7a79] |
143 | X-Runtime: ['0.067970'] | 143 | X-Runtime: ['0.030323'] |
144 | X-XSS-Protection: [1; mode=block] | 144 | X-XSS-Protection: [1; mode=block] |
145 | content-length: ['2'] | 145 | content-length: ['2'] |
146 | status: {code: 200, message: OK} | 146 | status: {code: 200, message: OK} |
@@ -166,8 +166,8 @@ interactions: | |||
166 | X-Download-Options: [noopen] | 166 | X-Download-Options: [noopen] |
167 | X-Frame-Options: [SAMEORIGIN] | 167 | X-Frame-Options: [SAMEORIGIN] |
168 | X-Permitted-Cross-Domain-Policies: [none] | 168 | X-Permitted-Cross-Domain-Policies: [none] |
169 | X-Request-Id: [5972b817-f365-43ba-a0c5-3931c665ce1a] | 169 | X-Request-Id: [80acc3bd-a31a-45f0-a0e6-7b3ffde8ec42] |
170 | X-Runtime: ['0.018815'] | 170 | X-Runtime: ['0.018255'] |
171 | X-XSS-Protection: [1; mode=block] | 171 | X-XSS-Protection: [1; mode=block] |
172 | content-length: ['2'] | 172 | content-length: ['2'] |
173 | status: {code: 200, message: OK} | 173 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_search.yaml b/tests/cassettes/test_search.yaml index 54202bc..08282ae 100644 --- a/tests/cassettes/test_search.yaml +++ b/tests/cassettes/test_search.yaml | |||
@@ -10,9 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/search?q=mastodonpy_test | 11 | uri: http://localhost:3000/api/v1/search?q=mastodonpy_test |
12 | response: | 12 | response: |
13 | body: {string: '{"hashtags":[],"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 13 | body: {string: '{"hashtags":[],"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]},{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.445Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","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":0,"emojis":[],"fields":[]}],"statuses":[]}'} |
14 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"statuses":[]}'} | ||
16 | headers: | 14 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +21,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [98a6d4e6-9ebe-4964-97e5-2d1497916e56] | 24 | X-Request-Id: [ac4caed7-ee8f-4afa-bf01-ea8e76febf2c] |
27 | X-Runtime: ['0.134380'] | 25 | X-Runtime: ['0.074508'] |
28 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['972'] | 27 | content-length: ['1185'] |
30 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
31 | - request: | 29 | - request: |
32 | body: null | 30 | body: null |
@@ -39,9 +37,7 @@ interactions: | |||
39 | method: GET | 37 | method: GET |
40 | uri: http://localhost:3000/api/v2/search?resolve=1&q=mastodonpy_test | 38 | uri: http://localhost:3000/api/v2/search?resolve=1&q=mastodonpy_test |
41 | response: | 39 | response: |
42 | body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 40 | body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]},{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.445Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","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":0,"emojis":[],"fields":[]}],"statuses":[],"hashtags":[]}'} |
43 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
44 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"statuses":[],"hashtags":[]}'} | ||
45 | headers: | 41 | headers: |
46 | Cache-Control: ['no-cache, no-store'] | 42 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 43 | Content-Type: [application/json; charset=utf-8] |
@@ -52,10 +48,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 48 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 49 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 50 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [774d8100-31d1-4c40-bb03-2803dd9a744d] | 51 | X-Request-Id: [e68a99bb-37a6-4f63-a4bd-ca8d42e05f34] |
56 | X-Runtime: ['0.096811'] | 52 | X-Runtime: ['0.062043'] |
57 | X-XSS-Protection: [1; mode=block] | 53 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['972'] | 54 | content-length: ['1185'] |
59 | status: {code: 200, message: OK} | 55 | status: {code: 200, message: OK} |
60 | - request: | 56 | - request: |
61 | body: null | 57 | body: null |
@@ -68,9 +64,7 @@ interactions: | |||
68 | method: GET | 64 | method: GET |
69 | uri: http://localhost:3000/api/v2/search?resolve=1&q=mastodonpy_test | 65 | uri: http://localhost:3000/api/v2/search?resolve=1&q=mastodonpy_test |
70 | response: | 66 | response: |
71 | body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 67 | body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":0,"emojis":[],"fields":[]},{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.445Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","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":0,"emojis":[],"fields":[]}],"statuses":[],"hashtags":[]}'} |
72 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
73 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"statuses":[],"hashtags":[]}'} | ||
74 | headers: | 68 | headers: |
75 | Cache-Control: ['no-cache, no-store'] | 69 | Cache-Control: ['no-cache, no-store'] |
76 | Content-Type: [application/json; charset=utf-8] | 70 | Content-Type: [application/json; charset=utf-8] |
@@ -81,10 +75,10 @@ interactions: | |||
81 | X-Download-Options: [noopen] | 75 | X-Download-Options: [noopen] |
82 | X-Frame-Options: [SAMEORIGIN] | 76 | X-Frame-Options: [SAMEORIGIN] |
83 | X-Permitted-Cross-Domain-Policies: [none] | 77 | X-Permitted-Cross-Domain-Policies: [none] |
84 | X-Request-Id: [438c01eb-6871-4984-a790-c5ba42653ce5] | 78 | X-Request-Id: [1efaffda-bc4f-4a40-9a1c-1dbd6e609238] |
85 | X-Runtime: ['0.077231'] | 79 | X-Runtime: ['0.027617'] |
86 | X-XSS-Protection: [1; mode=block] | 80 | X-XSS-Protection: [1; mode=block] |
87 | content-length: ['972'] | 81 | content-length: ['1185'] |
88 | status: {code: 200, message: OK} | 82 | status: {code: 200, message: OK} |
89 | - request: | 83 | - request: |
90 | body: null | 84 | body: null |
@@ -108,8 +102,8 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 102 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 103 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 104 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [d6200f02-291f-4daf-b480-054fac8761ed] | 105 | X-Request-Id: [f8f002d4-e3ea-4146-8af0-e2164bf82700] |
112 | X-Runtime: ['0.036176'] | 106 | X-Runtime: ['0.016728'] |
113 | X-XSS-Protection: [1; mode=block] | 107 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['43'] | 108 | content-length: ['43'] |
115 | status: {code: 200, message: OK} | 109 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_status.yaml b/tests/cassettes/test_status.yaml index 38e756d..f7b6701 100644 --- a/tests/cassettes/test_status.yaml +++ b/tests/cassettes/test_status.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368051614345","created_at":"2019-06-22T13:03:38.961Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368051614345","url":"http://localhost/@mastodonpy_test/102315368051614345","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317292556760997","created_at":"2019-06-22T21:13:04.575Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292556760997","url":"http://localhost/@mastodonpy_test/102317292556760997","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [ec866446-c681-4474-8d67-7ecb5bce733c] | 27 | X-Request-Id: [6711ef7c-81ad-489c-a26e-c3bdcdc23f41] |
30 | X-Runtime: ['0.175253'] | 28 | X-Runtime: ['0.139874'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -40,12 +38,10 @@ interactions: | |||
40 | Connection: [keep-alive] | 38 | Connection: [keep-alive] |
41 | User-Agent: [python-requests/2.18.4] | 39 | User-Agent: [python-requests/2.18.4] |
42 | method: GET | 40 | method: GET |
43 | uri: http://localhost:3000/api/v1/statuses/102315368051614345 | 41 | uri: http://localhost:3000/api/v1/statuses/102317292556760997 |
44 | response: | 42 | response: |
45 | body: {string: '{"id":"102315368051614345","created_at":"2019-06-22T13:03:38.961Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368051614345","url":"http://localhost/@mastodonpy_test/102315368051614345","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 43 | body: {string: '{"id":"102317292556760997","created_at":"2019-06-22T21:13:04.575Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292556760997","url":"http://localhost/@mastodonpy_test/102317292556760997","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
47 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
48 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
49 | headers: | 45 | headers: |
50 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -56,10 +52,10 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [9e5f6e3f-e26d-4b89-accf-599c0d16439b] | 55 | X-Request-Id: [430a6f89-a1b9-4370-be94-959d9abf35e8] |
60 | X-Runtime: ['0.089826'] | 56 | X-Runtime: ['0.086821'] |
61 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['1597'] | 58 | content-length: ['1236'] |
63 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
64 | - request: | 60 | - request: |
65 | body: null | 61 | body: null |
@@ -71,12 +67,10 @@ interactions: | |||
71 | Content-Length: ['0'] | 67 | Content-Length: ['0'] |
72 | User-Agent: [python-requests/2.18.4] | 68 | User-Agent: [python-requests/2.18.4] |
73 | method: DELETE | 69 | method: DELETE |
74 | uri: http://localhost:3000/api/v1/statuses/102315368051614345 | 70 | uri: http://localhost:3000/api/v1/statuses/102317292556760997 |
75 | response: | 71 | response: |
76 | body: {string: '{"id":"102315368051614345","created_at":"2019-06-22T13:03:38.961Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368051614345","url":"http://localhost/@mastodonpy_test/102315368051614345","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 72 | body: {string: '{"id":"102317292556760997","created_at":"2019-06-22T21:13:04.575Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292556760997","url":"http://localhost/@mastodonpy_test/102317292556760997","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 73 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
78 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
79 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
80 | headers: | 74 | headers: |
81 | Cache-Control: ['no-cache, no-store'] | 75 | Cache-Control: ['no-cache, no-store'] |
82 | Content-Type: [application/json; charset=utf-8] | 76 | Content-Type: [application/json; charset=utf-8] |
@@ -87,9 +81,9 @@ interactions: | |||
87 | X-Download-Options: [noopen] | 81 | X-Download-Options: [noopen] |
88 | X-Frame-Options: [SAMEORIGIN] | 82 | X-Frame-Options: [SAMEORIGIN] |
89 | X-Permitted-Cross-Domain-Policies: [none] | 83 | X-Permitted-Cross-Domain-Policies: [none] |
90 | X-Request-Id: [adb4902f-0430-463d-8983-d94639fba96f] | 84 | X-Request-Id: [fdc52468-81b6-4fe2-97ff-8f0ceb3130c4] |
91 | X-Runtime: ['0.125843'] | 85 | X-Runtime: ['0.087903'] |
92 | X-XSS-Protection: [1; mode=block] | 86 | X-XSS-Protection: [1; mode=block] |
93 | content-length: ['1567'] | 87 | content-length: ['1206'] |
94 | status: {code: 200, message: OK} | 88 | status: {code: 200, message: OK} |
95 | version: 1 | 89 | version: 1 |
diff --git a/tests/cassettes/test_status_card.yaml b/tests/cassettes/test_status_card.yaml index 208c96f..3a1bb69 100644 --- a/tests/cassettes/test_status_card.yaml +++ b/tests/cassettes/test_status_card.yaml | |||
@@ -12,13 +12,11 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368149139826","created_at":"2019-06-22T13:03:40.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315368149139826","url":"http://localhost/@mastodonpy_test/102315368149139826","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca | 15 | body: {string: '{"id":"102317292638083847","created_at":"2019-06-22T21:13:05.818Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102317292638083847","url":"http://localhost/@mastodonpy_test/102317292638083847","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca |
16 | href=\"http://example.org/\" rel=\"nofollow noopener\" target=\"_blank\"\u003e\u003cspan | 16 | href=\"http://example.org/\" rel=\"nofollow noopener\" target=\"_blank\"\u003e\u003cspan |
17 | class=\"invisible\"\u003ehttp://\u003c/span\u003e\u003cspan class=\"\"\u003eexample.org/\u003c/span\u003e\u003cspan | 17 | class=\"invisible\"\u003ehttp://\u003c/span\u003e\u003cspan class=\"\"\u003eexample.org/\u003c/span\u003e\u003cspan |
18 | class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 18 | class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
19 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 19 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
21 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
22 | headers: | 20 | headers: |
23 | Cache-Control: ['no-cache, no-store'] | 21 | Cache-Control: ['no-cache, no-store'] |
24 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
@@ -29,10 +27,10 @@ interactions: | |||
29 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
30 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
31 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
32 | X-Request-Id: [64446d1e-a40e-4cb5-9c27-7ffd3989070b] | 30 | X-Request-Id: [58c072b9-8e1b-4b32-b32b-23945863dd0f] |
33 | X-Runtime: ['0.133104'] | 31 | X-Runtime: ['0.142482'] |
34 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
35 | content-length: ['1861'] | 33 | content-length: ['1500'] |
36 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
37 | - request: | 35 | - request: |
38 | body: null | 36 | body: null |
@@ -43,7 +41,7 @@ interactions: | |||
43 | Connection: [keep-alive] | 41 | Connection: [keep-alive] |
44 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
45 | method: GET | 43 | method: GET |
46 | uri: http://localhost:3000/api/v1/statuses/102315368149139826/card | 44 | uri: http://localhost:3000/api/v1/statuses/102317292638083847/card |
47 | response: | 45 | response: |
48 | body: {string: '{"url":"http://example.org/","title":"Example Domain","description":"","type":"link","author_name":"","author_url":"","provider_name":"","provider_url":"","html":"","width":0,"height":0,"image":null,"embed_url":""}'} | 46 | body: {string: '{"url":"http://example.org/","title":"Example Domain","description":"","type":"link","author_name":"","author_url":"","provider_name":"","provider_url":"","html":"","width":0,"height":0,"image":null,"embed_url":""}'} |
49 | headers: | 47 | headers: |
@@ -56,8 +54,8 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 54 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 55 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 56 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [0fe87a33-ce21-43f9-b687-7275d0b31ccf] | 57 | X-Request-Id: [93c6bc96-01a7-4a69-8def-d5ca22e38804] |
60 | X-Runtime: ['0.041347'] | 58 | X-Runtime: ['0.031292'] |
61 | X-XSS-Protection: [1; mode=block] | 59 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['214'] | 60 | content-length: ['214'] |
63 | status: {code: 200, message: OK} | 61 | status: {code: 200, message: OK} |
@@ -71,12 +69,10 @@ interactions: | |||
71 | Content-Length: ['0'] | 69 | Content-Length: ['0'] |
72 | User-Agent: [python-requests/2.18.4] | 70 | User-Agent: [python-requests/2.18.4] |
73 | method: DELETE | 71 | method: DELETE |
74 | uri: http://localhost:3000/api/v1/statuses/102315368149139826 | 72 | uri: http://localhost:3000/api/v1/statuses/102317292638083847 |
75 | response: | 73 | response: |
76 | body: {string: '{"id":"102315368149139826","created_at":"2019-06-22T13:03:40.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315368149139826","url":"http://localhost/@mastodonpy_test/102315368149139826","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"http://example.org/","reblog":null,"application":{"name":"Mastodon.py | 74 | body: {string: '{"id":"102317292638083847","created_at":"2019-06-22T21:13:05.818Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102317292638083847","url":"http://localhost/@mastodonpy_test/102317292638083847","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"http://example.org/","reblog":null,"application":{"name":"Mastodon.py |
77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 75 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":{"url":"http://example.org/","title":"Example |
78 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
79 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":{"url":"http://example.org/","title":"Example | ||
80 | Domain","description":"","type":"link","author_name":"","author_url":"","provider_name":"","provider_url":"","html":"","width":0,"height":0,"image":null,"embed_url":""},"poll":null}'} | 76 | Domain","description":"","type":"link","author_name":"","author_url":"","provider_name":"","provider_url":"","html":"","width":0,"height":0,"image":null,"embed_url":""},"poll":null}'} |
81 | headers: | 77 | headers: |
82 | Cache-Control: ['no-cache, no-store'] | 78 | Cache-Control: ['no-cache, no-store'] |
@@ -88,9 +84,9 @@ interactions: | |||
88 | X-Download-Options: [noopen] | 84 | X-Download-Options: [noopen] |
89 | X-Frame-Options: [SAMEORIGIN] | 85 | X-Frame-Options: [SAMEORIGIN] |
90 | X-Permitted-Cross-Domain-Policies: [none] | 86 | X-Permitted-Cross-Domain-Policies: [none] |
91 | X-Request-Id: [2f239a4e-bd87-4623-9ff6-8d46bb0bfaed] | 87 | X-Request-Id: [92900f7b-ad4f-4d94-95ed-0b3564ef4aec] |
92 | X-Runtime: ['0.078619'] | 88 | X-Runtime: ['0.077313'] |
93 | X-XSS-Protection: [1; mode=block] | 89 | X-XSS-Protection: [1; mode=block] |
94 | content-length: ['1791'] | 90 | content-length: ['1430'] |
95 | status: {code: 200, message: OK} | 91 | status: {code: 200, message: OK} |
96 | version: 1 | 92 | version: 1 |
diff --git a/tests/cassettes/test_status_context.yaml b/tests/cassettes/test_status_context.yaml index 4e4a93e..ef729a5 100644 --- a/tests/cassettes/test_status_context.yaml +++ b/tests/cassettes/test_status_context.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368498761904","created_at":"2019-06-22T13:03:45.780Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368498761904","url":"http://localhost/@mastodonpy_test/102315368498761904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317292986554862","created_at":"2019-06-22T21:13:11.133Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292986554862","url":"http://localhost/@mastodonpy_test/102317292986554862","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [3c1d6fc7-c9d2-4539-bf20-f5422f562491] | 27 | X-Request-Id: [a3f51601-4ce0-4a24-9833-033f8af43f85] |
30 | X-Runtime: ['0.151291'] | 28 | X-Runtime: ['0.154557'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -40,7 +38,7 @@ interactions: | |||
40 | Connection: [keep-alive] | 38 | Connection: [keep-alive] |
41 | User-Agent: [python-requests/2.18.4] | 39 | User-Agent: [python-requests/2.18.4] |
42 | method: GET | 40 | method: GET |
43 | uri: http://localhost:3000/api/v1/statuses/102315368498761904/context | 41 | uri: http://localhost:3000/api/v1/statuses/102317292986554862/context |
44 | response: | 42 | response: |
45 | body: {string: '{"ancestors":[],"descendants":[]}'} | 43 | body: {string: '{"ancestors":[],"descendants":[]}'} |
46 | headers: | 44 | headers: |
@@ -53,8 +51,8 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [ee9dd2c6-6b1e-43b0-a6fa-c7f39d90ffd7] | 54 | X-Request-Id: [7c85a6c7-5cac-4d0b-b3ef-f3751fba5c92] |
57 | X-Runtime: ['0.052980'] | 55 | X-Runtime: ['0.078620'] |
58 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['33'] | 57 | content-length: ['33'] |
60 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
@@ -68,12 +66,10 @@ interactions: | |||
68 | Content-Length: ['0'] | 66 | Content-Length: ['0'] |
69 | User-Agent: [python-requests/2.18.4] | 67 | User-Agent: [python-requests/2.18.4] |
70 | method: DELETE | 68 | method: DELETE |
71 | uri: http://localhost:3000/api/v1/statuses/102315368498761904 | 69 | uri: http://localhost:3000/api/v1/statuses/102317292986554862 |
72 | response: | 70 | response: |
73 | body: {string: '{"id":"102315368498761904","created_at":"2019-06-22T13:03:45.780Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368498761904","url":"http://localhost/@mastodonpy_test/102315368498761904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 71 | body: {string: '{"id":"102317292986554862","created_at":"2019-06-22T21:13:11.133Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292986554862","url":"http://localhost/@mastodonpy_test/102317292986554862","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 72 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
75 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
76 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
77 | headers: | 73 | headers: |
78 | Cache-Control: ['no-cache, no-store'] | 74 | Cache-Control: ['no-cache, no-store'] |
79 | Content-Type: [application/json; charset=utf-8] | 75 | Content-Type: [application/json; charset=utf-8] |
@@ -84,9 +80,9 @@ interactions: | |||
84 | X-Download-Options: [noopen] | 80 | X-Download-Options: [noopen] |
85 | X-Frame-Options: [SAMEORIGIN] | 81 | X-Frame-Options: [SAMEORIGIN] |
86 | X-Permitted-Cross-Domain-Policies: [none] | 82 | X-Permitted-Cross-Domain-Policies: [none] |
87 | X-Request-Id: [a7dc8d0d-21ea-4b41-8e77-3025e237b0e0] | 83 | X-Request-Id: [f4b2380e-8ec2-455e-bbcc-940bb856584b] |
88 | X-Runtime: ['0.074916'] | 84 | X-Runtime: ['0.080653'] |
89 | X-XSS-Protection: [1; mode=block] | 85 | X-XSS-Protection: [1; mode=block] |
90 | content-length: ['1567'] | 86 | content-length: ['1206'] |
91 | status: {code: 200, message: OK} | 87 | status: {code: 200, message: OK} |
92 | version: 1 | 88 | version: 1 |
diff --git a/tests/cassettes/test_status_empty.yaml b/tests/cassettes/test_status_empty.yaml index 37fd71c..46941fe 100644 --- a/tests/cassettes/test_status_empty.yaml +++ b/tests/cassettes/test_status_empty.yaml | |||
@@ -24,8 +24,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [f57ae369-5db8-4f03-92ac-eb8d8f9353c3] | 27 | X-Request-Id: [322f1738-86dc-4aaa-9203-33ed8702f60b] |
28 | X-Runtime: ['0.045864'] | 28 | X-Runtime: ['0.045138'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['87'] | 30 | content-length: ['87'] |
31 | status: {code: 422, message: Unprocessable Entity} | 31 | status: {code: 422, message: Unprocessable Entity} |
diff --git a/tests/cassettes/test_status_fav_unfav.yaml b/tests/cassettes/test_status_fav_unfav.yaml index 02bb9fc..86e4658 100644 --- a/tests/cassettes/test_status_fav_unfav.yaml +++ b/tests/cassettes/test_status_fav_unfav.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368907921493","created_at":"2019-06-22T13:03:52.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368907921493","url":"http://localhost/@mastodonpy_test/102315368907921493","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293400465830","created_at":"2019-06-22T21:13:17.449Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293400465830","url":"http://localhost/@mastodonpy_test/102317293400465830","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [7e6b3784-3bcb-45ea-8569-6315c9377799] | 27 | X-Request-Id: [9c97044e-8ee5-4aea-9048-4db6ec5b271d] |
30 | X-Runtime: ['0.210047'] | 28 | X-Runtime: ['0.152678'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: POST | 41 | method: POST |
44 | uri: http://localhost:3000/api/v1/statuses/102315368907921493/favourite | 42 | uri: http://localhost:3000/api/v1/statuses/102317293400465830/favourite |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368907921493","created_at":"2019-06-22T13:03:52.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368907921493","url":"http://localhost/@mastodonpy_test/102315368907921493","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317293400465830","created_at":"2019-06-22T21:13:17.449Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293400465830","url":"http://localhost/@mastodonpy_test/102317293400465830","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,10 +53,10 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [3bc78216-d29b-4674-a225-f8470bf0316b] | 56 | X-Request-Id: [5a49d75e-941f-4120-823e-147e4bacbabf] |
61 | X-Runtime: ['0.063374'] | 57 | X-Runtime: ['0.110414'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1596'] | 59 | content-length: ['1235'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | - request: | 61 | - request: |
66 | body: null | 62 | body: null |
@@ -72,12 +68,10 @@ interactions: | |||
72 | Content-Length: ['0'] | 68 | Content-Length: ['0'] |
73 | User-Agent: [python-requests/2.18.4] | 69 | User-Agent: [python-requests/2.18.4] |
74 | method: POST | 70 | method: POST |
75 | uri: http://localhost:3000/api/v1/statuses/102315368907921493/unfavourite | 71 | uri: http://localhost:3000/api/v1/statuses/102317293400465830/unfavourite |
76 | response: | 72 | response: |
77 | body: {string: '{"id":"102315368907921493","created_at":"2019-06-22T13:03:52.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368907921493","url":"http://localhost/@mastodonpy_test/102315368907921493","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 73 | body: {string: '{"id":"102317293400465830","created_at":"2019-06-22T21:13:17.449Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293400465830","url":"http://localhost/@mastodonpy_test/102317293400465830","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
78 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
79 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
80 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
81 | headers: | 75 | headers: |
82 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
83 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
@@ -88,10 +82,10 @@ interactions: | |||
88 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
89 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
90 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
91 | X-Request-Id: [baa6b7fb-50f8-4a3a-a8b3-66ff5e4ae1f2] | 85 | X-Request-Id: [435a9d31-a961-4c94-a5b9-23637a54298c] |
92 | X-Runtime: ['0.064270'] | 86 | X-Runtime: ['0.070501'] |
93 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
94 | content-length: ['1597'] | 88 | content-length: ['1236'] |
95 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
96 | - request: | 90 | - request: |
97 | body: null | 91 | body: null |
@@ -103,12 +97,10 @@ interactions: | |||
103 | Content-Length: ['0'] | 97 | Content-Length: ['0'] |
104 | User-Agent: [python-requests/2.18.4] | 98 | User-Agent: [python-requests/2.18.4] |
105 | method: DELETE | 99 | method: DELETE |
106 | uri: http://localhost:3000/api/v1/statuses/102315368907921493 | 100 | uri: http://localhost:3000/api/v1/statuses/102317293400465830 |
107 | response: | 101 | response: |
108 | body: {string: '{"id":"102315368907921493","created_at":"2019-06-22T13:03:52.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368907921493","url":"http://localhost/@mastodonpy_test/102315368907921493","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 102 | body: {string: '{"id":"102317293400465830","created_at":"2019-06-22T21:13:17.449Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293400465830","url":"http://localhost/@mastodonpy_test/102317293400465830","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
109 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
110 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
112 | headers: | 104 | headers: |
113 | Cache-Control: ['no-cache, no-store'] | 105 | Cache-Control: ['no-cache, no-store'] |
114 | Content-Type: [application/json; charset=utf-8] | 106 | Content-Type: [application/json; charset=utf-8] |
@@ -119,9 +111,9 @@ interactions: | |||
119 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
120 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
121 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
122 | X-Request-Id: [42bc93c2-6d27-4444-810d-82f9b1b19124] | 114 | X-Request-Id: [35f80620-29d4-4468-b91d-c80b0eb919bc] |
123 | X-Runtime: ['0.073518'] | 115 | X-Runtime: ['0.122945'] |
124 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
125 | content-length: ['1567'] | 117 | content-length: ['1206'] |
126 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
127 | version: 1 | 119 | version: 1 |
diff --git a/tests/cassettes/test_status_favourited_by.yaml b/tests/cassettes/test_status_favourited_by.yaml index d395a23..873ea0e 100644 --- a/tests/cassettes/test_status_favourited_by.yaml +++ b/tests/cassettes/test_status_favourited_by.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368603393672","created_at":"2019-06-22T13:03:47.393Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368603393672","url":"http://localhost/@mastodonpy_test/102315368603393672","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293088763561","created_at":"2019-06-22T21:13:12.696Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293088763561","url":"http://localhost/@mastodonpy_test/102317293088763561","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [6b2f8f6c-11a9-4d6e-8a93-aee172be0b93] | 27 | X-Request-Id: [b6c3e759-b46e-422e-8bdf-1e307bbc4def] |
30 | X-Runtime: ['0.209455'] | 28 | X-Runtime: ['0.173339'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: POST | 41 | method: POST |
44 | uri: http://localhost:3000/api/v1/statuses/102315368603393672/favourite | 42 | uri: http://localhost:3000/api/v1/statuses/102317293088763561/favourite |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368603393672","created_at":"2019-06-22T13:03:47.393Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368603393672","url":"http://localhost/@mastodonpy_test/102315368603393672","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317293088763561","created_at":"2019-06-22T21:13:12.696Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293088763561","url":"http://localhost/@mastodonpy_test/102317293088763561","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,10 +53,10 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [0537591f-202b-41bc-81c9-d3c395d78445] | 56 | X-Request-Id: [e0029091-fa0f-40c0-883b-81e7a5cafd24] |
61 | X-Runtime: ['0.091658'] | 57 | X-Runtime: ['0.140479'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1596'] | 59 | content-length: ['1235'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | - request: | 61 | - request: |
66 | body: null | 62 | body: null |
@@ -71,15 +67,13 @@ interactions: | |||
71 | Connection: [keep-alive] | 67 | Connection: [keep-alive] |
72 | User-Agent: [python-requests/2.18.4] | 68 | User-Agent: [python-requests/2.18.4] |
73 | method: GET | 69 | method: GET |
74 | uri: http://localhost:3000/api/v1/statuses/102315368603393672/favourited_by | 70 | uri: http://localhost:3000/api/v1/statuses/102317293088763561/favourited_by |
75 | response: | 71 | response: |
76 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 72 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]}]'} |
77 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
78 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}]'} | ||
79 | headers: | 73 | headers: |
80 | Cache-Control: ['no-cache, no-store'] | 74 | Cache-Control: ['no-cache, no-store'] |
81 | Content-Type: [application/json; charset=utf-8] | 75 | Content-Type: [application/json; charset=utf-8] |
82 | Link: ['<http://localhost:3000/api/v1/statuses/102315368603393672/favourited_by?since_id=2>; | 76 | Link: ['<http://localhost:3000/api/v1/statuses/102317293088763561/favourited_by?since_id=17>; |
83 | rel="prev"'] | 77 | rel="prev"'] |
84 | Referrer-Policy: [strict-origin-when-cross-origin] | 78 | Referrer-Policy: [strict-origin-when-cross-origin] |
85 | Transfer-Encoding: [chunked] | 79 | Transfer-Encoding: [chunked] |
@@ -88,10 +82,10 @@ interactions: | |||
88 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
89 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
90 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
91 | X-Request-Id: [bea55f1b-e3a1-4c70-991a-90a63cf32569] | 85 | X-Request-Id: [b48f570e-b83f-46e5-a89d-61b3f00eabf0] |
92 | X-Runtime: ['0.062559'] | 86 | X-Runtime: ['0.047778'] |
93 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
94 | content-length: ['931'] | 88 | content-length: ['570'] |
95 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
96 | - request: | 90 | - request: |
97 | body: null | 91 | body: null |
@@ -103,12 +97,10 @@ interactions: | |||
103 | Content-Length: ['0'] | 97 | Content-Length: ['0'] |
104 | User-Agent: [python-requests/2.18.4] | 98 | User-Agent: [python-requests/2.18.4] |
105 | method: DELETE | 99 | method: DELETE |
106 | uri: http://localhost:3000/api/v1/statuses/102315368603393672 | 100 | uri: http://localhost:3000/api/v1/statuses/102317293088763561 |
107 | response: | 101 | response: |
108 | body: {string: '{"id":"102315368603393672","created_at":"2019-06-22T13:03:47.393Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368603393672","url":"http://localhost/@mastodonpy_test/102315368603393672","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 102 | body: {string: '{"id":"102317293088763561","created_at":"2019-06-22T21:13:12.696Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293088763561","url":"http://localhost/@mastodonpy_test/102317293088763561","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
109 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
110 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
112 | headers: | 104 | headers: |
113 | Cache-Control: ['no-cache, no-store'] | 105 | Cache-Control: ['no-cache, no-store'] |
114 | Content-Type: [application/json; charset=utf-8] | 106 | Content-Type: [application/json; charset=utf-8] |
@@ -119,9 +111,9 @@ interactions: | |||
119 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
120 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
121 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
122 | X-Request-Id: [61aa5c47-4c8d-431e-ae5f-1d8fb5cf2e56] | 114 | X-Request-Id: [1e27e7cc-c186-424a-af52-ab69ec624377] |
123 | X-Runtime: ['0.086434'] | 115 | X-Runtime: ['0.087028'] |
124 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
125 | content-length: ['1566'] | 117 | content-length: ['1205'] |
126 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
127 | version: 1 | 119 | version: 1 |
diff --git a/tests/cassettes/test_status_missing.yaml b/tests/cassettes/test_status_missing.yaml index af7b6d8..97907e4 100644 --- a/tests/cassettes/test_status_missing.yaml +++ b/tests/cassettes/test_status_missing.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [15f9cdc0-4135-4562-a45c-3a30aeba6d69] | 24 | X-Request-Id: [ad4db889-44e9-4c99-bd36-722692046b47] |
25 | X-Runtime: ['0.019773'] | 25 | X-Runtime: ['0.018885'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['28'] | 27 | content-length: ['28'] |
28 | status: {code: 404, message: Not Found} | 28 | status: {code: 404, message: Not Found} |
diff --git a/tests/cassettes/test_status_mute_unmute.yaml b/tests/cassettes/test_status_mute_unmute.yaml index 84c740f..8c3c623 100644 --- a/tests/cassettes/test_status_mute_unmute.yaml +++ b/tests/cassettes/test_status_mute_unmute.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368942184388","created_at":"2019-06-22T13:03:52.549Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368942184388","url":"http://localhost/@mastodonpy_test/102315368942184388","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293435536466","created_at":"2019-06-22T21:13:17.984Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293435536466","url":"http://localhost/@mastodonpy_test/102317293435536466","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [489d4064-a286-4ee3-b0c0-17d1a3a03cc8] | 27 | X-Request-Id: [9c7679aa-391f-44d7-8954-87711bc62c7a] |
30 | X-Runtime: ['0.181733'] | 28 | X-Runtime: ['0.131667'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: POST | 41 | method: POST |
44 | uri: http://localhost:3000/api/v1/statuses/102315368942184388/mute | 42 | uri: http://localhost:3000/api/v1/statuses/102317293435536466/mute |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368942184388","created_at":"2019-06-22T13:03:52.549Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368942184388","url":"http://localhost/@mastodonpy_test/102315368942184388","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":true,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317293435536466","created_at":"2019-06-22T21:13:17.984Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293435536466","url":"http://localhost/@mastodonpy_test/102317293435536466","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":true,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,10 +53,10 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [a155c7d7-bf59-4087-a378-633970e01bb7] | 56 | X-Request-Id: [f5df5179-641c-4ffe-8d11-f759a592f962] |
61 | X-Runtime: ['0.064815'] | 57 | X-Runtime: ['0.097630'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1596'] | 59 | content-length: ['1235'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | - request: | 61 | - request: |
66 | body: null | 62 | body: null |
@@ -72,12 +68,10 @@ interactions: | |||
72 | Content-Length: ['0'] | 68 | Content-Length: ['0'] |
73 | User-Agent: [python-requests/2.18.4] | 69 | User-Agent: [python-requests/2.18.4] |
74 | method: POST | 70 | method: POST |
75 | uri: http://localhost:3000/api/v1/statuses/102315368942184388/unmute | 71 | uri: http://localhost:3000/api/v1/statuses/102317293435536466/unmute |
76 | response: | 72 | response: |
77 | body: {string: '{"id":"102315368942184388","created_at":"2019-06-22T13:03:52.549Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368942184388","url":"http://localhost/@mastodonpy_test/102315368942184388","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 73 | body: {string: '{"id":"102317293435536466","created_at":"2019-06-22T21:13:17.984Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293435536466","url":"http://localhost/@mastodonpy_test/102317293435536466","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
78 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
79 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
80 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
81 | headers: | 75 | headers: |
82 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
83 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
@@ -88,10 +82,10 @@ interactions: | |||
88 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
89 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
90 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
91 | X-Request-Id: [4ea9f10f-6380-4d22-8bbf-670eb8c08f85] | 85 | X-Request-Id: [72c51a26-753f-435b-9871-6a4e1bc9b09c] |
92 | X-Runtime: ['0.048262'] | 86 | X-Runtime: ['0.047464'] |
93 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
94 | content-length: ['1597'] | 88 | content-length: ['1236'] |
95 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
96 | - request: | 90 | - request: |
97 | body: null | 91 | body: null |
@@ -103,12 +97,10 @@ interactions: | |||
103 | Content-Length: ['0'] | 97 | Content-Length: ['0'] |
104 | User-Agent: [python-requests/2.18.4] | 98 | User-Agent: [python-requests/2.18.4] |
105 | method: DELETE | 99 | method: DELETE |
106 | uri: http://localhost:3000/api/v1/statuses/102315368942184388 | 100 | uri: http://localhost:3000/api/v1/statuses/102317293435536466 |
107 | response: | 101 | response: |
108 | body: {string: '{"id":"102315368942184388","created_at":"2019-06-22T13:03:52.549Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368942184388","url":"http://localhost/@mastodonpy_test/102315368942184388","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 102 | body: {string: '{"id":"102317293435536466","created_at":"2019-06-22T21:13:17.984Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293435536466","url":"http://localhost/@mastodonpy_test/102317293435536466","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
109 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
110 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
112 | headers: | 104 | headers: |
113 | Cache-Control: ['no-cache, no-store'] | 105 | Cache-Control: ['no-cache, no-store'] |
114 | Content-Type: [application/json; charset=utf-8] | 106 | Content-Type: [application/json; charset=utf-8] |
@@ -119,9 +111,9 @@ interactions: | |||
119 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
120 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
121 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
122 | X-Request-Id: [4987594a-ab00-4116-8462-089a805b096b] | 114 | X-Request-Id: [97041fc0-f8fb-44d7-910a-59cdb92d0064] |
123 | X-Runtime: ['0.086085'] | 115 | X-Runtime: ['0.073756'] |
124 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
125 | content-length: ['1567'] | 117 | content-length: ['1206'] |
126 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
127 | version: 1 | 119 | version: 1 |
diff --git a/tests/cassettes/test_status_pin_unpin.yaml b/tests/cassettes/test_status_pin_unpin.yaml index e46bb34..3b9311d 100644 --- a/tests/cassettes/test_status_pin_unpin.yaml +++ b/tests/cassettes/test_status_pin_unpin.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368971375023","created_at":"2019-06-22T13:03:52.992Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368971375023","url":"http://localhost/@mastodonpy_test/102315368971375023","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293463383234","created_at":"2019-06-22T21:13:18.408Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293463383234","url":"http://localhost/@mastodonpy_test/102317293463383234","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [4ccc4e30-a877-4256-bf91-0da14a903e73] | 27 | X-Request-Id: [3a9b22ec-ce44-440d-9fb5-d16214dc10a3] |
30 | X-Runtime: ['0.148795'] | 28 | X-Runtime: ['0.134399'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: POST | 41 | method: POST |
44 | uri: http://localhost:3000/api/v1/statuses/102315368971375023/pin | 42 | uri: http://localhost:3000/api/v1/statuses/102317293463383234/pin |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368971375023","created_at":"2019-06-22T13:03:52.992Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368971375023","url":"http://localhost/@mastodonpy_test/102315368971375023","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317293463383234","created_at":"2019-06-22T21:13:18.408Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293463383234","url":"http://localhost/@mastodonpy_test/102317293463383234","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,10 +53,10 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [833a862f-221d-4ad2-ac5e-4ef8a56923a3] | 56 | X-Request-Id: [a6cce0cc-4a47-47ac-8129-eb69ed6694c9] |
61 | X-Runtime: ['0.098206'] | 57 | X-Runtime: ['0.096739'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1596'] | 59 | content-length: ['1235'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | - request: | 61 | - request: |
66 | body: null | 62 | body: null |
@@ -72,12 +68,10 @@ interactions: | |||
72 | Content-Length: ['0'] | 68 | Content-Length: ['0'] |
73 | User-Agent: [python-requests/2.18.4] | 69 | User-Agent: [python-requests/2.18.4] |
74 | method: POST | 70 | method: POST |
75 | uri: http://localhost:3000/api/v1/statuses/102315368971375023/unpin | 71 | uri: http://localhost:3000/api/v1/statuses/102317293463383234/unpin |
76 | response: | 72 | response: |
77 | body: {string: '{"id":"102315368971375023","created_at":"2019-06-22T13:03:52.992Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368971375023","url":"http://localhost/@mastodonpy_test/102315368971375023","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 73 | body: {string: '{"id":"102317293463383234","created_at":"2019-06-22T21:13:18.408Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293463383234","url":"http://localhost/@mastodonpy_test/102317293463383234","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
78 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
79 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
80 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
81 | headers: | 75 | headers: |
82 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
83 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
@@ -88,10 +82,10 @@ interactions: | |||
88 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
89 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
90 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
91 | X-Request-Id: [4cfd2dd0-d83a-4af8-904a-eaadafc48165] | 85 | X-Request-Id: [978d8888-ec8e-457f-88a5-575ccf899d1c] |
92 | X-Runtime: ['0.068824'] | 86 | X-Runtime: ['0.073893'] |
93 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
94 | content-length: ['1597'] | 88 | content-length: ['1236'] |
95 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
96 | - request: | 90 | - request: |
97 | body: null | 91 | body: null |
@@ -103,12 +97,10 @@ interactions: | |||
103 | Content-Length: ['0'] | 97 | Content-Length: ['0'] |
104 | User-Agent: [python-requests/2.18.4] | 98 | User-Agent: [python-requests/2.18.4] |
105 | method: DELETE | 99 | method: DELETE |
106 | uri: http://localhost:3000/api/v1/statuses/102315368971375023 | 100 | uri: http://localhost:3000/api/v1/statuses/102317293463383234 |
107 | response: | 101 | response: |
108 | body: {string: '{"id":"102315368971375023","created_at":"2019-06-22T13:03:52.992Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368971375023","url":"http://localhost/@mastodonpy_test/102315368971375023","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 102 | body: {string: '{"id":"102317293463383234","created_at":"2019-06-22T21:13:18.408Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293463383234","url":"http://localhost/@mastodonpy_test/102317293463383234","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
109 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
110 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
112 | headers: | 104 | headers: |
113 | Cache-Control: ['no-cache, no-store'] | 105 | Cache-Control: ['no-cache, no-store'] |
114 | Content-Type: [application/json; charset=utf-8] | 106 | Content-Type: [application/json; charset=utf-8] |
@@ -119,9 +111,9 @@ interactions: | |||
119 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
120 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
121 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
122 | X-Request-Id: [41940512-b457-4bda-8d7f-a16af186dcb3] | 114 | X-Request-Id: [7c05f23b-24bc-4ba4-8206-abc6cc9f661b] |
123 | X-Runtime: ['0.086046'] | 115 | X-Runtime: ['0.077235'] |
124 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
125 | content-length: ['1567'] | 117 | content-length: ['1206'] |
126 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
127 | version: 1 | 119 | version: 1 |
diff --git a/tests/cassettes/test_status_post[Content warning-None].yaml b/tests/cassettes/test_status_post[Content warning-None].yaml index 8f56aa0..f2c4397 100644 --- a/tests/cassettes/test_status_post[Content warning-None].yaml +++ b/tests/cassettes/test_status_post[Content warning-None].yaml | |||
@@ -12,11 +12,9 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368762221219","created_at":"2019-06-22T13:03:49.801Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 15 | body: {string: '{"id":"102317293249017955","created_at":"2019-06-22T21:13:15.140Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
16 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368762221219","url":"http://localhost/@mastodonpy_test/102315368762221219","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293249017955","url":"http://localhost/@mastodonpy_test/102317293249017955","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
18 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
20 | headers: | 18 | headers: |
21 | Cache-Control: ['no-cache, no-store'] | 19 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 20 | Content-Type: [application/json; charset=utf-8] |
@@ -27,10 +25,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [a00e32bc-6f33-4692-89eb-0a025eef5901] | 28 | X-Request-Id: [0d870fca-dedb-4f79-9b97-816975516fce] |
31 | X-Runtime: ['0.141816'] | 29 | X-Runtime: ['0.141256'] |
32 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1611'] | 31 | content-length: ['1250'] |
34 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
35 | - request: | 33 | - request: |
36 | body: null | 34 | body: null |
@@ -42,13 +40,11 @@ interactions: | |||
42 | Content-Length: ['0'] | 40 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 42 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/102315368762221219 | 43 | uri: http://localhost:3000/api/v1/statuses/102317293249017955 |
46 | response: | 44 | response: |
47 | body: {string: '{"id":"102315368762221219","created_at":"2019-06-22T13:03:49.801Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 45 | body: {string: '{"id":"102317293249017955","created_at":"2019-06-22T21:13:15.140Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
48 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368762221219","url":"http://localhost/@mastodonpy_test/102315368762221219","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 46 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293249017955","url":"http://localhost/@mastodonpy_test/102317293249017955","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
52 | headers: | 48 | headers: |
53 | Cache-Control: ['no-cache, no-store'] | 49 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 50 | Content-Type: [application/json; charset=utf-8] |
@@ -59,9 +55,9 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [8914c0c6-d4d9-49e9-8ed3-91d21fd82b12] | 58 | X-Request-Id: [b1d8d252-bd43-417b-b4d1-f44b4e98dc14] |
63 | X-Runtime: ['0.085476'] | 59 | X-Runtime: ['0.119479'] |
64 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1581'] | 61 | content-length: ['1220'] |
66 | status: {code: 200, message: OK} | 62 | status: {code: 200, message: OK} |
67 | version: 1 | 63 | version: 1 |
diff --git a/tests/cassettes/test_status_post[Content warning-direct].yaml b/tests/cassettes/test_status_post[Content warning-direct].yaml index 09b7d36..3250747 100644 --- a/tests/cassettes/test_status_post[Content warning-direct].yaml +++ b/tests/cassettes/test_status_post[Content warning-direct].yaml | |||
@@ -12,11 +12,9 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368781184594","created_at":"2019-06-22T13:03:50.092Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 15 | body: {string: '{"id":"102317293271304369","created_at":"2019-06-22T21:13:15.481Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
16 | warning","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368781184594","url":"http://localhost/@mastodonpy_test/102315368781184594","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | warning","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293271304369","url":"http://localhost/@mastodonpy_test/102317293271304369","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
18 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
20 | headers: | 18 | headers: |
21 | Cache-Control: ['no-cache, no-store'] | 19 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 20 | Content-Type: [application/json; charset=utf-8] |
@@ -27,10 +25,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [9c161f75-b3c3-43a6-ae42-5725a2edcb5b] | 28 | X-Request-Id: [44c067b8-e012-4e35-83d2-ae7a61cfe175] |
31 | X-Runtime: ['0.130933'] | 29 | X-Runtime: ['0.146654'] |
32 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1596'] | 31 | content-length: ['1235'] |
34 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
35 | - request: | 33 | - request: |
36 | body: null | 34 | body: null |
@@ -42,13 +40,11 @@ interactions: | |||
42 | Content-Length: ['0'] | 40 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 42 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/102315368781184594 | 43 | uri: http://localhost:3000/api/v1/statuses/102317293271304369 |
46 | response: | 44 | response: |
47 | body: {string: '{"id":"102315368781184594","created_at":"2019-06-22T13:03:50.092Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 45 | body: {string: '{"id":"102317293271304369","created_at":"2019-06-22T21:13:15.481Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
48 | warning","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368781184594","url":"http://localhost/@mastodonpy_test/102315368781184594","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 46 | warning","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293271304369","url":"http://localhost/@mastodonpy_test/102317293271304369","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
52 | headers: | 48 | headers: |
53 | Cache-Control: ['no-cache, no-store'] | 49 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 50 | Content-Type: [application/json; charset=utf-8] |
@@ -59,9 +55,9 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [ce1ff1a3-302f-4044-ba2a-6bbe5f8cb904] | 58 | X-Request-Id: [1a936f0a-c0c6-4e25-a1a3-f91738fa8e0a] |
63 | X-Runtime: ['0.082524'] | 59 | X-Runtime: ['0.071065'] |
64 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1566'] | 61 | content-length: ['1205'] |
66 | status: {code: 200, message: OK} | 62 | status: {code: 200, message: OK} |
67 | version: 1 | 63 | version: 1 |
diff --git a/tests/cassettes/test_status_post[Content warning-private].yaml b/tests/cassettes/test_status_post[Content warning-private].yaml index 24e396e..ec844b3 100644 --- a/tests/cassettes/test_status_post[Content warning-private].yaml +++ b/tests/cassettes/test_status_post[Content warning-private].yaml | |||
@@ -12,11 +12,9 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368797840479","created_at":"2019-06-22T13:03:50.347Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 15 | body: {string: '{"id":"102317293286816033","created_at":"2019-06-22T21:13:15.718Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
16 | warning","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368797840479","url":"http://localhost/@mastodonpy_test/102315368797840479","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | warning","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293286816033","url":"http://localhost/@mastodonpy_test/102317293286816033","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
18 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
20 | headers: | 18 | headers: |
21 | Cache-Control: ['no-cache, no-store'] | 19 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 20 | Content-Type: [application/json; charset=utf-8] |
@@ -27,10 +25,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [369f2e8c-2028-47d2-a19d-1800080e0ec5] | 28 | X-Request-Id: [baf0ab80-d160-4c68-943e-f9a590789847] |
31 | X-Runtime: ['0.129036'] | 29 | X-Runtime: ['0.135153'] |
32 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1597'] | 31 | content-length: ['1236'] |
34 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
35 | - request: | 33 | - request: |
36 | body: null | 34 | body: null |
@@ -42,13 +40,11 @@ interactions: | |||
42 | Content-Length: ['0'] | 40 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 42 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/102315368797840479 | 43 | uri: http://localhost:3000/api/v1/statuses/102317293286816033 |
46 | response: | 44 | response: |
47 | body: {string: '{"id":"102315368797840479","created_at":"2019-06-22T13:03:50.347Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 45 | body: {string: '{"id":"102317293286816033","created_at":"2019-06-22T21:13:15.718Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
48 | warning","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368797840479","url":"http://localhost/@mastodonpy_test/102315368797840479","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 46 | warning","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293286816033","url":"http://localhost/@mastodonpy_test/102317293286816033","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
52 | headers: | 48 | headers: |
53 | Cache-Control: ['no-cache, no-store'] | 49 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 50 | Content-Type: [application/json; charset=utf-8] |
@@ -59,9 +55,9 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [18b6ace3-8df2-4cd0-ada7-0ac78904396b] | 58 | X-Request-Id: [4c07461f-4587-44a9-a0ff-fccbf1caa8f3] |
63 | X-Runtime: ['0.085398'] | 59 | X-Runtime: ['0.109439'] |
64 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1567'] | 61 | content-length: ['1206'] |
66 | status: {code: 200, message: OK} | 62 | status: {code: 200, message: OK} |
67 | version: 1 | 63 | version: 1 |
diff --git a/tests/cassettes/test_status_post[Content warning-public].yaml b/tests/cassettes/test_status_post[Content warning-public].yaml index 7d209fc..1971f85 100644 --- a/tests/cassettes/test_status_post[Content warning-public].yaml +++ b/tests/cassettes/test_status_post[Content warning-public].yaml | |||
@@ -12,11 +12,9 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368833860371","created_at":"2019-06-22T13:03:50.897Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 15 | body: {string: '{"id":"102317293325500878","created_at":"2019-06-22T21:13:16.308Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
16 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368833860371","url":"http://localhost/@mastodonpy_test/102315368833860371","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293325500878","url":"http://localhost/@mastodonpy_test/102317293325500878","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
18 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
20 | headers: | 18 | headers: |
21 | Cache-Control: ['no-cache, no-store'] | 19 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 20 | Content-Type: [application/json; charset=utf-8] |
@@ -27,10 +25,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [09795cd0-21a7-4753-b2c8-bdc86293c7c3] | 28 | X-Request-Id: [39df7468-3299-405b-8d51-54a03d7f098f] |
31 | X-Runtime: ['0.140098'] | 29 | X-Runtime: ['0.131389'] |
32 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1611'] | 31 | content-length: ['1250'] |
34 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
35 | - request: | 33 | - request: |
36 | body: null | 34 | body: null |
@@ -42,13 +40,11 @@ interactions: | |||
42 | Content-Length: ['0'] | 40 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 42 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/102315368833860371 | 43 | uri: http://localhost:3000/api/v1/statuses/102317293325500878 |
46 | response: | 44 | response: |
47 | body: {string: '{"id":"102315368833860371","created_at":"2019-06-22T13:03:50.897Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 45 | body: {string: '{"id":"102317293325500878","created_at":"2019-06-22T21:13:16.308Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
48 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368833860371","url":"http://localhost/@mastodonpy_test/102315368833860371","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 46 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293325500878","url":"http://localhost/@mastodonpy_test/102317293325500878","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
52 | headers: | 48 | headers: |
53 | Cache-Control: ['no-cache, no-store'] | 49 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 50 | Content-Type: [application/json; charset=utf-8] |
@@ -59,9 +55,9 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [9d06ec6d-80dd-4815-a39a-c856f28a4b00] | 58 | X-Request-Id: [6a5db5f2-1a55-4ae7-852c-c9d0c06e3c1e] |
63 | X-Runtime: ['0.121984'] | 59 | X-Runtime: ['0.143987'] |
64 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1581'] | 61 | content-length: ['1220'] |
66 | status: {code: 200, message: OK} | 62 | status: {code: 200, message: OK} |
67 | version: 1 | 63 | version: 1 |
diff --git a/tests/cassettes/test_status_post[Content warning-unlisted].yaml b/tests/cassettes/test_status_post[Content warning-unlisted].yaml index 63e3487..c32f337 100644 --- a/tests/cassettes/test_status_post[Content warning-unlisted].yaml +++ b/tests/cassettes/test_status_post[Content warning-unlisted].yaml | |||
@@ -12,11 +12,9 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368814935289","created_at":"2019-06-22T13:03:50.609Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 15 | body: {string: '{"id":"102317293305724845","created_at":"2019-06-22T21:13:16.008Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
16 | warning","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368814935289","url":"http://localhost/@mastodonpy_test/102315368814935289","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | warning","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293305724845","url":"http://localhost/@mastodonpy_test/102317293305724845","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
18 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
20 | headers: | 18 | headers: |
21 | Cache-Control: ['no-cache, no-store'] | 19 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 20 | Content-Type: [application/json; charset=utf-8] |
@@ -27,10 +25,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [65e8f642-2422-458d-941d-1f681a6cc3d8] | 28 | X-Request-Id: [5cc00595-fde6-4760-8045-4a08bba805f9] |
31 | X-Runtime: ['0.152191'] | 29 | X-Runtime: ['0.142482'] |
32 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1613'] | 31 | content-length: ['1252'] |
34 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
35 | - request: | 33 | - request: |
36 | body: null | 34 | body: null |
@@ -42,13 +40,11 @@ interactions: | |||
42 | Content-Length: ['0'] | 40 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 42 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/102315368814935289 | 43 | uri: http://localhost:3000/api/v1/statuses/102317293305724845 |
46 | response: | 44 | response: |
47 | body: {string: '{"id":"102315368814935289","created_at":"2019-06-22T13:03:50.609Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 45 | body: {string: '{"id":"102317293305724845","created_at":"2019-06-22T21:13:16.008Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
48 | warning","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368814935289","url":"http://localhost/@mastodonpy_test/102315368814935289","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 46 | warning","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293305724845","url":"http://localhost/@mastodonpy_test/102317293305724845","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
52 | headers: | 48 | headers: |
53 | Cache-Control: ['no-cache, no-store'] | 49 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 50 | Content-Type: [application/json; charset=utf-8] |
@@ -59,9 +55,9 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [c8ca7047-d5af-482e-9771-2335c53b9243] | 58 | X-Request-Id: [43abb3db-9f28-4ee6-847a-18c383b48f28] |
63 | X-Runtime: ['0.088273'] | 59 | X-Runtime: ['0.118485'] |
64 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1583'] | 61 | content-length: ['1222'] |
66 | status: {code: 200, message: OK} | 62 | status: {code: 200, message: OK} |
67 | version: 1 | 63 | version: 1 |
diff --git a/tests/cassettes/test_status_post[None-None].yaml b/tests/cassettes/test_status_post[None-None].yaml index 0a3d6ba..3e867d9 100644 --- a/tests/cassettes/test_status_post[None-None].yaml +++ b/tests/cassettes/test_status_post[None-None].yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368655116174","created_at":"2019-06-22T13:03:48.166Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368655116174","url":"http://localhost/@mastodonpy_test/102315368655116174","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293142743298","created_at":"2019-06-22T21:13:13.516Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293142743298","url":"http://localhost/@mastodonpy_test/102317293142743298","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [92a62994-3af8-4cf0-9d38-5abb3ec77a48] | 27 | X-Request-Id: [6e529b4b-e2a5-4b34-943d-63b071bfd43c] |
30 | X-Runtime: ['0.123309'] | 28 | X-Runtime: ['0.128926'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: DELETE | 41 | method: DELETE |
44 | uri: http://localhost:3000/api/v1/statuses/102315368655116174 | 42 | uri: http://localhost:3000/api/v1/statuses/102317293142743298 |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368655116174","created_at":"2019-06-22T13:03:48.166Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368655116174","url":"http://localhost/@mastodonpy_test/102315368655116174","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317293142743298","created_at":"2019-06-22T21:13:13.516Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293142743298","url":"http://localhost/@mastodonpy_test/102317293142743298","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,9 +53,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [ee695a18-359b-40d1-9d6a-747b1b59e96a] | 56 | X-Request-Id: [1c942704-3526-478f-8dc9-598415989843] |
61 | X-Runtime: ['0.119435'] | 57 | X-Runtime: ['0.105384'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1567'] | 59 | content-length: ['1206'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_status_post[None-direct].yaml b/tests/cassettes/test_status_post[None-direct].yaml index 902aab5..dda55d4 100644 --- a/tests/cassettes/test_status_post[None-direct].yaml +++ b/tests/cassettes/test_status_post[None-direct].yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368673952698","created_at":"2019-06-22T13:03:48.454Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368673952698","url":"http://localhost/@mastodonpy_test/102315368673952698","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293160984245","created_at":"2019-06-22T21:13:13.796Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293160984245","url":"http://localhost/@mastodonpy_test/102317293160984245","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [ba177e18-58c2-4656-99c8-f63b0a3c8c19] | 27 | X-Request-Id: [cf10920c-5f4f-42ee-8ce7-d62375cfeb6b] |
30 | X-Runtime: ['0.134347'] | 28 | X-Runtime: ['0.115178'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1582'] | 30 | content-length: ['1221'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: DELETE | 41 | method: DELETE |
44 | uri: http://localhost:3000/api/v1/statuses/102315368673952698 | 42 | uri: http://localhost:3000/api/v1/statuses/102317293160984245 |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368673952698","created_at":"2019-06-22T13:03:48.454Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368673952698","url":"http://localhost/@mastodonpy_test/102315368673952698","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317293160984245","created_at":"2019-06-22T21:13:13.796Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293160984245","url":"http://localhost/@mastodonpy_test/102317293160984245","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,9 +53,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [038ba297-aac0-4a98-b6b9-26d09ecad315] | 56 | X-Request-Id: [b8eb033c-ab47-4076-b3b7-0ca01ec838d5] |
61 | X-Runtime: ['0.086301'] | 57 | X-Runtime: ['0.083130'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1552'] | 59 | content-length: ['1191'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_status_post[None-private].yaml b/tests/cassettes/test_status_post[None-private].yaml index dceb6c5..228bcd7 100644 --- a/tests/cassettes/test_status_post[None-private].yaml +++ b/tests/cassettes/test_status_post[None-private].yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368692193928","created_at":"2019-06-22T13:03:48.745Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368692193928","url":"http://localhost/@mastodonpy_test/102315368692193928","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293178902156","created_at":"2019-06-22T21:13:14.069Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293178902156","url":"http://localhost/@mastodonpy_test/102317293178902156","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [584a2dd9-17e0-41ec-b26f-4f590e6e9321] | 27 | X-Request-Id: [fc46fd2a-6ac9-4b3e-a0f2-708007797779] |
30 | X-Runtime: ['0.185684'] | 28 | X-Runtime: ['0.164863'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1583'] | 30 | content-length: ['1222'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: DELETE | 41 | method: DELETE |
44 | uri: http://localhost:3000/api/v1/statuses/102315368692193928 | 42 | uri: http://localhost:3000/api/v1/statuses/102317293178902156 |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368692193928","created_at":"2019-06-22T13:03:48.745Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368692193928","url":"http://localhost/@mastodonpy_test/102315368692193928","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317293178902156","created_at":"2019-06-22T21:13:14.069Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293178902156","url":"http://localhost/@mastodonpy_test/102317293178902156","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,9 +53,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [74dd4825-6beb-4fbd-8fc9-c5c7a62c092e] | 56 | X-Request-Id: [9045f22b-52f8-4da5-98ae-036e082da3f6] |
61 | X-Runtime: ['0.081625'] | 57 | X-Runtime: ['0.127667'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1553'] | 59 | content-length: ['1192'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_status_post[None-public].yaml b/tests/cassettes/test_status_post[None-public].yaml index 61c41ce..503a0ab 100644 --- a/tests/cassettes/test_status_post[None-public].yaml +++ b/tests/cassettes/test_status_post[None-public].yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368734617546","created_at":"2019-06-22T13:03:49.381Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368734617546","url":"http://localhost/@mastodonpy_test/102315368734617546","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293221355604","created_at":"2019-06-22T21:13:14.717Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293221355604","url":"http://localhost/@mastodonpy_test/102317293221355604","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [ccba7cbf-7e39-403d-bcfe-c1c82a2287b5] | 27 | X-Request-Id: [098575c1-a7ba-4a39-b3e6-da53a426fb98] |
30 | X-Runtime: ['0.185054'] | 28 | X-Runtime: ['0.149217'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: DELETE | 41 | method: DELETE |
44 | uri: http://localhost:3000/api/v1/statuses/102315368734617546 | 42 | uri: http://localhost:3000/api/v1/statuses/102317293221355604 |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368734617546","created_at":"2019-06-22T13:03:49.381Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368734617546","url":"http://localhost/@mastodonpy_test/102315368734617546","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317293221355604","created_at":"2019-06-22T21:13:14.717Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293221355604","url":"http://localhost/@mastodonpy_test/102317293221355604","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,9 +53,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [23952bd9-034f-4636-b257-9726453571d8] | 56 | X-Request-Id: [5f59ebab-bd76-4495-8020-5e9496e010a8] |
61 | X-Runtime: ['0.102749'] | 57 | X-Runtime: ['0.131259'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1567'] | 59 | content-length: ['1206'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_status_post[None-unlisted].yaml b/tests/cassettes/test_status_post[None-unlisted].yaml index ab83d36..fff8c0f 100644 --- a/tests/cassettes/test_status_post[None-unlisted].yaml +++ b/tests/cassettes/test_status_post[None-unlisted].yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368713034288","created_at":"2019-06-22T13:03:49.051Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368713034288","url":"http://localhost/@mastodonpy_test/102315368713034288","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293200260098","created_at":"2019-06-22T21:13:14.395Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293200260098","url":"http://localhost/@mastodonpy_test/102317293200260098","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [a29d7ff7-1365-42af-8b16-199b5cb3e312] | 27 | X-Request-Id: [847a45e6-58bc-479f-b32a-8bc8c8670d99] |
30 | X-Runtime: ['0.163880'] | 28 | X-Runtime: ['0.135324'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1599'] | 30 | content-length: ['1238'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: DELETE | 41 | method: DELETE |
44 | uri: http://localhost:3000/api/v1/statuses/102315368713034288 | 42 | uri: http://localhost:3000/api/v1/statuses/102317293200260098 |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368713034288","created_at":"2019-06-22T13:03:49.051Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368713034288","url":"http://localhost/@mastodonpy_test/102315368713034288","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317293200260098","created_at":"2019-06-22T21:13:14.395Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293200260098","url":"http://localhost/@mastodonpy_test/102317293200260098","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,9 +53,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [a6e0e585-594b-4609-bbec-e20b3fee1312] | 56 | X-Request-Id: [87f0db8a-d687-4648-8e2a-4732852e8982] |
61 | X-Runtime: ['0.096272'] | 57 | X-Runtime: ['0.139836'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1569'] | 59 | content-length: ['1208'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_status_reblog_unreblog.yaml b/tests/cassettes/test_status_reblog_unreblog.yaml index 28e4b83..5c87188 100644 --- a/tests/cassettes/test_status_reblog_unreblog.yaml +++ b/tests/cassettes/test_status_reblog_unreblog.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368861064563","created_at":"2019-06-22T13:03:51.308Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368861064563","url":"http://localhost/@mastodonpy_test/102315368861064563","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293356543817","created_at":"2019-06-22T21:13:16.779Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293356543817","url":"http://localhost/@mastodonpy_test/102317293356543817","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [735efd5c-821e-4318-9185-f29ac9bdd064] | 27 | X-Request-Id: [258bd6a4-c09a-4869-9238-e175f650e94c] |
30 | X-Runtime: ['0.108638'] | 28 | X-Runtime: ['0.174426'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,17 +39,13 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: POST | 41 | method: POST |
44 | uri: http://localhost:3000/api/v1/statuses/102315368861064563/reblog | 42 | uri: http://localhost:3000/api/v1/statuses/102317293356543817/reblog |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368874174391","created_at":"2019-06-22T13:03:51.515Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315368874174391/activity","url":"http://localhost/@mastodonpy_test/102315368874174391","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT | 44 | body: {string: '{"id":"102317293369994049","created_at":"2019-06-22T21:13:16.984Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102317293369994049/activity","url":"http://localhost/@mastodonpy_test/102317293369994049","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT |
47 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 45 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
48 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 46 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
49 | Toot!\u003c/p\u003e","reblog":{"id":"102315368861064563","created_at":"2019-06-22T13:03:51.308Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368861064563","url":"http://localhost/@mastodonpy_test/102315368861064563","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 47 | Toot!\u003c/p\u003e","reblog":{"id":"102317293356543817","created_at":"2019-06-22T21:13:16.779Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293356543817","url":"http://localhost/@mastodonpy_test/102317293356543817","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
53 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
54 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
55 | headers: | 49 | headers: |
56 | Cache-Control: ['no-cache, no-store'] | 50 | Cache-Control: ['no-cache, no-store'] |
57 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
@@ -62,10 +56,10 @@ interactions: | |||
62 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
63 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
64 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
65 | X-Request-Id: [54590af0-3e02-46a2-82e2-84ce4dee4ff5] | 59 | X-Request-Id: [e811fbfc-bc6d-4ca1-a2cf-c276defaa560] |
66 | X-Runtime: ['0.309928'] | 60 | X-Runtime: ['0.243724'] |
67 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
68 | content-length: ['3335'] | 62 | content-length: ['2613'] |
69 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
70 | - request: | 64 | - request: |
71 | body: null | 65 | body: null |
@@ -77,12 +71,10 @@ interactions: | |||
77 | Content-Length: ['0'] | 71 | Content-Length: ['0'] |
78 | User-Agent: [python-requests/2.18.4] | 72 | User-Agent: [python-requests/2.18.4] |
79 | method: POST | 73 | method: POST |
80 | uri: http://localhost:3000/api/v1/statuses/102315368861064563/unreblog | 74 | uri: http://localhost:3000/api/v1/statuses/102317293356543817/unreblog |
81 | response: | 75 | response: |
82 | body: {string: '{"id":"102315368861064563","created_at":"2019-06-22T13:03:51.308Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368861064563","url":"http://localhost/@mastodonpy_test/102315368861064563","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 76 | body: {string: '{"id":"102317293356543817","created_at":"2019-06-22T21:13:16.779Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293356543817","url":"http://localhost/@mastodonpy_test/102317293356543817","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
83 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
84 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
85 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
86 | headers: | 78 | headers: |
87 | Cache-Control: ['no-cache, no-store'] | 79 | Cache-Control: ['no-cache, no-store'] |
88 | Content-Type: [application/json; charset=utf-8] | 80 | Content-Type: [application/json; charset=utf-8] |
@@ -93,10 +85,10 @@ interactions: | |||
93 | X-Download-Options: [noopen] | 85 | X-Download-Options: [noopen] |
94 | X-Frame-Options: [SAMEORIGIN] | 86 | X-Frame-Options: [SAMEORIGIN] |
95 | X-Permitted-Cross-Domain-Policies: [none] | 87 | X-Permitted-Cross-Domain-Policies: [none] |
96 | X-Request-Id: [b4b965e0-eedb-414d-b6a5-d6ecb22f19ab] | 88 | X-Request-Id: [37a4adbc-ac14-410c-b594-668208a57d71] |
97 | X-Runtime: ['0.086224'] | 89 | X-Runtime: ['0.075091'] |
98 | X-XSS-Protection: [1; mode=block] | 90 | X-XSS-Protection: [1; mode=block] |
99 | content-length: ['1597'] | 91 | content-length: ['1236'] |
100 | status: {code: 200, message: OK} | 92 | status: {code: 200, message: OK} |
101 | - request: | 93 | - request: |
102 | body: null | 94 | body: null |
@@ -108,12 +100,10 @@ interactions: | |||
108 | Content-Length: ['0'] | 100 | Content-Length: ['0'] |
109 | User-Agent: [python-requests/2.18.4] | 101 | User-Agent: [python-requests/2.18.4] |
110 | method: DELETE | 102 | method: DELETE |
111 | uri: http://localhost:3000/api/v1/statuses/102315368861064563 | 103 | uri: http://localhost:3000/api/v1/statuses/102317293356543817 |
112 | response: | 104 | response: |
113 | body: {string: '{"id":"102315368861064563","created_at":"2019-06-22T13:03:51.308Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368861064563","url":"http://localhost/@mastodonpy_test/102315368861064563","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 105 | body: {string: '{"id":"102317293356543817","created_at":"2019-06-22T21:13:16.779Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293356543817","url":"http://localhost/@mastodonpy_test/102317293356543817","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
114 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
115 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
116 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
117 | headers: | 107 | headers: |
118 | Cache-Control: ['no-cache, no-store'] | 108 | Cache-Control: ['no-cache, no-store'] |
119 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
@@ -124,9 +114,9 @@ interactions: | |||
124 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
125 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
126 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
127 | X-Request-Id: [89905a35-e263-4993-a16d-08976bff43c8] | 117 | X-Request-Id: [15066ea4-1d1f-4979-a5a7-713aa29ba23f] |
128 | X-Runtime: ['0.123902'] | 118 | X-Runtime: ['0.116339'] |
129 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
130 | content-length: ['1567'] | 120 | content-length: ['1206'] |
131 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
132 | version: 1 | 122 | version: 1 |
diff --git a/tests/cassettes/test_status_reblog_visibility.yaml b/tests/cassettes/test_status_reblog_visibility.yaml index 23fec0d..c97b394 100644 --- a/tests/cassettes/test_status_reblog_visibility.yaml +++ b/tests/cassettes/test_status_reblog_visibility.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368567849473","created_at":"2019-06-22T13:03:46.837Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368567849473","url":"http://localhost/@mastodonpy_test/102315368567849473","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293050346138","created_at":"2019-06-22T21:13:12.110Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293050346138","url":"http://localhost/@mastodonpy_test/102317293050346138","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [1fa3d80a-ab0c-4511-ad2b-fc4ccb2dddb6] | 27 | X-Request-Id: [ab4c6d67-0382-4e68-932a-8a52fe6ff135] |
30 | X-Runtime: ['0.158751'] | 28 | X-Runtime: ['0.194083'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: visibility=unlisted | 33 | body: visibility=unlisted |
@@ -42,17 +40,13 @@ interactions: | |||
42 | Content-Type: [application/x-www-form-urlencoded] | 40 | Content-Type: [application/x-www-form-urlencoded] |
43 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
44 | method: POST | 42 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses/102315368567849473/reblog | 43 | uri: http://localhost:3000/api/v1/statuses/102317293050346138/reblog |
46 | response: | 44 | response: |
47 | body: {string: '{"id":"102315368578673552","created_at":"2019-06-22T13:03:46.995Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"unlisted","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315368578673552/activity","url":"http://localhost/@mastodonpy_test/102315368578673552","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT | 45 | body: {string: '{"id":"102317293064102360","created_at":"2019-06-22T21:13:12.320Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"unlisted","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102317293064102360/activity","url":"http://localhost/@mastodonpy_test/102317293064102360","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT |
48 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 46 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
49 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 47 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
50 | Toot!\u003c/p\u003e","reblog":{"id":"102315368567849473","created_at":"2019-06-22T13:03:46.837Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368567849473","url":"http://localhost/@mastodonpy_test/102315368567849473","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 48 | Toot!\u003c/p\u003e","reblog":{"id":"102317293050346138","created_at":"2019-06-22T21:13:12.110Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293050346138","url":"http://localhost/@mastodonpy_test/102317293050346138","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
51 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
52 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
53 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
54 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
55 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
56 | headers: | 50 | headers: |
57 | Cache-Control: ['no-cache, no-store'] | 51 | Cache-Control: ['no-cache, no-store'] |
58 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
@@ -63,10 +57,10 @@ interactions: | |||
63 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
64 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
65 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
66 | X-Request-Id: [23911b96-252a-408f-bbb8-7fd841911c13] | 60 | X-Request-Id: [21e33895-4e69-4787-b630-6938630ed2ff] |
67 | X-Runtime: ['0.212221'] | 61 | X-Runtime: ['0.241177'] |
68 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
69 | content-length: ['3337'] | 63 | content-length: ['2615'] |
70 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
71 | - request: | 65 | - request: |
72 | body: null | 66 | body: null |
@@ -78,12 +72,10 @@ interactions: | |||
78 | Content-Length: ['0'] | 72 | Content-Length: ['0'] |
79 | User-Agent: [python-requests/2.18.4] | 73 | User-Agent: [python-requests/2.18.4] |
80 | method: DELETE | 74 | method: DELETE |
81 | uri: http://localhost:3000/api/v1/statuses/102315368567849473 | 75 | uri: http://localhost:3000/api/v1/statuses/102317293050346138 |
82 | response: | 76 | response: |
83 | body: {string: '{"id":"102315368567849473","created_at":"2019-06-22T13:03:46.837Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368567849473","url":"http://localhost/@mastodonpy_test/102315368567849473","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 77 | body: {string: '{"id":"102317293050346138","created_at":"2019-06-22T21:13:12.110Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293050346138","url":"http://localhost/@mastodonpy_test/102317293050346138","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
84 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 78 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
85 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
86 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
87 | headers: | 79 | headers: |
88 | Cache-Control: ['no-cache, no-store'] | 80 | Cache-Control: ['no-cache, no-store'] |
89 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
@@ -94,9 +86,9 @@ interactions: | |||
94 | X-Download-Options: [noopen] | 86 | X-Download-Options: [noopen] |
95 | X-Frame-Options: [SAMEORIGIN] | 87 | X-Frame-Options: [SAMEORIGIN] |
96 | X-Permitted-Cross-Domain-Policies: [none] | 88 | X-Permitted-Cross-Domain-Policies: [none] |
97 | X-Request-Id: [d81e78e2-b862-4a6e-8f10-fc1f3023f9f5] | 89 | X-Request-Id: [e98fe9cd-c898-4d6c-8708-7b00cc247efa] |
98 | X-Runtime: ['0.077066'] | 90 | X-Runtime: ['0.077692'] |
99 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
100 | content-length: ['1566'] | 92 | content-length: ['1205'] |
101 | status: {code: 200, message: OK} | 93 | status: {code: 200, message: OK} |
102 | version: 1 | 94 | version: 1 |
diff --git a/tests/cassettes/test_status_reblogged_by.yaml b/tests/cassettes/test_status_reblogged_by.yaml index 51e434c..cb916fd 100644 --- a/tests/cassettes/test_status_reblogged_by.yaml +++ b/tests/cassettes/test_status_reblogged_by.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368521100182","created_at":"2019-06-22T13:03:46.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368521100182","url":"http://localhost/@mastodonpy_test/102315368521100182","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293010809991","created_at":"2019-06-22T21:13:11.503Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293010809991","url":"http://localhost/@mastodonpy_test/102317293010809991","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [e90c633c-9620-483e-89e3-636fb3856a25] | 27 | X-Request-Id: [e17e5d0a-9ecf-48aa-b981-68903b19ad45] |
30 | X-Runtime: ['0.169824'] | 28 | X-Runtime: ['0.135135'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,17 +39,13 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: POST | 41 | method: POST |
44 | uri: http://localhost:3000/api/v1/statuses/102315368521100182/reblog | 42 | uri: http://localhost:3000/api/v1/statuses/102317293010809991/reblog |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368533458780","created_at":"2019-06-22T13:03:46.306Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315368533458780/activity","url":"http://localhost/@mastodonpy_test/102315368533458780","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT | 44 | body: {string: '{"id":"102317293023419628","created_at":"2019-06-22T21:13:11.693Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102317293023419628/activity","url":"http://localhost/@mastodonpy_test/102317293023419628","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT |
47 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 45 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
48 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 46 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
49 | Toot!\u003c/p\u003e","reblog":{"id":"102315368521100182","created_at":"2019-06-22T13:03:46.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368521100182","url":"http://localhost/@mastodonpy_test/102315368521100182","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 47 | Toot!\u003c/p\u003e","reblog":{"id":"102317293010809991","created_at":"2019-06-22T21:13:11.503Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293010809991","url":"http://localhost/@mastodonpy_test/102317293010809991","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
53 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
54 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
55 | headers: | 49 | headers: |
56 | Cache-Control: ['no-cache, no-store'] | 50 | Cache-Control: ['no-cache, no-store'] |
57 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
@@ -62,10 +56,10 @@ interactions: | |||
62 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
63 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
64 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
65 | X-Request-Id: [ee493d47-4a46-40a7-b61e-30e017d447ec] | 59 | X-Request-Id: [daac6bf4-3a26-4898-8ed3-1eea8b2e26e6] |
66 | X-Runtime: ['0.309059'] | 60 | X-Runtime: ['0.245599'] |
67 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
68 | content-length: ['3335'] | 62 | content-length: ['2613'] |
69 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
70 | - request: | 64 | - request: |
71 | body: null | 65 | body: null |
@@ -76,15 +70,13 @@ interactions: | |||
76 | Connection: [keep-alive] | 70 | Connection: [keep-alive] |
77 | User-Agent: [python-requests/2.18.4] | 71 | User-Agent: [python-requests/2.18.4] |
78 | method: GET | 72 | method: GET |
79 | uri: http://localhost:3000/api/v1/statuses/102315368521100182/reblogged_by | 73 | uri: http://localhost:3000/api/v1/statuses/102317293010809991/reblogged_by |
80 | response: | 74 | response: |
81 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 75 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]}]'} |
82 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
83 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}]'} | ||
84 | headers: | 76 | headers: |
85 | Cache-Control: ['no-cache, no-store'] | 77 | Cache-Control: ['no-cache, no-store'] |
86 | Content-Type: [application/json; charset=utf-8] | 78 | Content-Type: [application/json; charset=utf-8] |
87 | Link: ['<http://localhost:3000/api/v1/statuses/102315368521100182/reblogged_by?since_id=102315368533458780>; | 79 | Link: ['<http://localhost:3000/api/v1/statuses/102317293010809991/reblogged_by?since_id=102317293023419628>; |
88 | rel="prev"'] | 80 | rel="prev"'] |
89 | Referrer-Policy: [strict-origin-when-cross-origin] | 81 | Referrer-Policy: [strict-origin-when-cross-origin] |
90 | Transfer-Encoding: [chunked] | 82 | Transfer-Encoding: [chunked] |
@@ -93,10 +85,10 @@ interactions: | |||
93 | X-Download-Options: [noopen] | 85 | X-Download-Options: [noopen] |
94 | X-Frame-Options: [SAMEORIGIN] | 86 | X-Frame-Options: [SAMEORIGIN] |
95 | X-Permitted-Cross-Domain-Policies: [none] | 87 | X-Permitted-Cross-Domain-Policies: [none] |
96 | X-Request-Id: [0880c678-e580-4471-a44c-dce4881dae6c] | 88 | X-Request-Id: [afb3f608-5cbc-4e5f-94f6-e6ec9a58df8f] |
97 | X-Runtime: ['0.047117'] | 89 | X-Runtime: ['0.044940'] |
98 | X-XSS-Protection: [1; mode=block] | 90 | X-XSS-Protection: [1; mode=block] |
99 | content-length: ['931'] | 91 | content-length: ['570'] |
100 | status: {code: 200, message: OK} | 92 | status: {code: 200, message: OK} |
101 | - request: | 93 | - request: |
102 | body: null | 94 | body: null |
@@ -108,12 +100,10 @@ interactions: | |||
108 | Content-Length: ['0'] | 100 | Content-Length: ['0'] |
109 | User-Agent: [python-requests/2.18.4] | 101 | User-Agent: [python-requests/2.18.4] |
110 | method: DELETE | 102 | method: DELETE |
111 | uri: http://localhost:3000/api/v1/statuses/102315368521100182 | 103 | uri: http://localhost:3000/api/v1/statuses/102317293010809991 |
112 | response: | 104 | response: |
113 | body: {string: '{"id":"102315368521100182","created_at":"2019-06-22T13:03:46.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368521100182","url":"http://localhost/@mastodonpy_test/102315368521100182","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 105 | body: {string: '{"id":"102317293010809991","created_at":"2019-06-22T21:13:11.503Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293010809991","url":"http://localhost/@mastodonpy_test/102317293010809991","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
114 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
115 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
116 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
117 | headers: | 107 | headers: |
118 | Cache-Control: ['no-cache, no-store'] | 108 | Cache-Control: ['no-cache, no-store'] |
119 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
@@ -124,9 +114,9 @@ interactions: | |||
124 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
125 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
126 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
127 | X-Request-Id: [3c06ada4-8ea1-4e4d-960c-3fb4e303a5bd] | 117 | X-Request-Id: [7e18b599-54a0-4460-99d7-78eca571b90b] |
128 | X-Runtime: ['0.082513'] | 118 | X-Runtime: ['0.088814'] |
129 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
130 | content-length: ['1566'] | 120 | content-length: ['1205'] |
131 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
132 | version: 1 | 122 | version: 1 |
diff --git a/tests/cassettes/test_status_reply.yaml b/tests/cassettes/test_status_reply.yaml index 6a19179..83e5204 100644 --- a/tests/cassettes/test_status_reply.yaml +++ b/tests/cassettes/test_status_reply.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368082869206","created_at":"2019-06-22T13:03:39.439Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368082869206","url":"http://localhost/@mastodonpy_test/102315368082869206","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317292583368525","created_at":"2019-06-22T21:13:04.989Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292583368525","url":"http://localhost/@mastodonpy_test/102317292583368525","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [266c3499-7668-4c84-a800-69e3f545abfb] | 27 | X-Request-Id: [f39a6da2-bc56-469d-b6fd-1a0d81fe8f62] |
30 | X-Runtime: ['0.204094'] | 28 | X-Runtime: ['0.186361'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -42,7 +40,7 @@ interactions: | |||
42 | method: GET | 40 | method: GET |
43 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
44 | response: | 42 | response: |
45 | body: {string: '{"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":0,"following_count":0,"statuses_count":1,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 43 | body: {string: '{"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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
46 | headers: | 44 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 45 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 46 | Content-Type: [application/json; charset=utf-8] |
@@ -53,13 +51,13 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [df88a595-49ac-40c6-ad21-af29ef898a3c] | 54 | X-Request-Id: [93070f2d-b64c-4084-bf26-33c0b89adea4] |
57 | X-Runtime: ['0.050308'] | 55 | X-Runtime: ['0.050758'] |
58 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['609'] | 57 | content-length: ['610'] |
60 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
61 | - request: | 59 | - request: |
62 | body: spoiler_text=&visibility=public&in_reply_to_id=102315368082869206&status=%40mastodonpy_test+same%21 | 60 | body: spoiler_text=&visibility=public&in_reply_to_id=102317292583368525&status=%40mastodonpy_test+same%21 |
63 | headers: | 61 | headers: |
64 | Accept: ['*/*'] | 62 | Accept: ['*/*'] |
65 | Accept-Encoding: ['gzip, deflate'] | 63 | Accept-Encoding: ['gzip, deflate'] |
@@ -71,11 +69,11 @@ interactions: | |||
71 | method: POST | 69 | method: POST |
72 | uri: http://localhost:3000/api/v1/statuses | 70 | uri: http://localhost:3000/api/v1/statuses |
73 | response: | 71 | response: |
74 | body: {string: '{"id":"102315368099679936","created_at":"2019-06-22T13:03:39.697Z","in_reply_to_id":"102315368082869206","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315368099679936","url":"http://localhost/@admin/102315368099679936","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan | 72 | body: {string: '{"id":"102317292598128164","created_at":"2019-06-22T21:13:05.210Z","in_reply_to_id":"102317292583368525","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317292598128164","url":"http://localhost/@admin/102317292598128164","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
75 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 73 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
76 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 74 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
77 | same!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 75 | same!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
78 | 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":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 76 | 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":18,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
79 | headers: | 77 | headers: |
80 | Cache-Control: ['no-cache, no-store'] | 78 | Cache-Control: ['no-cache, no-store'] |
81 | Content-Type: [application/json; charset=utf-8] | 79 | Content-Type: [application/json; charset=utf-8] |
@@ -86,10 +84,10 @@ interactions: | |||
86 | X-Download-Options: [noopen] | 84 | X-Download-Options: [noopen] |
87 | X-Frame-Options: [SAMEORIGIN] | 85 | X-Frame-Options: [SAMEORIGIN] |
88 | X-Permitted-Cross-Domain-Policies: [none] | 86 | X-Permitted-Cross-Domain-Policies: [none] |
89 | X-Request-Id: [f6a5c545-4cc4-4f44-a512-ad7f846fba13] | 87 | X-Request-Id: [b2d6efda-8df7-4975-bc15-f14898faa0c7] |
90 | X-Runtime: ['0.294790'] | 88 | X-Runtime: ['0.136837'] |
91 | X-XSS-Protection: [1; mode=block] | 89 | X-XSS-Protection: [1; mode=block] |
92 | content-length: ['1516'] | 90 | content-length: ['1517'] |
93 | status: {code: 200, message: OK} | 91 | status: {code: 200, message: OK} |
94 | - request: | 92 | - request: |
95 | body: null | 93 | body: null |
@@ -101,10 +99,10 @@ interactions: | |||
101 | Content-Length: ['0'] | 99 | Content-Length: ['0'] |
102 | User-Agent: [python-requests/2.18.4] | 100 | User-Agent: [python-requests/2.18.4] |
103 | method: DELETE | 101 | method: DELETE |
104 | uri: http://localhost:3000/api/v1/statuses/102315368099679936 | 102 | uri: http://localhost:3000/api/v1/statuses/102317292598128164 |
105 | response: | 103 | response: |
106 | body: {string: '{"id":"102315368099679936","created_at":"2019-06-22T13:03:39.697Z","in_reply_to_id":"102315368082869206","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315368099679936","url":"http://localhost/@admin/102315368099679936","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test | 104 | body: {string: '{"id":"102317292598128164","created_at":"2019-06-22T21:13:05.210Z","in_reply_to_id":"102317292583368525","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317292598128164","url":"http://localhost/@admin/102317292598128164","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test |
107 | same!","reblog":null,"application":{"name":"Mastodon.py 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":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 105 | same!","reblog":null,"application":{"name":"Mastodon.py 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":18,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
108 | headers: | 106 | headers: |
109 | Cache-Control: ['no-cache, no-store'] | 107 | Cache-Control: ['no-cache, no-store'] |
110 | Content-Type: [application/json; charset=utf-8] | 108 | Content-Type: [application/json; charset=utf-8] |
@@ -115,10 +113,10 @@ interactions: | |||
115 | X-Download-Options: [noopen] | 113 | X-Download-Options: [noopen] |
116 | X-Frame-Options: [SAMEORIGIN] | 114 | X-Frame-Options: [SAMEORIGIN] |
117 | X-Permitted-Cross-Domain-Policies: [none] | 115 | X-Permitted-Cross-Domain-Policies: [none] |
118 | X-Request-Id: [13f8de28-57f3-46e1-ad93-b97e544baa0a] | 116 | X-Request-Id: [c3b3b1f5-12f9-427d-836c-ad218153204c] |
119 | X-Runtime: ['0.203312'] | 117 | X-Runtime: ['0.169179'] |
120 | X-XSS-Protection: [1; mode=block] | 118 | X-XSS-Protection: [1; mode=block] |
121 | content-length: ['1309'] | 119 | content-length: ['1310'] |
122 | status: {code: 200, message: OK} | 120 | status: {code: 200, message: OK} |
123 | - request: | 121 | - request: |
124 | body: null | 122 | body: null |
@@ -130,12 +128,10 @@ interactions: | |||
130 | Content-Length: ['0'] | 128 | Content-Length: ['0'] |
131 | User-Agent: [python-requests/2.18.4] | 129 | User-Agent: [python-requests/2.18.4] |
132 | method: DELETE | 130 | method: DELETE |
133 | uri: http://localhost:3000/api/v1/statuses/102315368082869206 | 131 | uri: http://localhost:3000/api/v1/statuses/102317292583368525 |
134 | response: | 132 | response: |
135 | body: {string: '{"id":"102315368082869206","created_at":"2019-06-22T13:03:39.439Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368082869206","url":"http://localhost/@mastodonpy_test/102315368082869206","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 133 | body: {string: '{"id":"102317292583368525","created_at":"2019-06-22T21:13:04.989Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317292583368525","url":"http://localhost/@mastodonpy_test/102317292583368525","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
136 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 134 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
137 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
138 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
139 | headers: | 135 | headers: |
140 | Cache-Control: ['no-cache, no-store'] | 136 | Cache-Control: ['no-cache, no-store'] |
141 | Content-Type: [application/json; charset=utf-8] | 137 | Content-Type: [application/json; charset=utf-8] |
@@ -146,9 +142,9 @@ interactions: | |||
146 | X-Download-Options: [noopen] | 142 | X-Download-Options: [noopen] |
147 | X-Frame-Options: [SAMEORIGIN] | 143 | X-Frame-Options: [SAMEORIGIN] |
148 | X-Permitted-Cross-Domain-Policies: [none] | 144 | X-Permitted-Cross-Domain-Policies: [none] |
149 | X-Request-Id: [19a74944-a214-449e-9306-aaac33a5b3cf] | 145 | X-Request-Id: [b25c1260-3d3b-45b3-acf4-f5c22662d15a] |
150 | X-Runtime: ['0.098138'] | 146 | X-Runtime: ['0.130721'] |
151 | X-XSS-Protection: [1; mode=block] | 147 | X-XSS-Protection: [1; mode=block] |
152 | content-length: ['1567'] | 148 | content-length: ['1206'] |
153 | status: {code: 200, message: OK} | 149 | status: {code: 200, message: OK} |
154 | version: 1 | 150 | version: 1 |
diff --git a/tests/cassettes/test_stream_healthy.yaml b/tests/cassettes/test_stream_healthy.yaml index fd87272..40cfc1b 100644 --- a/tests/cassettes/test_stream_healthy.yaml +++ b/tests/cassettes/test_stream_healthy.yaml | |||
@@ -9,12 +9,12 @@ interactions: | |||
9 | method: GET | 9 | method: GET |
10 | uri: http://localhost:3000/api/v1/instance/ | 10 | uri: http://localhost:3000/api/v1/instance/ |
11 | response: | 11 | response: |
12 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":8,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} | 12 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":20,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
13 | headers: | 13 | headers: |
14 | Cache-Control: ['max-age=300, public'] | 14 | Cache-Control: ['max-age=300, public'] |
15 | Content-Type: [application/json; charset=utf-8] | 15 | Content-Type: [application/json; charset=utf-8] |
16 | Date: ['Sat, 22 Jun 2019 14:40:35 GMT'] | 16 | Date: ['Sat, 22 Jun 2019 21:14:01 GMT'] |
17 | ETag: [W/"9cf634ec19499004934b5325f20d71b4"] | 17 | ETag: [W/"406d71573c3b6664cbffdf4162d11dde"] |
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 18 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 19 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 20 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,10 +22,10 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [e205dad6-1b7d-4469-82e6-b1928be37b2f] | 25 | X-Request-Id: [084f3491-1f91-4370-8868-2d24082c169e] |
26 | X-Runtime: ['0.026031'] | 26 | X-Runtime: ['0.053409'] |
27 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['348'] | 28 | content-length: ['349'] |
29 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
30 | - request: | 30 | - request: |
31 | body: null | 31 | body: null |
@@ -44,9 +44,9 @@ interactions: | |||
44 | Access-Control-Allow-Origin: ['*'] | 44 | Access-Control-Allow-Origin: ['*'] |
45 | Connection: [keep-alive] | 45 | Connection: [keep-alive] |
46 | Content-Type: [text/plain] | 46 | Content-Type: [text/plain] |
47 | Date: ['Sat, 22 Jun 2019 14:40:35 GMT'] | 47 | Date: ['Sat, 22 Jun 2019 21:14:01 GMT'] |
48 | Transfer-Encoding: [chunked] | 48 | Transfer-Encoding: [chunked] |
49 | X-Powered-By: [Express] | 49 | X-Powered-By: [Express] |
50 | X-Request-Id: [93545687-8c80-4295-a7c7-5289fac6e5b3] | 50 | X-Request-Id: [f2426bcb-ef28-4430-9f8c-854de42ac9f2] |
51 | status: {code: 200, message: OK} | 51 | status: {code: 200, message: OK} |
52 | version: 1 | 52 | version: 1 |
diff --git a/tests/cassettes/test_stream_user.yaml b/tests/cassettes/test_stream_user.yaml index 4e0d5e6..7a008ad 100644 --- a/tests/cassettes/test_stream_user.yaml +++ b/tests/cassettes/test_stream_user.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"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":0,"following_count":0,"statuses_count":1,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [1fca6cd2-444a-4918-a374-6fcc3f6cbf6d] | 24 | X-Request-Id: [9eb1cca0-cf73-4441-b7cb-a392154fed9a] |
25 | X-Runtime: ['0.057864'] | 25 | X-Runtime: ['0.031427'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['609'] | 27 | content-length: ['610'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: null | 30 | body: null |
@@ -49,8 +49,8 @@ interactions: | |||
49 | X-Download-Options: [noopen] | 49 | X-Download-Options: [noopen] |
50 | X-Frame-Options: [SAMEORIGIN] | 50 | X-Frame-Options: [SAMEORIGIN] |
51 | X-Permitted-Cross-Domain-Policies: [none] | 51 | X-Permitted-Cross-Domain-Policies: [none] |
52 | X-Request-Id: [76cbc535-db11-451c-990b-ad974b1e2701] | 52 | X-Request-Id: [25dd42a8-5bb4-4a75-92e7-7c1483f95022] |
53 | X-Runtime: ['0.088849'] | 53 | X-Runtime: ['0.031303'] |
54 | X-XSS-Protection: [1; mode=block] | 54 | X-XSS-Protection: [1; mode=block] |
55 | content-length: ['211'] | 55 | content-length: ['211'] |
56 | status: {code: 200, message: OK} | 56 | status: {code: 200, message: OK} |
@@ -65,12 +65,12 @@ interactions: | |||
65 | method: GET | 65 | method: GET |
66 | uri: http://localhost:3000/api/v1/instance/ | 66 | uri: http://localhost:3000/api/v1/instance/ |
67 | response: | 67 | response: |
68 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":1,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} | 68 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":17,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
69 | headers: | 69 | headers: |
70 | Cache-Control: ['max-age=300, public'] | 70 | Cache-Control: ['max-age=300, public'] |
71 | Content-Type: [application/json; charset=utf-8] | 71 | Content-Type: [application/json; charset=utf-8] |
72 | Date: ['Sat, 22 Jun 2019 13:03:56 GMT'] | 72 | Date: ['Sat, 22 Jun 2019 21:13:21 GMT'] |
73 | ETag: [W/"ee7808ee1b13d469fd4f8951cd3f9f8a"] | 73 | ETag: [W/"ced034dde6bfd4ec03650d35fb884f77"] |
74 | Referrer-Policy: [strict-origin-when-cross-origin] | 74 | Referrer-Policy: [strict-origin-when-cross-origin] |
75 | Transfer-Encoding: [chunked] | 75 | Transfer-Encoding: [chunked] |
76 | Vary: ['Accept-Encoding, Origin'] | 76 | Vary: ['Accept-Encoding, Origin'] |
@@ -78,10 +78,10 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [cfb4c102-f7f1-48df-8209-2c0fea3dbf0c] | 81 | X-Request-Id: [938dbb81-f5d0-48a2-9fe8-e344ee0843c2] |
82 | X-Runtime: ['0.043274'] | 82 | X-Runtime: ['0.031185'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['348'] | 84 | content-length: ['349'] |
85 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
86 | - request: | 86 | - request: |
87 | body: status=only+real+cars+respond. | 87 | body: status=only+real+cars+respond. |
@@ -96,11 +96,9 @@ interactions: | |||
96 | method: POST | 96 | method: POST |
97 | uri: http://localhost:3000/api/v1/statuses | 97 | uri: http://localhost:3000/api/v1/statuses |
98 | response: | 98 | response: |
99 | body: {string: '{"id":"102315369511109147","created_at":"2019-06-22T13:04:01.231Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315369511109147","url":"http://localhost/@mastodonpy_test/102315369511109147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eonly | 99 | body: {string: '{"id":"102317293993043847","created_at":"2019-06-22T21:13:26.494Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102317293993043847","url":"http://localhost/@mastodonpy_test/102317293993043847","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eonly |
100 | real cars respond.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 100 | real cars respond.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
101 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 101 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
102 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
103 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
104 | headers: | 102 | headers: |
105 | Cache-Control: ['no-cache, no-store'] | 103 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 104 | Content-Type: [application/json; charset=utf-8] |
@@ -111,10 +109,10 @@ interactions: | |||
111 | X-Download-Options: [noopen] | 109 | X-Download-Options: [noopen] |
112 | X-Frame-Options: [SAMEORIGIN] | 110 | X-Frame-Options: [SAMEORIGIN] |
113 | X-Permitted-Cross-Domain-Policies: [none] | 111 | X-Permitted-Cross-Domain-Policies: [none] |
114 | X-Request-Id: [4b875c60-55fe-4455-adcc-0dda8683da0a] | 112 | X-Request-Id: [1cd08470-5731-4d93-be85-a4f804695c7c] |
115 | X-Runtime: ['0.148230'] | 113 | X-Runtime: ['0.158880'] |
116 | X-XSS-Protection: [1; mode=block] | 114 | X-XSS-Protection: [1; mode=block] |
117 | content-length: ['1615'] | 115 | content-length: ['1254'] |
118 | status: {code: 200, message: OK} | 116 | status: {code: 200, message: OK} |
119 | - request: | 117 | - request: |
120 | body: status=%40mastodonpy_test+beep+beep+I%27m+a+jeep | 118 | body: status=%40mastodonpy_test+beep+beep+I%27m+a+jeep |
@@ -129,11 +127,11 @@ interactions: | |||
129 | method: POST | 127 | method: POST |
130 | uri: http://localhost:3000/api/v1/statuses | 128 | uri: http://localhost:3000/api/v1/statuses |
131 | response: | 129 | response: |
132 | body: {string: '{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","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/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan | 130 | body: {string: '{"id":"102317294005876209","created_at":"2019-06-22T21:13:26.706Z","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/102317294005876209","url":"http://localhost/@admin/102317294005876209","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
133 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 131 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
134 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 132 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
135 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 133 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
136 | 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":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 134 | 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":18,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
137 | headers: | 135 | headers: |
138 | Cache-Control: ['no-cache, no-store'] | 136 | Cache-Control: ['no-cache, no-store'] |
139 | Content-Type: [application/json; charset=utf-8] | 137 | Content-Type: [application/json; charset=utf-8] |
@@ -144,10 +142,10 @@ interactions: | |||
144 | X-Download-Options: [noopen] | 142 | X-Download-Options: [noopen] |
145 | X-Frame-Options: [SAMEORIGIN] | 143 | X-Frame-Options: [SAMEORIGIN] |
146 | X-Permitted-Cross-Domain-Policies: [none] | 144 | X-Permitted-Cross-Domain-Policies: [none] |
147 | X-Request-Id: [ea5b4ce1-da66-4937-b029-a61639667174] | 145 | X-Request-Id: [65efc860-e17d-4d65-9f8b-3ab855c01c19] |
148 | X-Runtime: ['0.260557'] | 146 | X-Runtime: ['0.254556'] |
149 | X-XSS-Protection: [1; mode=block] | 147 | X-XSS-Protection: [1; mode=block] |
150 | content-length: ['1511'] | 148 | content-length: ['1512'] |
151 | status: {code: 200, message: OK} | 149 | status: {code: 200, message: OK} |
152 | - request: | 150 | - request: |
153 | body: status=on+the+internet%2C+nobody+knows+you%27re+a+plane | 151 | body: status=on+the+internet%2C+nobody+knows+you%27re+a+plane |
@@ -162,9 +160,9 @@ interactions: | |||
162 | method: POST | 160 | method: POST |
163 | uri: http://localhost:3000/api/v1/statuses | 161 | uri: http://localhost:3000/api/v1/statuses |
164 | response: | 162 | response: |
165 | body: {string: '{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","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/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eon | 163 | body: {string: '{"id":"102317294022170445","created_at":"2019-06-22T21:13:26.942Z","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/102317294022170445","url":"http://localhost/@admin/102317294022170445","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eon |
166 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 164 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
167 | 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":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 165 | 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":19,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
168 | headers: | 166 | headers: |
169 | Cache-Control: ['no-cache, no-store'] | 167 | Cache-Control: ['no-cache, no-store'] |
170 | Content-Type: [application/json; charset=utf-8] | 168 | Content-Type: [application/json; charset=utf-8] |
@@ -175,10 +173,10 @@ interactions: | |||
175 | X-Download-Options: [noopen] | 173 | X-Download-Options: [noopen] |
176 | X-Frame-Options: [SAMEORIGIN] | 174 | X-Frame-Options: [SAMEORIGIN] |
177 | X-Permitted-Cross-Domain-Policies: [none] | 175 | X-Permitted-Cross-Domain-Policies: [none] |
178 | X-Request-Id: [51ec6fe5-86a0-4a15-bc7f-07350127cf57] | 176 | X-Request-Id: [4533d28a-a40e-4a1c-82d9-6d71daa25577] |
179 | X-Runtime: ['0.185403'] | 177 | X-Runtime: ['0.200061'] |
180 | X-XSS-Protection: [1; mode=block] | 178 | X-XSS-Protection: [1; mode=block] |
181 | content-length: ['1220'] | 179 | content-length: ['1221'] |
182 | status: {code: 200, message: OK} | 180 | status: {code: 200, message: OK} |
183 | - request: | 181 | - request: |
184 | body: null | 182 | body: null |
@@ -190,13 +188,11 @@ interactions: | |||
190 | Content-Length: ['0'] | 188 | Content-Length: ['0'] |
191 | User-Agent: [python-requests/2.18.4] | 189 | User-Agent: [python-requests/2.18.4] |
192 | method: DELETE | 190 | method: DELETE |
193 | uri: http://localhost:3000/api/v1/statuses/102315369511109147 | 191 | uri: http://localhost:3000/api/v1/statuses/102317293993043847 |
194 | response: | 192 | response: |
195 | body: {string: '{"id":"102315369511109147","created_at":"2019-06-22T13:04:01.231Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315369511109147","url":"http://localhost/@mastodonpy_test/102315369511109147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"only | 193 | body: {string: '{"id":"102317293993043847","created_at":"2019-06-22T21:13:26.494Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102317293993043847","url":"http://localhost/@mastodonpy_test/102317293993043847","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"only |
196 | real cars respond.","reblog":null,"application":{"name":"Mastodon.py test | 194 | real cars respond.","reblog":null,"application":{"name":"Mastodon.py test |
197 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 195 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
198 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
199 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
200 | headers: | 196 | headers: |
201 | Cache-Control: ['no-cache, no-store'] | 197 | Cache-Control: ['no-cache, no-store'] |
202 | Content-Type: [application/json; charset=utf-8] | 198 | Content-Type: [application/json; charset=utf-8] |
@@ -207,10 +203,10 @@ interactions: | |||
207 | X-Download-Options: [noopen] | 203 | X-Download-Options: [noopen] |
208 | X-Frame-Options: [SAMEORIGIN] | 204 | X-Frame-Options: [SAMEORIGIN] |
209 | X-Permitted-Cross-Domain-Policies: [none] | 205 | X-Permitted-Cross-Domain-Policies: [none] |
210 | X-Request-Id: [b7b8739b-bf64-4bf8-88b8-81a4507406dd] | 206 | X-Request-Id: [390c9acc-8035-48b7-848e-ddc75f4436a3] |
211 | X-Runtime: ['0.103892'] | 207 | X-Runtime: ['0.103153'] |
212 | X-XSS-Protection: [1; mode=block] | 208 | X-XSS-Protection: [1; mode=block] |
213 | content-length: ['1585'] | 209 | content-length: ['1224'] |
214 | status: {code: 200, message: OK} | 210 | status: {code: 200, message: OK} |
215 | - request: | 211 | - request: |
216 | body: null | 212 | body: null |
@@ -225,24 +221,22 @@ interactions: | |||
225 | response: | 221 | response: |
226 | body: {string: 'event: update | 222 | body: {string: 'event: update |
227 | 223 | ||
228 | data: {"id":"102315369511109147","created_at":"2019-06-22T13:04:01.231Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315369511109147","url":"http://localhost/@mastodonpy_test/102315369511109147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"<p>only | 224 | data: {"id":"102317293993043847","created_at":"2019-06-22T21:13:26.494Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102317293993043847","url":"http://localhost/@mastodonpy_test/102317293993043847","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"<p>only |
229 | real cars respond.</p>","reblog":null,"application":{"name":"Mastodon.py test | 225 | real cars respond.</p>","reblog":null,"application":{"name":"Mastodon.py test |
230 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 226 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"<p></p>","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} |
231 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"<p>I | ||
232 | walk funny</p>","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} | ||
233 | 227 | ||
234 | 228 | ||
235 | event: notification | 229 | event: notification |
236 | 230 | ||
237 | data: {"id":"13","type":"mention","created_at":"2019-06-22T13:04:01.554Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"<p></p>","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":2,"emojis":[],"fields":[]},"status":{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","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/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"<p><span | 231 | data: {"id":"115","type":"mention","created_at":"2019-06-22T21:13:26.829Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"<p></p>","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":18,"emojis":[],"fields":[]},"status":{"id":"102317294005876209","created_at":"2019-06-22T21:13:26.706Z","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/102317294005876209","url":"http://localhost/@admin/102317294005876209","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"<p><span |
238 | class=\"h-card\"><a href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 232 | class=\"h-card\"><a href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
239 | mention\">@<span>mastodonpy_test</span></a></span> beep beep I'm a jeep</p>","reblog":null,"application":{"name":"Mastodon.py | 233 | mention\">@<span>mastodonpy_test</span></a></span> beep beep I'm a jeep</p>","reblog":null,"application":{"name":"Mastodon.py |
240 | 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":"<p></p>","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}} | 234 | 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":"<p></p>","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":18,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}} |
241 | 235 | ||
242 | 236 | ||
243 | event: delete | 237 | event: delete |
244 | 238 | ||
245 | data: 102315369511109147 | 239 | data: 102317293993043847 |
246 | 240 | ||
247 | 241 | ||
248 | :'} | 242 | :'} |
@@ -252,9 +246,9 @@ interactions: | |||
252 | Access-Control-Allow-Origin: ['*'] | 246 | Access-Control-Allow-Origin: ['*'] |
253 | Connection: [keep-alive] | 247 | Connection: [keep-alive] |
254 | Content-Type: [text/event-stream] | 248 | Content-Type: [text/event-stream] |
255 | Date: ['Sat, 22 Jun 2019 13:04:01 GMT'] | 249 | Date: ['Sat, 22 Jun 2019 21:13:26 GMT'] |
256 | Transfer-Encoding: [chunked] | 250 | Transfer-Encoding: [chunked] |
257 | X-Powered-By: [Express] | 251 | X-Powered-By: [Express] |
258 | X-Request-Id: [c4f3c36c-06d0-48d1-b740-e9e5dd5e701a] | 252 | X-Request-Id: [d2daae3f-79da-487f-a645-41de4ecbe420] |
259 | status: {code: 200, message: OK} | 253 | status: {code: 200, message: OK} |
260 | version: 1 | 254 | version: 1 |
diff --git a/tests/cassettes/test_stream_user_local.yaml b/tests/cassettes/test_stream_user_local.yaml index ab29ae4..6d7d0c5 100644 --- a/tests/cassettes/test_stream_user_local.yaml +++ b/tests/cassettes/test_stream_user_local.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"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":0,"following_count":0,"statuses_count":3,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"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":19,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [ad992017-5f81-4f72-9485-97febd9ec5d6] | 24 | X-Request-Id: [b2932c72-6c60-4d3d-9d11-f5e6c171cab4] |
25 | X-Runtime: ['0.025060'] | 25 | X-Runtime: ['0.027841'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['609'] | 27 | content-length: ['610'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: null | 30 | body: null |
@@ -49,8 +49,8 @@ interactions: | |||
49 | X-Download-Options: [noopen] | 49 | X-Download-Options: [noopen] |
50 | X-Frame-Options: [SAMEORIGIN] | 50 | X-Frame-Options: [SAMEORIGIN] |
51 | X-Permitted-Cross-Domain-Policies: [none] | 51 | X-Permitted-Cross-Domain-Policies: [none] |
52 | X-Request-Id: [89572238-4859-4178-b577-e872c8c10048] | 52 | X-Request-Id: [5fc248f3-8f4b-4284-af41-7baf6c242c5c] |
53 | X-Runtime: ['0.026184'] | 53 | X-Runtime: ['0.025238'] |
54 | X-XSS-Protection: [1; mode=block] | 54 | X-XSS-Protection: [1; mode=block] |
55 | content-length: ['211'] | 55 | content-length: ['211'] |
56 | status: {code: 200, message: OK} | 56 | status: {code: 200, message: OK} |
@@ -65,12 +65,12 @@ interactions: | |||
65 | method: GET | 65 | method: GET |
66 | uri: http://localhost:3000/api/v1/instance/ | 66 | uri: http://localhost:3000/api/v1/instance/ |
67 | response: | 67 | response: |
68 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":3,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} | 68 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":19,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
69 | headers: | 69 | headers: |
70 | Cache-Control: ['max-age=300, public'] | 70 | Cache-Control: ['max-age=300, public'] |
71 | Content-Type: [application/json; charset=utf-8] | 71 | Content-Type: [application/json; charset=utf-8] |
72 | Date: ['Sat, 22 Jun 2019 13:04:16 GMT'] | 72 | Date: ['Sat, 22 Jun 2019 21:13:41 GMT'] |
73 | ETag: [W/"e46b43e71d02bdf7eafa21eaa51869ad"] | 73 | ETag: [W/"bef46b9b615435e806c731f636447394"] |
74 | Referrer-Policy: [strict-origin-when-cross-origin] | 74 | Referrer-Policy: [strict-origin-when-cross-origin] |
75 | Transfer-Encoding: [chunked] | 75 | Transfer-Encoding: [chunked] |
76 | Vary: ['Accept-Encoding, Origin'] | 76 | Vary: ['Accept-Encoding, Origin'] |
@@ -78,10 +78,10 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [b8b7e68f-4c6f-4843-9ae2-ce52e1e00d33] | 81 | X-Request-Id: [270e5fc1-adf3-4287-89a4-15b8b220855b] |
82 | X-Runtime: ['0.027002'] | 82 | X-Runtime: ['0.028810'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['348'] | 84 | content-length: ['349'] |
85 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
86 | - request: | 86 | - request: |
87 | body: status=it%27s+cool+guy | 87 | body: status=it%27s+cool+guy |
@@ -96,11 +96,9 @@ interactions: | |||
96 | method: POST | 96 | method: POST |
97 | uri: http://localhost:3000/api/v1/statuses | 97 | uri: http://localhost:3000/api/v1/statuses |
98 | response: | 98 | response: |
99 | body: {string: '{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s | 99 | body: {string: '{"id":"102317295313454223","created_at":"2019-06-22T21:13:46.644Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317295313454223","url":"http://localhost/@mastodonpy_test/102317295313454223","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
100 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 100 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
101 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 101 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
102 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
103 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
104 | headers: | 102 | headers: |
105 | Cache-Control: ['no-cache, no-store'] | 103 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 104 | Content-Type: [application/json; charset=utf-8] |
@@ -111,10 +109,10 @@ interactions: | |||
111 | X-Download-Options: [noopen] | 109 | X-Download-Options: [noopen] |
112 | X-Frame-Options: [SAMEORIGIN] | 110 | X-Frame-Options: [SAMEORIGIN] |
113 | X-Permitted-Cross-Domain-Policies: [none] | 111 | X-Permitted-Cross-Domain-Policies: [none] |
114 | X-Request-Id: [6d8e5859-d19a-4e7b-a0bd-9977aa200db0] | 112 | X-Request-Id: [2b653b40-77c5-4b6c-b61b-99032499f878] |
115 | X-Runtime: ['0.224264'] | 113 | X-Runtime: ['0.160493'] |
116 | X-XSS-Protection: [1; mode=block] | 114 | X-XSS-Protection: [1; mode=block] |
117 | content-length: ['1615'] | 115 | content-length: ['1254'] |
118 | status: {code: 200, message: OK} | 116 | status: {code: 200, message: OK} |
119 | - request: | 117 | - request: |
120 | body: null | 118 | body: null |
@@ -129,10 +127,8 @@ interactions: | |||
129 | response: | 127 | response: |
130 | body: {string: 'event: update | 128 | body: {string: 'event: update |
131 | 129 | ||
132 | data: {"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"<p>it's | 130 | data: {"id":"102317295313454223","created_at":"2019-06-22T21:13:46.644Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317295313454223","url":"http://localhost/@mastodonpy_test/102317295313454223","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"<p>it's |
133 | cool guy</p>","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 131 | cool guy</p>","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"<p></p>","url":"http://localhost/@mastodonpy_test","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,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} |
134 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"<p>I | ||
135 | walk funny</p>","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} | ||
136 | 132 | ||
137 | 133 | ||
138 | :'} | 134 | :'} |
@@ -142,9 +138,9 @@ interactions: | |||
142 | Access-Control-Allow-Origin: ['*'] | 138 | Access-Control-Allow-Origin: ['*'] |
143 | Connection: [keep-alive] | 139 | Connection: [keep-alive] |
144 | Content-Type: [text/event-stream] | 140 | Content-Type: [text/event-stream] |
145 | Date: ['Sat, 22 Jun 2019 13:04:21 GMT'] | 141 | Date: ['Sat, 22 Jun 2019 21:13:46 GMT'] |
146 | Transfer-Encoding: [chunked] | 142 | Transfer-Encoding: [chunked] |
147 | X-Powered-By: [Express] | 143 | X-Powered-By: [Express] |
148 | X-Request-Id: [12e545fa-06b0-4c73-9bca-f267a7bd7770] | 144 | X-Request-Id: [577cf0d8-2d00-46d5-b452-bf527599f899] |
149 | status: {code: 200, message: OK} | 145 | status: {code: 200, message: OK} |
150 | version: 1 | 146 | version: 1 |
diff --git a/tests/cassettes/test_toot.yaml b/tests/cassettes/test_toot.yaml index 37febcd..5fd5abb 100644 --- a/tests/cassettes/test_toot.yaml +++ b/tests/cassettes/test_toot.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315368635941166","created_at":"2019-06-22T13:03:47.873Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368635941166","url":"http://localhost/@mastodonpy_test/102315368635941166","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317293120590744","created_at":"2019-06-22T21:13:13.179Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293120590744","url":"http://localhost/@mastodonpy_test/102317293120590744","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [cd6ebb2e-2c6a-4063-bf8f-4d7b68114707] | 27 | X-Request-Id: [3275468a-468d-41d0-9ad4-d5897b03ac4a] |
30 | X-Runtime: ['0.161095'] | 28 | X-Runtime: ['0.173058'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -41,12 +39,10 @@ interactions: | |||
41 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
43 | method: DELETE | 41 | method: DELETE |
44 | uri: http://localhost:3000/api/v1/statuses/102315368635941166 | 42 | uri: http://localhost:3000/api/v1/statuses/102317293120590744 |
45 | response: | 43 | response: |
46 | body: {string: '{"id":"102315368635941166","created_at":"2019-06-22T13:03:47.873Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368635941166","url":"http://localhost/@mastodonpy_test/102315368635941166","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"102317293120590744","created_at":"2019-06-22T21:13:13.179Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317293120590744","url":"http://localhost/@mastodonpy_test/102317293120590744","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
50 | headers: | 46 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -57,9 +53,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [7959cac3-052f-4aea-979e-314412657959] | 56 | X-Request-Id: [270c7457-e5f9-44fb-bb28-ccfce785b2d0] |
61 | X-Runtime: ['0.091010'] | 57 | X-Runtime: ['0.125898'] |
62 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1567'] | 59 | content-length: ['1206'] |
64 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
65 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_unauthed_home_tl_throws.yaml b/tests/cassettes/test_unauthed_home_tl_throws.yaml index 0364a7e..f1151b0 100644 --- a/tests/cassettes/test_unauthed_home_tl_throws.yaml +++ b/tests/cassettes/test_unauthed_home_tl_throws.yaml | |||
@@ -12,10 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102315371886838822","created_at":"2019-06-22T13:04:37.477Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371886838822","url":"http://localhost/@mastodonpy_test/102315371886838822","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"102317296737119679","created_at":"2019-06-22T21:14:08.362Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296737119679","url":"http://localhost/@mastodonpy_test/102317296737119679","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 17 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +24,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [1292648b-0989-4d3c-8219-bd95ec23a54b] | 27 | X-Request-Id: [e18e13f5-085e-4fae-9ceb-5614784e5ea2] |
30 | X-Runtime: ['0.148586'] | 28 | X-Runtime: ['0.164675'] |
31 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1597'] | 30 | content-length: ['1236'] |
33 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
34 | - request: | 32 | - request: |
35 | body: null | 33 | body: null |
@@ -55,8 +53,8 @@ interactions: | |||
55 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
56 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
57 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
58 | X-Request-Id: [dc554e69-2cf0-40bb-8864-487cec302618] | 56 | X-Request-Id: [5289df5d-4f3b-42d8-a1b1-16e1ae0b7d8d] |
59 | X-Runtime: ['0.069648'] | 57 | X-Runtime: ['0.042386'] |
60 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
61 | content-length: ['39'] | 59 | content-length: ['39'] |
62 | status: {code: 401, message: Unauthorized} | 60 | status: {code: 401, message: Unauthorized} |
@@ -70,12 +68,10 @@ interactions: | |||
70 | Content-Length: ['0'] | 68 | Content-Length: ['0'] |
71 | User-Agent: [python-requests/2.18.4] | 69 | User-Agent: [python-requests/2.18.4] |
72 | method: DELETE | 70 | method: DELETE |
73 | uri: http://localhost:3000/api/v1/statuses/102315371886838822 | 71 | uri: http://localhost:3000/api/v1/statuses/102317296737119679 |
74 | response: | 72 | response: |
75 | body: {string: '{"id":"102315371886838822","created_at":"2019-06-22T13:04:37.477Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371886838822","url":"http://localhost/@mastodonpy_test/102315371886838822","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 73 | body: {string: '{"id":"102317296737119679","created_at":"2019-06-22T21:14:08.362Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102317296737119679","url":"http://localhost/@mastodonpy_test/102317296737119679","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
76 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","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":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
77 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
78 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
79 | headers: | 75 | headers: |
80 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
81 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
@@ -86,9 +82,9 @@ interactions: | |||
86 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
87 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
88 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
89 | X-Request-Id: [7f124627-537e-4ff5-a821-bdc4ea589e75] | 85 | X-Request-Id: [062bfb96-0f83-430a-a153-ab50593bc3ed] |
90 | X-Runtime: ['0.080084'] | 86 | X-Runtime: ['0.072295'] |
91 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
92 | content-length: ['1567'] | 88 | content-length: ['1206'] |
93 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
94 | version: 1 | 90 | version: 1 |
diff --git a/tests/cassettes/test_verify_version.yaml b/tests/cassettes/test_verify_version.yaml index d816269..ae47716 100644 --- a/tests/cassettes/test_verify_version.yaml +++ b/tests/cassettes/test_verify_version.yaml | |||
@@ -10,12 +10,12 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/instance/ | 11 | uri: http://localhost:3000/api/v1/instance/ |
12 | response: | 12 | response: |
13 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":0,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} | 13 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":16,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=300, public'] | 15 | Cache-Control: ['max-age=300, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 22 Jun 2019 13:02:56 GMT'] | 17 | Date: ['Sat, 22 Jun 2019 21:12:12 GMT'] |
18 | ETag: [W/"773f55297ccb8b1dbefc0751e076fca2"] | 18 | ETag: [W/"78fbeabe9ecd4beafbc2259c901ebc50"] |
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [0e723618-83ca-496e-947f-699bdcf5061a] | 26 | X-Request-Id: [5465258d-63ff-439c-a284-1a4e551c2b81] |
27 | X-Runtime: ['0.071545'] | 27 | X-Runtime: ['0.047910'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['348'] | 29 | content-length: ['349'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,12 +39,12 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/instance/ | 40 | uri: http://localhost:3000/api/v1/instance/ |
41 | response: | 41 | response: |
42 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":0,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} | 42 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":16,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['max-age=300, public'] | 44 | Cache-Control: ['max-age=300, public'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
46 | Date: ['Sat, 22 Jun 2019 13:02:56 GMT'] | 46 | Date: ['Sat, 22 Jun 2019 21:12:12 GMT'] |
47 | ETag: [W/"773f55297ccb8b1dbefc0751e076fca2"] | 47 | ETag: [W/"78fbeabe9ecd4beafbc2259c901ebc50"] |
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 48 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 49 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 50 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [0c2e7137-0737-4f46-a868-ae3a2f8e4863] | 55 | X-Request-Id: [09e5d28f-c177-4830-9f82-f151d9984b4d] |
56 | X-Runtime: ['0.027322'] | 56 | X-Runtime: ['0.047184'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['348'] | 58 | content-length: ['349'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: null | 61 | body: null |
@@ -68,12 +68,12 @@ interactions: | |||
68 | method: GET | 68 | method: GET |
69 | uri: http://localhost:3000/api/v1/instance/ | 69 | uri: http://localhost:3000/api/v1/instance/ |
70 | response: | 70 | response: |
71 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":0,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} | 71 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":16,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['max-age=300, public'] | 73 | Cache-Control: ['max-age=300, public'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
75 | Date: ['Sat, 22 Jun 2019 13:02:57 GMT'] | 75 | Date: ['Sat, 22 Jun 2019 21:12:12 GMT'] |
76 | ETag: [W/"e93399c77de2e714afcd550a34706e7e"] | 76 | ETag: [W/"78fbeabe9ecd4beafbc2259c901ebc50"] |
77 | Referrer-Policy: [strict-origin-when-cross-origin] | 77 | Referrer-Policy: [strict-origin-when-cross-origin] |
78 | Transfer-Encoding: [chunked] | 78 | Transfer-Encoding: [chunked] |
79 | Vary: ['Accept-Encoding, Origin'] | 79 | Vary: ['Accept-Encoding, Origin'] |
@@ -81,9 +81,9 @@ interactions: | |||
81 | X-Download-Options: [noopen] | 81 | X-Download-Options: [noopen] |
82 | X-Frame-Options: [SAMEORIGIN] | 82 | X-Frame-Options: [SAMEORIGIN] |
83 | X-Permitted-Cross-Domain-Policies: [none] | 83 | X-Permitted-Cross-Domain-Policies: [none] |
84 | X-Request-Id: [ac41940b-4c6c-4937-a942-ed28a2dd7027] | 84 | X-Request-Id: [bbcd7c93-a623-4ada-9ecb-8bf51ae267c2] |
85 | X-Runtime: ['0.033112'] | 85 | X-Runtime: ['0.027901'] |
86 | X-XSS-Protection: [1; mode=block] | 86 | X-XSS-Protection: [1; mode=block] |
87 | content-length: ['348'] | 87 | content-length: ['349'] |
88 | status: {code: 200, message: OK} | 88 | status: {code: 200, message: OK} |
89 | version: 1 | 89 | version: 1 |
diff --git a/tests/conftest.py b/tests/conftest.py index f4d38d9..6c113a2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py | |||
@@ -24,6 +24,10 @@ def api2(): | |||
24 | return _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN_2') | 24 | return _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN_2') |
25 | 25 | ||
26 | @pytest.fixture | 26 | @pytest.fixture |
27 | def api3(): | ||
28 | return _api(access_token='__MASTODON_PY_TEST_ACCESS_TOKEN_3') | ||
29 | |||
30 | @pytest.fixture | ||
27 | def api_anonymous(): | 31 | def api_anonymous(): |
28 | return _api(access_token=None) | 32 | return _api(access_token=None) |
29 | 33 | ||
diff --git a/tests/setup.sql b/tests/setup.sql index 591f4d0..74b1d80 100644 --- a/tests/setup.sql +++ b/tests/setup.sql | |||
@@ -1,9 +1,13 @@ | |||
1 | DELETE FROM settings WHERE thing_id = 1234567890123456; | 1 | DELETE FROM settings WHERE thing_id = 1234567890123456; |
2 | DELETE FROM settings WHERE thing_id = 1234567890123457; | ||
2 | DELETE FROM oauth_access_tokens WHERE id = 6543210987654321; | 3 | DELETE FROM oauth_access_tokens WHERE id = 6543210987654321; |
3 | DELETE FROM oauth_access_tokens WHERE id = 1234567890123456; | 4 | DELETE FROM oauth_access_tokens WHERE id = 1234567890123456; |
5 | DELETE FROM oauth_access_tokens WHERE id = 1234567890123457; | ||
4 | DELETE FROM oauth_applications WHERE id = 1234567890123456; | 6 | DELETE FROM oauth_applications WHERE id = 1234567890123456; |
5 | DELETE FROM users WHERE id = 1234567890123456; | 7 | DELETE FROM users WHERE id = 1234567890123456; |
8 | DELETE FROM users WHERE id = 1234567890123457; | ||
6 | DELETE FROM accounts WHERE id = 1234567890123456; | 9 | DELETE FROM accounts WHERE id = 1234567890123456; |
10 | DELETE FROM accounts WHERE id = 1234567890123457; | ||
7 | 11 | ||
8 | INSERT INTO accounts ( | 12 | INSERT INTO accounts ( |
9 | id, | 13 | id, |
@@ -37,6 +41,37 @@ INSERT INTO users ( | |||
37 | 'ja' -- japanese locale for unicode testing :p | 41 | 'ja' -- japanese locale for unicode testing :p |
38 | ); | 42 | ); |
39 | 43 | ||
44 | INSERT INTO accounts ( | ||
45 | id, | ||
46 | username, | ||
47 | locked, | ||
48 | created_at, | ||
49 | updated_at | ||
50 | ) VALUES ( | ||
51 | 1234567890123457, | ||
52 | 'mastodonpy_test_2', | ||
53 | 't', | ||
54 | now(), | ||
55 | now() | ||
56 | ); | ||
57 | |||
58 | INSERT INTO users ( | ||
59 | id, | ||
60 | email, | ||
61 | account_id, | ||
62 | created_at, | ||
63 | updated_at, | ||
64 | confirmed_at, | ||
65 | locale | ||
66 | ) VALUES ( | ||
67 | 1234567890123457, | ||
68 | 'mastodonpy_test_2@localhost:3000', | ||
69 | 1234567890123457, | ||
70 | now(), | ||
71 | now(), | ||
72 | now(), | ||
73 | 'ja' -- japanese locale for unicode testing :p | ||
74 | ); | ||
40 | 75 | ||
41 | INSERT INTO oauth_applications ( | 76 | INSERT INTO oauth_applications ( |
42 | id, | 77 | id, |
@@ -61,6 +96,7 @@ INSERT INTO oauth_applications ( | |||
61 | now(), | 96 | now(), |
62 | now() | 97 | now() |
63 | ); | 98 | ); |
99 | |||
64 | INSERT INTO oauth_access_tokens ( | 100 | INSERT INTO oauth_access_tokens ( |
65 | id, | 101 | id, |
66 | token, | 102 | token, |
@@ -75,7 +111,16 @@ INSERT INTO oauth_access_tokens ( | |||
75 | 1234567890123456, | 111 | 1234567890123456, |
76 | 1234567890123456, | 112 | 1234567890123456, |
77 | now() | 113 | now() |
78 | ), ( | 114 | ), |
115 | ( | ||
116 | 1234567890123457, | ||
117 | '__MASTODON_PY_TEST_ACCESS_TOKEN_3', | ||
118 | 'read write follow push', | ||
119 | 1234567890123456, | ||
120 | 1234567890123457, | ||
121 | now() | ||
122 | ), | ||
123 | ( | ||
79 | 6543210987654321, | 124 | 6543210987654321, |
80 | '__MASTODON_PY_TEST_ACCESS_TOKEN_2', | 125 | '__MASTODON_PY_TEST_ACCESS_TOKEN_2', |
81 | 'read write follow push admin:read admin:write', | 126 | 'read write follow push admin:read admin:write', |
@@ -135,3 +180,56 @@ INSERT INTO settings ( | |||
135 | now(), | 180 | now(), |
136 | now() | 181 | now() |
137 | ); | 182 | ); |
183 | |||
184 | |||
185 | INSERT INTO settings ( | ||
186 | id, | ||
187 | var, | ||
188 | value, | ||
189 | thing_type, | ||
190 | thing_id, | ||
191 | created_at, | ||
192 | updated_at | ||
193 | ) VALUES ( | ||
194 | 1234567890123459, | ||
195 | 'notification_emails', | ||
196 | E'---\nfollow_request: false', | ||
197 | 'User', | ||
198 | 1234567890123457, | ||
199 | now(), | ||
200 | now() | ||
201 | ); | ||
202 | INSERT INTO settings ( | ||
203 | id, | ||
204 | var, | ||
205 | value, | ||
206 | thing_type, | ||
207 | thing_id, | ||
208 | created_at, | ||
209 | updated_at | ||
210 | ) VALUES ( | ||
211 | 1234567890123460, | ||
212 | 'default_privacy', | ||
213 | E'--- public\n...\n', | ||
214 | 'User', | ||
215 | 1234567890123457, | ||
216 | now(), | ||
217 | now() | ||
218 | ); | ||
219 | INSERT INTO settings ( | ||
220 | id, | ||
221 | var, | ||
222 | value, | ||
223 | thing_type, | ||
224 | thing_id, | ||
225 | created_at, | ||
226 | updated_at | ||
227 | ) VALUES ( | ||
228 | 1234567890123461, | ||
229 | 'default_sensitive', | ||
230 | E'--- false\n...\n', | ||
231 | 'User', | ||
232 | 1234567890123457, | ||
233 | now(), | ||
234 | now() | ||
235 | ); | ||
diff --git a/tests/test_filters.py b/tests/test_filters.py index 631cfd1..6a86258 100644 --- a/tests/test_filters.py +++ b/tests/test_filters.py | |||
@@ -31,7 +31,8 @@ def test_filter_create(api): | |||
31 | assert(keyword_filter == keyword_filter_2) | 31 | assert(keyword_filter == keyword_filter_2) |
32 | finally: | 32 | finally: |
33 | api.filter_delete(keyword_filter) | 33 | api.filter_delete(keyword_filter) |
34 | 34 | time.sleep(2) | |
35 | |||
35 | @pytest.mark.vcr() | 36 | @pytest.mark.vcr() |
36 | def test_filter_update(api): | 37 | def test_filter_update(api): |
37 | keyword_filter = api.filter_create("anime", ['notifications'], irreversible = False, whole_word = True, expires_in = None) | 38 | keyword_filter = api.filter_create("anime", ['notifications'], irreversible = False, whole_word = True, expires_in = None) |
@@ -65,9 +66,11 @@ def test_filter_serverside(api, api2): | |||
65 | api2.status_delete(status_2) | 66 | api2.status_delete(status_2) |
66 | api2.status_delete(status_3) | 67 | api2.status_delete(status_3) |
67 | api2.status_delete(status_4) | 68 | api2.status_delete(status_4) |
69 | time.sleep(2) | ||
68 | 70 | ||
69 | @pytest.mark.vcr() | 71 | @pytest.mark.vcr() |
70 | def test_filter_clientside(api, api2): | 72 | def test_filter_clientside(api, api2): |
73 | time.sleep(2) | ||
71 | api.account_follow(api2.account_verify_credentials()) | 74 | api.account_follow(api2.account_verify_credentials()) |
72 | keyword_filter_1 = api.filter_create("anime", ['home'], irreversible = False, whole_word = False, expires_in = None) | 75 | keyword_filter_1 = api.filter_create("anime", ['home'], irreversible = False, whole_word = False, expires_in = None) |
73 | keyword_filter_2 = api.filter_create("girugamesh", ['home'], irreversible = False, whole_word = True, expires_in = None) | 76 | keyword_filter_2 = api.filter_create("girugamesh", ['home'], irreversible = False, whole_word = True, expires_in = None) |
diff --git a/tests/test_follow_requests.py b/tests/test_follow_requests.py index ccf7939..e84ff6d 100644 --- a/tests/test_follow_requests.py +++ b/tests/test_follow_requests.py | |||
@@ -1,21 +1,26 @@ | |||
1 | import pytest | 1 | import pytest |
2 | import time | ||
2 | 3 | ||
3 | @pytest.mark.vcr() | 4 | @pytest.mark.vcr() |
4 | def test_follow_requests(api): | 5 | def test_follow_requests(api3): |
5 | reqs = api.follow_requests() | 6 | reqs = api3.follow_requests() |
6 | assert isinstance(reqs, list) | 7 | assert isinstance(reqs, list) |
7 | 8 | ||
8 | 9 | ||
9 | @pytest.mark.vcr() | 10 | @pytest.mark.vcr() |
10 | def test_follow_request_authorize(api, api2): | 11 | def test_follow_request_authorize(api3, api2): |
11 | api2.account_follow(1234567890123456) | 12 | api2.account_follow(1234567890123457) |
12 | api.follow_request_authorize(1) | 13 | time.sleep(2) |
13 | api2.account_unfollow(1234567890123456) | 14 | request = api3.follow_requests()[0] |
15 | api3.follow_request_authorize(request) | ||
16 | api2.account_unfollow(1234567890123457) | ||
14 | 17 | ||
15 | 18 | ||
16 | @pytest.mark.vcr() | 19 | @pytest.mark.vcr() |
17 | def test_follow_request_reject(api, api2): | 20 | def test_follow_request_reject(api3, api2): |
18 | api2.account_follow(1234567890123456) | 21 | api2.account_follow(1234567890123457) |
19 | api.follow_request_reject(1) | 22 | time.sleep(2) |
23 | request = api3.follow_requests()[0] | ||
24 | api3.follow_request_reject(request) | ||
20 | 25 | ||
21 | 26 | ||