From 052b7f7cd319bd39f5c9db1b0322e9e4445a123e Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 22 Jun 2019 15:28:27 +0200 Subject: [PATCH] Test fixups pre-2.9.1 --- tests/README.markdown | 1 + tests/cassettes/test_account.yaml | 9 +- .../cassettes/test_account_block_unblock.yaml | 14 +- .../test_account_follow_unfollow.yaml | 14 +- tests/cassettes/test_account_followers.yaml | 7 +- tests/cassettes/test_account_following.yaml | 7 +- tests/cassettes/test_account_mute_unmute.yaml | 14 +- tests/cassettes/test_account_pin_unpin.yaml | 60 +- tests/cassettes/test_account_pinned.yaml | 176 +- .../cassettes/test_account_relationships.yaml | 7 +- tests/cassettes/test_account_search.yaml | 48 +- .../test_account_update_credentials.yaml | 45 +- ..._account_update_credentials_no_avatar.yaml | 27 +- ..._account_update_credentials_no_header.yaml | 27 +- tests/cassettes/test_app_account_create.yaml | 57 +- .../test_app_verify_credentials.yaml | 9 +- tests/cassettes/test_attribute_access.yaml | 31 +- tests/cassettes/test_blocks.yaml | 7 +- tests/cassettes/test_conversations.yaml | 150 +- tests/cassettes/test_date_hook.yaml | 31 +- .../cassettes/test_domain_block_unblock.yaml | 14 +- tests/cassettes/test_domain_blocks.yaml | 7 +- tests/cassettes/test_emoji.yaml | 8 +- tests/cassettes/test_favourites.yaml | 7 +- tests/cassettes/test_fetch_next_previous.yaml | 483 ++-- ...ch_next_previous_from_pagination_info.yaml | 483 ++-- tests/cassettes/test_fetch_remaining.yaml | 1258 ++++++----- tests/cassettes/test_filter_clientside.yaml | 220 +- tests/cassettes/test_filter_create.yaml | 88 +- tests/cassettes/test_filter_serverside.yaml | 272 +-- tests/cassettes/test_filter_update.yaml | 37 +- .../test_follow_request_authorize.yaml | 21 +- .../cassettes/test_follow_request_reject.yaml | 14 +- tests/cassettes/test_follow_requests.yaml | 7 +- tests/cassettes/test_follow_suggestions.yaml | 75 +- tests/cassettes/test_hashtag_tl.yaml | 54 +- tests/cassettes/test_home_tl.yaml | 130 +- .../test_home_tl_anonymous_throws.yaml | 4 +- tests/cassettes/test_id_hook.yaml | 31 +- tests/cassettes/test_id_hook_in_reply_to.yaml | 64 +- .../cassettes/test_id_hook_within_reblog.yaml | 72 +- tests/cassettes/test_instance.yaml | 12 +- tests/cassettes/test_instance_activity.yaml | 12 +- tests/cassettes/test_instance_peers.yaml | 8 +- .../test_list_add_remove_account.yaml | 128 +- tests/cassettes/test_list_by_account.yaml | 63 +- tests/cassettes/test_list_create.yaml | 31 +- tests/cassettes/test_list_timeline.yaml | 99 +- tests/cassettes/test_list_update.yaml | 68 +- tests/cassettes/test_log_in_password.yaml | 12 +- .../test_log_in_password_incorrect.yaml | 10 +- .../test_log_in_password_to_file.yaml | 21 +- tests/cassettes/test_media_post[False].yaml | 67 +- tests/cassettes/test_media_post[True].yaml | 1941 +++++++++-------- tests/cassettes/test_media_post_file.yaml | 1893 ++++++++-------- tests/cassettes/test_media_update.yaml | 44 +- tests/cassettes/test_mutes.yaml | 7 +- tests/cassettes/test_notifications.yaml | 59 +- tests/cassettes/test_notifications_clear.yaml | 7 +- .../cassettes/test_notifications_dismiss.yaml | 53 +- tests/cassettes/test_poll_illegal_vote.yaml | 34 +- tests/cassettes/test_polls.yaml | 80 +- tests/cassettes/test_preferences.yaml | 7 +- tests/cassettes/test_public_tl.yaml | 233 +- tests/cassettes/test_public_tl_anonymous.yaml | 132 +- tests/cassettes/test_push_delete.yaml | 26 +- tests/cassettes/test_push_set.yaml | 22 +- tests/cassettes/test_push_update.yaml | 49 +- tests/cassettes/test_report.yaml | 55 +- tests/cassettes/test_scheduled_status.yaml | 66 +- tests/cassettes/test_search.yaml | 46 +- tests/cassettes/test_status.yaml | 48 +- tests/cassettes/test_status_card.yaml | 43 +- tests/cassettes/test_status_context.yaml | 40 +- tests/cassettes/test_status_empty.yaml | 6 +- tests/cassettes/test_status_fav_unfav.yaml | 109 +- .../cassettes/test_status_favourited_by.yaml | 65 +- tests/cassettes/test_status_missing.yaml | 6 +- tests/cassettes/test_status_mute_unmute.yaml | 109 +- tests/cassettes/test_status_pin_unpin.yaml | 109 +- ...est_status_post[Content warning-None].yaml | 34 +- ...t_status_post[Content warning-direct].yaml | 34 +- ..._status_post[Content warning-private].yaml | 34 +- ...t_status_post[Content warning-public].yaml | 34 +- ...status_post[Content warning-unlisted].yaml | 34 +- .../test_status_post[None-None].yaml | 31 +- .../test_status_post[None-direct].yaml | 31 +- .../test_status_post[None-private].yaml | 31 +- .../test_status_post[None-public].yaml | 31 +- .../test_status_post[None-unlisted].yaml | 31 +- .../test_status_reblog_unreblog.yaml | 71 +- .../test_status_reblog_visibility.yaml | 52 +- tests/cassettes/test_status_reblogged_by.yaml | 71 +- tests/cassettes/test_status_reply.yaml | 69 +- tests/cassettes/test_stream_user.yaml | 110 +- tests/cassettes/test_stream_user_local.yaml | 58 +- tests/cassettes/test_toot.yaml | 31 +- .../test_unauthed_home_tl_throws.yaml | 35 +- tests/cassettes/test_verify_version.yaml | 36 +- tests/test_auth.py | 6 +- tests/test_errors.py | 1 + 101 files changed, 5304 insertions(+), 5471 deletions(-) diff --git a/tests/README.markdown b/tests/README.markdown index f98ab75..368f4f5 100644 --- a/tests/README.markdown +++ b/tests/README.markdown @@ -24,6 +24,7 @@ Note that some tests are slightly unstable, as they require sidekiq to do things This test suite uses [VCR.py][] to record requests to Mastodon and replay them in successive runs. If you want to add or change tests, you will need a Mastodon development server running on `http://localhost:3000`, with the default `admin` user and default password. +To set this up, follow the development guide and set up the database using "rails db:setup". It also needs a test OAuth app and an additional test user to be set up by applying the provided `setup.sql` to Mastodon's database: diff --git a/tests/cassettes/test_account.yaml b/tests/cassettes/test_account.yaml index d20f992..72e75c7 100644 --- a/tests/cassettes/test_account.yaml +++ b/tests/cassettes/test_account.yaml @@ -10,11 +10,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/1 response: - body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}'} + 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e2b6b5a81898f0bf4ff6d450c5ba27ea"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e78f81f1-def4-46e0-8b46-ca4f8707aad3] - X-Runtime: ['0.031342'] + X-Request-Id: [f1c091d0-a07e-43c0-b3a7-584b590bc6ae] + X-Runtime: ['0.678058'] X-XSS-Protection: [1; mode=block] content-length: ['523'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_account_block_unblock.yaml b/tests/cassettes/test_account_block_unblock.yaml index e1f9d59..b8fbccb 100644 --- a/tests/cassettes/test_account_block_unblock.yaml +++ b/tests/cassettes/test_account_block_unblock.yaml @@ -13,9 +13,8 @@ interactions: response: body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":true,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"47bc1fc0b9b37fa31bc0e77e7ed1b806"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -23,8 +22,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8b7da6a2-d9d7-476a-a017-917f257a822f] - X-Runtime: ['0.037591'] + X-Request-Id: [8e0862b6-1ce6-4088-9e31-a561b0f8c713] + X-Runtime: ['0.042104'] X-XSS-Protection: [1; mode=block] content-length: ['210'] status: {code: 200, message: OK} @@ -42,9 +41,8 @@ interactions: response: body: {string: '{"id":"1","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"93a1f854f426a7241ace77f72b5209db"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,8 +50,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [cf73d84f-3fe1-4b5b-83dd-b05025bf5395] - X-Runtime: ['0.035099'] + X-Request-Id: [c832015e-0c90-4398-9ca8-f1d0af56055e] + X-Runtime: ['0.024649'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_account_follow_unfollow.yaml b/tests/cassettes/test_account_follow_unfollow.yaml index a5bdf96..1542350 100644 --- a/tests/cassettes/test_account_follow_unfollow.yaml +++ b/tests/cassettes/test_account_follow_unfollow.yaml @@ -14,9 +14,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"9f0c01526fdbe9beed863514654c8a27"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [aeeea112-0858-4b3b-ad38-01ce548657c9] - X-Runtime: ['0.080318'] + X-Request-Id: [c73d8bf4-b786-4ba9-a6e1-0c85ed6a9235] + X-Runtime: ['0.036470'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -43,9 +42,8 @@ interactions: response: body: {string: '{"id":"1","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"93a1f854f426a7241ace77f72b5209db"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -53,8 +51,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1211c69f-cd82-4599-9545-e8c819aa9350] - X-Runtime: ['0.147866'] + X-Request-Id: [7c2dfdb1-fdbe-4cf3-8162-a949202042bd] + X-Runtime: ['0.028402'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_account_followers.yaml b/tests/cassettes/test_account_followers.yaml index 2e42581..a611421 100644 --- a/tests/cassettes/test_account_followers.yaml +++ b/tests/cassettes/test_account_followers.yaml @@ -12,9 +12,8 @@ interactions: response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"fa588177d9a0b1be8cc336136201d000"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1f252244-f15d-4b79-bf05-7c561e1fd0b6] - X-Runtime: ['0.064040'] + X-Request-Id: [27388776-df56-451c-9d39-98840b2f8ddf] + X-Runtime: ['0.029113'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_account_following.yaml b/tests/cassettes/test_account_following.yaml index 0ca754d..e4b1450 100644 --- a/tests/cassettes/test_account_following.yaml +++ b/tests/cassettes/test_account_following.yaml @@ -12,9 +12,8 @@ interactions: response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"fa588177d9a0b1be8cc336136201d000"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e2317366-85d5-4a70-a089-a003dee8e9b4] - X-Runtime: ['0.039787'] + X-Request-Id: [176f9d5e-0b0c-4221-8fca-852938394066] + X-Runtime: ['0.057954'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_account_mute_unmute.yaml b/tests/cassettes/test_account_mute_unmute.yaml index 483a235..8d6f7c6 100644 --- a/tests/cassettes/test_account_mute_unmute.yaml +++ b/tests/cassettes/test_account_mute_unmute.yaml @@ -14,9 +14,8 @@ interactions: response: body: {string: '{"id":"1","following":false,"showing_reblogs":false,"followed_by":false,"blocking":false,"blocked_by":false,"muting":true,"muting_notifications":true,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"59de293253d478bb34c984ebe11efe4f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [59ef8a80-0d38-41e9-8b9f-4f59e8a718d1] - X-Runtime: ['0.110376'] + X-Request-Id: [d425d677-ddad-4dc0-863a-5a8cf656f276] + X-Runtime: ['0.036659'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -43,9 +42,8 @@ interactions: response: body: {string: '{"id":"1","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f8c3361d53e3585ee39fcaf8f68d8c8e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -53,8 +51,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [62d07f15-81d2-4add-8551-fec673d711db] - X-Runtime: ['0.069967'] + X-Request-Id: [a5c62370-2a05-48db-bfda-51d0b5f2e859] + X-Runtime: ['0.050261'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_account_pin_unpin.yaml b/tests/cassettes/test_account_pin_unpin.yaml index eaf3563..ff103c9 100644 --- a/tests/cassettes/test_account_pin_unpin.yaml +++ b/tests/cassettes/test_account_pin_unpin.yaml @@ -10,11 +10,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} + 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"0f8b38bbae62fe172a62496fe49e206e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [692fe5c4-e557-4dd5-99f0-44b812f2e9f3] - X-Runtime: ['0.019931'] + X-Request-Id: [37113524-0b40-402f-9137-4ebb3578f553] + X-Runtime: ['0.066661'] X-XSS-Protection: [1; mode=block] content-length: ['609'] status: {code: 200, message: OK} @@ -42,9 +41,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1e1fa14c270ff6960152323eda93cc79"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,8 +50,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ad3bfb7e-d816-4b51-8c90-e431d2330775] - X-Runtime: ['0.062775'] + X-Request-Id: [2a851107-5fe9-41c3-ba13-26e06f4a096b] + X-Runtime: ['0.251026'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -71,9 +69,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1e1fa14c270ff6960152323eda93cc79"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -81,8 +78,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [312e2867-4349-4145-8bb0-231e59e3d02c] - X-Runtime: ['0.065496'] + X-Request-Id: [5f231072-f79f-4760-a611-cf4509f99386] + X-Runtime: ['0.097248'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -100,9 +97,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":true}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c6dfb53299bc83b46a9edb08d3930925"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -110,8 +106,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c9dae17d-d180-447b-bb49-4f6d4ce07f40] - X-Runtime: ['0.050245'] + X-Request-Id: [e35553d8-b0cb-4cb2-ae5c-ae2566e56e1a] + X-Runtime: ['0.089244'] X-XSS-Protection: [1; mode=block] content-length: ['208'] status: {code: 200, message: OK} @@ -126,11 +122,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/endorsements response: - body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} + 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":[]}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ae491d6254719d99832526fc14bfb68b"] Link: ['; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -139,8 +134,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [855af719-1d1a-4fe0-93e7-b2ff9293a363] - X-Runtime: ['0.018452'] + X-Request-Id: [11be6858-b2cb-4e8a-9d5c-3df1703be756] + X-Runtime: ['0.112384'] X-XSS-Protection: [1; mode=block] content-length: ['525'] status: {code: 200, message: OK} @@ -158,9 +153,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1e1fa14c270ff6960152323eda93cc79"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -168,8 +162,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e750e8c4-eae0-4ed6-9563-00ac35d85daa] - X-Runtime: ['0.025393'] + X-Request-Id: [e24bcc17-e5c3-4506-8482-e78d5614c812] + X-Runtime: ['0.061804'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -186,9 +180,8 @@ interactions: response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e2dc74be154e07a1d543fffa1604d2ab"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -196,8 +189,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [15996817-bf63-4f5e-a34d-c6cf7702822c] - X-Runtime: ['0.019443'] + X-Request-Id: [041b992b-d66d-489a-aff7-32ab4807f1e6] + X-Runtime: ['0.040242'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -215,9 +208,8 @@ interactions: response: body: {string: '{"id":"1","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"714cd19713205feb75ce771b61d4564b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -225,8 +217,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7710c7c9-40d9-4cd9-b483-2863d00916ff] - X-Runtime: ['0.041778'] + X-Request-Id: [449dfcd5-f405-4f12-afb2-b7ff619df166] + X-Runtime: ['0.097200'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_account_pinned.yaml b/tests/cassettes/test_account_pinned.yaml index 91faebe..e9ed436 100644 --- a/tests/cassettes/test_account_pinned.yaml +++ b/tests/cassettes/test_account_pinned.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999514224566167","created_at":"2019-04-27T18:17:52.035Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999514224566167","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999514224566167","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":42,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6c8436241ab25056cdc646836a9d8b69"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4ffd1cba-4634-48e9-b611-ce9c1601e671] - X-Runtime: ['0.126197'] + X-Request-Id: [1e44b07b-037a-47d6-a65f-6918b1a9cab0] + X-Runtime: ['1.157073'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: status=Toot%2C+too%21 @@ -45,15 +44,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999514235890423","created_at":"2019-04-27T18:17:52.219Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999514235890423","content":"\u003cp\u003eToot, - too!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999514235890423","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":43,"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}'} + 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, + too!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test + suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"905485cd41daa6ff53f949f20d0e2673"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -61,10 +59,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [333be220-5705-418c-ab5a-208bd4811aef] - X-Runtime: ['0.154845'] + X-Request-Id: [6c904325-8463-49b5-b9a7-3787e0be336a] + X-Runtime: ['0.326822'] X-XSS-Protection: [1; mode=block] - content-length: ['1603'] + content-length: ['1602'] status: {code: 200, message: OK} - request: body: null @@ -76,16 +74,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/statuses/101999514224566167/pin + uri: http://localhost:3000/api/v1/statuses/102315364500729904/pin response: - body: {string: '{"id":"101999514224566167","created_at":"2019-04-27T18:17:52.035Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999514224566167","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999514224566167","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":43,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"366ff0464f49abd039d2b8ee2661af7e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -93,10 +90,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [daac6a51-7820-423e-a480-30caff555397] - X-Runtime: ['0.159058'] + X-Request-Id: [b64562b2-5659-4a58-9af5-0942076c28b9] + X-Runtime: ['0.480456'] X-XSS-Protection: [1; mode=block] - content-length: ['1597'] + content-length: ['1596'] status: {code: 200, message: OK} - request: body: null @@ -110,13 +107,12 @@ interactions: uri: http://localhost:3000/api/v1/accounts/verify_credentials response: body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":43,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 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}]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8b3639296fa73ea8595bd33ec31fc639"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -124,10 +120,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c4d8ca16-1b4b-4a2d-99b7-749556529819] - X-Runtime: ['0.020761'] + X-Request-Id: [5e15636e-2821-4e15-a4df-f81abf27e82b] + X-Runtime: ['0.164022'] X-XSS-Protection: [1; mode=block] - content-length: ['1135'] + content-length: ['1134'] status: {code: 200, message: OK} - request: body: null @@ -140,15 +136,14 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?pinned=1 response: - body: {string: '[{"id":"101999514224566167","created_at":"2019-04-27T18:17:52.035Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999514224566167","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999514224566167","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":43,"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}]'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"918c9effed02985309488a3c32af569d"] - Link: ['; + Link: ['; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -157,40 +152,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1d4dac3c-d9d2-4d73-ac5c-43693f350bac] - X-Runtime: ['0.038050'] - X-XSS-Protection: [1; mode=block] - content-length: ['1599'] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python-requests/2.18.4] - method: POST - uri: http://localhost:3000/api/v1/statuses/101999514224566167/unpin - response: - body: {string: '{"id":"101999514224566167","created_at":"2019-04-27T18:17:52.035Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999514224566167","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999514224566167","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":43,"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}'} - headers: - Cache-Control: ['max-age=0, private, must-revalidate'] - Content-Type: [application/json; charset=utf-8] - ETag: [W/"3babc10ade8df4b1d6945e9cd41bd768"] - Referrer-Policy: [strict-origin-when-cross-origin] - Transfer-Encoding: [chunked] - Vary: ['Accept-Encoding, Origin'] - X-Content-Type-Options: [nosniff] - X-Download-Options: [noopen] - X-Frame-Options: [SAMEORIGIN] - X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [12fd1381-46a5-4812-981e-918d3beca0f7] - X-Runtime: ['0.058500'] + X-Request-Id: [46cf2725-7d1a-4333-8d08-1e9ad9082e19] + X-Runtime: ['0.254046'] X-XSS-Protection: [1; mode=block] content-length: ['1598'] status: {code: 200, message: OK} @@ -203,14 +166,16 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python-requests/2.18.4] - method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999514235890423 + method: POST + uri: http://localhost:3000/api/v1/statuses/102315364500729904/unpin response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"359f4bc933c827f8c427ba70dfee06b4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -218,10 +183,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [08c5f8be-458d-43c0-87e8-dde3791e45d5] - X-Runtime: ['0.024705'] + X-Request-Id: [edcaa1a7-c554-44fe-bb72-7f5779e36399] + X-Runtime: ['0.118440'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -233,13 +198,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999514224566167 + uri: http://localhost:3000/api/v1/statuses/102315364574835021 response: - body: {string: '{}'} + 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, + too!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"359f4bc933c827f8c427ba70dfee06b4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -247,9 +214,40 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [caadc45e-3f7d-4f37-bc42-60183337f901] - X-Runtime: ['0.037952'] + X-Request-Id: [0d5a9048-e038-47f1-9750-14b049d40e84] + X-Runtime: ['0.165865'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1572'] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: ['*/*'] + Accept-Encoding: ['gzip, deflate'] + Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] + Connection: [keep-alive] + Content-Length: ['0'] + User-Agent: [python-requests/2.18.4] + method: DELETE + uri: http://localhost:3000/api/v1/statuses/102315364500729904 + response: + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} + headers: + Cache-Control: ['no-cache, no-store'] + Content-Type: [application/json; charset=utf-8] + Referrer-Policy: [strict-origin-when-cross-origin] + Transfer-Encoding: [chunked] + Vary: ['Accept-Encoding, Origin'] + X-Content-Type-Options: [nosniff] + X-Download-Options: [noopen] + X-Frame-Options: [SAMEORIGIN] + X-Permitted-Cross-Domain-Policies: [none] + X-Request-Id: [e6827bba-ee2c-4eb7-bf80-9f5ba36c8aca] + X-Runtime: ['0.172270'] + X-XSS-Protection: [1; mode=block] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_account_relationships.yaml b/tests/cassettes/test_account_relationships.yaml index 9db8845..d2bdd1e 100644 --- a/tests/cassettes/test_account_relationships.yaml +++ b/tests/cassettes/test_account_relationships.yaml @@ -12,9 +12,8 @@ interactions: response: body: {string: '[{"id":"1","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b7573f859fa220cb4175692ab2072293"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7180489c-7c84-4379-aeaa-59eb9b30c139] - X-Runtime: ['0.025152'] + X-Request-Id: [32dec71f-edae-44dd-b360-289ea85dd78f] + X-Runtime: ['0.048933'] X-XSS-Protection: [1; mode=block] content-length: ['213'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_account_search.yaml b/tests/cassettes/test_account_search.yaml index 394aed0..6c31ca4 100644 --- a/tests/cassettes/test_account_search.yaml +++ b/tests/cassettes/test_account_search.yaml @@ -10,11 +10,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin response: - body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}]'} + 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":[]}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"52eb1952ed63f9fab4be6691ba735fbe"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d1118f9e-9bba-4ee9-92ae-5b507b976528] - X-Runtime: ['0.026411'] + X-Request-Id: [e80af8b9-b187-4ef7-aab8-14656939415f] + X-Runtime: ['0.034917'] X-XSS-Protection: [1; mode=block] content-length: ['525'] status: {code: 200, message: OK} @@ -42,9 +41,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"9f0c01526fdbe9beed863514654c8a27"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,8 +50,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4403137f-2b9e-4fb6-8b74-d5c398830f4f] - X-Runtime: ['0.059357'] + X-Request-Id: [ce6f6ff2-f888-41c7-8963-374c1ca81a3f] + X-Runtime: ['0.080624'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -68,11 +66,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/search?following=1&q=admin response: - body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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":[]}]'} + 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":[]}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5c16c23964b1d8a81df3e5d2ce7dca5a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -80,8 +77,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1007cb02-821f-47f4-bd55-4d41c822b600] - X-Runtime: ['0.082941'] + X-Request-Id: [485bffa7-28a5-46b1-a918-3ece10c93e20] + X-Runtime: ['0.025388'] X-XSS-Protection: [1; mode=block] content-length: ['525'] status: {code: 200, message: OK} @@ -99,9 +96,8 @@ interactions: response: body: {string: '{"id":"1","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"79bae29344ba15b6f812d308f590e5a9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -109,8 +105,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [658c236e-2809-4829-8ade-a22945a1d680] - X-Runtime: ['0.103426'] + X-Request-Id: [360fe7ec-c80c-4a8a-8828-328e19f585df] + X-Runtime: ['0.054637'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} @@ -127,9 +123,8 @@ interactions: response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"fa588177d9a0b1be8cc336136201d000"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -137,8 +132,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [52d8a685-fc56-4e10-a77a-5f4e2768d857] - X-Runtime: ['0.018944'] + X-Request-Id: [869fb9e9-a984-4a15-9d8b-c08a8cc01d01] + X-Runtime: ['0.026921'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -153,11 +148,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin response: - body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}]'} + 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":[]}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"52eb1952ed63f9fab4be6691ba735fbe"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -165,8 +159,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a23dd013-8bbc-4d08-a928-4168f4eae71e] - X-Runtime: ['0.020617'] + X-Request-Id: [46c04f06-a24f-4a66-a618-cb8a601b39c8] + X-Runtime: ['0.022187'] X-XSS-Protection: [1; mode=block] content-length: ['525'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_account_update_credentials.yaml b/tests/cassettes/test_account_update_credentials.yaml index 0d42cd7..92b1065 100644 --- a/tests/cassettes/test_account_update_credentials.yaml +++ b/tests/cassettes/test_account_update_credentials.yaml @@ -1,19 +1,19 @@ interactions: - request: body: !!binary | - LS0xNzlhZjYyN2U1NmM0YzY2ODI0MzdiMzYxODZjY2YyZA0KQ29udGVudC1EaXNwb3NpdGlvbjog - Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tMTc5YWY2MjdlNTZjNGM2 - NjgyNDM3YjM2MTg2Y2NmMmQNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i - ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS0xNzlhZjYyN2U1NmM0YzY2ODI0MzdiMzYx - ODZjY2YyZA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJmaWVsZHNfYXR0 - cmlidXRlc1swXVtuYW1lXSINCg0KYnJlYWQNCi0tMTc5YWY2MjdlNTZjNGM2NjgyNDM3YjM2MTg2 - Y2NmMmQNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iZmllbGRzX2F0dHJp - YnV0ZXNbMF1bdmFsdWVdIg0KDQp0b2FzdHkuDQotLTE3OWFmNjI3ZTU2YzRjNjY4MjQzN2IzNjE4 - NmNjZjJkDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy - aWJ1dGVzWzFdW25hbWVdIg0KDQpsYXNhZ25hDQotLTE3OWFmNjI3ZTU2YzRjNjY4MjQzN2IzNjE4 - NmNjZjJkDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy - aWJ1dGVzWzFdW3ZhbHVlXSINCg0Kbm8hISENCi0tMTc5YWY2MjdlNTZjNGM2NjgyNDM3YjM2MTg2 - Y2NmMmQNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXZhdGFyIjsgZmls + LS00OWEyYTU1NDQwNGU0ZmY3YTI2ODUzYTQ1NjNhZWFjNQ0KQ29udGVudC1EaXNwb3NpdGlvbjog + Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tNDlhMmE1NTQ0MDRlNGZm + N2EyNjg1M2E0NTYzYWVhYzUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i + ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS00OWEyYTU1NDQwNGU0ZmY3YTI2ODUzYTQ1 + NjNhZWFjNQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJmaWVsZHNfYXR0 + cmlidXRlc1swXVtuYW1lXSINCg0KYnJlYWQNCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYz + YWVhYzUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iZmllbGRzX2F0dHJp + YnV0ZXNbMF1bdmFsdWVdIg0KDQp0b2FzdHkuDQotLTQ5YTJhNTU0NDA0ZTRmZjdhMjY4NTNhNDU2 + M2FlYWM1DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy + aWJ1dGVzWzFdW25hbWVdIg0KDQpsYXNhZ25hDQotLTQ5YTJhNTU0NDA0ZTRmZjdhMjY4NTNhNDU2 + M2FlYWM1DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy + aWJ1dGVzWzFdW3ZhbHVlXSINCg0Kbm8hISENCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYz + YWVhYzUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXZhdGFyIjsgZmls ZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0K DQr/2P/gABBKRklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJS R0IgWFlaIAfcAAEAGQADACkAOWFjc3BBUFBMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD21gAB @@ -950,7 +950,7 @@ interactions: oX5EQbZIDAphpUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWb bHaEokDtzf5qMy4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBT tsYnLjJ4xUrWDGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/Wl - SoGNPcbo46Oebs70qVKg/9kNCi0tMTc5YWY2MjdlNTZjNGM2NjgyNDM3YjM2MTg2Y2NmMmQNCkNv + SoGNPcbo46Oebs70qVKg/9kNCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYzYWVhYzUNCkNv bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iaGVhZGVyIjsgZmlsZW5hbWU9Im1h c3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0KDQr/2P/gABBK RklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJSR0IgWFlaIAfc @@ -1888,26 +1888,25 @@ interactions: pUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWbbHaEokDtzf5q My4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBTtsYnLjJ4xUrW DGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/WlSoGNPcbo46Oe - bs70qVKg/9kNCi0tMTc5YWY2MjdlNTZjNGM2NjgyNDM3YjM2MTg2Y2NmMmQtLQ0K + bs70qVKg/9kNCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYzYWVhYzUtLQ0K headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] Content-Length: ['107607'] - Content-Type: [multipart/form-data; boundary=179af627e56c4c6682437b36186ccf2d] + Content-Type: [multipart/form-data; boundary=49a2a554404e4ff7a26853a4563aeac5] User-Agent: [python-requests/2.18.4] method: PATCH uri: http://localhost:3000/api/v1/accounts/update_credentials response: body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":41,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + 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 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}]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"bc1ad9caec450a52289247fffd7cf5a9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1915,9 +1914,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [88bafef4-0980-4042-a7fe-b411a7220131] - X-Runtime: ['0.159369'] + X-Request-Id: [25f1eb3b-4110-40c5-ba4f-ce60cc29966d] + X-Runtime: ['1.444611'] X-XSS-Protection: [1; mode=block] - content-length: ['1135'] + content-length: ['1134'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_account_update_credentials_no_avatar.yaml b/tests/cassettes/test_account_update_credentials_no_avatar.yaml index 7b2d0c2..2dff3d5 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 @@ interactions: - request: body: !!binary | - LS0wMTdjOTllZWI2ZmE0YmEwOGE2NTQxZDg2ZDJiNjEyNQ0KQ29udGVudC1EaXNwb3NpdGlvbjog - Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tMDE3Yzk5ZWViNmZhNGJh - MDhhNjU0MWQ4NmQyYjYxMjUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i - ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS0wMTdjOTllZWI2ZmE0YmEwOGE2NTQxZDg2 - ZDJiNjEyNQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJoZWFkZXIiOyBm + LS0xNDg2NjY0N2I2MWQ0M2Y0YmY4YjFlMGFmMDdlMDIwMQ0KQ29udGVudC1EaXNwb3NpdGlvbjog + Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tMTQ4NjY2NDdiNjFkNDNm + NGJmOGIxZTBhZjA3ZTAyMDENCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i + ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS0xNDg2NjY0N2I2MWQ0M2Y0YmY4YjFlMGFm + MDdlMDIwMQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJoZWFkZXIiOyBm aWxlbmFtZT0ibWFzdG9kb25weXVwbG9hZF8uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVn DQoNCv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50 clJHQiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbW @@ -942,7 +942,7 @@ interactions: elShfkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpU VZtsdoSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilS oFO2xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn - 9aVKgY09xujjo55uzvSpUqD/2Q0KLS0wMTdjOTllZWI2ZmE0YmEwOGE2NTQxZDg2ZDJiNjEyNS0t + 9aVKgY09xujjo55uzvSpUqD/2Q0KLS0xNDg2NjY0N2I2MWQ0M2Y0YmY4YjFlMGFmMDdlMDIwMS0t DQo= headers: Accept: ['*/*'] @@ -950,19 +950,18 @@ interactions: Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] Content-Length: ['53696'] - Content-Type: [multipart/form-data; boundary=017c99eeb6fa4ba08a6541d86d2b6125] + Content-Type: [multipart/form-data; boundary=14866647b61d43f4bf8b1e0af07e0201] User-Agent: [python-requests/2.18.4] method: PATCH uri: http://localhost:3000/api/v1/accounts/update_credentials response: body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":41,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 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}]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"bc1ad9caec450a52289247fffd7cf5a9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -970,9 +969,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9b157faf-78db-470d-add6-506bec6065f3] - X-Runtime: ['0.120632'] + X-Request-Id: [fe45c23d-29fc-4bef-8b94-8e0f8f682cea] + X-Runtime: ['0.163652'] X-XSS-Protection: [1; mode=block] - content-length: ['1135'] + content-length: ['1134'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_account_update_credentials_no_header.yaml b/tests/cassettes/test_account_update_credentials_no_header.yaml index 5f340fb..373c562 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 @@ interactions: - request: body: !!binary | - LS1kMjA4ZDU5NTQ2NjQ0MDZjYmQ3YzU0ZjY0OTVhYzZhYQ0KQ29udGVudC1EaXNwb3NpdGlvbjog - Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tZDIwOGQ1OTU0NjY0NDA2 - Y2JkN2M1NGY2NDk1YWM2YWENCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i - ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS1kMjA4ZDU5NTQ2NjQ0MDZjYmQ3YzU0ZjY0 - OTVhYzZhYQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdmF0YXIiOyBm + LS02MDdjZmE5MjkwMTU0NjQxYjA1Y2ZiYTc4MmQ4NjRlYg0KQ29udGVudC1EaXNwb3NpdGlvbjog + Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tNjA3Y2ZhOTI5MDE1NDY0 + MWIwNWNmYmE3ODJkODY0ZWINCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i + ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS02MDdjZmE5MjkwMTU0NjQxYjA1Y2ZiYTc4 + MmQ4NjRlYg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdmF0YXIiOyBm aWxlbmFtZT0ibWFzdG9kb25weXVwbG9hZF8uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVn DQoNCv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50 clJHQiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbW @@ -942,7 +942,7 @@ interactions: elShfkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpU VZtsdoSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilS oFO2xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn - 9aVKgY09xujjo55uzvSpUqD/2Q0KLS1kMjA4ZDU5NTQ2NjQ0MDZjYmQ3YzU0ZjY0OTVhYzZhYS0t + 9aVKgY09xujjo55uzvSpUqD/2Q0KLS02MDdjZmE5MjkwMTU0NjQxYjA1Y2ZiYTc4MmQ4NjRlYi0t DQo= headers: Accept: ['*/*'] @@ -950,19 +950,18 @@ interactions: Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] Content-Length: ['53696'] - Content-Type: [multipart/form-data; boundary=d208d5954664406cbd7c54f6495ac6aa] + Content-Type: [multipart/form-data; boundary=607cfa9290154641b05cfba782d864eb] User-Agent: [python-requests/2.18.4] method: PATCH uri: http://localhost:3000/api/v1/accounts/update_credentials response: body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":41,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/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 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}]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"bc1ad9caec450a52289247fffd7cf5a9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -970,9 +969,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1a62bc55-a35f-4d6b-b190-53762b2bf9c5] - X-Runtime: ['0.134618'] + X-Request-Id: [325a6ba1-eb69-4302-83d9-f8e167e12621] + X-Runtime: ['0.220297'] X-XSS-Protection: [1; mode=block] - content-length: ['1135'] + content-length: ['1134'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_app_account_create.yaml b/tests/cassettes/test_app_account_create.yaml index 83f7212..e6eff1b 100644 --- a/tests/cassettes/test_app_account_create.yaml +++ b/tests/cassettes/test_app_account_create.yaml @@ -11,11 +11,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/apps response: - body: {string: '{"id":"17","name":"mastodon.py generated test app","website":null,"redirect_uri":"urn:ietf:wg:oauth:2.0:oob","client_id":"6b8b07698f3f57d73b0fd779fac2fcc64d6e852d3334425a6b50b53bc32db986","client_secret":"df903d79cc8a27d8d4f9aa8213cf65a9681fea679a56643fcb3e5a3f66c4f9c7","vapid_key":"BCryMB_mKFcSpmXE3kJ1Ri3ZFVdBLjRsX54VYhE21BMyftx8k67qWxFs2OCuQCtj0k1ILESkQhGuOKJcQnodx4g="}'} + 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="}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3a06e1b620ce8b2c3ce4045d1e2c179b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -23,10 +22,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [258ec6bb-4a82-41c3-b55b-560fdfb5ad13] - X-Runtime: ['0.025005'] + X-Request-Id: [a41339dc-18ff-4a71-b422-5fca1826da83] + X-Runtime: ['0.035222'] X-XSS-Protection: [1; mode=block] - content-length: ['374'] + content-length: ['331'] status: {code: 200, message: OK} - request: body: null @@ -38,12 +37,12 @@ interactions: method: GET uri: http://localhost:3000/api/v1/instance/ response: - body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.8.0","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":15,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} + 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}'} headers: Cache-Control: ['max-age=300, public'] Content-Type: [application/json; charset=utf-8] - Date: ['Sun, 28 Apr 2019 15:56:05 GMT'] - ETag: [W/"4ba18203af6a9d9402c05e8ffc21ac45"] + Date: ['Sat, 22 Jun 2019 13:02:57 GMT'] + ETag: [W/"e93399c77de2e714afcd550a34706e7e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -51,55 +50,55 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [bfb330d1-53c3-4fcc-b79e-30e256a2f845] - X-Runtime: ['0.025590'] + X-Request-Id: [26ef20ce-d90c-498f-ab53-c5d727278a8b] + X-Runtime: ['0.031760'] X-XSS-Protection: [1; mode=block] - content-length: ['349'] + content-length: ['348'] status: {code: 200, message: OK} - request: - body: scope=read+write+follow+push&client_id=6b8b07698f3f57d73b0fd779fac2fcc64d6e852d3334425a6b50b53bc32db986&client_secret=df903d79cc8a27d8d4f9aa8213cf65a9681fea679a56643fcb3e5a3f66c4f9c7&grant_type=client_credentials + body: scope=read+write+follow+push&client_id=xA0mMcOmeZ5Uftxw6MZ2KDLoEBTM0p1vKHeUXhiEOno&client_secret=wSNQzlWZEQsDKfWEWXZ0ALj-9uv4zQ94u5UhQS-xASg&grant_type=client_credentials headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['212'] + Content-Length: ['170'] Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/oauth/token response: - body: {string: '{"access_token":"756276912d1d5d74cfbf2e275517a234cee584891ca1f87a3fb2bdbd1fed1ca1","token_type":"Bearer","scope":"read - write follow push","created_at":1556466966}'} + body: {string: '{"access_token":"YHnkkuWLHjRZ-HsIzyWsT56OQn6oAXT8tvkIe__4k9g","token_type":"Bearer","scope":"read + write follow push","created_at":1561208577}'} headers: Cache-Control: ['private, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"851cc791f71c2ce9bf821e023e26b361"] + ETag: [W/"8f1d2693f3916319d5b2fb72627a180d"] Pragma: [no-cache] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] - X-Request-Id: [0205c26b-9c77-4c32-bb59-a2d69eafde33] - X-Runtime: ['0.039194'] - content-length: ['162'] + X-Request-Id: [d77ecf21-4bfc-476d-8361-3904e3db27f6] + X-Runtime: ['0.021695'] + content-length: ['141'] status: {code: 200, message: OK} - request: - body: locale=en&agreement=1&email=email%40localhost11707&password=swordfish&username=coolguy11707&client_id=6b8b07698f3f57d73b0fd779fac2fcc64d6e852d3334425a6b50b53bc32db986&client_secret=df903d79cc8a27d8d4f9aa8213cf65a9681fea679a56643fcb3e5a3f66c4f9c7 + body: locale=en&agreement=1&email=email%40localhost42187&password=swordfish&username=coolguy42187&client_id=xA0mMcOmeZ5Uftxw6MZ2KDLoEBTM0p1vKHeUXhiEOno&client_secret=wSNQzlWZEQsDKfWEWXZ0ALj-9uv4zQ94u5UhQS-xASg headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] - Authorization: [Bearer 756276912d1d5d74cfbf2e275517a234cee584891ca1f87a3fb2bdbd1fed1ca1] + Authorization: [Bearer YHnkkuWLHjRZ-HsIzyWsT56OQn6oAXT8tvkIe__4k9g] Connection: [keep-alive] - Content-Length: ['245'] + Content-Length: ['203'] Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/api/v1/accounts response: - body: {string: '{"access_token":"b20f513163b154065d17f5aff37b779f51d13c152fe6e7d1be366d64d2e74e39","token_type":"Bearer","scope":"read - write follow push","created_at":1556466966}'} + body: {string: '{"access_token":"TXtHQr05S6ckK771XAa73qdvnMfjJU7dqr3aVlsqRD4","token_type":"Bearer","scope":"read + write follow push","created_at":1561208577}'} headers: Cache-Control: ['private, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7ba50c22bb330ba5a0936c19bea78093"] + ETag: [W/"d45ffa5abcf400da6438b73b80ec142c"] Pragma: [no-cache] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -108,9 +107,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [51ac5a4c-e850-46be-89c6-681e46f891dd] - X-Runtime: ['0.208778'] + X-Request-Id: [1b5653f1-c622-4415-b972-7dd0a5e31202] + X-Runtime: ['0.205759'] X-XSS-Protection: [1; mode=block] - content-length: ['162'] + content-length: ['141'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_app_verify_credentials.yaml b/tests/cassettes/test_app_verify_credentials.yaml index 565dd6d..bc6c845 100644 --- a/tests/cassettes/test_app_verify_credentials.yaml +++ b/tests/cassettes/test_app_verify_credentials.yaml @@ -10,11 +10,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/apps/verify_credentials response: - body: {string: '{"name":"Mastodon.py test suite","website":null,"vapid_key":"BCryMB_mKFcSpmXE3kJ1Ri3ZFVdBLjRsX54VYhE21BMyftx8k67qWxFs2OCuQCtj0k1ILESkQhGuOKJcQnodx4g="}'} + body: {string: '{"name":"Mastodon.py test suite","website":null,"vapid_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1c464bcb75ad0be8ac7d4c05137d27ce"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0e7d0027-bc3a-4dfa-9c11-0ea7413eee5b] - X-Runtime: ['0.017202'] + X-Request-Id: [a393fb9b-715d-431d-b89e-ecdb875ac92d] + X-Runtime: ['0.058642'] X-XSS-Protection: [1; mode=block] content-length: ['151'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_attribute_access.yaml b/tests/cassettes/test_attribute_access.yaml index d06b5f6..41248dd 100644 --- a/tests/cassettes/test_attribute_access.yaml +++ b/tests/cassettes/test_attribute_access.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999515198421811","created_at":"2019-04-27T18:18:06.898Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515198421811","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515198421811","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":42,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"bed241429303d05a68ff751670b8124a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ea0934ac-dcdb-406a-a737-7285ce12175b] - X-Runtime: ['0.141996'] + X-Request-Id: [4a873b06-7609-4b6e-909d-9832b7377fc2] + X-Runtime: ['0.165344'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,13 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515198421811 + uri: http://localhost:3000/api/v1/statuses/102315366092695043 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f7218fbcd1fb889396566736881b9808"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -56,9 +57,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d90b4fbe-7729-47bd-bb4f-1de81999e941] - X-Runtime: ['0.118844'] + X-Request-Id: [2b2a7b3c-f7e1-4091-8e7b-efa058fd4cf1] + X-Runtime: ['0.121272'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_blocks.yaml b/tests/cassettes/test_blocks.yaml index a238017..a294969 100644 --- a/tests/cassettes/test_blocks.yaml +++ b/tests/cassettes/test_blocks.yaml @@ -12,9 +12,8 @@ interactions: response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"90b6becb2b7152e68f928ca54703d5b5"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [96b3e85e-bd0f-4b25-95c5-7b4d3c62148c] - X-Runtime: ['0.019914'] + X-Request-Id: [c50fdd0f-69a7-4769-9ca6-92d3c703270c] + X-Runtime: ['0.089979'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_conversations.yaml b/tests/cassettes/test_conversations.yaml index 105eb98..c9beaa6 100644 --- a/tests/cassettes/test_conversations.yaml +++ b/tests/cassettes/test_conversations.yaml @@ -10,11 +10,13 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} + body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + 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}]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"589b7fc34678284181e4970961b98b8f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,10 +24,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9f267b49-db2e-43ae-821d-f8e06bd6ef6e] - X-Runtime: ['0.021003'] + X-Request-Id: [668f1393-1406-439a-80cc-c2a921b938fe] + X-Runtime: ['0.030893'] X-XSS-Protection: [1; mode=block] - content-length: ['653'] + content-length: ['1134'] status: {code: 200, message: OK} - request: body: visibility=direct&status=%40admin+ilu+bby+%3B3 @@ -40,15 +42,16 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102003683512723982","created_at":"2019-04-28T11:58:10.333Z","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/102003683512723982","content":"\u003cp\u003e\u003cspan + 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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003683512723982","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}'} + ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2664c447c45638697eacdaa9cb643dae"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -56,10 +59,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [22e1eea7-613e-4a9f-8785-4cca0660a929] - X-Runtime: ['0.167697'] + X-Request-Id: [398b1cbc-3306-477d-8de6-b6e9cad2ba1e] + X-Runtime: ['0.169673'] X-XSS-Protection: [1; mode=block] - content-length: ['1475'] + content-length: ['1837'] status: {code: 200, message: OK} - request: body: null @@ -72,36 +75,19 @@ interactions: method: GET uri: http://localhost:3000/api/v1/conversations/ response: - body: {string: '[{"id":"30","unread":true,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003683512723982","created_at":"2019-04-28T11:58:10.333Z","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/102003683512723982","content":"\u003cp\u003e\u003cspan + body: {string: '[{"id":"4","unread":true,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003683512723982","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"26","unread":true,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003680467810506","created_at":"2019-04-28T11:57:23.865Z","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/102003680467810506","content":"\u003cp\u003e\u003cspan - class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url - mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003680467810506","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"22","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003580476156514","created_at":"2019-04-28T11:31:58.113Z","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/102003580476156514","content":"\u003cp\u003e\u003cspan - class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url - mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003580476156514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"18","unread":true,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003573042670077","created_at":"2019-04-28T11:30:04.687Z","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/102003573042670077","content":"\u003cp\u003e\u003cspan - class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url - mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003573042670077","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"14","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003565381731428","created_at":"2019-04-28T11:28:07.791Z","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/102003565381731428","content":"\u003cp\u003e\u003cspan - class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url - mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003565381731428","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"4","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003533707396851","created_at":"2019-04-28T11:20:04.478Z","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/102003533707396851","content":"\u003cp\u003e\u003cspan - class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url - mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - test\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003533707396851","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} + ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"08eb290a1d5b5c9c9f0b6198cb1eba3b"] - Link: ['; + Link: ['; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -110,10 +96,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [bdcc2508-446e-4366-8c19-f24ba8e165cf] - X-Runtime: ['0.184464'] + X-Request-Id: [227aecf7-c19e-4a85-aa22-2ee6d7b1262d] + X-Runtime: ['0.086070'] X-XSS-Protection: [1; mode=block] - content-length: ['12579'] + content-length: ['2821'] status: {code: 200, message: OK} - request: body: null @@ -125,17 +111,20 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/conversations/30/read + uri: http://localhost:3000/api/v1/conversations/4/read response: - body: {string: '{"id":"30","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003683512723982","created_at":"2019-04-28T11:58:10.333Z","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/102003683512723982","content":"\u003cp\u003e\u003cspan + body: {string: '{"id":"4","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003683512723982","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}'} + ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"13f3289f4d462887396bc58d863578c2"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -143,10 +132,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [60024dfb-b47d-44cd-bf4d-b8ecd77b7848] - X-Runtime: ['0.055070'] + X-Request-Id: [772348cd-2411-4feb-829f-5628c7fb0d6a] + X-Runtime: ['0.061724'] X-XSS-Protection: [1; mode=block] - content-length: ['2097'] + content-length: ['2820'] status: {code: 200, message: OK} - request: body: null @@ -159,36 +148,19 @@ interactions: method: GET uri: http://localhost:3000/api/v1/conversations/ response: - body: {string: '[{"id":"30","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003683512723982","created_at":"2019-04-28T11:58:10.333Z","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/102003683512723982","content":"\u003cp\u003e\u003cspan + body: {string: '[{"id":"4","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003683512723982","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"26","unread":true,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003680467810506","created_at":"2019-04-28T11:57:23.865Z","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/102003680467810506","content":"\u003cp\u003e\u003cspan - class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url - mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003680467810506","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"22","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003580476156514","created_at":"2019-04-28T11:31:58.113Z","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/102003580476156514","content":"\u003cp\u003e\u003cspan - class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url - mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003580476156514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"18","unread":true,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003573042670077","created_at":"2019-04-28T11:30:04.687Z","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/102003573042670077","content":"\u003cp\u003e\u003cspan - class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url - mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003573042670077","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"14","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003565381731428","created_at":"2019-04-28T11:28:07.791Z","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/102003565381731428","content":"\u003cp\u003e\u003cspan - class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url - mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - ilu bby ;3\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003565381731428","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"4","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}],"last_status":{"id":"102003533707396851","created_at":"2019-04-28T11:20:04.478Z","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/102003533707396851","content":"\u003cp\u003e\u003cspan - class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url - mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - test\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102003533707396851","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} + ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"72bd0df2c4806b9f75ad414206794e61"] - Link: ['; + Link: ['; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -197,10 +169,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f8157f06-87e0-496d-99f2-486957c07ac3] - X-Runtime: ['0.228299'] + X-Request-Id: [dd0d90ba-e087-4a6a-9d7e-c396b128e32c] + X-Runtime: ['0.075049'] X-XSS-Protection: [1; mode=block] - content-length: ['12580'] + content-length: ['2822'] status: {code: 200, message: OK} - request: body: null @@ -212,13 +184,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102003683512723982 + uri: http://localhost:3000/api/v1/statuses/102315371973470769 response: - body: {string: '{}'} + 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 + 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 + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"35127b8d5250775810c927176b395efa"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -226,9 +200,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [dae42ec5-5ddc-401a-a9d1-b535e5d20a2e] - X-Runtime: ['0.037362'] + X-Request-Id: [583b7fbc-69a3-4c05-89e6-8e6b9ef235c4] + X-Runtime: ['0.075904'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1640'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_date_hook.yaml b/tests/cassettes/test_date_hook.yaml index 9977407..f2f3ae9 100644 --- a/tests/cassettes/test_date_hook.yaml +++ b/tests/cassettes/test_date_hook.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999515175511576","created_at":"2019-04-27T18:18:06.553Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515175511576","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515175511576","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":43,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3ba78d6c366004f42e5130a0fd9ed29e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a020f8a8-c438-4901-b39c-f05c4526eede] - X-Runtime: ['0.232367'] + X-Request-Id: [1ebfc25f-b6c6-41f2-97d8-2b642b7e02bd] + X-Runtime: ['0.163287'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,13 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515175511576 + uri: http://localhost:3000/api/v1/statuses/102315366071685147 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b720d35eb7f85c6f1681586209afe41f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -56,9 +57,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e8323939-9790-4826-a071-42cfc5ebc9ac] - X-Runtime: ['0.051746'] + X-Request-Id: [4deb6f0c-b919-4f2f-90f7-90f5cd9af160] + X-Runtime: ['0.111824'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_domain_block_unblock.yaml b/tests/cassettes/test_domain_block_unblock.yaml index 64768f5..b616538 100644 --- a/tests/cassettes/test_domain_block_unblock.yaml +++ b/tests/cassettes/test_domain_block_unblock.yaml @@ -14,9 +14,8 @@ interactions: response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c6a41189c705fc6216f062c783b83fd0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [13430b5a-dbd2-4a5b-b566-b747d3ecf101] - X-Runtime: ['0.030388'] + X-Request-Id: [69b1b947-bd2d-4c7e-ac42-0e0cdaafb256] + X-Runtime: ['0.054471'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -44,9 +43,8 @@ interactions: response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c6a41189c705fc6216f062c783b83fd0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -54,8 +52,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [28cb5e6f-02e0-4d3a-9238-d19d006e44d9] - X-Runtime: ['0.029897'] + X-Request-Id: [3ea97cd0-abf3-4189-af17-81b0b12a8531] + X-Runtime: ['0.043941'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_domain_blocks.yaml b/tests/cassettes/test_domain_blocks.yaml index 65bc5c7..d568814 100644 --- a/tests/cassettes/test_domain_blocks.yaml +++ b/tests/cassettes/test_domain_blocks.yaml @@ -12,9 +12,8 @@ interactions: response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"736ed407f1dfbaa23313babbcd12344c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8003f519-0f72-4814-9b87-b74eb8c2de7c] - X-Runtime: ['0.041088'] + X-Request-Id: [e3131364-9d59-455c-a036-29fb1b0fa1e7] + X-Runtime: ['0.060202'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_emoji.yaml b/tests/cassettes/test_emoji.yaml index a53a9e8..815b3ee 100644 --- a/tests/cassettes/test_emoji.yaml +++ b/tests/cassettes/test_emoji.yaml @@ -14,8 +14,8 @@ interactions: headers: Cache-Control: ['max-age=60, public'] Content-Type: [application/json; charset=utf-8] - Date: ['Sat, 27 Apr 2019 18:18:07 GMT'] - ETag: [W/"5839a794e7a473cadc209ef56542b467"] + Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] + ETag: [W/"abc0f592302227cc9d889f9649cd9e1b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -23,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [839c1ee0-eff0-45cf-b568-5e97a8786f80] - X-Runtime: ['0.013726'] + X-Request-Id: [ad3a31a2-4d9a-4873-a5de-3f96641deac1] + X-Runtime: ['0.036439'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_favourites.yaml b/tests/cassettes/test_favourites.yaml index 8ad94d3..6364f52 100644 --- a/tests/cassettes/test_favourites.yaml +++ b/tests/cassettes/test_favourites.yaml @@ -12,9 +12,8 @@ interactions: response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"95de924ad502ff36368162d55555af4a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ea0c44a5-9d04-4599-90e8-63937667a691] - X-Runtime: ['0.052434'] + X-Request-Id: [f2d49b33-2ba1-4528-99ff-2c9e4e74c9ca] + X-Runtime: ['0.062494'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_fetch_next_previous.yaml b/tests/cassettes/test_fetch_next_previous.yaml index 992f641..e9b7ce9 100644 --- a/tests/cassettes/test_fetch_next_previous.yaml +++ b/tests/cassettes/test_fetch_next_previous.yaml @@ -10,11 +10,13 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}'} + body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + 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}]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"d537b629afa83587a87d9007093e6735"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,10 +24,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1ae1254f-efb0-4833-af31-bf535b959c78] - X-Runtime: ['0.021732'] + X-Request-Id: [c68d3aad-d4af-4061-9ecb-86dd4a2fbe45] + X-Runtime: ['0.031354'] X-XSS-Protection: [1; mode=block] - content-length: ['653'] + content-length: ['1134'] status: {code: 200, message: OK} - request: body: status=Toot+number+0%21 @@ -40,13 +42,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161189451771","created_at":"2019-04-27T21:02:23.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161189451771","content":"\u003cp\u003eToot - number 0!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161189451771","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2e629356d77f73acacba26455942b0a5"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -54,10 +57,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [32901ab9-7f69-48b4-aa4c-b9611f9cea38] - X-Runtime: ['0.156650'] + X-Request-Id: [10348881-c3ed-4967-b489-86549f9671b8] + X-Runtime: ['0.170459'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+1%21 @@ -72,13 +75,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161200274469","created_at":"2019-04-27T21:02:24.103Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161200274469","content":"\u003cp\u003eToot - number 1!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161200274469","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5e1a756b10fbfad520c98319f9988995"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -86,10 +90,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [09be3587-3791-42d3-bf1e-3dbc7343f2f1] - X-Runtime: ['0.146040'] + X-Request-Id: [e387f158-c435-480f-978d-b1f99debea7b] + X-Runtime: ['0.183582'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+2%21 @@ -104,13 +108,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161212425872","created_at":"2019-04-27T21:02:24.288Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161212425872","content":"\u003cp\u003eToot - number 2!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161212425872","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"39f83dad519871214c7bb869a504513e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -118,10 +123,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e3632d13-1046-4f2a-9fbf-5b1c97186576] - X-Runtime: ['0.181519'] + X-Request-Id: [d80e18c7-3f74-4e53-8a72-7cf5424f1523] + X-Runtime: ['0.190648'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+3%21 @@ -136,13 +141,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161224705674","created_at":"2019-04-27T21:02:24.475Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161224705674","content":"\u003cp\u003eToot - number 3!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161224705674","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2697b5d388eab72c749cf2578f27833a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -150,10 +156,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c87595b7-7d53-4e46-bf99-12922d5eb605] - X-Runtime: ['0.154291'] + X-Request-Id: [985e8882-c695-474e-b12b-e3ee3dfddb98] + X-Runtime: ['0.179747'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+4%21 @@ -168,13 +174,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161238146760","created_at":"2019-04-27T21:02:24.681Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161238146760","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161238146760","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c0358d3782407515d5de5737633cde9b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -182,10 +189,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7b287535-9814-47f1-a67d-cccf20e85c2b] - X-Runtime: ['0.162059'] + X-Request-Id: [7c43a5ea-fc08-45d6-b523-8a095f43e227] + X-Runtime: ['0.219744'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+5%21 @@ -200,13 +207,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161249961657","created_at":"2019-04-27T21:02:24.864Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161249961657","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161249961657","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8ad0a941f093dc07df62c7fcbda26156"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -214,10 +222,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [86fea40b-5aa1-4737-8cdf-fb89bcb23fc6] - X-Runtime: ['0.209087'] + X-Request-Id: [7cd03cac-23c5-4660-a0be-fde43afa54e2] + X-Runtime: ['0.189420'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+6%21 @@ -232,13 +240,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161261257600","created_at":"2019-04-27T21:02:25.033Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161261257600","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161261257600","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6f8daedd2e2ecb1585be48945de310c2"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -246,10 +255,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [37d68f56-bcae-40bc-afc5-5101ad990967] - X-Runtime: ['0.133285'] + X-Request-Id: [ed574f74-7da8-4228-8432-6727b14926da] + X-Runtime: ['0.204311'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+7%21 @@ -264,13 +273,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161271695986","created_at":"2019-04-27T21:02:25.193Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161271695986","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161271695986","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"81ad9434a2ca234c3b049e37e5234125"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -278,10 +288,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d0fa2a1c-8e7b-4337-8a2f-5ba03384b3ef] - X-Runtime: ['0.153023'] + X-Request-Id: [72158125-a351-4e9f-a6d1-bdad8b2d2958] + X-Runtime: ['0.186293'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+8%21 @@ -296,13 +306,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161281672463","created_at":"2019-04-27T21:02:25.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/102000161281672463","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161281672463","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c0ccd796635e52917d5605f3c0ecfcfd"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -310,10 +321,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4fa0c87b-6c47-43f8-a95f-d188dc40c6e3] - X-Runtime: ['0.122748'] + X-Request-Id: [9b2d5e06-35a1-4776-831e-dd29349cf748] + X-Runtime: ['0.169225'] X-XSS-Protection: [1; mode=block] - content-length: ['1245'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+9%21 @@ -328,13 +339,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161292659239","created_at":"2019-04-27T21:02:25.514Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161292659239","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161292659239","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null}'} + 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 + number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"63402f94b92b096f5f6023baea73eb97"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -342,10 +354,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ed3d2080-3464-4243-9ae9-0770b3bcbf00] - X-Runtime: ['0.160597'] + X-Request-Id: [f430c921-3562-4a44-a03b-1489e9fd3555] + X-Runtime: ['0.160905'] X-XSS-Protection: [1; mode=block] - content-length: ['1245'] + content-length: ['1607'] status: {code: 200, message: OK} - request: body: null @@ -358,23 +370,32 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 response: - body: {string: '[{"id":"102000161292659239","created_at":"2019-04-27T21:02:25.514Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161292659239","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161292659239","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161281672463","created_at":"2019-04-27T21:02:25.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/102000161281672463","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161281672463","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161271695986","created_at":"2019-04-27T21:02:25.193Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161271695986","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161271695986","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161261257600","created_at":"2019-04-27T21:02:25.033Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161261257600","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161261257600","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161249961657","created_at":"2019-04-27T21:02:24.864Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161249961657","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161249961657","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null}]'} + 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 + number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"079c4678e55713a294c7da7fa211d7ca"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -383,10 +404,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [395869fc-4103-4474-b9ed-7d91c92d16a9] - X-Runtime: ['0.122006'] + X-Request-Id: [e1dcb248-28f7-4537-8e50-627f9897e1ab] + X-Runtime: ['0.098705'] X-XSS-Protection: [1; mode=block] - content-length: ['6231'] + content-length: ['8041'] status: {code: 200, message: OK} - request: body: null @@ -397,25 +418,34 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102000161249961657 + uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366669934827 response: - body: {string: '[{"id":"102000161238146760","created_at":"2019-04-27T21:02:24.681Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161238146760","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161238146760","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161224705674","created_at":"2019-04-27T21:02:24.475Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161224705674","content":"\u003cp\u003eToot - number 3!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161224705674","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161212425872","created_at":"2019-04-27T21:02:24.288Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161212425872","content":"\u003cp\u003eToot - number 2!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161212425872","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161200274469","created_at":"2019-04-27T21:02:24.103Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161200274469","content":"\u003cp\u003eToot - number 1!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161200274469","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161189451771","created_at":"2019-04-27T21:02:23.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161189451771","content":"\u003cp\u003eToot - number 0!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161189451771","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null}]'} + 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 + number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b6fb5b1200d40547e3c8ff4a92c60362"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -424,10 +454,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1e1583e9-ffb7-4b4b-a0d9-794a1915e0dc] - X-Runtime: ['0.090210'] + X-Request-Id: [c5b08242-8b37-404e-afa5-d5887fe1a4f7] + X-Runtime: ['0.102872'] X-XSS-Protection: [1; mode=block] - content-length: ['6231'] + content-length: ['8041'] status: {code: 200, message: OK} - request: body: null @@ -438,25 +468,34 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102000161238146760 + uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366657898549 response: - body: {string: '[{"id":"102000161292659239","created_at":"2019-04-27T21:02:25.514Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161292659239","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161292659239","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161281672463","created_at":"2019-04-27T21:02:25.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/102000161281672463","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161281672463","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161271695986","created_at":"2019-04-27T21:02:25.193Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161271695986","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161271695986","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161261257600","created_at":"2019-04-27T21:02:25.033Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161261257600","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161261257600","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161249961657","created_at":"2019-04-27T21:02:24.864Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161249961657","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161249961657","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null}]'} + 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 + number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"079c4678e55713a294c7da7fa211d7ca"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -465,10 +504,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [00ce753d-18a4-48e7-b96a-55478ec4e1ca] - X-Runtime: ['0.075277'] + X-Request-Id: [f57fa548-f5b3-4a14-9332-f97588c33f59] + X-Runtime: ['0.101904'] X-XSS-Protection: [1; mode=block] - content-length: ['6231'] + content-length: ['8041'] status: {code: 200, message: OK} - request: body: null @@ -480,13 +519,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161189451771 + uri: http://localhost:3000/api/v1/statuses/102315366603530978 response: - body: {string: '{}'} + 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 + number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e37ffd79cee25ef09f5f303be0dd47bf"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -494,10 +535,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d7ee1ed5-4224-41a3-bcf4-a36c142fc28f] - X-Runtime: ['0.022893'] + X-Request-Id: [30080a9c-9861-4555-9c93-8678333a440c] + X-Runtime: ['0.073961'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1577'] status: {code: 200, message: OK} - request: body: null @@ -509,13 +550,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161200274469 + uri: http://localhost:3000/api/v1/statuses/102315366615763740 response: - body: {string: '{}'} + 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 + number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -523,10 +566,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ae81c5ce-ede2-4479-87e1-ec9f1cf84aef] - X-Runtime: ['0.044945'] + X-Request-Id: [9f0a91af-0494-489e-b13d-1cd1b2d0c633] + X-Runtime: ['0.110368'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -538,13 +581,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161212425872 + uri: http://localhost:3000/api/v1/statuses/102315366629168673 response: - body: {string: '{}'} + 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 + number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -552,10 +597,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8e2a850d-2c16-409a-b7a4-d6111d7fd338] - X-Runtime: ['0.102155'] + X-Request-Id: [a4ddac92-f587-4d18-87d4-8c8a0b0233ab] + X-Runtime: ['0.115683'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -567,13 +612,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161224705674 + uri: http://localhost:3000/api/v1/statuses/102315366641338129 response: - body: {string: '{}'} + 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 + number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -581,10 +628,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a2a2617b-633a-4fcb-91f4-860f3be179ab] - X-Runtime: ['0.071496'] + X-Request-Id: [43c457a6-0b4a-48a7-bf26-991d4e6d26bb] + X-Runtime: ['0.113161'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -596,13 +643,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161238146760 + uri: http://localhost:3000/api/v1/statuses/102315366657898549 response: - body: {string: '{}'} + 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 + number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -610,10 +659,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0351d7f2-5293-4278-89e3-c1f940ead798] - X-Runtime: ['0.078626'] + X-Request-Id: [db374430-cb0c-4d8f-b5f3-55c014fb6486] + X-Runtime: ['0.103669'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -625,13 +674,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161249961657 + uri: http://localhost:3000/api/v1/statuses/102315366669934827 response: - body: {string: '{}'} + 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 + number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -639,10 +690,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8f4f0d79-87c1-4ebb-80d2-4c5a12b59603] - X-Runtime: ['0.114356'] + X-Request-Id: [8a3d5d0d-9af5-453a-b6ae-fe86d94b2007] + X-Runtime: ['0.099905'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -654,13 +705,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161261257600 + uri: http://localhost:3000/api/v1/statuses/102315366684250675 response: - body: {string: '{}'} + 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 + number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -668,10 +721,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [97204832-d71d-4412-80de-6e2a95fc41a6] - X-Runtime: ['0.070673'] + X-Request-Id: [a78d3e1a-7f4e-47b4-ac56-9ab8338fe80e] + X-Runtime: ['0.099784'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -683,13 +736,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161271695986 + uri: http://localhost:3000/api/v1/statuses/102315366697817816 response: - body: {string: '{}'} + 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 + number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -697,10 +752,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a478af44-6f91-48ea-b41c-4e3ea58867b6] - X-Runtime: ['0.069658'] + X-Request-Id: [375689bb-f0d8-4969-a3bd-207dea99bb11] + X-Runtime: ['0.101836'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -712,13 +767,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161281672463 + uri: http://localhost:3000/api/v1/statuses/102315366709537680 response: - body: {string: '{}'} + 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 + number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -726,10 +783,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4864f9b3-0690-4132-a8e0-ff68b465f17d] - X-Runtime: ['0.061718'] + X-Request-Id: [cb5b473c-f0bb-4449-a38b-2655261172ef] + X-Runtime: ['0.099494'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -741,13 +798,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161292659239 + uri: http://localhost:3000/api/v1/statuses/102315366720652298 response: - body: {string: '{}'} + 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 + number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -755,9 +814,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [af7de07b-bd7e-402c-8385-e7913396ef3d] - X-Runtime: ['0.123086'] + X-Request-Id: [745c3424-5840-46a0-bb52-5a547dd66451] + X-Runtime: ['0.120618'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} 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 292d2f0..471619e 100644 --- a/tests/cassettes/test_fetch_next_previous_from_pagination_info.yaml +++ b/tests/cassettes/test_fetch_next_previous_from_pagination_info.yaml @@ -10,11 +10,13 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}'} + body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + 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}]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e6dc89014e86e77a70403b85245e4ff8"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,10 +24,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [14859b60-cf84-4d83-8655-9a83a114df0c] - X-Runtime: ['0.038680'] + X-Request-Id: [be0f6246-beaf-4878-a7e1-0dd1f54730f4] + X-Runtime: ['0.051583'] X-XSS-Protection: [1; mode=block] - content-length: ['653'] + content-length: ['1134'] status: {code: 200, message: OK} - request: body: status=Toot+number+0%21 @@ -40,13 +42,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161385554211","created_at":"2019-04-27T21:02:26.938Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161385554211","content":"\u003cp\u003eToot - number 0!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161385554211","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a0f4c1227d63cd4ac898d3ac76bf81e0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -54,10 +57,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7ed84836-eb66-4721-a97c-a89848b4d27c] - X-Runtime: ['0.145099'] + X-Request-Id: [2685eae3-4bf0-424d-93a6-26b2592807fd] + X-Runtime: ['0.149914'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+1%21 @@ -72,13 +75,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161396242568","created_at":"2019-04-27T21:02:27.093Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161396242568","content":"\u003cp\u003eToot - number 1!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161396242568","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"dba627b08b94080549d7f253b79ead41"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -86,10 +90,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6990ad1f-1eae-4001-b37d-ea34bbebfc13] - X-Runtime: ['0.149290'] + X-Request-Id: [88c847f8-da02-4381-b771-e8040755fbc6] + X-Runtime: ['0.174741'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+2%21 @@ -104,13 +108,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161406385065","created_at":"2019-04-27T21:02:27.248Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161406385065","content":"\u003cp\u003eToot - number 2!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161406385065","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7eca89df5f3a0fc404fe0e68b0176be9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -118,10 +123,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b3608e8e-74d4-481a-8f26-845d73ae9abb] - X-Runtime: ['0.142222'] + X-Request-Id: [9ef161de-f756-4719-a932-8736819cd4b8] + X-Runtime: ['0.162592'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+3%21 @@ -136,13 +141,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161417903850","created_at":"2019-04-27T21:02:27.427Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161417903850","content":"\u003cp\u003eToot - number 3!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161417903850","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a36206b670dd4ad2a5b88ad5326aa52f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -150,10 +156,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0df48e0e-2444-40a9-ab06-bb8f5d04603f] - X-Runtime: ['0.158022'] + X-Request-Id: [0e44a79f-34d2-4ef4-a583-de28bc19b5d3] + X-Runtime: ['0.150553'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+4%21 @@ -168,13 +174,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161429546022","created_at":"2019-04-27T21:02:27.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/102000161429546022","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161429546022","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7c690cf21a98a18801b486ea1d839e0e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -182,10 +189,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6afb4e14-5efe-4e74-84cb-1a5e7515fbbb] - X-Runtime: ['0.173409'] + X-Request-Id: [cd470975-0db7-4ce0-9a07-bd57278742b7] + X-Runtime: ['0.149962'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+5%21 @@ -200,13 +207,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161440195817","created_at":"2019-04-27T21:02:27.764Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161440195817","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161440195817","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"736247c7805aab72cc9c11ae1fc2430b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -214,10 +222,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [46efae0b-d8ff-4a4b-99d6-d50e87640c96] - X-Runtime: ['0.145387'] + X-Request-Id: [a174e131-544f-44d3-9c23-7e510a58e9c5] + X-Runtime: ['0.185385'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+6%21 @@ -232,13 +240,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161450231161","created_at":"2019-04-27T21:02:27.916Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161450231161","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161450231161","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"0c9615c1e2a07c94378f85c62d1e3944"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -246,10 +255,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [cdac8f14-f519-4132-a805-7c966a078290] - X-Runtime: ['0.193678'] + X-Request-Id: [ed28bc84-af3e-45b5-b80e-e593816325dc] + X-Runtime: ['0.168270'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+7%21 @@ -264,13 +273,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161466807193","created_at":"2019-04-27T21:02:28.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/102000161466807193","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161466807193","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"09cde533f1b2e897505b02427dd48fe7"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -278,10 +288,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c64c9600-6f5c-481f-937f-5335245daa5f] - X-Runtime: ['0.164405'] + X-Request-Id: [4569b93a-428f-4291-b324-f29dd5862f2d] + X-Runtime: ['0.182853'] X-XSS-Protection: [1; mode=block] - content-length: ['1244'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+8%21 @@ -296,13 +306,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161478539666","created_at":"2019-04-27T21:02:28.354Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161478539666","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161478539666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"fa9c4400fb2eb623b982e3d81c6baaf0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -310,10 +321,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d73992be-3555-4845-9326-5c887c2a1476] - X-Runtime: ['0.242028'] + X-Request-Id: [a4991def-7170-4992-af1a-24c32ac13e59] + X-Runtime: ['0.197305'] X-XSS-Protection: [1; mode=block] - content-length: ['1245'] + content-length: ['1606'] status: {code: 200, message: OK} - request: body: status=Toot+number+9%21 @@ -328,13 +339,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161493929559","created_at":"2019-04-27T21:02:28.592Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161493929559","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161493929559","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null}'} + 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 + number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c02175f71879a443e9d388f004334317"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -342,10 +354,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8076ac6c-0aeb-4435-902a-5aef6b4497f3] - X-Runtime: ['0.168192'] + X-Request-Id: [124c9305-2cac-4416-a055-b5420bc79688] + X-Runtime: ['0.150582'] X-XSS-Protection: [1; mode=block] - content-length: ['1245'] + content-length: ['1607'] status: {code: 200, message: OK} - request: body: null @@ -358,23 +370,32 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 response: - body: {string: '[{"id":"102000161493929559","created_at":"2019-04-27T21:02:28.592Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161493929559","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161493929559","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161478539666","created_at":"2019-04-27T21:02:28.354Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161478539666","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161478539666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161466807193","created_at":"2019-04-27T21:02:28.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/102000161466807193","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161466807193","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161450231161","created_at":"2019-04-27T21:02:27.916Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161450231161","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161450231161","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161440195817","created_at":"2019-04-27T21:02:27.764Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161440195817","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161440195817","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null}]'} + 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 + number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"d142e653fdb0bfabf01c353b8c0c5e56"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -383,10 +404,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [90a0351e-a807-4a92-b8b0-f1aec88243dc] - X-Runtime: ['0.080537'] + X-Request-Id: [6e6799f2-1907-4c20-920b-94f69970a2d4] + X-Runtime: ['0.153441'] X-XSS-Protection: [1; mode=block] - content-length: ['6231'] + content-length: ['8041'] status: {code: 200, message: OK} - request: body: null @@ -397,25 +418,34 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102000161440195817 + uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366895229924 response: - body: {string: '[{"id":"102000161429546022","created_at":"2019-04-27T21:02:27.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/102000161429546022","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161429546022","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161417903850","created_at":"2019-04-27T21:02:27.427Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161417903850","content":"\u003cp\u003eToot - number 3!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161417903850","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161406385065","created_at":"2019-04-27T21:02:27.248Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161406385065","content":"\u003cp\u003eToot - number 2!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161406385065","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161396242568","created_at":"2019-04-27T21:02:27.093Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161396242568","content":"\u003cp\u003eToot - number 1!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161396242568","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161385554211","created_at":"2019-04-27T21:02:26.938Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161385554211","content":"\u003cp\u003eToot - number 0!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161385554211","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null}]'} + 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 + number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b6d9360b4739532134a5600ad60bf156"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -424,10 +454,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [601082a0-b88b-42b1-b1b6-727824c73acb] - X-Runtime: ['0.073899'] + X-Request-Id: [cbfd2712-a745-4abb-a5dc-29a6197639d6] + X-Runtime: ['0.107425'] X-XSS-Protection: [1; mode=block] - content-length: ['6231'] + content-length: ['8041'] status: {code: 200, message: OK} - request: body: null @@ -438,25 +468,34 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102000161429546022 + uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366883082833 response: - body: {string: '[{"id":"102000161493929559","created_at":"2019-04-27T21:02:28.592Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161493929559","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161493929559","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161478539666","created_at":"2019-04-27T21:02:28.354Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161478539666","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161478539666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161466807193","created_at":"2019-04-27T21:02:28.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/102000161466807193","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161466807193","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161450231161","created_at":"2019-04-27T21:02:27.916Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161450231161","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161450231161","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null},{"id":"102000161440195817","created_at":"2019-04-27T21:02:27.764Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161440195817","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161440195817","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[],"emojis":[],"card":null,"poll":null}]'} + 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 + number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"d142e653fdb0bfabf01c353b8c0c5e56"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -465,10 +504,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f4d591c7-5745-47f6-ac1d-36a234363a06] - X-Runtime: ['0.090451'] + X-Request-Id: [046cf372-5e95-4b6d-9dfd-8eac9733ba8b] + X-Runtime: ['0.088395'] X-XSS-Protection: [1; mode=block] - content-length: ['6231'] + content-length: ['8041'] status: {code: 200, message: OK} - request: body: null @@ -480,13 +519,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161385554211 + uri: http://localhost:3000/api/v1/statuses/102315366837960039 response: - body: {string: '{}'} + 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 + number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -494,10 +535,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b569a147-8092-44ea-9a5d-d0638715fa3a] - X-Runtime: ['0.025707'] + X-Request-Id: [11d9f312-8c4a-475f-a1e2-57bf6090048d] + X-Runtime: ['0.076669'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1577'] status: {code: 200, message: OK} - request: body: null @@ -509,13 +550,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161396242568 + uri: http://localhost:3000/api/v1/statuses/102315366850739514 response: - body: {string: '{}'} + 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 + number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -523,10 +566,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8b0341f2-8700-44db-9c4f-e216c7b679a6] - X-Runtime: ['0.045386'] + X-Request-Id: [ca21ab20-dfef-449e-a3e6-be03ba72dc91] + X-Runtime: ['0.099605'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -538,13 +581,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161406385065 + uri: http://localhost:3000/api/v1/statuses/102315366861200726 response: - body: {string: '{}'} + 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 + number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -552,10 +597,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ed85d034-dde1-4221-a284-65180c6ae3d9] - X-Runtime: ['0.075486'] + X-Request-Id: [ed233e08-7bde-4c0c-993a-9d29af25d9b7] + X-Runtime: ['0.127179'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -567,13 +612,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161417903850 + uri: http://localhost:3000/api/v1/statuses/102315366872057511 response: - body: {string: '{}'} + 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 + number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -581,10 +628,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f3aedd2d-35b9-4154-a734-f8084d35c3ce] - X-Runtime: ['0.065673'] + X-Request-Id: [3da0722b-4ff4-4f66-8818-f71ae3ded529] + X-Runtime: ['0.108887'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -596,13 +643,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161429546022 + uri: http://localhost:3000/api/v1/statuses/102315366883082833 response: - body: {string: '{}'} + 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 + number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -610,10 +659,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [fc22c4f0-1153-4429-8eb5-94f61cd7bec7] - X-Runtime: ['0.069442'] + X-Request-Id: [22fe9f6f-09b7-4eed-b49b-f6c5e90d2245] + X-Runtime: ['0.098389'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -625,13 +674,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161440195817 + uri: http://localhost:3000/api/v1/statuses/102315366895229924 response: - body: {string: '{}'} + 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 + number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -639,10 +690,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [cfc308cb-e013-4b05-aed7-cfcc706fb094] - X-Runtime: ['0.067747'] + X-Request-Id: [661342d6-16ad-450a-848f-add9108e4c79] + X-Runtime: ['0.123722'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -654,13 +705,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161450231161 + uri: http://localhost:3000/api/v1/statuses/102315366906684652 response: - body: {string: '{}'} + 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 + number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -668,10 +721,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a15a15ad-5d38-443f-b727-f16c1f808b4d] - X-Runtime: ['0.083293'] + X-Request-Id: [40ec0740-6e6a-4a99-be44-5fb4f88eacc0] + X-Runtime: ['0.089533'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -683,13 +736,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161466807193 + uri: http://localhost:3000/api/v1/statuses/102315366918082368 response: - body: {string: '{}'} + 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 + number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -697,10 +752,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f8428a2f-cb5b-44c4-97a3-a1dfa0573550] - X-Runtime: ['0.052378'] + X-Request-Id: [6cb360f2-7c4c-4390-a6f6-e37e34223c4f] + X-Runtime: ['0.083670'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -712,13 +767,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161478539666 + uri: http://localhost:3000/api/v1/statuses/102315366932100169 response: - body: {string: '{}'} + 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 + number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -726,10 +783,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [77f4bf54-6d91-4bcd-81c9-5bc6f10034be] - X-Runtime: ['0.073157'] + X-Request-Id: [2e48ba81-b61a-46f7-8b0a-07bf9b38c0cb] + X-Runtime: ['0.136759'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} - request: body: null @@ -741,13 +798,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161493929559 + uri: http://localhost:3000/api/v1/statuses/102315366944665799 response: - body: {string: '{}'} + 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 + number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -755,9 +814,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [2e045e32-c3b9-4d40-a929-6a01af5ba4e6] - X-Runtime: ['0.044233'] + X-Request-Id: [80bae553-14dc-4430-88a9-bb9ab2e22059] + X-Runtime: ['0.125577'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1576'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_fetch_remaining.yaml b/tests/cassettes/test_fetch_remaining.yaml index cb967a4..c1f9aa6 100644 --- a/tests/cassettes/test_fetch_remaining.yaml +++ b/tests/cassettes/test_fetch_remaining.yaml @@ -12,14 +12,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161795913742","created_at":"2019-04-27T21:02:33.210Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161795913742","content":"\u003cp\u003eToot + 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 number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161795913742","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6a8c3a925ff18752457320607e3dddd4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +28,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [fe3950ad-3f24-4ebf-86f5-4c39979bf6dc] - X-Runtime: ['0.251852'] + X-Request-Id: [f468b4c7-8a26-4650-9491-b1ed54831a45] + X-Runtime: ['0.216260'] X-XSS-Protection: [1; mode=block] - content-length: ['1618'] + content-length: ['1980'] status: {code: 200, message: OK} - request: body: status=Toot+number+1%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -45,14 +46,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161812736404","created_at":"2019-04-27T21:02:33.457Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161812736404","content":"\u003cp\u003eToot + 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 number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161812736404","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"048840ea1f4713400c5c0cf13774acad"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -60,10 +62,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0a102cce-5e48-4924-8462-ad610e4b8028] - X-Runtime: ['0.163113'] + X-Request-Id: [96372f2a-4ebb-4251-85e1-ebf945015be3] + X-Runtime: ['0.222637'] X-XSS-Protection: [1; mode=block] - content-length: ['1618'] + content-length: ['1980'] status: {code: 200, message: OK} - request: body: status=Toot+number+2%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -78,14 +80,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161825108604","created_at":"2019-04-27T21:02:33.645Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161825108604","content":"\u003cp\u003eToot + 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 number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161825108604","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f23e2915bdee18df91833881061289cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -93,10 +96,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0c300b0a-5b1d-478e-b85c-1939e87a4244] - X-Runtime: ['0.163171'] + X-Request-Id: [d63be3cb-4c82-4512-b4ed-0295745dbcfe] + X-Runtime: ['0.160949'] X-XSS-Protection: [1; mode=block] - content-length: ['1618'] + content-length: ['1980'] status: {code: 200, message: OK} - request: body: status=Toot+number+3%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -111,14 +114,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161836460477","created_at":"2019-04-27T21:02:33.819Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161836460477","content":"\u003cp\u003eToot + 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 number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161836460477","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ae35a00e6a2e542fa32b13b9413a8cc1"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -126,10 +130,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b7d02c52-49e4-4260-95a6-5049b3bd5181] - X-Runtime: ['0.199212'] + X-Request-Id: [49697792-6a83-41be-a491-ea4641d7166e] + X-Runtime: ['0.194364'] X-XSS-Protection: [1; mode=block] - content-length: ['1618'] + content-length: ['1980'] status: {code: 200, message: OK} - request: body: status=Toot+number+4%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -144,14 +148,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161850167551","created_at":"2019-04-27T21:02:34.028Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161850167551","content":"\u003cp\u003eToot + 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 number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161850167551","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"23653ea2a65579eca5b67e51744ef1a6"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -159,10 +164,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d585c468-e6e3-46bd-8dce-ead2197ac814] - X-Runtime: ['0.128958'] + X-Request-Id: [6598f792-de35-46a8-b5dd-afd874f2c4eb] + X-Runtime: ['0.184375'] X-XSS-Protection: [1; mode=block] - content-length: ['1618'] + content-length: ['1980'] status: {code: 200, message: OK} - request: body: status=Toot+number+5%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -177,14 +182,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161862701068","created_at":"2019-04-27T21:02:34.231Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161862701068","content":"\u003cp\u003eToot + 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 number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161862701068","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"39c4f2f7cb3106b9552af4ac70d62160"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -192,10 +198,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [934f9994-f614-4507-a518-57a5ae276e77] - X-Runtime: ['0.230060'] + X-Request-Id: [14b6607a-8561-4da5-b669-0db505384e92] + X-Runtime: ['0.195700'] X-XSS-Protection: [1; mode=block] - content-length: ['1618'] + content-length: ['1980'] status: {code: 200, message: OK} - request: body: status=Toot+number+6%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -210,14 +216,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161877435393","created_at":"2019-04-27T21:02:34.444Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161877435393","content":"\u003cp\u003eToot + 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 number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161877435393","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a34abf80da8e5e1faa20533be915f54f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -225,10 +232,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [17b392bc-fbf2-458d-a292-130a3c5d674b] - X-Runtime: ['0.198624'] + X-Request-Id: [0f0febaf-a2fd-45d1-ad64-fadcb3a80104] + X-Runtime: ['0.178563'] X-XSS-Protection: [1; mode=block] - content-length: ['1618'] + content-length: ['1980'] status: {code: 200, message: OK} - request: body: status=Toot+number+7%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -243,14 +250,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161889903701","created_at":"2019-04-27T21:02:34.633Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161889903701","content":"\u003cp\u003eToot + 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 number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161889903701","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"69298ec450a3002478fb70c3acb6ee44"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -258,10 +266,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [03d62b55-444f-468b-bff0-06a3db6fae20] - X-Runtime: ['0.174508'] + X-Request-Id: [6eb04710-6c5c-4865-b4c8-f65f47f926b4] + X-Runtime: ['0.139559'] X-XSS-Protection: [1; mode=block] - content-length: ['1618'] + content-length: ['1980'] status: {code: 200, message: OK} - request: body: status=Toot+number+8%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -276,14 +284,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161901476850","created_at":"2019-04-27T21:02:34.812Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161901476850","content":"\u003cp\u003eToot + 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 number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161901476850","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6e4909b5961e2813929a15254282faa7"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -291,10 +300,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [454a59b6-7b2d-47cf-adc3-048d41b02b83] - X-Runtime: ['0.171904'] + X-Request-Id: [186bfa54-1f44-4dd0-ada0-0736ffd0fc38] + X-Runtime: ['0.219982'] X-XSS-Protection: [1; mode=block] - content-length: ['1619'] + content-length: ['1980'] status: {code: 200, message: OK} - request: body: status=Toot+number+9%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -309,14 +318,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161913354039","created_at":"2019-04-27T21:02:34.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/102000161913354039","content":"\u003cp\u003eToot + 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 number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161913354039","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"85c4884c441ff42eab4ee8198740cc2b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -324,10 +334,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9bf63f69-0cb9-459f-9057-cf07d62abdb1] - X-Runtime: ['0.172549'] + X-Request-Id: [57bdcf50-8ccc-4aaa-a8a1-fee5b01541b8] + X-Runtime: ['0.194463'] X-XSS-Protection: [1; mode=block] - content-length: ['1619'] + content-length: ['1981'] status: {code: 200, message: OK} - request: body: status=Toot+number+10%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -342,14 +352,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161926558452","created_at":"2019-04-27T21:02:35.199Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161926558452","content":"\u003cp\u003eToot + 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 number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161926558452","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b33ecaa26b37fa86580b8e11d0aeaffb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -357,10 +368,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9c31d732-9089-4dff-a170-d51b8211f112] - X-Runtime: ['0.224004'] + X-Request-Id: [f3cfd097-302a-46e3-bf18-73fb1a748a1b] + X-Runtime: ['0.211032'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+11%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -375,14 +386,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161941211242","created_at":"2019-04-27T21:02:35.418Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161941211242","content":"\u003cp\u003eToot + 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 number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161941211242","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b7589263fb02ab025835e4efdf91d77b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -390,10 +402,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [80eff266-0466-4d27-8f53-0093a1e89120] - X-Runtime: ['0.199163'] + X-Request-Id: [751bdde2-2b6f-4401-934c-cffe26dc46fe] + X-Runtime: ['0.221059'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+12%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -408,14 +420,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161954799385","created_at":"2019-04-27T21:02:35.641Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161954799385","content":"\u003cp\u003eToot + 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 number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161954799385","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ba5d14429da17aed9103160fc68cb809"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -423,10 +436,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ddf9a6b7-4306-423e-bd7a-1a6f77f16e29] - X-Runtime: ['0.183110'] + X-Request-Id: [5272424d-2367-4e18-8a1a-d99b141db021] + X-Runtime: ['0.242344'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+13%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -441,14 +454,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161967727848","created_at":"2019-04-27T21:02:35.822Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161967727848","content":"\u003cp\u003eToot + 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 number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161967727848","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ba948e66ee0940b3df009800742e77cc"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -456,10 +470,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [aaec207b-a2f1-45c6-af30-36ca16e8a8bd] - X-Runtime: ['0.174811'] + X-Request-Id: [ae210896-8da8-4d94-acbd-56308c212449] + X-Runtime: ['0.186627'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+14%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -474,14 +488,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161979535079","created_at":"2019-04-27T21:02:36.012Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161979535079","content":"\u003cp\u003eToot + 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 number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161979535079","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"819e3aad4cdc285c3f34fec541cc6b63"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -489,10 +504,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c94d44e2-833b-441a-90d9-ab616b3f466e] - X-Runtime: ['0.190769'] + X-Request-Id: [15e123e2-e7ee-406e-b5a5-69c648e8ce6f] + X-Runtime: ['0.189834'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+15%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -507,14 +522,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000161992661747","created_at":"2019-04-27T21:02:36.203Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161992661747","content":"\u003cp\u003eToot + 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 number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161992661747","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"17ca100f24b6538b59f460d48ecadd18"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -522,10 +538,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4a57a43a-44a1-461c-9b80-04de589d7c35] - X-Runtime: ['0.149583'] + X-Request-Id: [d1dbad85-5c07-4ff6-83f3-fa5258056b5e] + X-Runtime: ['0.186708'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+16%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -540,14 +556,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162006469976","created_at":"2019-04-27T21:02:36.414Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162006469976","content":"\u003cp\u003eToot + 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 number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162006469976","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8e7cf8e7435bd44766e7e48e440520c4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -555,10 +572,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3c8080d6-7173-4e42-a6fd-3a5e514dba49] - X-Runtime: ['0.197945'] + X-Request-Id: [c991ab5a-0a40-42dd-9708-645f8c28141e] + X-Runtime: ['0.228698'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+17%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -573,14 +590,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162018494756","created_at":"2019-04-27T21:02:36.596Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162018494756","content":"\u003cp\u003eToot + 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 number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162018494756","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e55c3afedf3e62f152ce550f0da58132"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -588,10 +606,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [53b45cbe-c599-4ac5-a9b3-af989f8794c1] - X-Runtime: ['0.155910'] + X-Request-Id: [40201c5e-dcd8-48a0-a3f7-2e2bfcce8536] + X-Runtime: ['0.183248'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+18%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -606,14 +624,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162029399835","created_at":"2019-04-27T21:02:36.781Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162029399835","content":"\u003cp\u003eToot + 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 number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162029399835","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"807db6aa84c5a670edef3aa046b78763"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -621,10 +640,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9601906a-f48b-4d16-8260-64c561bb345e] - X-Runtime: ['0.196328'] + X-Request-Id: [01c8fd41-9bdf-4078-a00f-7875c2d56229] + X-Runtime: ['0.190799'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+19%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -639,14 +658,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162042639599","created_at":"2019-04-27T21:02:36.966Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162042639599","content":"\u003cp\u003eToot + 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 number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162042639599","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"75afde4464e75317df250a08d4ded9fb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -654,10 +674,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [5ccbc55e-fb8b-4e0b-aa13-bffebcc80808] - X-Runtime: ['0.183737'] + X-Request-Id: [17754f0e-06f3-4574-815a-03906e735cd5] + X-Runtime: ['0.177442'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+20%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -672,14 +692,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162056681787","created_at":"2019-04-27T21:02:37.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/102000162056681787","content":"\u003cp\u003eToot + 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 number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162056681787","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"70b6fa21db3af92b5bb907f6b74d71f0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -687,10 +708,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3cfa20f5-184b-4e36-869c-49647bd82674] - X-Runtime: ['0.177909'] + X-Request-Id: [528a5944-a69d-45f4-8089-a8eb99c36b32] + X-Runtime: ['0.170095'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+21%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -705,14 +726,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162068641253","created_at":"2019-04-27T21:02:37.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/102000162068641253","content":"\u003cp\u003eToot + 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 number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162068641253","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"39b4dd32ae44372f7754e34f9ef37a47"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -720,10 +742,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [57e7c333-2100-4d53-a653-c1cdff172b1f] - X-Runtime: ['0.140139'] + X-Request-Id: [ffeb948d-fb72-45ed-b2e3-9cf48667aecb] + X-Runtime: ['0.149532'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+22%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -738,14 +760,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162082202112","created_at":"2019-04-27T21:02:37.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/102000162082202112","content":"\u003cp\u003eToot + 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 number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162082202112","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3f11f59cefe5b7f7d9468dd505189d4e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -753,10 +776,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [60882b92-93bb-4d32-a2ee-c8f59b24c6e8] - X-Runtime: ['0.216859'] + X-Request-Id: [6d279492-c550-4e7c-8b99-10be2a067c5d] + X-Runtime: ['0.210912'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+23%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -771,14 +794,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162094411566","created_at":"2019-04-27T21:02:37.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/102000162094411566","content":"\u003cp\u003eToot + 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 number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162094411566","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b2f7d3f3021522d802ec0c2ce744045a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -786,10 +810,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [228904ad-6a1d-4e17-b810-e7072085430c] - X-Runtime: ['0.178746'] + X-Request-Id: [7b46d965-1360-4e13-ad29-2de242530587] + X-Runtime: ['0.190818'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+24%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -804,14 +828,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162107543957","created_at":"2019-04-27T21:02:37.956Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162107543957","content":"\u003cp\u003eToot + 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 number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162107543957","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"cbbe3ac4c493d426a53fab90f3223efa"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -819,10 +844,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [63c0810d-9879-4f52-873e-10c5228d8108] - X-Runtime: ['0.189676'] + X-Request-Id: [ea45e127-a4e2-4eae-8eac-f48b36b73727] + X-Runtime: ['0.211285'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+25%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -837,14 +862,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162120106605","created_at":"2019-04-27T21:02:38.147Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162120106605","content":"\u003cp\u003eToot + 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 number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162120106605","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"0da7c93ede2af3fc17b09646a0f0cf4a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -852,10 +878,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7ea4370f-eb3b-4ed3-95a7-b72c73181370] - X-Runtime: ['0.170476'] + X-Request-Id: [e8fab620-00d2-4c20-a8d9-656af3083596] + X-Runtime: ['0.179046'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+26%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -870,14 +896,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162132290849","created_at":"2019-04-27T21:02:38.339Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162132290849","content":"\u003cp\u003eToot + 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 number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162132290849","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b6c7546a4cd10275387b1882b054b8fd"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -885,10 +912,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9644e449-0331-483b-aa09-40c0a5246967] - X-Runtime: ['0.159525'] + X-Request-Id: [73bc6c3c-2240-4037-8f2e-5d982085a0fc] + X-Runtime: ['0.142268'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+27%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -903,14 +930,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162145196663","created_at":"2019-04-27T21:02:38.547Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162145196663","content":"\u003cp\u003eToot + 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 number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162145196663","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"433f9ec6c4262397273936c618e2c3c9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -918,10 +946,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [287063e1-209b-42eb-9377-1d3521129021] - X-Runtime: ['0.223372'] + X-Request-Id: [c77c521a-14a9-4f69-82d8-3260003d6cc3] + X-Runtime: ['0.242744'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+28%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -936,14 +964,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162159284553","created_at":"2019-04-27T21:02:38.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/102000162159284553","content":"\u003cp\u003eToot + 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 number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162159284553","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"90fd527ab729005b03b46dac18f6218f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -951,10 +980,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f929f8a5-49af-47a8-b87e-05623e56ba76] - X-Runtime: ['0.163293'] + X-Request-Id: [0437217d-be2e-4b6f-b9b9-72d6efceb5e0] + X-Runtime: ['0.170133'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: status=Toot+number+29%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp @@ -969,14 +998,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000162171428385","created_at":"2019-04-27T21:02:38.931Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162171428385","content":"\u003cp\u003eToot + 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 number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162171428385","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b9aa8a29d1d6cc3d5cbe97acb4b1e6a1"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -984,10 +1014,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1480a875-b464-4486-bd64-48117c48c8f0] - X-Runtime: ['0.178238'] + X-Request-Id: [7e4e6091-f281-43d6-b187-806c72bde63c] + X-Runtime: ['0.180693'] X-XSS-Protection: [1; mode=block] - content-length: ['1620'] + content-length: ['1982'] status: {code: 200, message: OK} - request: body: null @@ -1000,43 +1030,62 @@ interactions: method: GET uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10 response: - body: {string: '[{"id":"102000162171428385","created_at":"2019-04-27T21:02:38.931Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162171428385","content":"\u003cp\u003eToot + 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 number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162171428385","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162159284553","created_at":"2019-04-27T21:02:38.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/102000162159284553","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162159284553","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162145196663","created_at":"2019-04-27T21:02:38.547Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162145196663","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162145196663","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162132290849","created_at":"2019-04-27T21:02:38.339Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162132290849","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162132290849","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162120106605","created_at":"2019-04-27T21:02:38.147Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162120106605","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162120106605","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162107543957","created_at":"2019-04-27T21:02:37.956Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162107543957","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162107543957","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162094411566","created_at":"2019-04-27T21:02:37.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/102000162094411566","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162094411566","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162082202112","created_at":"2019-04-27T21:02:37.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/102000162082202112","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162082202112","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162068641253","created_at":"2019-04-27T21:02:37.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/102000162068641253","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162068641253","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162056681787","created_at":"2019-04-27T21:02:37.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/102000162056681787","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162056681787","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4e3f940953bd8aa649c03f6c5d9d7f02"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -1045,10 +1094,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8a64ba02-5283-4d5c-b274-af18097a05b0] - X-Runtime: ['0.184065'] + X-Request-Id: [a1d4a9ae-ceae-4ac0-8b68-0180d1ef55ce] + X-Runtime: ['0.201680'] X-XSS-Protection: [1; mode=block] - content-length: ['16211'] + content-length: ['19831'] status: {code: 200, message: OK} - request: body: null @@ -1059,45 +1108,64 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102000162056681787 + uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367353605620 response: - body: {string: '[{"id":"102000162042639599","created_at":"2019-04-27T21:02:36.966Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162042639599","content":"\u003cp\u003eToot + 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 number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162042639599","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162029399835","created_at":"2019-04-27T21:02:36.781Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162029399835","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162029399835","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162018494756","created_at":"2019-04-27T21:02:36.596Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162018494756","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162018494756","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000162006469976","created_at":"2019-04-27T21:02:36.414Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000162006469976","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000162006469976","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161992661747","created_at":"2019-04-27T21:02:36.203Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161992661747","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161992661747","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161979535079","created_at":"2019-04-27T21:02:36.012Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161979535079","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161979535079","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161967727848","created_at":"2019-04-27T21:02:35.822Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161967727848","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161967727848","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161954799385","created_at":"2019-04-27T21:02:35.641Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161954799385","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161954799385","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161941211242","created_at":"2019-04-27T21:02:35.418Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161941211242","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161941211242","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161926558452","created_at":"2019-04-27T21:02:35.199Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161926558452","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161926558452","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e9a17d6c299d651bd414a42371f16bf0"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -1106,10 +1174,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6d414c95-5fd7-4427-bc68-94f85a182e6a] - X-Runtime: ['0.148977'] + X-Request-Id: [c48ab30a-941b-448a-97e5-3bc2299cc690] + X-Runtime: ['0.150508'] X-XSS-Protection: [1; mode=block] - content-length: ['16211'] + content-length: ['19831'] status: {code: 200, message: OK} - request: body: null @@ -1120,45 +1188,64 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102000161926558452 + uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367212289038 response: - body: {string: '[{"id":"102000161913354039","created_at":"2019-04-27T21:02:34.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/102000161913354039","content":"\u003cp\u003eToot + 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 number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161913354039","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161901476850","created_at":"2019-04-27T21:02:34.812Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161901476850","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161901476850","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161889903701","created_at":"2019-04-27T21:02:34.633Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161889903701","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161889903701","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161877435393","created_at":"2019-04-27T21:02:34.444Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161877435393","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161877435393","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161862701068","created_at":"2019-04-27T21:02:34.231Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161862701068","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161862701068","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161850167551","created_at":"2019-04-27T21:02:34.028Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161850167551","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161850167551","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161836460477","created_at":"2019-04-27T21:02:33.819Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161836460477","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161836460477","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161825108604","created_at":"2019-04-27T21:02:33.645Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161825108604","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161825108604","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161812736404","created_at":"2019-04-27T21:02:33.457Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161812736404","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161812736404","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102000161795913742","created_at":"2019-04-27T21:02:33.210Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000161795913742","content":"\u003cp\u003eToot + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" - class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000161795913742","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} + class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b56c199001a74fd00958f288720ed341"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -1167,10 +1254,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7a793f73-d13a-45ba-ab22-2499060c527a] - X-Runtime: ['0.143568'] + X-Request-Id: [e2ade47b-379e-4948-963a-3e4fae33f86d] + X-Runtime: ['0.163637'] X-XSS-Protection: [1; mode=block] - content-length: ['16201'] + content-length: ['19821'] status: {code: 200, message: OK} - request: body: null @@ -1181,13 +1268,12 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102000161795913742 + uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367078341798 response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"faed82c315612a90d98b9d4e2b156126"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1195,8 +1281,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c7f418ef-cbe8-4534-9cc0-518856a641d6] - X-Runtime: ['0.026946'] + X-Request-Id: [d16bc29d-19fc-4df4-a697-593fd389008a] + X-Runtime: ['0.034346'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -1210,13 +1296,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161795913742 + uri: http://localhost:3000/api/v1/statuses/102315367078341798 response: - body: {string: '{}'} + 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 + number 0! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2a23082400ef1250fdbd16289e7e269a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1224,10 +1313,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3a9a55a0-e952-4600-814b-8b315b39314c] - X-Runtime: ['0.024051'] + X-Request-Id: [10e17ed8-a586-4c5a-9b74-e1957b776799] + X-Runtime: ['0.086581'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1239,13 +1328,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161812736404 + uri: http://localhost:3000/api/v1/statuses/102315367093764848 response: - body: {string: '{}'} + 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 + number 1! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2a23082400ef1250fdbd16289e7e269a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1253,10 +1345,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [dd3ee023-089b-49a6-9e03-89b8e914db1e] - X-Runtime: ['0.083923'] + X-Request-Id: [f75b4ab9-57c6-4518-ba5a-af399133ba9b] + X-Runtime: ['0.114052'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1268,13 +1360,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161825108604 + uri: http://localhost:3000/api/v1/statuses/102315367108400731 response: - body: {string: '{}'} + 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 + number 2! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2a23082400ef1250fdbd16289e7e269a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1282,10 +1377,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [af728c1e-d1cc-46c8-aca2-5c80ad294a90] - X-Runtime: ['0.045356'] + X-Request-Id: [da84b2aa-4a8b-4cbd-ba0e-207ec9904743] + X-Runtime: ['0.113158'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1297,13 +1392,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161836460477 + uri: http://localhost:3000/api/v1/statuses/102315367121627662 response: - body: {string: '{}'} + 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 + number 3! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2a23082400ef1250fdbd16289e7e269a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1311,10 +1409,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [76f7282d-be67-430d-88f2-e65d57e0153f] - X-Runtime: ['0.068296'] + X-Request-Id: [2c937e20-c676-4daa-815e-8b010558d3e1] + X-Runtime: ['0.105579'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1326,13 +1424,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161850167551 + uri: http://localhost:3000/api/v1/statuses/102315367134556897 response: - body: {string: '{}'} + 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 + number 4! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2a23082400ef1250fdbd16289e7e269a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1340,10 +1441,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f9623c3c-e139-4460-8878-498825a19ca7] - X-Runtime: ['0.106200'] + X-Request-Id: [cdb98ca6-7555-4734-9628-bde475c4ab0c] + X-Runtime: ['0.104273'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1355,13 +1456,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161862701068 + uri: http://localhost:3000/api/v1/statuses/102315367147678088 response: - body: {string: '{}'} + 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 + number 5! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1369,10 +1473,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [bc64077c-2b41-4e5f-88a0-722612f04ab3] - X-Runtime: ['0.036252'] + X-Request-Id: [e291c5bb-a32b-4e20-bb51-c2f822e87249] + X-Runtime: ['0.099703'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1384,13 +1488,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161877435393 + uri: http://localhost:3000/api/v1/statuses/102315367160368122 response: - body: {string: '{}'} + 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 + number 6! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1398,10 +1505,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a21d223c-58f0-4ca5-97c0-285512fddc43] - X-Runtime: ['0.054982'] + X-Request-Id: [d431fb30-42e6-492b-b1e3-e65c1a80ec4d] + X-Runtime: ['0.099979'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1413,13 +1520,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161889903701 + uri: http://localhost:3000/api/v1/statuses/102315367172516154 response: - body: {string: '{}'} + 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 + number 7! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1427,10 +1537,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7f89741a-1af6-4f25-a1b3-e88cca44f9d6] - X-Runtime: ['0.096536'] + X-Request-Id: [aaf40f5e-af46-48dd-a56b-a56aa10a1c37] + X-Runtime: ['0.094590'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1442,13 +1552,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161901476850 + uri: http://localhost:3000/api/v1/statuses/102315367185859314 response: - body: {string: '{}'} + 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 + number 8! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1456,10 +1569,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [10edb8d4-6c92-4245-bfca-641b101d11ee] - X-Runtime: ['0.089650'] + X-Request-Id: [317764ee-14f9-4d93-957d-9bea76903dd5] + X-Runtime: ['0.158637'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1629'] status: {code: 200, message: OK} - request: body: null @@ -1471,13 +1584,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161913354039 + uri: http://localhost:3000/api/v1/statuses/102315367198066295 response: - body: {string: '{}'} + 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 + number 9! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1485,10 +1601,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ddf1d04a-fc5b-4f73-93a8-0d35f0492005] - X-Runtime: ['0.072362'] + X-Request-Id: [512042cd-1b4b-4022-83a9-a156e8734146] + X-Runtime: ['0.070036'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1500,13 +1616,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161926558452 + uri: http://localhost:3000/api/v1/statuses/102315367212289038 response: - body: {string: '{}'} + 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 + number 10! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1514,10 +1633,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [cd1e2ed4-4379-48eb-b593-9988b512c04f] - X-Runtime: ['0.063740'] + X-Request-Id: [2e0cfc16-fc3a-4c20-9f7b-e2a90d7f9944] + X-Runtime: ['0.127508'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1772'] status: {code: 200, message: OK} - request: body: null @@ -1529,13 +1648,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161941211242 + uri: http://localhost:3000/api/v1/statuses/102315367227583481 response: - body: {string: '{}'} + 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 + number 11! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1543,10 +1665,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e1970377-fa16-41c1-a75f-8eb39da046a0] - X-Runtime: ['0.078178'] + X-Request-Id: [399e3fda-5095-4056-b65d-675be8fa50ff] + X-Runtime: ['0.089879'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1772'] status: {code: 200, message: OK} - request: body: null @@ -1558,13 +1680,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161954799385 + uri: http://localhost:3000/api/v1/statuses/102315367244331103 response: - body: {string: '{}'} + 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 + number 12! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1572,10 +1697,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f6acd842-708c-42b7-b490-7781dae207b3] - X-Runtime: ['0.070526'] + X-Request-Id: [389e38f7-307c-4525-8cdf-bd30db6721f4] + X-Runtime: ['0.106773'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1772'] status: {code: 200, message: OK} - request: body: null @@ -1587,13 +1712,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161967727848 + uri: http://localhost:3000/api/v1/statuses/102315367258821671 response: - body: {string: '{}'} + 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 + number 13! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1601,10 +1729,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [97392f1a-fd1d-4923-aa0d-a8cdbf49f719] - X-Runtime: ['0.069172'] + X-Request-Id: [b47ed0a5-6940-40ea-9330-85aa9383f843] + X-Runtime: ['0.097547'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1772'] status: {code: 200, message: OK} - request: body: null @@ -1616,13 +1744,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161979535079 + uri: http://localhost:3000/api/v1/statuses/102315367272416011 response: - body: {string: '{}'} + 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 + number 14! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1630,10 +1761,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c7a124f0-2ed6-45c5-a87e-540329501217] - X-Runtime: ['0.076446'] + X-Request-Id: [86bde981-f91a-4b6e-a757-96b0c4ed11d1] + X-Runtime: ['0.097511'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1772'] status: {code: 200, message: OK} - request: body: null @@ -1645,13 +1776,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000161992661747 + uri: http://localhost:3000/api/v1/statuses/102315367286577012 response: - body: {string: '{}'} + 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 + number 15! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1659,10 +1793,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [2fa32fa6-7331-410e-af5e-599f4f9a5236] - X-Runtime: ['0.062343'] + X-Request-Id: [de41982e-f9fc-4884-8d87-7e28e71ff845] + X-Runtime: ['0.109257'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1772'] status: {code: 200, message: OK} - request: body: null @@ -1674,13 +1808,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162006469976 + uri: http://localhost:3000/api/v1/statuses/102315367299312272 response: - body: {string: '{}'} + 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 + number 16! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1688,10 +1825,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [2a83a65d-3e5d-419e-b546-ed1f7b1d9dfa] - X-Runtime: ['0.074485'] + X-Request-Id: [967a66ff-d059-41d3-accf-7b573a39d945] + X-Runtime: ['0.096598'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1772'] status: {code: 200, message: OK} - request: body: null @@ -1703,13 +1840,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162018494756 + uri: http://localhost:3000/api/v1/statuses/102315367314441287 response: - body: {string: '{}'} + 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 + number 17! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1717,10 +1857,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [67ed931a-af58-4f65-b579-19ed9352ce93] - X-Runtime: ['0.079755'] + X-Request-Id: [ec97431f-83c8-4cc4-80a0-7ba624ad12f6] + X-Runtime: ['0.094317'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1772'] status: {code: 200, message: OK} - request: body: null @@ -1732,13 +1872,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162029399835 + uri: http://localhost:3000/api/v1/statuses/102315367328224976 response: - body: {string: '{}'} + 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 + number 18! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1746,10 +1889,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [39a4b765-e152-4ea2-a144-ce6724cde4bd] - X-Runtime: ['0.119586'] + X-Request-Id: [7cb9b986-e7a8-450d-8805-bbcbe3dfbd3a] + X-Runtime: ['0.123091'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1772'] status: {code: 200, message: OK} - request: body: null @@ -1761,13 +1904,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162042639599 + uri: http://localhost:3000/api/v1/statuses/102315367340588354 response: - body: {string: '{}'} + 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 + number 19! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1775,10 +1921,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e660aad3-cbc6-41f7-8838-29459e8a3849] - X-Runtime: ['0.049137'] + X-Request-Id: [4e26616c-5587-47a0-b68c-87c07bd0c091] + X-Runtime: ['0.167367'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1630'] status: {code: 200, message: OK} - request: body: null @@ -1790,13 +1936,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162056681787 + uri: http://localhost:3000/api/v1/statuses/102315367353605620 response: - body: {string: '{}'} + 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 + number 20! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1804,10 +1953,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9999a821-0242-4773-88de-d26602c043ab] - X-Runtime: ['0.064426'] + X-Request-Id: [eb94564a-b9a0-4301-8cf3-2232e3cbf118] + X-Runtime: ['0.083446'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1772'] status: {code: 200, message: OK} - request: body: null @@ -1819,13 +1968,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162068641253 + uri: http://localhost:3000/api/v1/statuses/102315367365699815 response: - body: {string: '{}'} + 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 + number 21! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1833,10 +1985,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [64c8bdfd-e0c0-48ab-a79a-2a035e30fdf2] - X-Runtime: ['0.063054'] + X-Request-Id: [4907d2bb-d957-41b2-aa5e-928433690dd3] + X-Runtime: ['0.092471'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1848,13 +2000,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162082202112 + uri: http://localhost:3000/api/v1/statuses/102315367379244439 response: - body: {string: '{}'} + 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 + number 22! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1862,10 +2017,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6edd203e-e489-4a6d-bb36-8ed49672ef5a] - X-Runtime: ['0.064788'] + X-Request-Id: [ed72a1e8-85b4-4872-ba81-89abd9211999] + X-Runtime: ['0.112587'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1877,13 +2032,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162094411566 + uri: http://localhost:3000/api/v1/statuses/102315367392354311 response: - body: {string: '{}'} + 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 + number 23! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1891,10 +2049,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [91a67b6d-f852-4513-a478-661fd7df04f5] - X-Runtime: ['0.068150'] + X-Request-Id: [e819693c-5be7-455f-a4e7-52be9c2cdc0b] + X-Runtime: ['0.094665'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1906,13 +2064,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162107543957 + uri: http://localhost:3000/api/v1/statuses/102315367406486904 response: - body: {string: '{}'} + 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 + number 24! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1920,10 +2081,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [895b67a2-ce85-4432-bfa1-77d88ddb53e1] - X-Runtime: ['0.075359'] + X-Request-Id: [404792fa-7709-4bf1-9253-00e2ca41a289] + X-Runtime: ['0.095633'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1935,13 +2096,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162120106605 + uri: http://localhost:3000/api/v1/statuses/102315367419764413 response: - body: {string: '{}'} + 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 + number 25! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1949,10 +2113,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [562ca301-b1c2-489c-9821-ee76a614b024] - X-Runtime: ['0.080331'] + X-Request-Id: [b9f84d2c-43d7-48b8-bd1c-13b0bc09d7ca] + X-Runtime: ['0.104412'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1964,13 +2128,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162132290849 + uri: http://localhost:3000/api/v1/statuses/102315367432307207 response: - body: {string: '{}'} + 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 + number 26! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1978,10 +2145,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8a3ee490-cd2f-4ec2-ac26-419dc5184773] - X-Runtime: ['0.070195'] + X-Request-Id: [f8a2a28b-91ea-45b5-a331-c085fa259af3] + X-Runtime: ['0.105872'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -1993,13 +2160,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162145196663 + uri: http://localhost:3000/api/v1/statuses/102315367446179072 response: - body: {string: '{}'} + 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 + number 27! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -2007,10 +2177,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d76d27fc-ef97-4177-bdd3-9033d4bef7c8] - X-Runtime: ['0.067010'] + X-Request-Id: [e1ef4e3c-f7e0-47a2-a096-77f619a69505] + X-Runtime: ['0.098258'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -2022,13 +2192,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162159284553 + uri: http://localhost:3000/api/v1/statuses/102315367460356442 response: - body: {string: '{}'} + 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 + number 28! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5f9df8fc11d181d14d2472e4b3c0e743"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -2036,10 +2209,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0aa9f1db-5f81-4019-9955-5ac4e85a5330] - X-Runtime: ['0.074159'] + X-Request-Id: [050d4024-5d85-4b05-bbd8-dd870c5e8bd3] + X-Runtime: ['0.098381'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} - request: body: null @@ -2051,13 +2224,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000162171428385 + uri: http://localhost:3000/api/v1/statuses/102315367472580649 response: - body: {string: '{}'} + 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 + number 29! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5f9df8fc11d181d14d2472e4b3c0e743"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -2065,9 +2241,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [5cd483d3-48ca-4b03-81f3-bc2fd99d6b63] - X-Runtime: ['0.061566'] + X-Request-Id: [62521e26-7bc2-4eba-b62e-a480973ce13c] + X-Runtime: ['0.114394'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1771'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_filter_clientside.yaml b/tests/cassettes/test_filter_clientside.yaml index a09eba6..f68556a 100644 --- a/tests/cassettes/test_filter_clientside.yaml +++ b/tests/cassettes/test_filter_clientside.yaml @@ -10,11 +10,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} + 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"cca95597eef24d0cc6568992adcfae02"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ff912604-72b8-4fe1-883f-5c56ce643f86] - X-Runtime: ['0.019478'] + X-Request-Id: [6ee9ce11-1244-45f5-a1db-6afc6fd661c2] + X-Runtime: ['0.053206'] X-XSS-Protection: [1; mode=block] content-length: ['609'] status: {code: 200, message: OK} @@ -42,9 +41,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"860829056a0f794537d8f74e3194ff1b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,8 +50,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8b454b74-ac7c-4582-8d04-a4722197eff3] - X-Runtime: ['0.166188'] + X-Request-Id: [5dc249f9-0c0f-4f3d-b20c-e90322991d93] + X-Runtime: ['0.138569'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -70,11 +68,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/filters response: - body: {string: '{"id":"1","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"10","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"027dbb402be4d394becee9a70a3e1d28"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -82,10 +79,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9ef5c0e7-2aed-4f65-a018-538a14155d04] - X-Runtime: ['0.073522'] + X-Request-Id: [2573f8e5-b57e-48b6-a9c7-f89c99f207e9] + X-Runtime: ['0.185914'] X-XSS-Protection: [1; mode=block] - content-length: ['104'] + content-length: ['105'] status: {code: 200, message: OK} - request: body: whole_word=1&irreversible=0&phrase=girugamesh&context%5B%5D=home @@ -100,11 +97,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/filters response: - body: {string: '{"id":"2","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"11","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5a4c52ff2c568cdc8d36c81e6aad0644"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -112,10 +108,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7ad33032-55ad-438d-86e6-ef7627b52b26] - X-Runtime: ['0.054334'] + X-Request-Id: [76150ab0-7d61-4d4a-bb69-e4cca1bb4e41] + X-Runtime: ['0.054385'] X-XSS-Protection: [1; mode=block] - content-length: ['108'] + content-length: ['109'] status: {code: 200, message: OK} - request: body: whole_word=1&irreversible=0&phrase=japanimation&context%5B%5D=notifications @@ -130,11 +126,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/filters response: - body: {string: '{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"12","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3bd10b7ee8fa348230b8e08afa43b1cd"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -142,10 +137,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a2eecf28-1fd4-4121-a4aa-1b3f27785e5f] - X-Runtime: ['0.087839'] + X-Request-Id: [787ad399-b1fd-499f-9487-9937c3d57ae2] + X-Runtime: ['0.025761'] X-XSS-Protection: [1; mode=block] - content-length: ['119'] + content-length: ['120'] status: {code: 200, message: OK} - request: body: status=I+love+animes @@ -160,13 +155,12 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999676811022364","created_at":"2019-04-27T18:59:13.028Z","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/101999676811022364","content":"\u003cp\u003eI - love animes\u003c/p\u003e","url":"http://localhost/@admin/101999676811022364","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} + 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 + love animes\u003c/p\u003e","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8ee8a0d6981c5f33ebd25b786c4e52ee"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -174,8 +168,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [304872bb-ea8d-455d-a001-951288eae01f] - X-Runtime: ['0.501235'] + X-Request-Id: [035615c0-6ddc-4844-8698-ad6c4735e006] + X-Runtime: ['0.216989'] X-XSS-Protection: [1; mode=block] content-length: ['1179'] status: {code: 200, message: OK} @@ -192,12 +186,11 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999676840281890","created_at":"2019-04-27T18:59:13.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/101999676840281890","content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","url":"http://localhost/@admin/101999676840281890","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5db8ce9ab64abe45a74e1f1f3fce5a80"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -205,8 +198,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8bdf518f-b7e9-402d-b4f1-b9f8fe900fb2] - X-Runtime: ['0.227495'] + X-Request-Id: [14a373aa-85ab-418b-ae71-17d12a0b5a66] + X-Runtime: ['0.406684'] X-XSS-Protection: [1; mode=block] content-length: ['1177'] status: {code: 200, message: OK} @@ -223,12 +216,11 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999676860530716","created_at":"2019-04-27T18:59:13.691Z","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/101999676860530716","content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","url":"http://localhost/@admin/101999676860530716","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"92ef6284119c3150973698b408f2b92e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -236,8 +228,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [804504f8-47f4-487f-a547-7696bca39dbc] - X-Runtime: ['0.310984'] + X-Request-Id: [6674428e-90ca-437a-94ec-61a9aaa80f0c] + X-Runtime: ['0.386256'] X-XSS-Protection: [1; mode=block] content-length: ['1187'] status: {code: 200, message: OK} @@ -254,13 +246,12 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999676879561667","created_at":"2019-04-27T18:59:13.974Z","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/101999676879561667","content":"\u003cp\u003eI - love japanimation!\u003c/p\u003e","url":"http://localhost/@admin/101999676879561667","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} + 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 + love japanimation!\u003c/p\u003e","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6f40e1d1bceb77c21ecfd90813e118f7"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -268,8 +259,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [30049660-da7e-4ac8-93cc-361fc7605f65] - X-Runtime: ['0.207653'] + X-Request-Id: [a86e29df-2534-4125-b39a-8df3a5a5d4d4] + X-Runtime: ['0.309362'] X-XSS-Protection: [1; mode=block] content-length: ['1186'] status: {code: 200, message: OK} @@ -284,19 +275,30 @@ interactions: method: GET uri: http://localhost:3000/api/v1/timelines/home response: - body: {string: '[{"id":"101999676879561667","created_at":"2019-04-27T18:59:13.974Z","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/101999676879561667","content":"\u003cp\u003eI - love japanimation!\u003c/p\u003e","url":"http://localhost/@admin/101999676879561667","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999676860530716","created_at":"2019-04-27T18:59:13.691Z","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/101999676860530716","content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","url":"http://localhost/@admin/101999676860530716","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999676840281890","created_at":"2019-04-27T18:59:13.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/101999676840281890","content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","url":"http://localhost/@admin/101999676840281890","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999676811022364","created_at":"2019-04-27T18:59:13.028Z","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/101999676811022364","content":"\u003cp\u003eI - love animes\u003c/p\u003e","url":"http://localhost/@admin/101999676811022364","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} + 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 + love japanimation!\u003c/p\u003e","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},{"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 + 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 + 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 + love animes\u003c/p\u003e","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},{"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 + cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test + suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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 + the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","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},{"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 + class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url + mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e + beep beep I\u0026apos;m a jeep\u003c/p\u003e","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":[{"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 + 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 + twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"aee0898572220b36390c809b2715a522"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -305,10 +307,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [347970ab-bc8a-4920-9433-5ace69508f29] - X-Runtime: ['0.122269'] + X-Request-Id: [e7731f6c-e113-4427-bddf-45c953aed01b] + X-Runtime: ['0.406452'] X-XSS-Protection: [1; mode=block] - content-length: ['4674'] + content-length: ['10359'] status: {code: 200, message: OK} - request: body: null @@ -320,13 +322,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/filters/1 + uri: http://localhost:3000/api/v1/filters/10 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8b719234e17a813dee509373496b9b3d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -334,8 +335,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [89cd8cbd-409a-4ac4-9a63-be717aa23a2f] - X-Runtime: ['0.024666'] + X-Request-Id: [c583e9a3-2922-4dd5-9a2e-b43d8e025609] + X-Runtime: ['0.041088'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -349,13 +350,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/filters/2 + uri: http://localhost:3000/api/v1/filters/11 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8b719234e17a813dee509373496b9b3d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -363,8 +363,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4317f8c3-073e-4423-9a82-3f83ceb90ecf] - X-Runtime: ['0.018183'] + X-Request-Id: [5f1e0dc9-c60d-4fcc-9e62-4d8783635fb8] + X-Runtime: ['0.028396'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -378,13 +378,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/filters/3 + uri: http://localhost:3000/api/v1/filters/12 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8b719234e17a813dee509373496b9b3d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -392,8 +391,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6bdcdc08-09c6-47ef-baaa-67cc1adb6622] - X-Runtime: ['0.040954'] + X-Request-Id: [56faa123-2a40-48f1-8dc7-fc9cc16d44d7] + X-Runtime: ['0.029593'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -407,13 +406,13 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999676811022364 + uri: http://localhost:3000/api/v1/statuses/102315425961647104 response: - body: {string: '{}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8b719234e17a813dee509373496b9b3d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -421,10 +420,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [84800c26-07d9-4aa1-8908-6c36a18a4aa1] - X-Runtime: ['0.025414'] + X-Request-Id: [cce743eb-64d4-4425-b3d0-33fa8beb0822] + X-Runtime: ['0.112141'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1149'] status: {code: 200, message: OK} - request: body: null @@ -436,13 +435,13 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999676840281890 + uri: http://localhost:3000/api/v1/statuses/102315425987132649 response: - body: {string: '{}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8b719234e17a813dee509373496b9b3d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -450,10 +449,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [adf5781a-85c2-403f-b798-4b1e44e7bf17] - X-Runtime: ['0.046870'] + X-Request-Id: [508cdf6e-68b4-4ebc-bf35-bd30edd5bb04] + X-Runtime: ['0.140842'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1147'] status: {code: 200, message: OK} - request: body: null @@ -465,13 +464,13 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999676860530716 + uri: http://localhost:3000/api/v1/statuses/102315426014228795 response: - body: {string: '{}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8b719234e17a813dee509373496b9b3d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -479,10 +478,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1afcd347-83b3-4b6d-b56a-f4e152bd034a] - X-Runtime: ['0.068835'] + X-Request-Id: [8722865c-e9f3-42c7-b7ca-6d68b13d0cc4] + X-Runtime: ['0.132000'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1157'] status: {code: 200, message: OK} - request: body: null @@ -494,13 +493,14 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999676879561667 + uri: http://localhost:3000/api/v1/statuses/102315426037164364 response: - body: {string: '{}'} + 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 + love japanimation!","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8b719234e17a813dee509373496b9b3d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -508,9 +508,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [98d6605c-734d-45a6-afdd-b732d2ac9d84] - X-Runtime: ['0.079543'] + X-Request-Id: [f1f32445-3543-4d2f-8bae-15690e431e33] + X-Runtime: ['0.120437'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1156'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_filter_create.yaml b/tests/cassettes/test_filter_create.yaml index ee273aa..0fa685b 100644 --- a/tests/cassettes/test_filter_create.yaml +++ b/tests/cassettes/test_filter_create.yaml @@ -12,11 +12,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/filters response: - body: {string: '{"id":"19","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"1","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"9289198334d408c47d29f9b7a0fe6e7d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,10 +23,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b4961890-0957-4de4-b44f-8f7ca02969f2] - X-Runtime: ['0.029585'] + X-Request-Id: [e8c37740-33a4-48cf-bc53-7c85ce2b4a41] + X-Runtime: ['0.075588'] X-XSS-Protection: [1; mode=block] - content-length: ['113'] + content-length: ['112'] status: {code: 200, message: OK} - request: body: null @@ -40,11 +39,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/filters response: - body: {string: '[{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false},{"id":"12","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false},{"id":"19","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}]'} + body: {string: '[{"id":"1","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4c273b197afab93420bbf924a9642648"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,10 +50,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [44e22500-2799-4424-b986-06b066203325] - X-Runtime: ['0.023643'] + X-Request-Id: [c3bc75c5-bfc5-4e59-a6e0-757725dd4f6d] + X-Runtime: ['0.031688'] X-XSS-Protection: [1; mode=block] - content-length: ['356'] + content-length: ['114'] status: {code: 200, message: OK} - request: body: null @@ -66,13 +64,12 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/filters/19 + uri: http://localhost:3000/api/v1/filters/1 response: - body: {string: '{"id":"19","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"1","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"9289198334d408c47d29f9b7a0fe6e7d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -80,10 +77,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3e043c5e-f4d7-488a-97cc-9e43727e7224] - X-Runtime: ['0.022473'] + X-Request-Id: [bb08444e-edef-4914-aaa6-d08e9fe3219a] + X-Runtime: ['0.029748'] X-XSS-Protection: [1; mode=block] - content-length: ['113'] + content-length: ['112'] status: {code: 200, message: OK} - request: body: null @@ -95,13 +92,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/filters/19 + uri: http://localhost:3000/api/v1/filters/1 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c6a41189c705fc6216f062c783b83fd0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -109,8 +105,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [27273ccf-2b3e-42a4-b66b-fbbf3a4124ae] - X-Runtime: ['0.032739'] + X-Request-Id: [9e2ad6c1-a256-4e27-9177-8cf638ea4cb4] + X-Runtime: ['0.041075'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -127,11 +123,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/filters response: - body: {string: '{"id":"20","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"85faeffd5444fd99f8aec00f2897d6e1"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -139,10 +134,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6b56f3e5-bafe-4ab8-a98f-ff47a4b3ce73] - X-Runtime: ['0.029775'] + X-Request-Id: [045643ac-fa49-41f5-a7d0-f332230a4d77] + X-Runtime: ['0.036015'] X-XSS-Protection: [1; mode=block] - content-length: ['114'] + content-length: ['113'] status: {code: 200, message: OK} - request: body: null @@ -155,11 +150,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/filters response: - body: {string: '[{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false},{"id":"12","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false},{"id":"20","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}]'} + body: {string: '[{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4b5db3bdbead67957bb465147c52d3fb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -167,10 +161,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [456bfb9f-0479-4f97-ae23-7244fc9c3eff] - X-Runtime: ['0.023413'] + X-Request-Id: [5a54baa4-0c28-4b1c-8009-6c02c130cdba] + X-Runtime: ['0.035559'] X-XSS-Protection: [1; mode=block] - content-length: ['357'] + content-length: ['115'] status: {code: 200, message: OK} - request: body: null @@ -181,13 +175,12 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/filters/20 + uri: http://localhost:3000/api/v1/filters/2 response: - body: {string: '{"id":"20","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"85faeffd5444fd99f8aec00f2897d6e1"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -195,10 +188,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [013c4daa-f1cc-47e9-a6f8-7b106367aa23] - X-Runtime: ['0.023936'] + X-Request-Id: [161ca06a-8c49-4f40-b92e-791430951586] + X-Runtime: ['0.032881'] X-XSS-Protection: [1; mode=block] - content-length: ['114'] + content-length: ['113'] status: {code: 200, message: OK} - request: body: null @@ -210,13 +203,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/filters/20 + uri: http://localhost:3000/api/v1/filters/2 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c6a41189c705fc6216f062c783b83fd0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -224,8 +216,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [56b15d57-239b-4c2c-987c-95e0d183bb75] - X-Runtime: ['0.023065'] + X-Request-Id: [d15537bb-b442-45ac-a80e-2c671be102c4] + X-Runtime: ['0.042867'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_filter_serverside.yaml b/tests/cassettes/test_filter_serverside.yaml index 6e250d0..6eca24a 100644 --- a/tests/cassettes/test_filter_serverside.yaml +++ b/tests/cassettes/test_filter_serverside.yaml @@ -10,11 +10,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} + 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e966e2d2ab964475ed66cd777eef8895"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8287dc5e-adb4-4d92-8cad-0b843b808c17] - X-Runtime: ['0.046169'] + X-Request-Id: [236bd2c3-bbc8-4c44-ac08-e2be27cace54] + X-Runtime: ['0.043748'] X-XSS-Protection: [1; mode=block] content-length: ['609'] status: {code: 200, message: OK} @@ -42,9 +41,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5acd12d3f0c9bff73acb226eda092d84"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,8 +50,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b772ff77-894d-4245-bd68-670b8bf3e7b3] - X-Runtime: ['0.074402'] + X-Request-Id: [b6c1120b-cd05-45a2-ad01-ccac81cdea4e] + X-Runtime: ['0.095071'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -70,11 +68,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/filters response: - body: {string: '{"id":"22","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":true}'} + body: {string: '{"id":"4","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":true}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3f62422000acd1438ba0b99aa16cd3d5"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -82,10 +79,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [87bfc1f4-213c-4a49-b48f-8641fb5d08cd] - X-Runtime: ['0.070385'] + X-Request-Id: [022cc4aa-7590-4a2b-928f-8cef65a4d431] + X-Runtime: ['0.040205'] X-XSS-Protection: [1; mode=block] - content-length: ['104'] + content-length: ['103'] status: {code: 200, message: OK} - request: body: whole_word=1&irreversible=1&phrase=girugamesh&context%5B%5D=home @@ -100,11 +97,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/filters response: - body: {string: '{"id":"23","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":true}'} + body: {string: '{"id":"5","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":true}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"69ea8a2435364929cd000e2f294160f8"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -112,10 +108,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e0de2cd4-3c55-48eb-a939-26089f8e8305] - X-Runtime: ['0.035610'] + X-Request-Id: [eef2d150-a5df-4655-959f-998c43757284] + X-Runtime: ['0.033745'] X-XSS-Protection: [1; mode=block] - content-length: ['108'] + content-length: ['107'] status: {code: 200, message: OK} - request: body: whole_word=1&irreversible=1&phrase=japanimation&context%5B%5D=notifications @@ -130,11 +126,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/filters response: - body: {string: '{"id":"24","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":true}'} + body: {string: '{"id":"6","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":true}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a8b02555436ad7872ec2a51856f6cf4b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -142,10 +137,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4e9e68b4-c3b9-4c0b-962e-fc1170a893ce] - X-Runtime: ['0.036076'] + X-Request-Id: [d6271f3e-d4f6-45d9-8a0b-a611b90073c3] + X-Runtime: ['0.036029'] X-XSS-Protection: [1; mode=block] - content-length: ['119'] + content-length: ['118'] status: {code: 200, message: OK} - request: body: status=I+love+animes @@ -160,13 +155,12 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999514539256727","created_at":"2019-04-27T18:17:56.838Z","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/101999514539256727","content":"\u003cp\u003eI - love animes\u003c/p\u003e","url":"http://localhost/@admin/101999514539256727","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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}'} + 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 + love animes\u003c/p\u003e","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1ada855e39c030ed64a59df64ebe38b2"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -174,8 +168,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [20fd94c8-0188-44c7-84fb-caaf465f0c83] - X-Runtime: ['0.148737'] + X-Request-Id: [4220861b-dcfc-4e2e-91b2-663a969a47a9] + X-Runtime: ['0.146450'] X-XSS-Protection: [1; mode=block] content-length: ['1179'] status: {code: 200, message: OK} @@ -192,12 +186,11 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999514552668983","created_at":"2019-04-27T18:17:57.054Z","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/101999514552668983","content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","url":"http://localhost/@admin/101999514552668983","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c321dff78c12f9dd73ad6508a84c1905"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -205,8 +198,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e53b05a2-0c7a-4e68-a90f-580821b4a801] - X-Runtime: ['0.217536'] + X-Request-Id: [2690d739-d02c-486f-aa9e-28d04474bd16] + X-Runtime: ['0.207877'] X-XSS-Protection: [1; mode=block] content-length: ['1177'] status: {code: 200, message: OK} @@ -223,12 +216,11 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999514577050344","created_at":"2019-04-27T18:17:57.469Z","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/101999514577050344","content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","url":"http://localhost/@admin/101999514577050344","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"0b9436a14f52bee86351f9a261895ac8"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -236,8 +228,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [81c74bfb-5bfd-4a40-b78c-6f1cdc2fbef4] - X-Runtime: ['0.489519'] + X-Request-Id: [cc1b0475-3cae-4f7d-ba26-d736b71275b4] + X-Runtime: ['0.155025'] X-XSS-Protection: [1; mode=block] content-length: ['1187'] status: {code: 200, message: OK} @@ -254,13 +246,12 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999514601848044","created_at":"2019-04-27T18:17:57.830Z","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/101999514601848044","content":"\u003cp\u003eI - love japanimation!\u003c/p\u003e","url":"http://localhost/@admin/101999514601848044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} + 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 + love japanimation!\u003c/p\u003e","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8a4682f6010d91b4818b44f5e06aa432"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -268,8 +259,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [bf6f3da6-24c1-4ed8-8258-a45c01d6c4ee] - X-Runtime: ['0.326674'] + X-Request-Id: [9fcbb954-031e-4f3d-ba99-8490e6a58115] + X-Runtime: ['0.208349'] X-XSS-Protection: [1; mode=block] content-length: ['1186'] status: {code: 200, message: OK} @@ -284,86 +275,15 @@ interactions: method: GET uri: http://localhost:3000/api/v1/timelines/home response: - body: {string: '[{"id":"101999514601848044","created_at":"2019-04-27T18:17:57.830Z","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/101999514601848044","content":"\u003cp\u003eI - love japanimation!\u003c/p\u003e","url":"http://localhost/@admin/101999514601848044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999514577050344","created_at":"2019-04-27T18:17:57.469Z","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/101999514577050344","content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","url":"http://localhost/@admin/101999514577050344","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999494589743224","created_at":"2019-04-27T18:12:52.438Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999494589743224","content":"\u003cp\u003eit\u0026apos;s - cool guy\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999494589743224","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999492198545448","created_at":"2019-04-27T18:12:15.969Z","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/101999492198545448","content":"\u003cp\u003eon - the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","url":"http://localhost/@admin/101999492198545448","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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":8,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999492182517187","created_at":"2019-04-27T18:12:15.707Z","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/101999492182517187","content":"\u003cp\u003e\u003cspan - class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url - mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - beep beep I\u0026apos;m a jeep\u003c/p\u003e","url":"http://localhost/@admin/101999492182517187","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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":8,"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":"101999489996081310","created_at":"2019-04-27T18:11:42.339Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489996081310","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489996081310","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489983300868","created_at":"2019-04-27T18:11:42.153Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489983300868","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489983300868","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489970029425","created_at":"2019-04-27T18:11:41.952Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489970029425","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489970029425","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489958478178","created_at":"2019-04-27T18:11:41.766Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489958478178","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489958478178","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489945265295","created_at":"2019-04-27T18:11:41.569Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489945265295","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489945265295","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489933282835","created_at":"2019-04-27T18:11:41.392Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489933282835","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489933282835","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489921532507","created_at":"2019-04-27T18:11:41.213Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489921532507","content":"\u003cp\u003eToot - number 3!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489921532507","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489910320373","created_at":"2019-04-27T18:11:41.033Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489910320373","content":"\u003cp\u003eToot - number 2!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489910320373","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489898079929","created_at":"2019-04-27T18:11:40.850Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489898079929","content":"\u003cp\u003eToot - number 1!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489898079929","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489887865881","created_at":"2019-04-27T18:11:40.688Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489887865881","content":"\u003cp\u003eToot - number 0!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489887865881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489859385214","created_at":"2019-04-27T18:11:40.262Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489859385214","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489859385214","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489847766891","created_at":"2019-04-27T18:11:40.082Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489847766891","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489847766891","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489835384162","created_at":"2019-04-27T18:11:39.891Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489835384162","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489835384162","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489823519354","created_at":"2019-04-27T18:11:39.720Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489823519354","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489823519354","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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":"101999489810056808","created_at":"2019-04-27T18:11:39.511Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999489810056808","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999489810056808","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":41,"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}]'} + 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 + love japanimation!\u003c/p\u003e","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},{"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 + 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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"81eee7c758e3a9aec0ecc1244bcd5739"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -372,10 +292,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4c797923-911b-42a1-9710-e5e40cf81185] - X-Runtime: ['0.271404'] + X-Request-Id: [323d3a30-2301-4b05-89e2-2eaaac5d65e0] + X-Runtime: ['0.084889'] X-XSS-Protection: [1; mode=block] - content-length: ['30786'] + content-length: ['2346'] status: {code: 200, message: OK} - request: body: null @@ -387,13 +307,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/filters/22 + uri: http://localhost:3000/api/v1/filters/4 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"723e93406561d909cd18da2afe693d31"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -401,8 +320,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [cf48604a-c1ae-4d06-869e-5d63eb8bda32] - X-Runtime: ['0.025875'] + X-Request-Id: [f8eee2f4-a735-4a4b-89bb-bf69455c1c89] + X-Runtime: ['0.034625'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -416,13 +335,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/filters/23 + uri: http://localhost:3000/api/v1/filters/5 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"723e93406561d909cd18da2afe693d31"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -430,8 +348,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [330f3126-0462-4566-9708-16a716e670a8] - X-Runtime: ['0.021366'] + X-Request-Id: [43ede1eb-7e18-4c88-9e58-15beabbece73] + X-Runtime: ['0.045635'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -445,13 +363,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/filters/24 + uri: http://localhost:3000/api/v1/filters/6 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"723e93406561d909cd18da2afe693d31"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -459,8 +376,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a8b9c440-29a5-42bc-809d-aef9cdf1c700] - X-Runtime: ['0.020319'] + X-Request-Id: [af73ff05-3349-453d-8a10-da1f3b6d5141] + X-Runtime: ['0.022419'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -474,13 +391,13 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999514539256727 + uri: http://localhost:3000/api/v1/statuses/102315365567595451 response: - body: {string: '{}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"723e93406561d909cd18da2afe693d31"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -488,10 +405,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ef86e02a-26ea-4ad8-9266-9faca513b84f] - X-Runtime: ['0.024880'] + X-Request-Id: [13c0db2c-cf74-49e2-a050-b0dfb7cefdf0] + X-Runtime: ['0.078036'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1149'] status: {code: 200, message: OK} - request: body: null @@ -503,13 +420,13 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999514552668983 + uri: http://localhost:3000/api/v1/statuses/102315365579209258 response: - body: {string: '{}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"723e93406561d909cd18da2afe693d31"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -517,10 +434,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8e23f211-477d-4a53-91a8-6aacddc7dcfc] - X-Runtime: ['0.085952'] + X-Request-Id: [e31c5666-a114-499f-a839-d2ad1287b4db] + X-Runtime: ['0.101751'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1147'] status: {code: 200, message: OK} - request: body: null @@ -532,13 +449,13 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999514577050344 + uri: http://localhost:3000/api/v1/statuses/102315365592723513 response: - body: {string: '{}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"723e93406561d909cd18da2afe693d31"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -546,10 +463,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a7f3e8c5-9852-4522-a469-b257225ea2d4] - X-Runtime: ['0.088743'] + X-Request-Id: [70c69b49-008c-4529-93de-334144a56312] + X-Runtime: ['0.100398'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1157'] status: {code: 200, message: OK} - request: body: null @@ -561,13 +478,14 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999514601848044 + uri: http://localhost:3000/api/v1/statuses/102315365604829044 response: - body: {string: '{}'} + 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 + love japanimation!","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"723e93406561d909cd18da2afe693d31"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -575,9 +493,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b92b7a39-65fb-4bdc-9467-e617f1be6b59] - X-Runtime: ['0.091645'] + X-Request-Id: [f2979d48-026f-4894-ba48-000e6e06c58e] + X-Runtime: ['0.124443'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1156'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_filter_update.yaml b/tests/cassettes/test_filter_update.yaml index e2fe4b0..b9538f7 100644 --- a/tests/cassettes/test_filter_update.yaml +++ b/tests/cassettes/test_filter_update.yaml @@ -12,11 +12,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/filters response: - body: {string: '{"id":"21","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"3","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"616b6a636748282f750aca9e2fbcbe21"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,10 +23,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [03b6ba4b-c341-457b-a0ef-f8808329489c] - X-Runtime: ['0.020179'] + X-Request-Id: [bd8dd539-c0a0-4e80-b882-a97b7a4fe8f1] + X-Runtime: ['0.034055'] X-XSS-Protection: [1; mode=block] - content-length: ['113'] + content-length: ['112'] status: {code: 200, message: OK} - request: body: phrase=japanimation @@ -40,13 +39,12 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: PUT - uri: http://localhost:3000/api/v1/filters/21 + uri: http://localhost:3000/api/v1/filters/3 response: - body: {string: '{"id":"21","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3f41998f154881d6411e0b12151f9b0c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -54,10 +52,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9c5d627e-1a5d-40af-989c-6f2b835e1677] - X-Runtime: ['0.020742'] + X-Request-Id: [8f11357b-3bd5-46e7-8a5b-578299e3d426] + X-Runtime: ['0.086907'] X-XSS-Protection: [1; mode=block] - content-length: ['120'] + content-length: ['119'] status: {code: 200, message: OK} - request: body: null @@ -68,13 +66,12 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/filters/21 + uri: http://localhost:3000/api/v1/filters/3 response: - body: {string: '{"id":"21","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} + body: {string: '{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3f41998f154881d6411e0b12151f9b0c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -82,9 +79,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0ba85b95-9017-4db9-801f-a7eac4a889c9] - X-Runtime: ['0.015210'] + X-Request-Id: [3758c54b-454e-47a6-be44-ca4b5b6ce94a] + X-Runtime: ['0.031811'] X-XSS-Protection: [1; mode=block] - content-length: ['120'] + content-length: ['119'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_follow_request_authorize.yaml b/tests/cassettes/test_follow_request_authorize.yaml index d03c30c..0251f20 100644 --- a/tests/cassettes/test_follow_request_authorize.yaml +++ b/tests/cassettes/test_follow_request_authorize.yaml @@ -14,9 +14,8 @@ interactions: response: 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a30e750b5504918fa9c1d43328a4c7f2"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [72b70885-6bce-4fe0-ac3e-3890e2fcb1d6] - X-Runtime: ['0.183969'] + X-Request-Id: [3c7c2336-4d16-44ad-aa44-57703a7f1120] + X-Runtime: ['0.111889'] X-XSS-Protection: [1; mode=block] content-length: ['223'] status: {code: 200, message: OK} @@ -43,9 +42,8 @@ interactions: response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"20f3c8b3cf06b52a4e5a0cfe9a79fa4e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -53,8 +51,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [bde29a4e-3b84-4b61-bdfa-7d487ddb4eff] - X-Runtime: ['0.240846'] + X-Request-Id: [8a412763-0a24-4fd4-a744-491411068af6] + X-Runtime: ['0.101909'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -72,9 +70,8 @@ interactions: response: 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"233b5014305b68a51bfc0974925721d7"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -82,8 +79,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [72e62e75-ecfe-4817-837a-1c90be1059c6] - X-Runtime: ['0.318512'] + X-Request-Id: [4212d697-29e6-4265-b39c-d9f6b9a3815d] + X-Runtime: ['0.070500'] X-XSS-Protection: [1; mode=block] content-length: ['225'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_follow_request_reject.yaml b/tests/cassettes/test_follow_request_reject.yaml index d08ff52..544b8cb 100644 --- a/tests/cassettes/test_follow_request_reject.yaml +++ b/tests/cassettes/test_follow_request_reject.yaml @@ -14,9 +14,8 @@ interactions: response: 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a30e750b5504918fa9c1d43328a4c7f2"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9aa5d8f9-5b5e-4d2d-a3b4-b2539decadc0] - X-Runtime: ['0.083219'] + X-Request-Id: [59977bff-ff1e-492b-974a-3e9ec39a2488] + X-Runtime: ['0.055647'] X-XSS-Protection: [1; mode=block] content-length: ['223'] status: {code: 200, message: OK} @@ -43,9 +42,8 @@ interactions: response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"20f3c8b3cf06b52a4e5a0cfe9a79fa4e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -53,8 +51,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e89a169c-74c4-4485-9046-84872eea0ad7] - X-Runtime: ['0.096371'] + X-Request-Id: [1ee3d0d0-b6d5-46cd-9e41-feca12bfbf95] + X-Runtime: ['0.033143'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_follow_requests.yaml b/tests/cassettes/test_follow_requests.yaml index 2dd7b19..06c5f3e 100644 --- a/tests/cassettes/test_follow_requests.yaml +++ b/tests/cassettes/test_follow_requests.yaml @@ -12,9 +12,8 @@ interactions: response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"044e6caae136805866a4bb31212a846d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [39a58ccf-c537-4d9d-b343-f8d991bed29b] - X-Runtime: ['0.141356'] + X-Request-Id: [4d4293b3-1260-41d1-ba7e-80ed0172b9ad] + X-Runtime: ['0.027961'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_follow_suggestions.yaml b/tests/cassettes/test_follow_suggestions.yaml index d70bbfa..85e0f60 100644 --- a/tests/cassettes/test_follow_suggestions.yaml +++ b/tests/cassettes/test_follow_suggestions.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999566652865150","created_at":"2019-04-27T18:31:12.027Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999566652865150","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999566652865150","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c3f285e876a68f6e927cef0d1d1cb9fe"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [bb855852-dec6-4310-9658-370222e58d3e] - X-Runtime: ['0.156394'] + X-Request-Id: [7fc9961a-bd11-4027-bd72-e5c8e51faae8] + X-Runtime: ['0.322650'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,16 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/statuses/101999566652865150/favourite + uri: http://localhost:3000/api/v1/statuses/102315364694961970/favourite response: - body: {string: '{"id":"101999566652865150","created_at":"2019-04-27T18:31:12.027Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999566652865150","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999566652865150","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7d3bedf90024c88f94060734a602970a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -59,10 +57,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [eef1e0e8-9db7-4704-a137-6cbcc0a56034] - X-Runtime: ['0.177688'] + X-Request-Id: [d91b5a3d-b23f-42ed-b571-8dc7a353e620] + X-Runtime: ['0.563459'] X-XSS-Protection: [1; mode=block] - content-length: ['1582'] + content-length: ['1581'] status: {code: 200, message: OK} - request: body: null @@ -76,12 +74,11 @@ interactions: uri: http://localhost:3000/api/v1/suggestions response: body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}]'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f5fc20f36db05b447842aa50c237d66f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -89,10 +86,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [5a67b07e-8380-4e7f-b462-9dcc7877b1ae] - X-Runtime: ['0.019551'] + X-Request-Id: [c841953f-e1be-4c9a-a661-ce5fcff3c30a] + X-Runtime: ['0.059090'] X-XSS-Protection: [1; mode=block] - content-length: ['932'] + content-length: ['931'] status: {code: 200, message: OK} - request: body: null @@ -108,9 +105,8 @@ interactions: response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a32095b18e61cd32984e3d6da4536825"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -118,8 +114,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b4c22d5b-fbf0-4387-9888-0ebab3da023a] - X-Runtime: ['0.015695'] + X-Request-Id: [f599a468-8bd0-4be1-b4a0-fd7e6b1f7cbd] + X-Runtime: ['0.082804'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -136,9 +132,8 @@ interactions: response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"237aa823c9dccb534cbd3f0f3da2818e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -146,8 +141,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7c64aae5-1f4d-49f1-86ae-ea68a8674fee] - X-Runtime: ['0.014172'] + X-Request-Id: [a99fc0ef-84a1-4aa7-a00d-7cb0be952f0a] + X-Runtime: ['0.027385'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -161,13 +156,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999566652865150 + uri: http://localhost:3000/api/v1/statuses/102315364694961970 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a32095b18e61cd32984e3d6da4536825"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -175,9 +172,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a31dd745-e6d3-4449-9bd5-5e2894fd56da] - X-Runtime: ['0.024104'] + X-Request-Id: [0ccbf81f-4930-4b85-bb78-5b0d9c724c42] + X-Runtime: ['0.132072'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_hashtag_tl.yaml b/tests/cassettes/test_hashtag_tl.yaml index dad2011..9109400 100644 --- a/tests/cassettes/test_hashtag_tl.yaml +++ b/tests/cassettes/test_hashtag_tl.yaml @@ -12,16 +12,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999522702622961","created_at":"2019-04-27T18:20:01.413Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999522702622961","content":"\u003cp\u003e\u003ca + 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 href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e - (hashtag toot)\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999522702622961","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + (hashtag toot)\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3c739053e64fe14c6c22e5bbc83eecce"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -29,10 +28,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1c9a6ae3-9c75-468c-916e-86da9e1b6031] - X-Runtime: ['0.265843'] + X-Request-Id: [22d90296-9ed5-456b-bc39-0e56baf8fe98] + X-Runtime: ['0.250220'] X-XSS-Protection: [1; mode=block] - content-length: ['1797'] + content-length: ['1796'] status: {code: 200, message: OK} - request: body: null @@ -45,18 +44,17 @@ interactions: method: GET uri: http://localhost:3000/api/v1/timelines/tag/hoot response: - body: {string: '[{"id":"101999522702622961","created_at":"2019-04-27T18:20:01.413Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999522702622961","content":"\u003cp\u003e\u003ca + 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 href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e - (hashtag toot)\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999522702622961","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + (hashtag toot)\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}]'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"07c64e813b0a627a237eaa3791f92e8f"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -65,10 +63,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8221b0a7-145c-4136-99be-d14a5bc95eb9] - X-Runtime: ['0.073456'] + X-Request-Id: [bb2227a6-534d-4044-8432-f0b2c8dbe022] + X-Runtime: ['0.094503'] X-XSS-Protection: [1; mode=block] - content-length: ['1799'] + content-length: ['1798'] status: {code: 200, message: OK} - request: body: null @@ -80,13 +78,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999522702622961 + uri: http://localhost:3000/api/v1/statuses/102315371935886180 response: - body: {string: '{}'} + 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 + (hashtag toot)","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"be921832e14075ea0cb81a21959eda6a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -94,9 +94,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [95432ccb-726e-4ce8-95ee-1454d76f93dc] - X-Runtime: ['0.023391'] + X-Request-Id: [4d4b7592-f53d-4e01-806e-2b8108a2b260] + X-Runtime: ['0.082464'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1632'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_home_tl.yaml b/tests/cassettes/test_home_tl.yaml index c32b882..75bff6e 100644 --- a/tests/cassettes/test_home_tl.yaml +++ b/tests/cassettes/test_home_tl.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999522668295888","created_at":"2019-04-27T18:20:00.881Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999522668295888","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999522668295888","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"37d5e882d3a1ac6bb9a2ae48fe0a4650"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d2a3ab43-0e97-4aea-a797-d5d62377e4df] - X-Runtime: ['0.150498'] + X-Request-Id: [f2f20d83-d4e9-4fb9-abc2-e8873254df85] + X-Runtime: ['0.150523'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -43,92 +42,19 @@ interactions: method: GET uri: http://localhost:3000/api/v1/timelines/home response: - body: {string: '[{"id":"101999522668295888","created_at":"2019-04-27T18:20:00.881Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999522668295888","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999522668295888","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999520584397869","created_at":"2019-04-27T18:19:29.079Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999520584397869","content":"\u003cp\u003eit\u0026apos;s - cool guy\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999520584397869","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515930516068","created_at":"2019-04-27T18:18:18.069Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515930516068","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515930516068","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515917573787","created_at":"2019-04-27T18:18:17.877Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515917573787","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515917573787","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515902235941","created_at":"2019-04-27T18:18:17.655Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515902235941","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515902235941","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515890989863","created_at":"2019-04-27T18:18:17.469Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515890989863","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515890989863","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515876183306","created_at":"2019-04-27T18:18:17.258Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515876183306","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515876183306","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515865297679","created_at":"2019-04-27T18:18:17.080Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515865297679","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515865297679","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515850292104","created_at":"2019-04-27T18:18:16.884Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515850292104","content":"\u003cp\u003eToot - number 3!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515850292104","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515838974401","created_at":"2019-04-27T18:18:16.678Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515838974401","content":"\u003cp\u003eToot - number 2!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515838974401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515824054647","created_at":"2019-04-27T18:18:16.464Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515824054647","content":"\u003cp\u003eToot - number 1!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515824054647","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515813855034","created_at":"2019-04-27T18:18:16.287Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515813855034","content":"\u003cp\u003eToot - number 0!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515813855034","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515782850112","created_at":"2019-04-27T18:18:15.823Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515782850112","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515782850112","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515768479387","created_at":"2019-04-27T18:18:15.604Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515768479387","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515768479387","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515754637364","created_at":"2019-04-27T18:18:15.405Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515754637364","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515754637364","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515737358200","created_at":"2019-04-27T18:18:15.137Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515737358200","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515737358200","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515724788902","created_at":"2019-04-27T18:18:14.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515724788902","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515724788902","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515711027518","created_at":"2019-04-27T18:18:14.729Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515711027518","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515711027518","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515699165678","created_at":"2019-04-27T18:18:14.539Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515699165678","content":"\u003cp\u003eToot - number 3!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515699165678","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515682427403","created_at":"2019-04-27T18:18:14.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/101999515682427403","content":"\u003cp\u003eToot - number 2!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515682427403","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}]'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test + suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ad88f3551824119b26d8c5e6b00d5b05"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -137,10 +63,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d7e8cf4b-c0ff-464f-96bb-c0267c286d54] - X-Runtime: ['0.211876'] + X-Request-Id: [a5976aca-0c15-4645-ad15-d542fe1af05c] + X-Runtime: ['0.103635'] X-XSS-Protection: [1; mode=block] - content-length: ['32161'] + content-length: ['3215'] status: {code: 200, message: OK} - request: body: null @@ -152,13 +78,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999522668295888 + uri: http://localhost:3000/api/v1/statuses/102315371910881655 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"be921832e14075ea0cb81a21959eda6a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -166,9 +94,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9460f3f2-577a-4eb0-8e01-1c39e05f3ee2] - X-Runtime: ['0.033482'] + X-Request-Id: [a473cfda-8b29-47bb-810f-e26f2a047885] + X-Runtime: ['0.075744'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_home_tl_anonymous_throws.yaml b/tests/cassettes/test_home_tl_anonymous_throws.yaml index a74f335..03b3621 100644 --- a/tests/cassettes/test_home_tl_anonymous_throws.yaml +++ b/tests/cassettes/test_home_tl_anonymous_throws.yaml @@ -23,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c66d8384-8e0d-484b-b668-159f83b76bf4] - X-Runtime: ['0.032336'] + X-Request-Id: [8c485fb2-8651-46cc-8a1b-be1032419556] + X-Runtime: ['0.039617'] X-XSS-Protection: [1; mode=block] content-length: ['39'] status: {code: 401, message: Unauthorized} diff --git a/tests/cassettes/test_id_hook.yaml b/tests/cassettes/test_id_hook.yaml index 2832fbd..9fc37af 100644 --- a/tests/cassettes/test_id_hook.yaml +++ b/tests/cassettes/test_id_hook.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999515079066522","created_at":"2019-04-27T18:18:05.075Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515079066522","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515079066522","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":42,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2ee3d690f5d1ed22e943bc0a7ff9895f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ce77dce2-ba37-4f1a-be30-a4133eaeea5d] - X-Runtime: ['0.147219'] + X-Request-Id: [620472ea-a846-466a-8161-231f1183e00b] + X-Runtime: ['0.170576'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,13 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515079066522 + uri: http://localhost:3000/api/v1/statuses/102315365939215936 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1bc954dc757aeeb6291ecce94c22dc03"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -56,9 +57,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3a193137-c69d-4fe1-90e0-c576a6ea6445] - X-Runtime: ['0.125752'] + X-Request-Id: [ba34e9a7-69de-4daf-9516-9faefbb16099] + X-Runtime: ['0.089693'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} 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 730e760..4847940 100644 --- a/tests/cassettes/test_id_hook_in_reply_to.yaml +++ b/tests/cassettes/test_id_hook_in_reply_to.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999515101982808","created_at":"2019-04-27T18:18:05.437Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515101982808","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515101982808","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":42,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"27c81f51adbb4d16a24a939de06663e4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,13 +26,13 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1079493d-1111-42c1-b08b-37f5ca165b21] - X-Runtime: ['0.162228'] + X-Request-Id: [e88eb6dc-42b7-47b0-b7d6-3b4c930ca003] + X-Runtime: ['0.476418'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: - body: in_reply_to_id=101999515101982808&status=Reply%21 + body: in_reply_to_id=102315365962149648&status=Reply%21 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] @@ -45,14 +44,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999515112723358","created_at":"2019-04-27T18:18:05.592Z","in_reply_to_id":"101999515101982808","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515112723358","content":"\u003cp\u003eReply!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515112723358","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":43,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"fcb75bd2749a6f3b564b0c1fd3be754c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -60,10 +58,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [376e7296-63d2-46d3-b145-6f8d535bc2e1] - X-Runtime: ['0.193434'] + X-Request-Id: [f60b1976-605d-4f9f-baa5-e8fe972bb82f] + X-Runtime: ['0.269256'] X-XSS-Protection: [1; mode=block] - content-length: ['1629'] + content-length: ['1628'] status: {code: 200, message: OK} - request: body: null @@ -75,13 +73,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515112723358 + uri: http://localhost:3000/api/v1/statuses/102315365992100986 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1bc954dc757aeeb6291ecce94c22dc03"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -89,10 +89,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9e9205aa-a26b-469e-ae8b-e73b3856b367] - X-Runtime: ['0.048644'] + X-Request-Id: [bf3d8a27-4e76-40da-ae57-473d90be0624] + X-Runtime: ['0.084137'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1598'] status: {code: 200, message: OK} - request: body: null @@ -104,13 +104,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515101982808 + uri: http://localhost:3000/api/v1/statuses/102315365962149648 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1bc954dc757aeeb6291ecce94c22dc03"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -118,9 +120,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7eb20562-b36a-44e5-b342-d247e75817cb] - X-Runtime: ['0.045852'] + X-Request-Id: [2cd50461-ff55-4f68-80a0-7aab88c17cb9] + X-Runtime: ['0.112977'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_id_hook_within_reblog.yaml b/tests/cassettes/test_id_hook_within_reblog.yaml index 98e9775..3f8fc86 100644 --- a/tests/cassettes/test_id_hook_within_reblog.yaml +++ b/tests/cassettes/test_id_hook_within_reblog.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999515139309872","created_at":"2019-04-27T18:18:06.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/101999515139309872","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515139309872","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":42,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"859ec23dd16e7f6d908bbcef07ae18f7"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6985b2d5-8657-4426-b4ff-b7ca53469d68] - X-Runtime: ['0.209858'] + X-Request-Id: [045708fb-711e-4c11-a81d-0cdb1df02342] + X-Runtime: ['0.153859'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,21 +41,20 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/statuses/101999515139309872/reblog + uri: http://localhost:3000/api/v1/statuses/102315366025212088/reblog response: - body: {string: '{"id":"101999515152547076","created_at":"2019-04-27T18:18:06.198Z","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/101999515152547076/activity","content":"\u003cp\u003eRT + 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 \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - Toot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515152547076","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"reblog":{"id":"101999515139309872","created_at":"2019-04-27T18:18:06.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/101999515139309872","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515139309872","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":43,"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 - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":1,"statuses_count":43,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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 + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e3d9e8ee13495d4f2b680cf93f689ab0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -64,10 +62,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [816f6740-31f1-43a8-92a4-9ce05ada9750] - X-Runtime: ['0.208925'] + X-Request-Id: [00a0f1ca-8fa5-4d42-87f7-0046667f880c] + X-Runtime: ['0.258364'] X-XSS-Protection: [1; mode=block] - content-length: ['3337'] + content-length: ['3335'] status: {code: 200, message: OK} - request: body: null @@ -79,13 +77,17 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515152547076 + uri: http://localhost:3000/api/v1/statuses/102315366036793429 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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 + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b720d35eb7f85c6f1681586209afe41f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -93,10 +95,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e04902af-ac89-47dd-a6c9-dff07ddea080] - X-Runtime: ['0.067459'] + X-Request-Id: [f40fee62-c11b-4c8c-b69f-0ac8eaa07d95] + X-Runtime: ['0.146263'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['3073'] status: {code: 200, message: OK} - request: body: null @@ -108,13 +110,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515139309872 + uri: http://localhost:3000/api/v1/statuses/102315366025212088 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b720d35eb7f85c6f1681586209afe41f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -122,9 +126,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [88bf8ef9-e63f-4bae-bfcc-577761d9a174] - X-Runtime: ['0.043959'] + X-Request-Id: [b0449d43-7197-4d8b-b0ff-efd1e1435e15] + X-Runtime: ['0.075666'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_instance.yaml b/tests/cassettes/test_instance.yaml index 14e1289..814eba5 100644 --- a/tests/cassettes/test_instance.yaml +++ b/tests/cassettes/test_instance.yaml @@ -10,12 +10,12 @@ interactions: method: GET uri: http://localhost:3000/api/v1/instance/ response: - body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.8.0","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":45,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} + 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}'} headers: Cache-Control: ['max-age=300, public'] Content-Type: [application/json; charset=utf-8] - Date: ['Sat, 27 Apr 2019 18:18:07 GMT'] - ETag: [W/"fab640311f43bfa9dcc2530421e6a5d2"] + Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] + ETag: [W/"aa44e20685fd12c840b2e6baad092d46"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -23,9 +23,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c470d5ae-04b8-4438-b187-43f7661f4c6e] - X-Runtime: ['0.065653'] + X-Request-Id: [87506aad-b8c8-4c21-b135-a3ef9b17e07d] + X-Runtime: ['0.055711'] X-XSS-Protection: [1; mode=block] - content-length: ['349'] + content-length: ['348'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_instance_activity.yaml b/tests/cassettes/test_instance_activity.yaml index f342ba1..94a10c9 100644 --- a/tests/cassettes/test_instance_activity.yaml +++ b/tests/cassettes/test_instance_activity.yaml @@ -10,12 +10,12 @@ interactions: method: GET uri: http://localhost:3000/api/v1/instance/activity response: - body: {string: '[{"week":"1555884000","statuses":"221","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"},{"week":"1553468400","statuses":"0","logins":"0","registrations":"0"},{"week":"1552863600","statuses":"0","logins":"0","registrations":"0"},{"week":"1552258800","statuses":"0","logins":"0","registrations":"0"},{"week":"1551654000","statuses":"0","logins":"0","registrations":"0"},{"week":"1551049200","statuses":"0","logins":"0","registrations":"0"},{"week":"1550444400","statuses":"0","logins":"0","registrations":"0"},{"week":"1549839600","statuses":"0","logins":"0","registrations":"0"},{"week":"1549234800","statuses":"0","logins":"0","registrations":"0"}]'} + 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"}]'} headers: Cache-Control: ['max-age=86400, public'] Content-Type: [application/json; charset=utf-8] - Date: ['Sat, 27 Apr 2019 18:18:07 GMT'] - ETag: [W/"d211794e3d36c2c7718ff12708b419f7"] + Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] + ETag: [W/"a248c34afce410c3334ff84cbac22552"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -23,9 +23,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [810483a4-40bc-4f4a-9834-c407d59bab6b] - X-Runtime: ['0.027486'] + X-Request-Id: [1e0e4c2a-3fc2-4872-983c-67c1e962aa08] + X-Runtime: ['0.034326'] X-XSS-Protection: [1; mode=block] - content-length: ['843'] + content-length: ['844'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_instance_peers.yaml b/tests/cassettes/test_instance_peers.yaml index a875c4d..97374d4 100644 --- a/tests/cassettes/test_instance_peers.yaml +++ b/tests/cassettes/test_instance_peers.yaml @@ -14,8 +14,8 @@ interactions: headers: Cache-Control: ['max-age=86400, public'] Content-Type: [application/json; charset=utf-8] - Date: ['Sat, 27 Apr 2019 18:18:07 GMT'] - ETag: [W/"5839a794e7a473cadc209ef56542b467"] + Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] + ETag: [W/"abc0f592302227cc9d889f9649cd9e1b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -23,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [2db514cd-f3a9-46a8-84e7-5dcca953494b] - X-Runtime: ['0.020984'] + X-Request-Id: [16879b3f-aa29-4298-850f-67e70c0ab921] + X-Runtime: ['0.027175'] X-XSS-Protection: [1; mode=block] content-length: ['2'] 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 daeb29c..781db8b 100644 --- a/tests/cassettes/test_list_add_remove_account.yaml +++ b/tests/cassettes/test_list_add_remove_account.yaml @@ -12,11 +12,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/lists response: - body: {string: '{"id":"13","title":"ham burglars"}'} + body: {string: '{"id":"3","title":"ham burglars"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"07509f109f42d4687ab3f97cecc32f2d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,10 +23,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ecfb3d17-0eb9-47ef-88c6-cef7a63ca0fb] - X-Runtime: ['0.025506'] + X-Request-Id: [b41ce740-9bdc-450d-9673-6120aad25e27] + X-Runtime: ['0.043715'] X-XSS-Protection: [1; mode=block] - content-length: ['34'] + content-length: ['33'] status: {code: 200, message: OK} - request: body: null @@ -40,11 +39,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} + 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4743bd5a10738b03a8075c666b8ae4b7"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,8 +50,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7a546efa-0f22-4b8d-a45c-31bea316120d] - X-Runtime: ['0.019141'] + X-Request-Id: [6fbf035d-a73c-4178-82e7-12a3abd321b4] + X-Runtime: ['0.023119'] X-XSS-Protection: [1; mode=block] content-length: ['609'] status: {code: 200, message: OK} @@ -72,9 +70,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b3b583b439113ba5a011fdfb18034122"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -82,8 +79,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3596d493-bc20-4630-ad44-874077a9021e] - X-Runtime: ['0.052244'] + X-Request-Id: [e397737b-a685-4e0d-8e56-c5fbb7716be2] + X-Runtime: ['0.034676'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -98,13 +95,12 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/lists/13/accounts + uri: http://localhost:3000/api/v1/lists/3/accounts response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f7218fbcd1fb889396566736881b9808"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -112,8 +108,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7339a54b-fb1a-496e-bfda-ac8ac686dc00] - X-Runtime: ['0.060909'] + X-Request-Id: [7df89e97-661f-4b96-bef8-c89326ff70a9] + X-Runtime: ['0.056773'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -126,14 +122,13 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/lists/13/accounts + uri: http://localhost:3000/api/v1/lists/3/accounts response: - body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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":[]}]'} + 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":[]}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e56e3daf7f8db25fba528785afbc93e9"] - Link: ['; rel="prev"'] + Link: ['; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -141,8 +136,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ae178f64-95e9-42b4-88cf-6ca4fd86f9e1] - X-Runtime: ['0.020260'] + X-Request-Id: [96ba134e-49e8-4dc2-8226-4483d24b4037] + X-Runtime: ['0.021782'] X-XSS-Protection: [1; mode=block] content-length: ['525'] status: {code: 200, message: OK} @@ -160,9 +155,8 @@ interactions: response: body: {string: '{"id":"1","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"fce88baa792f3991e7dbd5b7006926f7"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -170,8 +164,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [91746aff-6054-4308-9356-6ecea72f49e7] - X-Runtime: ['0.045276'] + X-Request-Id: [c09bce26-3ff1-4bb8-b7dc-59a9e8e01aa6] + X-Runtime: ['0.053762'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} @@ -184,13 +178,12 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/lists/13/accounts + uri: http://localhost:3000/api/v1/lists/3/accounts response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5839a794e7a473cadc209ef56542b467"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -198,8 +191,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e1f4e3a6-d51f-482c-a3e7-a83a0551cc3b] - X-Runtime: ['0.021326'] + X-Request-Id: [a2702584-316c-4f75-b6d1-b0fc4f4b8017] + X-Runtime: ['0.023216'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -218,9 +211,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1d5525111153d4ca106111ca8fd589c9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -228,8 +220,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [caec88f4-10ba-4ea3-b346-03d1a6a90772] - X-Runtime: ['0.080250'] + X-Request-Id: [b20c47c7-4ccd-46a0-932f-07fce792856d] + X-Runtime: ['0.071168'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -244,13 +236,12 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/lists/13/accounts + uri: http://localhost:3000/api/v1/lists/3/accounts response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1f19006d4e16e44010f8b60659bab0b0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -258,8 +249,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [439a863a-ce94-4c1f-a7b9-4469a1f42249] - X-Runtime: ['0.091119'] + X-Request-Id: [f5e2187b-726d-4a2b-a779-10b82ad3e905] + X-Runtime: ['0.042406'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -272,14 +263,13 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/lists/13/accounts + uri: http://localhost:3000/api/v1/lists/3/accounts response: - body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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":[]}]'} + 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":[]}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"12d850bde19acd8541ce57682d068d23"] - Link: ['; rel="prev"'] + Link: ['; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -287,8 +277,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f64a85d5-0704-48a2-913d-f7edc512fd5d] - X-Runtime: ['0.052260'] + X-Request-Id: [eba683a4-4688-426a-b11a-566d486b2c8e] + X-Runtime: ['0.027438'] X-XSS-Protection: [1; mode=block] content-length: ['525'] status: {code: 200, message: OK} @@ -303,13 +293,12 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/lists/13/accounts + uri: http://localhost:3000/api/v1/lists/3/accounts response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1f19006d4e16e44010f8b60659bab0b0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -317,8 +306,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1d93f963-f3e1-430b-b12f-3a35b8c97b18] - X-Runtime: ['0.061400'] + X-Request-Id: [9c084136-2e78-45df-bea7-5d194672a358] + X-Runtime: ['0.031512'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -331,13 +320,12 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/lists/13/accounts + uri: http://localhost:3000/api/v1/lists/3/accounts response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e6ae59ab52fdbf017d506af98d3c0346"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -345,8 +333,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c8cb7671-b6cb-4afd-91e7-a8878ae10dca] - X-Runtime: ['0.020637'] + X-Request-Id: [9c87a884-72e6-4fe0-9c92-b7770c1741d2] + X-Runtime: ['0.017584'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -364,9 +352,8 @@ interactions: response: body: {string: '{"id":"1","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7de0bda800fc09d7aa7e4e09ff1e64ad"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -374,8 +361,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a19d2776-8646-4bec-a6b3-34f371fecde7] - X-Runtime: ['0.049793'] + X-Request-Id: [d8b4495d-d870-4cd7-8a2c-2f8635e4d72b] + X-Runtime: ['0.048762'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} @@ -389,13 +376,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/lists/13 + uri: http://localhost:3000/api/v1/lists/3 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1f19006d4e16e44010f8b60659bab0b0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -403,8 +389,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b4f120a6-6147-445f-ac98-4d0a871c6e5b] - X-Runtime: ['0.023427'] + X-Request-Id: [30228e1f-6158-4012-9c6b-4ca8268b6c62] + X-Runtime: ['0.027308'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_list_by_account.yaml b/tests/cassettes/test_list_by_account.yaml index 2b0c422..2a32f39 100644 --- a/tests/cassettes/test_list_by_account.yaml +++ b/tests/cassettes/test_list_by_account.yaml @@ -12,11 +12,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/lists response: - body: {string: '{"id":"14","title":"ham burglars"}'} + body: {string: '{"id":"4","title":"ham burglars"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8247248ef314b99a42399ecd68df8cbc"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,10 +23,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6933e1c3-5dd0-4ad3-91f2-c6a110bf03b0] - X-Runtime: ['0.023268'] + X-Request-Id: [c1ab893a-1331-4c16-a438-c5d5927ba280] + X-Runtime: ['0.022531'] X-XSS-Protection: [1; mode=block] - content-length: ['34'] + content-length: ['33'] status: {code: 200, message: OK} - request: body: null @@ -40,11 +39,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} + 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2e9e6004bf46c303088605fe48e20847"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,8 +50,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [fd21f18d-ee14-4826-b7f2-580f0561fd50] - X-Runtime: ['0.022522'] + X-Request-Id: [29319e34-a1b2-42d7-bcb7-492ebe7856fb] + X-Runtime: ['0.048339'] X-XSS-Protection: [1; mode=block] content-length: ['609'] status: {code: 200, message: OK} @@ -72,9 +70,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1d5525111153d4ca106111ca8fd589c9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -82,8 +79,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f4fafc41-adf2-49f5-ace9-89f934a484db] - X-Runtime: ['0.100376'] + X-Request-Id: [f011c6d6-dda8-43aa-85c2-825c56e55356] + X-Runtime: ['0.089818'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -98,13 +95,12 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/lists/14/accounts + uri: http://localhost:3000/api/v1/lists/4/accounts response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1f19006d4e16e44010f8b60659bab0b0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -112,8 +108,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [147f5c72-4189-4239-ba22-769519f55fb4] - X-Runtime: ['0.084526'] + X-Request-Id: [d822d920-1ba7-4662-9377-03461c5a902e] + X-Runtime: ['0.032625'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -128,11 +124,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/1/lists response: - body: {string: '[{"id":"14","title":"ham burglars"}]'} + body: {string: '[{"id":"4","title":"ham burglars"}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"064f9a87c08df2f323d84d6d7af9c345"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -140,10 +135,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [5d5ae84a-bb43-4300-9554-ceb1c16e7816] - X-Runtime: ['0.049153'] + X-Request-Id: [bf776395-6646-44c8-9485-9415071e9ec7] + X-Runtime: ['0.034514'] X-XSS-Protection: [1; mode=block] - content-length: ['36'] + content-length: ['35'] status: {code: 200, message: OK} - request: body: null @@ -159,9 +154,8 @@ interactions: response: body: {string: '{"id":"1","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7de0bda800fc09d7aa7e4e09ff1e64ad"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -169,8 +163,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [84b951b8-6419-46c9-a190-e50eab89fbec] - X-Runtime: ['0.086345'] + X-Request-Id: [deb7180d-c44f-46f0-9a0c-c3c1d85cf0f5] + X-Runtime: ['0.055473'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} @@ -184,13 +178,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/lists/14 + uri: http://localhost:3000/api/v1/lists/4 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"1f19006d4e16e44010f8b60659bab0b0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -198,8 +191,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c3b79a30-dc4b-48b0-8843-bbe2a67b3714] - X-Runtime: ['0.022094'] + X-Request-Id: [267bccdc-f62a-4b0e-9e65-b510cb210f1a] + X-Runtime: ['0.025082'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_list_create.yaml b/tests/cassettes/test_list_create.yaml index abd520e..4f29db4 100644 --- a/tests/cassettes/test_list_create.yaml +++ b/tests/cassettes/test_list_create.yaml @@ -12,11 +12,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/lists response: - body: {string: '{"id":"11","title":"ham burglars"}'} + body: {string: '{"id":"1","title":"ham burglars"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"d37198837856714b50e49788af214f55"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,10 +23,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [da15ebb8-9fc6-4a57-9b46-e582d9d837b6] - X-Runtime: ['0.036246'] + X-Request-Id: [99edb982-92b9-4746-bcb5-c9ef77f39572] + X-Runtime: ['0.052286'] X-XSS-Protection: [1; mode=block] - content-length: ['34'] + content-length: ['33'] status: {code: 200, message: OK} - request: body: null @@ -40,11 +39,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/lists response: - body: {string: '[{"id":"11","title":"ham burglars"}]'} + body: {string: '[{"id":"1","title":"ham burglars"}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4582bcda27bff6908da11d38882466f5"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,10 +50,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [59308a3a-f4d1-4fde-bc53-45b4ddff87a3] - X-Runtime: ['0.015534'] + X-Request-Id: [df208a34-9ab7-4d18-ad6c-e969c61b747f] + X-Runtime: ['0.017683'] X-XSS-Protection: [1; mode=block] - content-length: ['36'] + content-length: ['35'] status: {code: 200, message: OK} - request: body: null @@ -67,13 +65,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/lists/11 + uri: http://localhost:3000/api/v1/lists/1 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f7218fbcd1fb889396566736881b9808"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -81,8 +78,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4aeee55e-c96c-4329-931e-82510245d35f] - X-Runtime: ['0.025341'] + X-Request-Id: [9323d374-a2f0-4b2e-adf9-a8cef39a1937] + X-Runtime: ['0.027703'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_list_timeline.yaml b/tests/cassettes/test_list_timeline.yaml index 0fa4d04..170bbf9 100644 --- a/tests/cassettes/test_list_timeline.yaml +++ b/tests/cassettes/test_list_timeline.yaml @@ -12,11 +12,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/lists response: - body: {string: '{"id":"15","title":"ham burglars"}'} + body: {string: '{"id":"5","title":"ham burglars"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"35d9c20658d15aecef0d51932d8fbc97"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,10 +23,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d36b9525-abe1-4f03-a2f0-5479f4830849] - X-Runtime: ['0.020166'] + X-Request-Id: [1f3c4bdc-37ce-4a2e-8f60-ce9becc78eed] + X-Runtime: ['0.024433'] X-XSS-Protection: [1; mode=block] - content-length: ['34'] + content-length: ['33'] status: {code: 200, message: OK} - request: body: null @@ -40,11 +39,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} + 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2e9e6004bf46c303088605fe48e20847"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,8 +50,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6ec7caee-9ef0-4395-803f-4b3f8edb9d10] - X-Runtime: ['0.022512'] + X-Request-Id: [37bdac14-d813-43e4-8d2a-3248171052d9] + X-Runtime: ['0.023376'] X-XSS-Protection: [1; mode=block] content-length: ['609'] status: {code: 200, message: OK} @@ -72,9 +70,8 @@ interactions: response: body: {string: '{"id":"1","following":true,"showing_reblogs":true,"followed_by":false,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8bb5f007d66d0e48cde8941828493c2f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -82,8 +79,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [78b1e360-1958-4a05-96db-533ab3a65b30] - X-Runtime: ['0.078609'] + X-Request-Id: [6c6db11d-ae98-471c-8e0c-b2b6fcd4c349] + X-Runtime: ['0.077111'] X-XSS-Protection: [1; mode=block] content-length: ['209'] status: {code: 200, message: OK} @@ -98,13 +95,12 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/lists/15/accounts + uri: http://localhost:3000/api/v1/lists/5/accounts response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"873fd6721b080f5ef31b79e7092c5c54"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -112,8 +108,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3cc46091-6784-4b8e-a719-886ed486911e] - X-Runtime: ['0.078086'] + X-Request-Id: [8f64dda3-b754-44ec-9058-8a13fc7e4854] + X-Runtime: ['0.039091'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -130,13 +126,12 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999515346991470","created_at":"2019-04-27T18:18:09.183Z","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/101999515346991470","content":"\u003cp\u003eI - have never stolen a ham in my life.\u003c/p\u003e","url":"http://localhost/@admin/101999515346991470","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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}'} + 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 + have never stolen a ham in my life.\u003c/p\u003e","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c38f7eefbb8b1cabc8a2e8ee3fb35044"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -144,8 +139,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c1545708-8305-47ba-a94b-8656fcb8ed4d] - X-Runtime: ['0.186044'] + X-Request-Id: [2655bbd0-c716-4150-84d6-8461a1de9176] + X-Runtime: ['0.152767'] X-XSS-Protection: [1; mode=block] content-length: ['1203'] status: {code: 200, message: OK} @@ -158,17 +153,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/timelines/list/15 + uri: http://localhost:3000/api/v1/timelines/list/5 response: - body: {string: '[{"id":"101999515346991470","created_at":"2019-04-27T18:18:09.183Z","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/101999515346991470","content":"\u003cp\u003eI - have never stolen a ham in my life.\u003c/p\u003e","url":"http://localhost/@admin/101999515346991470","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_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}]'} + 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 + have never stolen a ham in my life.\u003c/p\u003e","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"9280ea291d6b47bac0b8fbad9f763dd3"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -177,8 +171,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [5740f524-6ad4-4f9b-b6ac-12720e85b41f] - X-Runtime: ['0.076979'] + X-Request-Id: [0acf6672-99b8-459e-a81d-26cddae81c5c] + X-Runtime: ['0.053111'] X-XSS-Protection: [1; mode=block] content-length: ['1190'] status: {code: 200, message: OK} @@ -192,13 +186,14 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515346991470 + uri: http://localhost:3000/api/v1/statuses/102315366232658666 response: - body: {string: '{}'} + 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 + have never stolen a ham in my life.","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":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"71fb4d7e1e48f649eba00c8cd0090849"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -206,10 +201,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ab0c27fe-e237-42ae-9faf-a2972baa8bfa] - X-Runtime: ['0.020533'] + X-Request-Id: [9c665524-0c17-4e3e-89ec-5218b7823af3] + X-Runtime: ['0.073855'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1173'] status: {code: 200, message: OK} - request: body: null @@ -225,9 +220,8 @@ interactions: response: body: {string: '{"id":"1","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a981f53aa51b0f85997b6a7913278ca6"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -235,8 +229,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [37cb9622-9d6e-4502-8ef5-5a099a71a4a1] - X-Runtime: ['0.119308'] + X-Request-Id: [3be70ec4-f044-42f0-90a2-c438dfc66e82] + X-Runtime: ['0.073023'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} @@ -250,13 +244,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/lists/15 + uri: http://localhost:3000/api/v1/lists/5 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"71fb4d7e1e48f649eba00c8cd0090849"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -264,8 +257,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [74ba4eae-f0a7-4ffc-8e74-dba7a27f3bda] - X-Runtime: ['0.032257'] + X-Request-Id: [21f34ce5-d202-4c38-952f-1e2079860b51] + X-Runtime: ['0.043072'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_list_update.yaml b/tests/cassettes/test_list_update.yaml index 29561a0..902c696 100644 --- a/tests/cassettes/test_list_update.yaml +++ b/tests/cassettes/test_list_update.yaml @@ -12,11 +12,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/lists response: - body: {string: '{"id":"12","title":"ham burglars"}'} + body: {string: '{"id":"2","title":"ham burglars"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"74769f86e8fae8a99d2bd243cebde639"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,10 +23,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3336c659-4139-4b86-ad79-14f5b94db0c0] - X-Runtime: ['0.022639'] + X-Request-Id: [7a3e67d6-4676-48ce-ae8f-6cc3203b4270] + X-Runtime: ['0.021679'] X-XSS-Protection: [1; mode=block] - content-length: ['34'] + content-length: ['33'] status: {code: 200, message: OK} - request: body: title=fry+kids @@ -40,13 +39,12 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: PUT - uri: http://localhost:3000/api/v1/lists/12 + uri: http://localhost:3000/api/v1/lists/2 response: - body: {string: '{"id":"12","title":"fry kids"}'} + body: {string: '{"id":"2","title":"fry kids"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7eb040185722ff1421698e759173da1e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -54,10 +52,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [2fd73526-6fe2-46a0-98ec-8d8c2edb6f38] - X-Runtime: ['0.031404'] + X-Request-Id: [40c498a2-2c8b-4a34-9494-e3aed7a481df] + X-Runtime: ['0.022328'] X-XSS-Protection: [1; mode=block] - content-length: ['30'] + content-length: ['29'] status: {code: 200, message: OK} - request: body: null @@ -70,11 +68,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/lists response: - body: {string: '[{"id":"12","title":"fry kids"}]'} + body: {string: '[{"id":"2","title":"fry kids"}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"46d32f4b243293ec2f9f8e32432a5e31"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -82,10 +79,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7c18b9b4-74b1-4814-8baf-5222027d98a7] - X-Runtime: ['0.015704'] + X-Request-Id: [69975442-93a0-4381-a7f2-81f787314057] + X-Runtime: ['0.017720'] X-XSS-Protection: [1; mode=block] - content-length: ['32'] + content-length: ['31'] status: {code: 200, message: OK} - request: body: null @@ -98,11 +95,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/lists response: - body: {string: '[{"id":"12","title":"fry kids"}]'} + body: {string: '[{"id":"2","title":"fry kids"}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"46d32f4b243293ec2f9f8e32432a5e31"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -110,10 +106,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [cda72984-c48d-4b43-ae0f-a7c7572e86c6] - X-Runtime: ['0.015326'] + X-Request-Id: [32536a24-bf91-45a7-93e4-11e68366c245] + X-Runtime: ['0.016560'] X-XSS-Protection: [1; mode=block] - content-length: ['32'] + content-length: ['31'] status: {code: 200, message: OK} - request: body: null @@ -124,13 +120,12 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/lists/12 + uri: http://localhost:3000/api/v1/lists/2 response: - body: {string: '{"id":"12","title":"fry kids"}'} + body: {string: '{"id":"2","title":"fry kids"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7eb040185722ff1421698e759173da1e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -138,10 +133,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f455489c-7149-4897-8d06-c705784f6b02] - X-Runtime: ['0.016879'] + X-Request-Id: [37e79f80-f338-440c-abd6-e9d0d6da7efe] + X-Runtime: ['0.017184'] X-XSS-Protection: [1; mode=block] - content-length: ['30'] + content-length: ['29'] status: {code: 200, message: OK} - request: body: null @@ -153,13 +148,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/lists/12 + uri: http://localhost:3000/api/v1/lists/2 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f7218fbcd1fb889396566736881b9808"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -167,8 +161,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a99bc633-28e3-47db-8c9d-a773d015b25d] - X-Runtime: ['0.028553'] + X-Request-Id: [2a3ba842-1f5d-477b-ae06-f7ea48059ce9] + X-Runtime: ['0.028454'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_log_in_password.yaml b/tests/cassettes/test_log_in_password.yaml index 6b34a9d..1f0eee9 100644 --- a/tests/cassettes/test_log_in_password.yaml +++ b/tests/cassettes/test_log_in_password.yaml @@ -1,27 +1,27 @@ interactions: - request: - body: redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&password=mastodonadmin&username=admin%40localhost%3A3000&grant_type=password&client_id=__MASTODON_PY_TEST_CLIENT_ID&client_secret=__MASTODON_PY_TEST_CLIENT_SECRET&scope=read+write+follow+push + body: redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&password=mastodonadmin&username=admin%40localhost&grant_type=password&client_id=__MASTODON_PY_TEST_CLIENT_ID&client_secret=__MASTODON_PY_TEST_CLIENT_SECRET&scope=read+write+follow+push headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['240'] + Content-Length: ['233'] Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/oauth/token response: body: {string: '{"access_token":"__MASTODON_PY_TEST_ACCESS_TOKEN_2","token_type":"Bearer","scope":"read - write follow push","created_at":1556398580}'} + write follow push","created_at":1561214788}'} headers: Cache-Control: ['private, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e07660394b0fd53ff74e0468c46350d6"] + ETag: [W/"24c702c892d562d104453293f6d8ab58"] Pragma: [no-cache] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] - X-Request-Id: [df01a2d8-3f43-420d-8e4c-bbb0c36c858f] - X-Runtime: ['0.081349'] + X-Request-Id: [822a2b34-22bb-4d4b-bd07-30e59588c242] + X-Runtime: ['0.070731'] content-length: ['131'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_log_in_password_incorrect.yaml b/tests/cassettes/test_log_in_password_incorrect.yaml index 0fb37ac..227417e 100644 --- a/tests/cassettes/test_log_in_password_incorrect.yaml +++ b/tests/cassettes/test_log_in_password_incorrect.yaml @@ -1,11 +1,11 @@ interactions: - request: - body: redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&password=hunter2&username=admin%40localhost%3A3000&grant_type=password&client_id=__MASTODON_PY_TEST_CLIENT_ID&client_secret=__MASTODON_PY_TEST_CLIENT_SECRET&scope=read+write+follow+push + body: redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&password=hunter2&username=admin%40localhost&grant_type=password&client_id=__MASTODON_PY_TEST_CLIENT_ID&client_secret=__MASTODON_PY_TEST_CLIENT_SECRET&scope=read+write+follow+push headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['234'] + Content-Length: ['227'] Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST @@ -24,8 +24,8 @@ interactions: provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client."'] - X-Request-Id: [02409972-ac5b-4909-9902-558fd29567ab] - X-Runtime: ['0.062573'] + X-Request-Id: [b80469bd-d9b3-429f-8be8-51c8afbce6e9] + X-Runtime: ['0.063862'] content-length: ['213'] - status: {code: 401, message: Unauthorized} + status: {code: 400, message: Bad Request} 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 76d18a2..d4ed695 100644 --- a/tests/cassettes/test_log_in_password_to_file.yaml +++ b/tests/cassettes/test_log_in_password_to_file.yaml @@ -1,27 +1,27 @@ interactions: - request: - body: redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&password=mastodonadmin&username=admin%40localhost%3A3000&grant_type=password&client_id=__MASTODON_PY_TEST_CLIENT_ID&client_secret=__MASTODON_PY_TEST_CLIENT_SECRET&scope=read+write+follow+push + body: redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&password=mastodonadmin&username=admin%40localhost&grant_type=password&client_id=__MASTODON_PY_TEST_CLIENT_ID&client_secret=__MASTODON_PY_TEST_CLIENT_SECRET&scope=read+write+follow+push headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['240'] + Content-Length: ['233'] Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/oauth/token response: body: {string: '{"access_token":"__MASTODON_PY_TEST_ACCESS_TOKEN_2","token_type":"Bearer","scope":"read - write follow push","created_at":1556398580}'} + write follow push","created_at":1561214788}'} headers: Cache-Control: ['private, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e07660394b0fd53ff74e0468c46350d6"] + ETag: [W/"24c702c892d562d104453293f6d8ab58"] Pragma: [no-cache] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] - X-Request-Id: [be2f63a6-9485-42fa-b443-98572e2072bf] - X-Runtime: ['0.062174'] + X-Request-Id: [c3017f47-0494-4f94-ab7e-fcfa3f9ccff1] + X-Runtime: ['0.067294'] content-length: ['131'] status: {code: 200, message: OK} - request: @@ -35,11 +35,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} + 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ef0905262d6a98baf18f8430e875d51f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -47,8 +46,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1a9e6f5c-ce19-415a-935a-c2492a829fe9] - X-Runtime: ['0.136161'] + X-Request-Id: [ed77c025-4ba4-4c88-bc2c-9ac710e12d7c] + X-Runtime: ['0.022156'] X-XSS-Protection: [1; mode=block] content-length: ['609'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_media_post[False].yaml b/tests/cassettes/test_media_post[False].yaml index 3c164c6..86547cb 100644 --- a/tests/cassettes/test_media_post[False].yaml +++ b/tests/cassettes/test_media_post[False].yaml @@ -1,13 +1,13 @@ interactions: - request: body: !!binary | - LS1iYjg5NDk0Mzg4NmE0ODNjODc5MDZlODFkNTI2ZDE5NA0KQ29udGVudC1EaXNwb3NpdGlvbjog + LS1iYmM3OTA0MWRjZGE0NGZkOTMyY2ZhYWU2MjhhMmU1Zg0KQ29udGVudC1EaXNwb3NpdGlvbjog Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u - eSB3YWxrDQotLWJiODk0OTQzODg2YTQ4M2M4NzkwNmU4MWQ1MjZkMTk0DQpDb250ZW50LURpc3Bv - c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1iYjg5NDk0Mzg4 - NmE0ODNjODc5MDZlODFkNTI2ZDE5NA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu - YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU1NjM4OTA5MS42MzQxMjc0 - X1RDMEs2MFJDMjcuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA + eSB3YWxrDQotLWJiYzc5MDQxZGNkYTQ0ZmQ5MzJjZmFhZTYyOGEyZTVmDQpDb250ZW50LURpc3Bv + c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1iYmM3OTA0MWRj + ZGE0NGZkOTMyY2ZhYWU2MjhhMmU1Zg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu + YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIwODU5My42MTI4Mjk3 + XzlLUVRSRUhVQ04uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe @@ -943,24 +943,23 @@ interactions: qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp - UqD/2Q0KLS1iYjg5NDk0Mzg4NmE0ODNjODc5MDZlODFkNTI2ZDE5NC0tDQo= + UqD/2Q0KLS1iYmM3OTA0MWRjZGE0NGZkOTMyY2ZhYWU2MjhhMmU1Zi0tDQo= headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] Content-Length: ['53738'] - Content-Type: [multipart/form-data; boundary=bb894943886a483c87906e81d526d194] + Content-Type: [multipart/form-data; boundary=bbc79041dcda44fd932cfaae628a2e5f] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/api/v1/media response: - body: {string: '{"id":"9","type":"image","url":"http://localhost/system/media_attachments/files/000/000/009/original/4e821b9595c45fe7.jpeg?1556389091","preview_url":"http://localhost/system/media_attachments/files/000/000/009/small/4e821b9595c45fe7.jpeg?1556389091","remote_url":null,"text_url":"http://localhost/media/OfA4eqCB8G37ISYX6DM","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 - Lennon doing a funny walk"}'} + 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 + Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"fd6e53a1aa8b05456031f3d04424f672"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -968,13 +967,13 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [79dc8d57-a19e-4d8b-a435-29cd1dcbfd42] - X-Runtime: ['0.123984'] + X-Request-Id: [4c4f3fed-01c4-4996-b065-d5bb42a625d1] + X-Runtime: ['0.297668'] X-XSS-Protection: [1; mode=block] - content-length: ['540'] + content-length: ['590'] status: {code: 200, message: OK} - request: - body: status=LOL+check+this+out&media_ids%5B%5D=9 + body: status=LOL+check+this+out&media_ids%5B%5D=1 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] @@ -986,16 +985,15 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999515521299851","created_at":"2019-04-27T18:18:11.826Z","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/101999515521299851","content":"\u003cp\u003eLOL - check this out\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515521299851","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 + check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":42,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[{"id":"9","type":"image","url":"http://localhost/system/media_attachments/files/000/000/009/original/4e821b9595c45fe7.jpeg?1556389091","preview_url":"http://localhost/system/media_attachments/files/000/000/009/small/4e821b9595c45fe7.jpeg?1556389091","remote_url":null,"text_url":"http://localhost/media/OfA4eqCB8G37ISYX6DM","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 - Lennon doing a funny walk"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"dc46cbce50ee3193256916b8e2764163"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1003,10 +1001,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6cab77d0-ed19-4bbb-b1ae-6ee00ea08221] - X-Runtime: ['0.166404'] + X-Request-Id: [0ceb8d57-2323-4a8f-b29b-3e3b87c85017] + X-Runtime: ['0.146228'] X-XSS-Protection: [1; mode=block] - content-length: ['2151'] + content-length: ['2200'] status: {code: 200, message: OK} - request: body: null @@ -1018,13 +1016,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515521299851 + uri: http://localhost:3000/api/v1/statuses/102315366413514093 response: - body: {string: '{}'} + 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 + 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 + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"71fb4d7e1e48f649eba00c8cd0090849"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1032,9 +1033,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4e394051-b9fc-400f-9ed2-8559a747d599] - X-Runtime: ['0.049374'] + X-Request-Id: [f111387d-93bd-4bae-8b57-87e078ae35b6] + X-Runtime: ['0.121595'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['2170'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_media_post[True].yaml b/tests/cassettes/test_media_post[True].yaml index 250a7d7..d15b443 100644 --- a/tests/cassettes/test_media_post[True].yaml +++ b/tests/cassettes/test_media_post[True].yaml @@ -1,966 +1,965 @@ interactions: - request: body: !!binary | - LS1hYjM5ZGEyMGZmMjg0ODMwYWZmNjYzNDI1YjgzZjMwMg0KQ29udGVudC1EaXNwb3NpdGlvbjog + LS1hMDRiYjUxYzFmY2U0OWVhOWRkM2FhYzllMzI2MTdmYQ0KQ29udGVudC1EaXNwb3NpdGlvbjog Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u - eSB3YWxrDQotLWFiMzlkYTIwZmYyODQ4MzBhZmY2NjM0MjViODNmMzAyDQpDb250ZW50LURpc3Bv - c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1hYjM5ZGEyMGZm - Mjg0ODMwYWZmNjYzNDI1YjgzZjMwMg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu - YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU1NjM4OTA5Mi4wMjEyNTVf - UUlPUU9LV0M0WC5qcGUiDQpDb250ZW50LVR5cGU6IGltYWdlL2pwZWcNCg0K/9j/4AAQSkZJRgAB - AQEASABIAAD/4gIcSUNDX1BST0ZJTEUAAQEAAAIMbGNtcwIQAABtbnRyUkdCIFhZWiAH3AABABkA - AwApADlhY3NwQVBQTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLWxjbXMAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApkZXNjAAAA/AAAAF5j - cHJ0AAABXAAAAAt3dHB0AAABaAAAABRia3B0AAABfAAAABRyWFlaAAABkAAAABRnWFlaAAABpAAA - ABRiWFlaAAABuAAAABRyVFJDAAABzAAAAEBnVFJDAAABzAAAAEBiVFJDAAABzAAAAEBkZXNjAAAA - AAAAAANjMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0ZXh0AAAAAEZCAABYWVogAAAAAAAA9tYA - AQAAAADTLVhZWiAAAAAAAAADFgAAAzMAAAKkWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAA - 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 + eSB3YWxrDQotLWEwNGJiNTFjMWZjZTQ5ZWE5ZGQzYWFjOWUzMjYxN2ZhDQpDb250ZW50LURpc3Bv + c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1hMDRiYjUxYzFm + Y2U0OWVhOWRkM2FhYzllMzI2MTdmYQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu + YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIwODU5NC4yMjczODk4 + XzNYS0NXM1FXOU4uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA + AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ + AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe + Y3BydAAAAVwAAAALd3RwdAAAAWgAAAAUYmtwdAAAAXwAAAAUclhZWgAAAZAAAAAUZ1hZWgAAAaQA + AAAUYlhZWgAAAbgAAAAUclRSQwAAAcwAAABAZ1RSQwAAAcwAAABAYlRSQwAAAcwAAABAZGVzYwAA + AAAAAAADYzIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdGV4dAAAAABGQgAAWFlaIAAAAAAAAPbW + AAEAAAAA0y1YWVogAAAAAAAAAxYAAAMzAAACpFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAA + AGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z2N1cnYAAAAAAAAAGgAAAMsByQNjBZIIawv2 + ED8VURs0IfEpkDIYO5JGBVF3Xe1rcHoFibGafKxpv33Tw+kw////2wBDAAoHBwgHBgoICAgLCgoL + DhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9Pjv/2wBDAQoL + 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 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] - Content-Length: ['53737'] - Content-Type: [multipart/form-data; boundary=ab39da20ff284830aff663425b83f302] + Content-Length: ['53738'] + Content-Type: [multipart/form-data; boundary=a04bb51c1fce49ea9dd3aac9e32617fa] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/api/v1/media response: - body: {string: '{"id":"10","type":"image","url":"http://localhost/system/media_attachments/files/000/000/010/original/231f0e329c9434ee.jpeg?1556389092","preview_url":"http://localhost/system/media_attachments/files/000/000/010/small/231f0e329c9434ee.jpeg?1556389092","remote_url":null,"text_url":"http://localhost/media/efvPay0muVYwY1t7FeQ","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 - Lennon doing a funny walk"}'} + 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 + Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"716767d29e9b14824b9c872df1425898"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -968,34 +967,33 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4f7c755a-e63f-4d1c-a40f-dd3bf80d2b5b] - X-Runtime: ['0.137315'] + X-Request-Id: [076b4d7e-73db-4046-866b-5a19998db05a] + X-Runtime: ['0.398558'] X-XSS-Protection: [1; mode=block] - content-length: ['541'] + content-length: ['590'] status: {code: 200, message: OK} - request: - body: sensitive=1&status=LOL+check+this+out&media_ids%5B%5D=10 + body: sensitive=1&status=LOL+check+this+out&media_ids%5B%5D=2 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] - Content-Length: ['56'] + Content-Length: ['55'] Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999515546413017","created_at":"2019-04-27T18:18:12.209Z","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/101999515546413017","content":"\u003cp\u003eLOL - check this out\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515546413017","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 + check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":42,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[{"id":"10","type":"image","url":"http://localhost/system/media_attachments/files/000/000/010/original/231f0e329c9434ee.jpeg?1556389092","preview_url":"http://localhost/system/media_attachments/files/000/000/010/small/231f0e329c9434ee.jpeg?1556389092","remote_url":null,"text_url":"http://localhost/media/efvPay0muVYwY1t7FeQ","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 - Lennon doing a funny walk"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b3dac26d72294a03ec5cdb41d88260f0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1003,10 +1001,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [35037fb1-d425-4813-a6a8-fc9ced11c790] - X-Runtime: ['0.133845'] + X-Request-Id: [20aed872-3e62-4c41-941d-708f308f0e4c] + X-Runtime: ['0.144382'] X-XSS-Protection: [1; mode=block] - content-length: ['2151'] + content-length: ['2199'] status: {code: 200, message: OK} - request: body: null @@ -1018,13 +1016,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515546413017 + uri: http://localhost:3000/api/v1/statuses/102315366460423851 response: - body: {string: '{}'} + 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 + 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 + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7bd56d5f176c5d3ff84c9fed988c1b66"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -1032,9 +1033,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [259938c8-c82c-4f5e-9020-45693e0358bb] - X-Runtime: ['0.045379'] + X-Request-Id: [44dfee9f-a2d5-4136-9cc5-708330799aef] + X-Runtime: ['0.102598'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['2169'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_media_post_file.yaml b/tests/cassettes/test_media_post_file.yaml index 73eaf2e..ec22f29 100644 --- a/tests/cassettes/test_media_post_file.yaml +++ b/tests/cassettes/test_media_post_file.yaml @@ -1,961 +1,960 @@ interactions: - request: body: !!binary | - LS0zNmJiMjQ5ZmEzOWE0ZGFmOTgwMDQ0MDUwOWFjN2Y3Mg0KQ29udGVudC1EaXNwb3NpdGlvbjog - Zm9ybS1kYXRhOyBuYW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU1NjM4 - OTA5Mi41OTg4MjkzXzNWUlhaME1TSFguanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoN - Cv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJH - QiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEA - AAAA0y1sY21zAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAK - ZGVzYwAAAPwAAABeY3BydAAAAVwAAAALd3RwdAAAAWgAAAAUYmtwdAAAAXwAAAAUclhZWgAAAZAA - AAAUZ1hZWgAAAaQAAAAUYlhZWgAAAbgAAAAUclRSQwAAAcwAAABAZ1RSQwAAAcwAAABAYlRSQwAA - AcwAAABAZGVzYwAAAAAAAAADYzIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdGV4dAAAAABGQgAA - WFlaIAAAAAAAAPbWAAEAAAAA0y1YWVogAAAAAAAAAxYAAAMzAAACpFhZWiAAAAAAAABvogAAOPUA - AAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z2N1cnYAAAAAAAAAGgAA - AMsByQNjBZIIawv2ED8VURs0IfEpkDIYO5JGBVF3Xe1rcHoFibGafKxpv33Tw+kw////2wBDAAoH - BwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8 - SDc9Pjv/2wBDAQoLCw4NDhwQEBw7KCIoOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7 - Ozs7Ozs7Ozs7Ozs7Ozs7Ozv/wAARCAJYAlgDASIAAhEBAxEB/8QAHAAAAQUBAQEAAAAAAAAAAAAA - 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 - zuYXPV7f5pUqAlsjOHKqog7vzSbbMTmyHVxSpUERWbAw46CGDzQ5xGLmIyzjdxSpUBuaPtMRwHly - /mhyJOP4ZExjYxmlSoiWTChG2Gy43PhP81CE43CMckXG6nUpUqKLC2wgZxzrnehQW7NXbG3SlSoE - wBeTfHR7Zo5ci2syjhHGe1KlQKcLCEi4Ekyhsf70o2yOYrFO2NhpUqAUyLcLcTLN2PHxTFuMHGRw - dmlSoGnCS5jLD9t6gkQYp9R1fNKlVERjgWfKPTL1qcTIjFx8nX7UqVREJBJ5SOQdg7059AFvIdu9 - KlQTGUpYyCHUN2oTzyskFPLilSqgVq4XMoAYxl61MniMjBhOo0qVQK5cXlj1gGz5qdm9et/8O7ci - HXG9KlRBjiepiLzDtjeBTvFNUm1yP4tlKlRQnivEEYuoQeuNs0N1OouH137k8dM3HalSqqj/ABMq - Tkx8ZqYAPLEXGVaVKiBTuCODfyFPCQmJ74MlKlQFiRAkRdzItQWLFUTDj70qVREpYjcPbiv3elSh - fkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZts - doSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2 - xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVK - gY09xujjo55uzvSpUqD/2Q0KLS0zNmJiMjQ5ZmEzOWE0ZGFmOTgwMDQ0MDUwOWFjN2Y3Mi0tDQo= + LS1hYWUxYzZjNWYzMWE0NDlhYWJiMmE0YjQ4NjI2ZTBhNw0KQ29udGVudC1EaXNwb3NpdGlvbjog + Zm9ybS1kYXRhOyBuYW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIw + ODU5NS4yOTgzNzlfVDVHUlhLVTQ4OC5qcGUiDQpDb250ZW50LVR5cGU6IGltYWdlL2pwZWcNCg0K + /9j/4AAQSkZJRgABAQEASABIAAD/4gIcSUNDX1BST0ZJTEUAAQEAAAIMbGNtcwIQAABtbnRyUkdC + IFhZWiAH3AABABkAAwApADlhY3NwQVBQTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAA + 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 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] - Content-Length: ['53522'] - Content-Type: [multipart/form-data; boundary=36bb249fa39a4daf9800440509ac7f72] + Content-Length: ['53521'] + Content-Type: [multipart/form-data; boundary=aae1c6c5f31a449aabb2a4b48626e0a7] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/api/v1/media response: - body: {string: '{"id":"12","type":"image","url":"http://localhost/system/media_attachments/files/000/000/012/original/5577581954c83a2c.jpeg?1556389092","preview_url":"http://localhost/system/media_attachments/files/000/000/012/small/5577581954c83a2c.jpeg?1556389092","remote_url":null,"text_url":"http://localhost/media/VVe2Zi8kmTMKfffGKdo","meta":{"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":null}'} + 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%"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6e65b9110bc68b7fa8406d9e7cad33da"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -963,9 +962,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [cd227453-c087-4f67-8431-4142fc30c422] - X-Runtime: ['0.102508'] + X-Request-Id: [caed2c89-4ac4-44df-a667-8ba9d48506fd] + X-Runtime: ['0.294382'] X-XSS-Protection: [1; mode=block] - content-length: ['486'] + content-length: ['535'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_media_update.yaml b/tests/cassettes/test_media_update.yaml index 7234c6d..67e5ad8 100644 --- a/tests/cassettes/test_media_update.yaml +++ b/tests/cassettes/test_media_update.yaml @@ -1,13 +1,13 @@ interactions: - request: body: !!binary | - LS0zYzVkMzYxNTZhNDI0ZWU3YWZlMjEyNWE4MzZjMmEwMA0KQ29udGVudC1EaXNwb3NpdGlvbjog + LS0zYWU5MTYxYTdkOTk0MGU3YTc3Y2U5ZGE4NzcyMzIxMg0KQ29udGVudC1EaXNwb3NpdGlvbjog Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u - eSB3YWxrDQotLTNjNWQzNjE1NmE0MjRlZTdhZmUyMTI1YTgzNmMyYTAwDQpDb250ZW50LURpc3Bv - c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS0zYzVkMzYxNTZh - NDI0ZWU3YWZlMjEyNWE4MzZjMmEwMA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu - YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU1NjM4OTA5Mi4zOTA4NjY1 - X1JTNktHTFM1V08uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA + eSB3YWxrDQotLTNhZTkxNjFhN2Q5OTQwZTdhNzdjZTlkYTg3NzIzMjEyDQpDb250ZW50LURpc3Bv + c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS0zYWU5MTYxYTdk + OTk0MGU3YTc3Y2U5ZGE4NzcyMzIxMg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu + YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIwODU5NC45MzE0OTg1 + XzhCTkEwT0ZYSzcuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe @@ -943,24 +943,23 @@ interactions: qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp - UqD/2Q0KLS0zYzVkMzYxNTZhNDI0ZWU3YWZlMjEyNWE4MzZjMmEwMC0tDQo= + UqD/2Q0KLS0zYWU5MTYxYTdkOTk0MGU3YTc3Y2U5ZGE4NzcyMzIxMi0tDQo= headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] Content-Length: ['53738'] - Content-Type: [multipart/form-data; boundary=3c5d36156a424ee7afe2125a836c2a00] + Content-Type: [multipart/form-data; boundary=3ae9161a7d9940e7a77ce9da87723212] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/api/v1/media response: - body: {string: '{"id":"11","type":"image","url":"http://localhost/system/media_attachments/files/000/000/011/original/0482c1e884e143a4.jpeg?1556389092","preview_url":"http://localhost/system/media_attachments/files/000/000/011/small/0482c1e884e143a4.jpeg?1556389092","remote_url":null,"text_url":"http://localhost/media/7cDxhm3jRF8TMGJkgag","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 - Lennon doing a funny walk"}'} + 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 + Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7d3fc40891e3eefbc28420e03eabf5c7"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -968,10 +967,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [2b740493-66ab-496c-9e3f-fa4ed6dd58ad] - X-Runtime: ['0.151981'] + X-Request-Id: [0dfb5073-34a9-4537-a078-353a597a8329] + X-Runtime: ['0.293913'] X-XSS-Protection: [1; mode=block] - content-length: ['541'] + content-length: ['590'] status: {code: 200, message: OK} - request: body: focus=0.69%2C0.69&description=John+Lennon+doing+a+cool+walk @@ -984,14 +983,13 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: PUT - uri: http://localhost:3000/api/v1/media/11 + uri: http://localhost:3000/api/v1/media/3 response: - body: {string: '{"id":"11","type":"image","url":"http://localhost/system/media_attachments/files/000/000/011/original/0482c1e884e143a4.jpeg?1556389092","preview_url":"http://localhost/system/media_attachments/files/000/000/011/small/0482c1e884e143a4.jpeg?1556389092","remote_url":null,"text_url":"http://localhost/media/7cDxhm3jRF8TMGJkgag","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 - Lennon doing a cool walk"}'} + 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 + Lennon doing a cool walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8169c654780425ce15560d27802e22d9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -999,9 +997,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9cb15c4e-b289-41ed-a3c0-c8217820ee86] - X-Runtime: ['0.020121'] + X-Request-Id: [74f7c73f-6a30-4610-9c29-b7139f460c03] + X-Runtime: ['0.030299'] X-XSS-Protection: [1; mode=block] - content-length: ['541'] + content-length: ['590'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_mutes.yaml b/tests/cassettes/test_mutes.yaml index 311fbb0..ec5b948 100644 --- a/tests/cassettes/test_mutes.yaml +++ b/tests/cassettes/test_mutes.yaml @@ -12,9 +12,8 @@ interactions: response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"0c6bce88f363a149a163d74b6bd89011"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [44bd8c53-57ed-485a-bbd9-57c90fdb06a0] - X-Runtime: ['0.017772'] + X-Request-Id: [32fa646c-16cf-4990-a5f2-5f5dfd2bd943] + X-Runtime: ['0.652668'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_notifications.yaml b/tests/cassettes/test_notifications.yaml index f3fb275..15d42e1 100644 --- a/tests/cassettes/test_notifications.yaml +++ b/tests/cassettes/test_notifications.yaml @@ -12,15 +12,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999515582386290","created_at":"2019-04-27T18:18:12.755Z","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/101999515582386290","content":"\u003cp\u003e\u003cspan + 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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - hello!\u003c/p\u003e","url":"http://localhost/@admin/101999515582386290","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} + hello!\u003c/p\u003e","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"0f9e40f384c20f5875bc5c9ca06d216f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -28,8 +27,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [92369461-b4ae-4e90-821b-41a0799cee04] - X-Runtime: ['0.164169'] + X-Request-Id: [10ad4260-300a-4069-81d2-9f76e67e3a06] + X-Runtime: ['0.234936'] X-XSS-Protection: [1; mode=block] content-length: ['1487'] status: {code: 200, message: OK} @@ -44,17 +43,16 @@ interactions: method: GET uri: http://localhost:3000/api/v1/notifications response: - body: {string: '[{"id":"35","type":"mention","created_at":"2019-04-27T18:18:12.846Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]},"status":{"id":"101999515582386290","created_at":"2019-04-27T18:18:12.755Z","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/101999515582386290","content":"\u003cp\u003e\u003cspan + 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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - hello!\u003c/p\u003e","url":"http://localhost/@admin/101999515582386290","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} + hello!\u003c/p\u003e","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}}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4fb47b61d32b2030fdf093c2a5f54da4"] - Link: ['; rel="next", - ; rel="prev"'] + Link: ['; rel="next", + ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -62,8 +60,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [cf11357f-f5b4-4bea-825a-8dc80073309f] - X-Runtime: ['0.143095'] + X-Request-Id: [9452e455-7b91-4781-9b36-6b8100a29134] + X-Runtime: ['0.127142'] X-XSS-Protection: [1; mode=block] content-length: ['2086'] status: {code: 200, message: OK} @@ -76,17 +74,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/notifications/35 + uri: http://localhost:3000/api/v1/notifications/10 response: - body: {string: '{"id":"35","type":"mention","created_at":"2019-04-27T18:18:12.846Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]},"status":{"id":"101999515582386290","created_at":"2019-04-27T18:18:12.755Z","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/101999515582386290","content":"\u003cp\u003e\u003cspan + 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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - hello!\u003c/p\u003e","url":"http://localhost/@admin/101999515582386290","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}'} + hello!\u003c/p\u003e","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}}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"704db292b16a463ad2a843975725099a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -94,8 +91,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [066cc062-70b0-4d94-9dde-c313889bd285] - X-Runtime: ['0.074639'] + X-Request-Id: [9a6b503b-9a67-4a18-8399-8debff25f9ba] + X-Runtime: ['0.047759'] X-XSS-Protection: [1; mode=block] content-length: ['2084'] status: {code: 200, message: OK} @@ -109,13 +106,13 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515582386290 + uri: http://localhost:3000/api/v1/statuses/102315366524646775 response: - body: {string: '{}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"88dd576ac221d006c8859529d1668250"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -123,9 +120,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [032b38e8-41ef-4435-b0f1-b720d882b319] - X-Runtime: ['0.025405'] + X-Request-Id: [d9a41fcd-1f7e-4d37-a022-0c947add7741] + X-Runtime: ['0.139183'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1280'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_notifications_clear.yaml b/tests/cassettes/test_notifications_clear.yaml index d3decae..169c57a 100644 --- a/tests/cassettes/test_notifications_clear.yaml +++ b/tests/cassettes/test_notifications_clear.yaml @@ -13,9 +13,8 @@ interactions: response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"88dd576ac221d006c8859529d1668250"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -23,8 +22,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [84ceba16-e8a4-4305-a164-085eecddb75d] - X-Runtime: ['0.049692'] + X-Request-Id: [39fdcf34-0311-4fd5-a17e-fed63b2f71d1] + X-Runtime: ['0.050363'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_notifications_dismiss.yaml b/tests/cassettes/test_notifications_dismiss.yaml index 447f29d..114c051 100644 --- a/tests/cassettes/test_notifications_dismiss.yaml +++ b/tests/cassettes/test_notifications_dismiss.yaml @@ -12,15 +12,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999515617762242","created_at":"2019-04-27T18:18:13.299Z","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/101999515617762242","content":"\u003cp\u003e\u003cspan + 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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - hello!\u003c/p\u003e","url":"http://localhost/@admin/101999515617762242","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} + hello!\u003c/p\u003e","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6d8bc582aeb8af93b2c9003cf3d66746"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -28,8 +27,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e8f8182b-d864-4b5e-abfc-55f02b17f891] - X-Runtime: ['0.223905'] + X-Request-Id: [2560517d-2154-4f29-8fc9-8439b4e6beb5] + X-Runtime: ['0.169007'] X-XSS-Protection: [1; mode=block] content-length: ['1487'] status: {code: 200, message: OK} @@ -44,17 +43,16 @@ interactions: method: GET uri: http://localhost:3000/api/v1/notifications response: - body: {string: '[{"id":"36","type":"mention","created_at":"2019-04-27T18:18:13.398Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]},"status":{"id":"101999515617762242","created_at":"2019-04-27T18:18:13.299Z","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/101999515617762242","content":"\u003cp\u003e\u003cspan + 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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - hello!\u003c/p\u003e","url":"http://localhost/@admin/101999515617762242","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} + hello!\u003c/p\u003e","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}}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"0d1ef8c8597e38acbe0bf63375b50e7d"] - Link: ['; rel="next", - ; rel="prev"'] + Link: ['; rel="next", + ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -62,13 +60,13 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [56f361dd-5390-4559-9ec9-6a2d81d4e26b] - X-Runtime: ['0.112854'] + X-Request-Id: [b2adbe00-bff7-4119-b1b2-5369c3759906] + X-Runtime: ['0.106558'] X-XSS-Protection: [1; mode=block] content-length: ['2086'] status: {code: 200, message: OK} - request: - body: id=36 + body: id=11 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] @@ -82,9 +80,8 @@ interactions: response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"88dd576ac221d006c8859529d1668250"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -92,8 +89,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [21f52454-d1f4-4f9d-b67e-48ddb78d8710] - X-Runtime: ['0.045306'] + X-Request-Id: [9bd80852-2584-4dcd-b35b-af14eccaf71c] + X-Runtime: ['0.032003'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -107,13 +104,13 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999515617762242 + uri: http://localhost:3000/api/v1/statuses/102315366565823143 response: - body: {string: '{}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"88dd576ac221d006c8859529d1668250"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -121,9 +118,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [76a32196-8577-4c66-a093-c35899211e6d] - X-Runtime: ['0.040782'] + X-Request-Id: [d38f3203-ce1c-4b25-985b-60f2c2171eed] + X-Runtime: ['0.077059'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1280'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_poll_illegal_vote.yaml b/tests/cassettes/test_poll_illegal_vote.yaml index 72482b9..635cdf5 100644 --- a/tests/cassettes/test_poll_illegal_vote.yaml +++ b/tests/cassettes/test_poll_illegal_vote.yaml @@ -13,13 +13,12 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102005835304968136","created_at":"2019-04-28T21:05:24.088Z","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/102005835304968136","content":"\u003cp\u003enice\u003c/p\u003e","url":"http://localhost/@admin/102005835304968136","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":25,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"16","expires_at":"2019-04-28T21:10:24.070Z","expired":false,"multiple":false,"votes_count":0,"voted":true,"options":[{"title":"four + 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 + 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 twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"cb8935a9ac8d3dea6609462bbce81c7d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [13adc429-bd63-4a6c-8afa-e52db1b58762] - X-Runtime: ['0.342656'] + X-Request-Id: [7047323d-cbaf-4b07-a335-72c73b09d5f2] + X-Runtime: ['0.222042'] X-XSS-Protection: [1; mode=block] - content-length: ['1383'] + content-length: ['1381'] status: {code: 200, message: OK} - request: body: choices%5B%5D=1 @@ -43,14 +42,13 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/polls/16/votes + uri: http://localhost:3000/api/v1/polls/2/votes response: - body: {string: '{"id":"16","expires_at":"2019-04-28T21:10:24.070Z","expired":false,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four + body: {string: '{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","expired":false,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"96d62a6ad640c2c992e83b4bffc10c7b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -58,10 +56,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d7715baa-8b11-47b3-bc72-401b22f6296c] - X-Runtime: ['0.167098'] + X-Request-Id: [e2684951-9032-4820-bb35-9e0cb9c9ebec] + X-Runtime: ['0.076741'] X-XSS-Protection: [1; mode=block] - content-length: ['216'] + content-length: ['215'] status: {code: 200, message: OK} - request: body: choices%5B%5D=0 @@ -74,12 +72,12 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/polls/16/votes + uri: http://localhost:3000/api/v1/polls/2/votes response: body: {string: "{\"error\":\"\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306B\u5931\u6557\u3057\u307E\u3057\u305F: \u3053\u306E\u30A2\u30F3\u30B1\u30FC\u30C8\u306B\u306F\u6295\u7968\u6E08\u307F\u3067\u3059\"}"} headers: - Cache-Control: [no-cache] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -88,8 +86,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [846275ac-e205-4fb2-8132-edeef42a2ff2] - X-Runtime: ['0.101521'] + X-Request-Id: [af79116b-f7ff-4224-b45a-43e9975c9117] + X-Runtime: ['0.034074'] X-XSS-Protection: [1; mode=block] content-length: ['101'] status: {code: 422, message: Unprocessable Entity} diff --git a/tests/cassettes/test_polls.yaml b/tests/cassettes/test_polls.yaml index 6132074..c4700a4 100644 --- a/tests/cassettes/test_polls.yaml +++ b/tests/cassettes/test_polls.yaml @@ -13,13 +13,12 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102005835265128615","created_at":"2019-04-28T21:05:23.464Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102005835265128615","content":"\u003cp\u003enice\u003c/p\u003e","url":"http://localhost/@admin/102005835265128615","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":25,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":0,"voted":true,"options":[{"title":"four + 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 + 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 twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"9b51d6b8d66f9e0eb1c833ed6f67df71"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f11d8fa0-461a-446e-a0f5-20b81af7f6cc] - X-Runtime: ['0.157309'] + X-Request-Id: [eff31aa8-bda7-408b-8260-bc592dc9bbd4] + X-Runtime: ['0.223254'] X-XSS-Protection: [1; mode=block] - content-length: ['1382'] + content-length: ['1380'] status: {code: 200, message: OK} - request: body: choices%5B%5D=1 @@ -43,14 +42,13 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/polls/15/votes + uri: http://localhost:3000/api/v1/polls/1/votes response: - body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"options":[{"title":"four + body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"options":[{"title":"four twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5b2a849b672ccadf70a2620d4dc1cacb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -58,10 +56,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9bfef151-c9a3-44cc-94d4-6ed33e9e7c24] - X-Runtime: ['0.079564'] + X-Request-Id: [08c8efb8-8ee3-4087-b9f7-25ba1335b593] + X-Runtime: ['0.077040'] X-XSS-Protection: [1; mode=block] - content-length: ['215'] + content-length: ['214'] status: {code: 200, message: OK} - request: body: null @@ -72,14 +70,13 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/polls/15 + uri: http://localhost:3000/api/v1/polls/1 response: - body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"options":[{"title":"four + body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"options":[{"title":"four twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5b2a849b672ccadf70a2620d4dc1cacb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -87,10 +84,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f6a54825-bd65-49b0-a83f-39ef5124a362] - X-Runtime: ['0.043202'] + X-Request-Id: [39703b78-72bb-4bda-8f3d-ecc0fa9a3645] + X-Runtime: ['0.035297'] X-XSS-Protection: [1; mode=block] - content-length: ['215'] + content-length: ['214'] status: {code: 200, message: OK} - request: body: choices%5B%5D=0 @@ -103,14 +100,13 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/polls/15/votes + uri: http://localhost:3000/api/v1/polls/1/votes response: - body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four + body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"567f9562c02e1a5533bf95d1d4bbdede"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -118,10 +114,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [209f0950-c9c0-4ab8-978f-de3239546a97] - X-Runtime: ['0.062952'] + X-Request-Id: [da03e008-863c-4d49-8c64-37fb93d629a0] + X-Runtime: ['0.043669'] X-XSS-Protection: [1; mode=block] - content-length: ['215'] + content-length: ['214'] status: {code: 200, message: OK} - request: body: null @@ -132,14 +128,13 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/polls/15 + uri: http://localhost:3000/api/v1/polls/1 response: - body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four + body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"567f9562c02e1a5533bf95d1d4bbdede"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -147,10 +142,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7caa443c-5605-436f-bae1-f7088dc7db1d] - X-Runtime: ['0.037629'] + X-Request-Id: [ee710e5b-2403-45bd-97ca-0f2edcd70797] + X-Runtime: ['0.024792'] X-XSS-Protection: [1; mode=block] - content-length: ['215'] + content-length: ['214'] status: {code: 200, message: OK} - request: body: null @@ -162,13 +157,14 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102005835265128615 + uri: http://localhost:3000/api/v1/statuses/102315367762013469 response: - body: {string: '{}'} + 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 + 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 + twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6e856267241253766a52970611e7487c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -176,9 +172,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9a5591f2-fbaa-4f0e-832f-86f5d1b8e6b1] - X-Runtime: ['0.044707'] + X-Request-Id: [f5f1d50a-0185-482f-bfde-6b9ab6d97dfa] + X-Runtime: ['0.084331'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1350'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_preferences.yaml b/tests/cassettes/test_preferences.yaml index e6e660f..cb89831 100644 --- a/tests/cassettes/test_preferences.yaml +++ b/tests/cassettes/test_preferences.yaml @@ -12,9 +12,8 @@ interactions: response: body: {string: '{"posting:default:visibility":"public","posting:default:sensitive":false,"posting:default:language":null,"reading:expand:media":"default","reading:expand:spoilers":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"16e1b4c608ece78202df9c19d6a56932"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0b19cc10-64ae-4fd4-827e-0e8e1b46c673] - X-Runtime: ['0.032833'] + X-Request-Id: [afa3bad7-cc29-4ec0-88cf-16793cf7dfe2] + X-Runtime: ['0.074955'] X-XSS-Protection: [1; mode=block] content-length: ['170'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_public_tl.yaml b/tests/cassettes/test_public_tl.yaml index 5b39128..af7a9ec 100644 --- a/tests/cassettes/test_public_tl.yaml +++ b/tests/cassettes/test_public_tl.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999522601646329","created_at":"2019-04-27T18:19:59.863Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999522601646329","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999522601646329","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f61b0300cd3435988d9154129046fd8b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [bd9fb4e0-e17a-49ba-a0da-8682da4fb752] - X-Runtime: ['0.147960'] + X-Request-Id: [b9fbd00e-1d75-4e49-9044-1d9ee104f00b] + X-Runtime: ['0.162473'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -43,90 +42,27 @@ interactions: method: GET uri: http://localhost:3000/api/v1/timelines/public response: - body: {string: '[{"id":"101999522601646329","created_at":"2019-04-27T18:19:59.863Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999522601646329","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999522601646329","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999520584397869","created_at":"2019-04-27T18:19:29.079Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999520584397869","content":"\u003cp\u003eit\u0026apos;s - cool guy\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999520584397869","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999518193602263","created_at":"2019-04-27T18:18:52.634Z","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/101999518193602263","content":"\u003cp\u003eon - the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","url":"http://localhost/@admin/101999518193602263","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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},{"id":"101999518153289143","created_at":"2019-04-27T18:18:52.027Z","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/101999518153289143","content":"\u003cp\u003e\u003cspan + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test + suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","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":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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - beep beep I\u0026apos;m a jeep\u003c/p\u003e","url":"http://localhost/@admin/101999518153289143","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999515930516068","created_at":"2019-04-27T18:18:18.069Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515930516068","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515930516068","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515917573787","created_at":"2019-04-27T18:18:17.877Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515917573787","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515917573787","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515902235941","created_at":"2019-04-27T18:18:17.655Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515902235941","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515902235941","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515890989863","created_at":"2019-04-27T18:18:17.469Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515890989863","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515890989863","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515876183306","created_at":"2019-04-27T18:18:17.258Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515876183306","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515876183306","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515865297679","created_at":"2019-04-27T18:18:17.080Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515865297679","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515865297679","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515850292104","created_at":"2019-04-27T18:18:16.884Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515850292104","content":"\u003cp\u003eToot - number 3!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515850292104","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515838974401","created_at":"2019-04-27T18:18:16.678Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515838974401","content":"\u003cp\u003eToot - number 2!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515838974401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515824054647","created_at":"2019-04-27T18:18:16.464Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515824054647","content":"\u003cp\u003eToot - number 1!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515824054647","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515813855034","created_at":"2019-04-27T18:18:16.287Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515813855034","content":"\u003cp\u003eToot - number 0!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515813855034","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515782850112","created_at":"2019-04-27T18:18:15.823Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515782850112","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515782850112","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515768479387","created_at":"2019-04-27T18:18:15.604Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515768479387","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515768479387","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515754637364","created_at":"2019-04-27T18:18:15.405Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515754637364","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515754637364","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515737358200","created_at":"2019-04-27T18:18:15.137Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515737358200","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515737358200","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515724788902","created_at":"2019-04-27T18:18:14.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515724788902","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515724788902","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515711027518","created_at":"2019-04-27T18:18:14.729Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515711027518","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515711027518","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}]'} + beep beep I\u0026apos;m a jeep\u003c/p\u003e","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":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 + 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 + twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"517377cdf7a12d931bd6baaffc317534"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -135,10 +71,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [148b1e07-0e4e-43e2-bab6-1fe1836d151d] - X-Runtime: ['0.274586'] + X-Request-Id: [ff8df590-fc07-489c-a43b-2200565e4b2b] + X-Runtime: ['0.171444'] X-XSS-Protection: [1; mode=block] - content-length: ['31648'] + content-length: ['7285'] status: {code: 200, message: OK} - request: body: null @@ -151,90 +87,27 @@ interactions: method: GET uri: http://localhost:3000/api/v1/timelines/public?local=1 response: - body: {string: '[{"id":"101999522601646329","created_at":"2019-04-27T18:19:59.863Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999522601646329","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999522601646329","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999520584397869","created_at":"2019-04-27T18:19:29.079Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999520584397869","content":"\u003cp\u003eit\u0026apos;s - cool guy\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999520584397869","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999518193602263","created_at":"2019-04-27T18:18:52.634Z","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/101999518193602263","content":"\u003cp\u003eon - the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","url":"http://localhost/@admin/101999518193602263","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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},{"id":"101999518153289143","created_at":"2019-04-27T18:18:52.027Z","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/101999518153289143","content":"\u003cp\u003e\u003cspan + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test + suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","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":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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - beep beep I\u0026apos;m a jeep\u003c/p\u003e","url":"http://localhost/@admin/101999518153289143","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999515930516068","created_at":"2019-04-27T18:18:18.069Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515930516068","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515930516068","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515917573787","created_at":"2019-04-27T18:18:17.877Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515917573787","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515917573787","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515902235941","created_at":"2019-04-27T18:18:17.655Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515902235941","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515902235941","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515890989863","created_at":"2019-04-27T18:18:17.469Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515890989863","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515890989863","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515876183306","created_at":"2019-04-27T18:18:17.258Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515876183306","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515876183306","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515865297679","created_at":"2019-04-27T18:18:17.080Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515865297679","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515865297679","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515850292104","created_at":"2019-04-27T18:18:16.884Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515850292104","content":"\u003cp\u003eToot - number 3!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515850292104","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515838974401","created_at":"2019-04-27T18:18:16.678Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515838974401","content":"\u003cp\u003eToot - number 2!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515838974401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515824054647","created_at":"2019-04-27T18:18:16.464Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515824054647","content":"\u003cp\u003eToot - number 1!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515824054647","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515813855034","created_at":"2019-04-27T18:18:16.287Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515813855034","content":"\u003cp\u003eToot - number 0!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515813855034","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515782850112","created_at":"2019-04-27T18:18:15.823Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515782850112","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515782850112","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515768479387","created_at":"2019-04-27T18:18:15.604Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515768479387","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515768479387","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515754637364","created_at":"2019-04-27T18:18:15.405Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515754637364","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515754637364","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515737358200","created_at":"2019-04-27T18:18:15.137Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515737358200","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515737358200","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515724788902","created_at":"2019-04-27T18:18:14.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515724788902","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515724788902","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515711027518","created_at":"2019-04-27T18:18:14.729Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515711027518","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515711027518","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}]'} + beep beep I\u0026apos;m a jeep\u003c/p\u003e","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":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 + 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 + twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"517377cdf7a12d931bd6baaffc317534"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -243,10 +116,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [70ecf06e-e3b9-4486-8a64-9f36941bbd43] - X-Runtime: ['0.224317'] + X-Request-Id: [b236506e-c3ce-4685-a6c0-8dbc3f34fa3e] + X-Runtime: ['0.098205'] X-XSS-Protection: [1; mode=block] - content-length: ['31648'] + content-length: ['7285'] status: {code: 200, message: OK} - request: body: null @@ -258,13 +131,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999522601646329 + uri: http://localhost:3000/api/v1/statuses/102315371849429881 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5aac4bdcf7384ec5fb657333b4d79af8"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -272,9 +147,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [617bc697-68a0-456f-96ba-dfbffa97932c] - X-Runtime: ['0.021311'] + X-Request-Id: [5e7a451b-2c5b-49c9-ba5e-6c67879157b3] + X-Runtime: ['0.086696'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_public_tl_anonymous.yaml b/tests/cassettes/test_public_tl_anonymous.yaml index 8a87e54..0327634 100644 --- a/tests/cassettes/test_public_tl_anonymous.yaml +++ b/tests/cassettes/test_public_tl_anonymous.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999522564448286","created_at":"2019-04-27T18:19:59.292Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999522564448286","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999522564448286","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2b5f58294d230e5c39b4e2a7b4e12580"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [bf6b33d0-843a-4fbb-8725-84dcfb2ce974] - X-Runtime: ['0.150636'] + X-Request-Id: [e565be41-e5a5-4538-8d62-45aea2829b53] + X-Runtime: ['0.132400'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,90 +41,27 @@ interactions: method: GET uri: http://localhost:3000/api/v1/timelines/public response: - body: {string: '[{"id":"101999522564448286","created_at":"2019-04-27T18:19:59.292Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999522564448286","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999522564448286","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999520584397869","created_at":"2019-04-27T18:19:29.079Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999520584397869","content":"\u003cp\u003eit\u0026apos;s - cool guy\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999520584397869","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999518193602263","created_at":"2019-04-27T18:18:52.634Z","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/101999518193602263","content":"\u003cp\u003eon - the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","url":"http://localhost/@admin/101999518193602263","replies_count":0,"reblogs_count":0,"favourites_count":0,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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},{"id":"101999518153289143","created_at":"2019-04-27T18:18:52.027Z","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/101999518153289143","content":"\u003cp\u003e\u003cspan + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test + suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","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":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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - beep beep I\u0026apos;m a jeep\u003c/p\u003e","url":"http://localhost/@admin/101999518153289143","replies_count":0,"reblogs_count":0,"favourites_count":0,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"101999515930516068","created_at":"2019-04-27T18:18:18.069Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515930516068","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515930516068","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515917573787","created_at":"2019-04-27T18:18:17.877Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515917573787","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515917573787","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515902235941","created_at":"2019-04-27T18:18:17.655Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515902235941","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515902235941","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515890989863","created_at":"2019-04-27T18:18:17.469Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515890989863","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515890989863","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515876183306","created_at":"2019-04-27T18:18:17.258Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515876183306","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515876183306","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515865297679","created_at":"2019-04-27T18:18:17.080Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515865297679","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515865297679","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515850292104","created_at":"2019-04-27T18:18:16.884Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515850292104","content":"\u003cp\u003eToot - number 3!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515850292104","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515838974401","created_at":"2019-04-27T18:18:16.678Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515838974401","content":"\u003cp\u003eToot - number 2!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515838974401","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515824054647","created_at":"2019-04-27T18:18:16.464Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515824054647","content":"\u003cp\u003eToot - number 1!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515824054647","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515813855034","created_at":"2019-04-27T18:18:16.287Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515813855034","content":"\u003cp\u003eToot - number 0!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515813855034","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515782850112","created_at":"2019-04-27T18:18:15.823Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515782850112","content":"\u003cp\u003eToot - number 9!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515782850112","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515768479387","created_at":"2019-04-27T18:18:15.604Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515768479387","content":"\u003cp\u003eToot - number 8!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515768479387","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515754637364","created_at":"2019-04-27T18:18:15.405Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515754637364","content":"\u003cp\u003eToot - number 7!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515754637364","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515737358200","created_at":"2019-04-27T18:18:15.137Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515737358200","content":"\u003cp\u003eToot - number 6!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515737358200","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515724788902","created_at":"2019-04-27T18:18:14.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515724788902","content":"\u003cp\u003eToot - number 5!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515724788902","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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":"101999515711027518","created_at":"2019-04-27T18:18:14.729Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999515711027518","content":"\u003cp\u003eToot - number 4!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999515711027518","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}]'} + beep beep I\u0026apos;m a jeep\u003c/p\u003e","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":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 + 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 + twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b7be725e8c2f6c06d1c1e7c7f2003afb"] - Link: ['; - rel="next", ; + Link: ['; + rel="next", ; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -134,10 +70,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [526ada8b-9047-4af1-8437-3812cd318c34] - X-Runtime: ['0.316778'] + X-Request-Id: [9e234262-a50a-405f-889e-430ed8c123fe] + X-Runtime: ['0.175171'] X-XSS-Protection: [1; mode=block] - content-length: ['30358'] + content-length: ['6987'] status: {code: 200, message: OK} - request: body: null @@ -149,13 +85,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999522564448286 + uri: http://localhost:3000/api/v1/statuses/102315371817901970 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5effbe02398d61e248200eecadbf01c2"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -163,9 +101,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [21033e47-1a70-4ca1-b8d9-488af18a3b93] - X-Runtime: ['0.023948'] + X-Request-Id: [bc7ea1a3-82a5-4bae-8b6e-91e2a43d480e] + X-Runtime: ['0.078779'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_push_delete.yaml b/tests/cassettes/test_push_delete.yaml index 067133f..fa4fbf3 100644 --- a/tests/cassettes/test_push_delete.yaml +++ b/tests/cassettes/test_push_delete.yaml @@ -1,22 +1,21 @@ interactions: - request: - body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BGMv%2B5m87DcpVVfX5eH7KmzEwXJ5UAa%2Ff1nF%2B%2Fv66hSvSXvZpn%2F%2B%2BhzO04aUl02HU9%2BYVpKva6BU98Jl%2FKI4vS8%3D&subscription%5Bkeys%5D%5Bauth%5D=jDUsUy5uNe95eCL47tlaCg%3D%3D + 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 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] - Content-Length: ['258'] + Content-Length: ['244'] Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/api/v1/push/subscription response: - body: {string: '{"id":9,"endpoint":"https://example.com","alerts":{},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} + body: {string: '{"id":3,"endpoint":"https://example.com","alerts":{},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"de21d3cb4400db6d36395f999819a89e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [724a903c-1a69-45fa-ad33-64d9c67f6e2c] - X-Runtime: ['0.021919'] + X-Request-Id: [c84a6c62-4994-4912-b969-b11a6e631950] + X-Runtime: ['0.027850'] X-XSS-Protection: [1; mode=block] content-length: ['157'] status: {code: 200, message: OK} @@ -43,9 +42,8 @@ interactions: response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3984996bab8ee0ed3859819e7e795ba4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -53,8 +51,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [07afa25a-0ba2-4375-b540-0e8f835403e0] - X-Runtime: ['0.023131'] + X-Request-Id: [d916def9-70dc-4cc9-b4cb-d58ec7ba3c2b] + X-Runtime: ['0.026985'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -71,7 +69,7 @@ interactions: response: body: {string: '{"error":"Record not found"}'} headers: - Cache-Control: [no-cache] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -80,8 +78,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [93cd157c-214e-40cb-82f5-c732c9894882] - X-Runtime: ['0.013631'] + X-Request-Id: [9abe8dd7-e3d2-453f-9050-c40e8847ac69] + X-Runtime: ['0.014339'] X-XSS-Protection: [1; mode=block] content-length: ['28'] status: {code: 404, message: Not Found} diff --git a/tests/cassettes/test_push_set.yaml b/tests/cassettes/test_push_set.yaml index 2745be3..1237d79 100644 --- a/tests/cassettes/test_push_set.yaml +++ b/tests/cassettes/test_push_set.yaml @@ -1,22 +1,21 @@ interactions: - request: - body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BAsxK2FBgEOKFAhSnisWyHPeinU2nUJ7SqhZ8%2B03yZOpkSC9YuNT58%2B%2BHX7uMnQ6%2BOJPXKbYAKTveYjgSyntAMk%3D&subscription%5Bkeys%5D%5Bauth%5D=Ks75Jd05g1aHqG7mCDdZ%2BQ%3D%3D + 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 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] - Content-Length: ['250'] + Content-Length: ['244'] Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/api/v1/push/subscription response: - body: {string: '{"id":7,"endpoint":"https://example.com","alerts":{},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} + body: {string: '{"id":1,"endpoint":"https://example.com","alerts":{},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"30a0afc7d55cb1d4863b67d20c8b93d6"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [a239b437-9f21-41b2-88e7-2d43de580991] - X-Runtime: ['0.067181'] + X-Request-Id: [14d88eb8-c6e3-42d9-954d-35a3b28c47f4] + X-Runtime: ['0.044297'] X-XSS-Protection: [1; mode=block] content-length: ['157'] status: {code: 200, message: OK} @@ -40,11 +39,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/push/subscription response: - body: {string: '{"id":7,"endpoint":"https://example.com","alerts":{},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} + body: {string: '{"id":1,"endpoint":"https://example.com","alerts":{},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"30a0afc7d55cb1d4863b67d20c8b93d6"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,8 +50,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e0a552f1-4ff9-4ab3-b1f5-c5e226965714] - X-Runtime: ['0.015818'] + X-Request-Id: [dc0af102-227e-4701-80d5-0939633bad49] + X-Runtime: ['0.017843'] X-XSS-Protection: [1; mode=block] content-length: ['157'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_push_update.yaml b/tests/cassettes/test_push_update.yaml index 5ba387d..a06b0db 100644 --- a/tests/cassettes/test_push_update.yaml +++ b/tests/cassettes/test_push_update.yaml @@ -1,22 +1,21 @@ interactions: - request: - body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BAouXva76kHOex7%2FtGQHEcfKF9B%2FSFszspUvSljPFTcwjm1NK6WZzLSTdqctwyHAkBD%2BZIUXEkF%2FlObYDU4UKho%3D&subscription%5Bkeys%5D%5Bauth%5D=38p8CsDi%2BiQINZLdx36rsw%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 + 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 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] Connection: [keep-alive] - Content-Length: ['394'] + Content-Length: ['390'] Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST uri: http://localhost:3000/api/v1/push/subscription response: - body: {string: '{"id":8,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} + body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a9f714714ecf13be238f8e14137ad705"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -24,8 +23,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6689cc6f-dd12-47e3-9be8-8d324809756f] - X-Runtime: ['0.024519'] + X-Request-Id: [4664e69f-5eb3-4914-b582-311b223d1742] + X-Runtime: ['0.027990'] X-XSS-Protection: [1; mode=block] content-length: ['228'] status: {code: 200, message: OK} @@ -42,11 +41,10 @@ interactions: method: PUT uri: http://localhost:3000/api/v1/push/subscription response: - body: {string: '{"id":8,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} + body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5df558b00f6a5c9e0f94f4c8e4505b33"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -54,8 +52,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [2f636234-36ea-49e5-ab5c-7b2c0e0b1a6d] - X-Runtime: ['0.020232'] + X-Request-Id: [8c70a605-241a-4428-8c83-449b6a9a09a9] + X-Runtime: ['0.018987'] X-XSS-Protection: [1; mode=block] content-length: ['224'] status: {code: 200, message: OK} @@ -70,11 +68,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/push/subscription response: - body: {string: '{"id":8,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} + body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"0d6e9bdc5b0f821bfffd98651bb53f5d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -82,8 +79,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [878a3b34-e985-4b71-994c-5302abd2e3ca] - X-Runtime: ['0.052652'] + X-Request-Id: [1637493b-ac39-482b-9872-6a377d574442] + X-Runtime: ['0.016466'] X-XSS-Protection: [1; mode=block] content-length: ['224'] status: {code: 200, message: OK} @@ -100,11 +97,10 @@ interactions: method: PUT uri: http://localhost:3000/api/v1/push/subscription response: - body: {string: '{"id":8,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} + body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"58efea622787388ae99d1c4e21701d46"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -112,8 +108,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7a27b5cc-f810-4ea6-ad96-fac6810f5747] - X-Runtime: ['0.026188'] + X-Request-Id: [0664fb73-af67-4cbb-ab55-f4cfdf0e5a22] + X-Runtime: ['0.027340'] X-XSS-Protection: [1; mode=block] content-length: ['228'] status: {code: 200, message: OK} @@ -128,11 +124,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/push/subscription response: - body: {string: '{"id":8,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} + body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7968a6fb2a6f4e3cb959f29ba1bd38d5"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -140,8 +135,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9eeec92f-a9b0-427d-b266-affaaf8f7f98] - X-Runtime: ['0.035473'] + X-Request-Id: [fe12165a-06c0-4bce-9eb3-037c6828f0cf] + X-Runtime: ['0.022023'] X-XSS-Protection: [1; mode=block] content-length: ['228'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_report.yaml b/tests/cassettes/test_report.yaml index e07396a..c360162 100644 --- a/tests/cassettes/test_report.yaml +++ b/tests/cassettes/test_report.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999516759302325","created_at":"2019-04-27T18:18:30.713Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999516759302325","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999516759302325","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":62,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"939686c63c13d25dd228cfe9ee5877ef"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f9805fc4-6f54-4aad-973e-5658ef5c4fcb] - X-Runtime: ['0.125429'] + X-Request-Id: [1eb65c2e-58f3-4cc6-8ae5-fc0e2398a4f0] + X-Runtime: ['0.140193'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -44,13 +43,12 @@ interactions: uri: http://localhost:3000/api/v1/accounts/verify_credentials response: body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":62,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 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}]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"dc0b0d6abf42097a6dcc282e3148e256"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -58,13 +56,13 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ce974d1d-4f1c-41d2-b40a-b17d540ae3e5] - X-Runtime: ['0.065290'] + X-Request-Id: [f9fcd645-4998-41e3-a33a-6226a651ae14] + X-Runtime: ['0.073167'] X-XSS-Protection: [1; mode=block] - content-length: ['1135'] + content-length: ['1134'] status: {code: 200, message: OK} - request: - body: comment=makes+the+bad+post&account_id=1234567890123456&status_ids%5B%5D=101999516759302325 + body: comment=makes+the+bad+post&account_id=1234567890123456&status_ids%5B%5D=102315367988549632 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] @@ -76,11 +74,10 @@ interactions: method: POST uri: http://localhost:3000/api/v1/reports/ response: - body: {string: '{"id":"3","action_taken":false}'} + body: {string: '{"id":"1","action_taken":false}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8e361134f5e46c52643d79ad4be8b2a0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -88,8 +85,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1ef58f57-6d40-4b21-bac2-ef20bf3bf43e] - X-Runtime: ['0.055404'] + X-Request-Id: [8582245c-8bf2-453c-ae3d-3b19d004980f] + X-Runtime: ['0.086724'] X-XSS-Protection: [1; mode=block] content-length: ['31'] status: {code: 200, message: OK} @@ -103,13 +100,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999516759302325 + uri: http://localhost:3000/api/v1/statuses/102315367988549632 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3984996bab8ee0ed3859819e7e795ba4"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -117,9 +116,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [73e0ffba-f782-4f15-8f30-40010266f0ba] - X-Runtime: ['0.024496'] + X-Request-Id: [852aa280-95fc-4656-a2d5-078ae7835e84] + X-Runtime: ['0.166886'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_scheduled_status.yaml b/tests/cassettes/test_scheduled_status.yaml index 53bc397..3963165 100644 --- a/tests/cassettes/test_scheduled_status.yaml +++ b/tests/cassettes/test_scheduled_status.yaml @@ -12,12 +12,11 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"22","scheduled_at":"4000-01-01T14:33:14.000Z","params":{"text":"please + body: {string: '{"id":"1","scheduled_at":"4000-01-01T14:33:14.000Z","params":{"text":"please 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"431356517ac1801e2d1509f1a573b8fb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -25,10 +24,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3dd7a195-fb64-468f-8bb0-a8c82c6ba5c4] - X-Runtime: ['0.057517'] + X-Request-Id: [9687c41c-1b26-49b1-9b92-bf01cf03eece] + X-Runtime: ['0.062004'] X-XSS-Protection: [1; mode=block] - content-length: ['307'] + content-length: ['306'] status: {code: 200, message: OK} - request: body: scheduled_at=4000-01-01T14%3A23%3A14%2B00%3A00 @@ -41,14 +40,13 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: PUT - uri: http://localhost:3000/api/v1/scheduled_statuses/22 + uri: http://localhost:3000/api/v1/scheduled_statuses/1 response: - body: {string: '{"id":"22","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please + body: {string: '{"id":"1","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"9f9235f1c4979c255c414e2899ef61da"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -56,10 +54,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [49e8a1d5-8fa9-4d99-968a-52151dc3e7b1] - X-Runtime: ['0.024146'] + X-Request-Id: [13564f2c-9377-4bd8-ba34-31e131fde7fc] + X-Runtime: ['0.032800'] X-XSS-Protection: [1; mode=block] - content-length: ['307'] + content-length: ['306'] status: {code: 200, message: OK} - request: body: null @@ -72,13 +70,12 @@ interactions: method: GET uri: http://localhost:3000/api/v1/scheduled_statuses response: - body: {string: '[{"id":"22","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please + body: {string: '[{"id":"1","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please 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":[]}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7049b476e76f735f8a9cbafa4379451a"] - Link: ['; rel="prev"'] + Link: ['; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -86,10 +83,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f05135d0-6a73-4520-968b-f206cc892935] - X-Runtime: ['0.017669'] + X-Request-Id: [175575fa-0de6-4d36-8a1a-a2f37c76646d] + X-Runtime: ['0.019602'] X-XSS-Protection: [1; mode=block] - content-length: ['309'] + content-length: ['308'] status: {code: 200, message: OK} - request: body: null @@ -100,14 +97,13 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/scheduled_statuses/22 + uri: http://localhost:3000/api/v1/scheduled_statuses/1 response: - body: {string: '{"id":"22","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please + body: {string: '{"id":"1","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"9f9235f1c4979c255c414e2899ef61da"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -115,10 +111,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [fc7a55bd-b43b-4df4-bd07-f69b8709557b] - X-Runtime: ['0.017029'] + X-Request-Id: [f50d4b55-c0a6-46f1-adc8-b143fe2d16ee] + X-Runtime: ['0.018354'] X-XSS-Protection: [1; mode=block] - content-length: ['307'] + content-length: ['306'] status: {code: 200, message: OK} - request: body: null @@ -130,13 +126,12 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/scheduled_statuses/22 + uri: http://localhost:3000/api/v1/scheduled_statuses/1 response: body: {string: '{}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b9de64b821db05245efe4f96c8b026b9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -144,8 +139,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c4f909ec-b77f-4d78-8402-9fd101d0b475] - X-Runtime: ['0.037066'] + X-Request-Id: [b2c3cb6e-afbe-46d3-8647-ac4d0f5d746f] + X-Runtime: ['0.067970'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} @@ -162,9 +157,8 @@ interactions: response: body: {string: '[]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6bb634643e4bac058e18a20692823c5f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -172,8 +166,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f672f2a0-5d54-4a11-9187-8e9763c337cf] - X-Runtime: ['0.018850'] + X-Request-Id: [5972b817-f365-43ba-a0c5-3931c665ce1a] + X-Runtime: ['0.018815'] X-XSS-Protection: [1; mode=block] content-length: ['2'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_search.yaml b/tests/cassettes/test_search.yaml index 1983178..54202bc 100644 --- a/tests/cassettes/test_search.yaml +++ b/tests/cassettes/test_search.yaml @@ -10,11 +10,12 @@ interactions: method: GET uri: http://localhost:3000/api/v1/search?q=mastodonpy_test response: - body: {string: '{"hashtags":[],"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}'} + body: {string: '{"hashtags":[],"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"9b6c418bdbb3a0abd5277c65cc102118"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,10 +23,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0d222257-5114-433c-b10b-1e7c849a6b9a] - X-Runtime: ['0.025732'] + X-Request-Id: [98a6d4e6-9ebe-4964-97e5-2d1497916e56] + X-Runtime: ['0.134380'] X-XSS-Protection: [1; mode=block] - content-length: ['610'] + content-length: ['972'] status: {code: 200, message: OK} - request: body: null @@ -38,11 +39,12 @@ interactions: method: GET uri: http://localhost:3000/api/v2/search?resolve=1&q=mastodonpy_test response: - body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}'} + body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"dc01e7fe955c38320762927b42201386"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -50,10 +52,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [fe4a8ac5-89c8-40fa-b156-b53907927af8] - X-Runtime: ['0.036339'] + X-Request-Id: [774d8100-31d1-4c40-bb03-2803dd9a744d] + X-Runtime: ['0.096811'] X-XSS-Protection: [1; mode=block] - content-length: ['610'] + content-length: ['972'] status: {code: 200, message: OK} - request: body: null @@ -66,11 +68,12 @@ interactions: method: GET uri: http://localhost:3000/api/v2/search?resolve=1&q=mastodonpy_test response: - body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]}'} + body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"dc01e7fe955c38320762927b42201386"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -78,10 +81,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [db56fc6d-bc14-4197-ad8e-526451c31ef8] - X-Runtime: ['0.031569'] + X-Request-Id: [438c01eb-6871-4984-a790-c5ba42653ce5] + X-Runtime: ['0.077231'] X-XSS-Protection: [1; mode=block] - content-length: ['610'] + content-length: ['972'] status: {code: 200, message: OK} - request: body: null @@ -96,9 +99,8 @@ interactions: response: body: {string: '{"accounts":[],"statuses":[],"hashtags":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2f5f5aeb866795515ef92460da252331"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -106,8 +108,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0af31e14-f026-43f7-9fdc-b8e3130479cf] - X-Runtime: ['0.043284'] + X-Request-Id: [d6200f02-291f-4daf-b480-054fac8761ed] + X-Runtime: ['0.036176'] X-XSS-Protection: [1; mode=block] content-length: ['43'] status: {code: 200, message: OK} diff --git a/tests/cassettes/test_status.yaml b/tests/cassettes/test_status.yaml index 139a83a..38e756d 100644 --- a/tests/cassettes/test_status.yaml +++ b/tests/cassettes/test_status.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999516791339863","created_at":"2019-04-27T18:18:31.202Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999516791339863","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999516791339863","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":62,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"aaf157a1475601c43853da912423d345"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [792a7cf9-294c-4f03-bc17-a67b943f8304] - X-Runtime: ['0.160315'] + X-Request-Id: [ec866446-c681-4474-8d67-7ecb5bce733c] + X-Runtime: ['0.175253'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -41,16 +40,15 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/statuses/101999516791339863 + uri: http://localhost:3000/api/v1/statuses/102315368051614345 response: - body: {string: '{"id":"101999516791339863","created_at":"2019-04-27T18:18:31.202Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999516791339863","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999516791339863","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":62,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"aaf157a1475601c43853da912423d345"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -58,10 +56,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d0f84904-f4a9-489e-8527-f5b34d546a80] - X-Runtime: ['0.067466'] + X-Request-Id: [9e5f6e3f-e26d-4b89-accf-599c0d16439b] + X-Runtime: ['0.089826'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -73,13 +71,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999516791339863 + uri: http://localhost:3000/api/v1/statuses/102315368051614345 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ba94a58b98163dd67430ed33e7f2c7a0"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -87,9 +87,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [bcf6dc21-0b90-45a7-b374-a9caef2d8ce6] - X-Runtime: ['0.021823'] + X-Request-Id: [adb4902f-0430-463d-8983-d94639fba96f] + X-Runtime: ['0.125843'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_card.yaml b/tests/cassettes/test_status_card.yaml index 94dc491..208c96f 100644 --- a/tests/cassettes/test_status_card.yaml +++ b/tests/cassettes/test_status_card.yaml @@ -12,17 +12,16 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999516870002869","created_at":"2019-04-27T18:18:32.428Z","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/101999516870002869","content":"\u003cp\u003e\u003ca + 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 href=\"http://example.org/\" rel=\"nofollow noopener\" target=\"_blank\"\u003e\u003cspan class=\"invisible\"\u003ehttp://\u003c/span\u003e\u003cspan class=\"\"\u003eexample.org/\u003c/span\u003e\u003cspan - class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999516870002869","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3241b02d1b529e027d092c4c0257b517"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -30,10 +29,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [551c4e77-7f89-493f-9f6c-fe68a46e73f3] - X-Runtime: ['0.128703'] + X-Request-Id: [64446d1e-a40e-4cb5-9c27-7ffd3989070b] + X-Runtime: ['0.133104'] X-XSS-Protection: [1; mode=block] - content-length: ['1862'] + content-length: ['1861'] status: {code: 200, message: OK} - request: body: null @@ -44,13 +43,12 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/statuses/101999516870002869/card + uri: http://localhost:3000/api/v1/statuses/102315368149139826/card response: 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":""}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"207285dc3a305a83f835b12e00844ada"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -58,8 +56,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [41b840fa-e953-4dd1-919c-dac31a271d40] - X-Runtime: ['0.035309'] + X-Request-Id: [0fe87a33-ce21-43f9-b687-7275d0b31ccf] + X-Runtime: ['0.041347'] X-XSS-Protection: [1; mode=block] content-length: ['214'] status: {code: 200, message: OK} @@ -73,13 +71,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999516870002869 + uri: http://localhost:3000/api/v1/statuses/102315368149139826 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + Domain","description":"","type":"link","author_name":"","author_url":"","provider_name":"","provider_url":"","html":"","width":0,"height":0,"image":null,"embed_url":""},"poll":null}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f51e65cdc2c02e9f992d709455377f2e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -87,9 +88,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [941f3139-0645-4cf6-9918-620725a7c2c1] - X-Runtime: ['0.024565'] + X-Request-Id: [2f239a4e-bd87-4623-9ff6-8d46bb0bfaed] + X-Runtime: ['0.078619'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1791'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_context.yaml b/tests/cassettes/test_status_context.yaml index 46cbbc8..4e4a93e 100644 --- a/tests/cassettes/test_status_context.yaml +++ b/tests/cassettes/test_status_context.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517217102789","created_at":"2019-04-27T18:18:37.712Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517217102789","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517217102789","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"59f021e67eaf36b4c2911c16f3cf0b9c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [718847c6-4a3d-4f9a-9c03-4226764f1658] - X-Runtime: ['0.161023'] + X-Request-Id: [3c1d6fc7-c9d2-4539-bf20-f5422f562491] + X-Runtime: ['0.151291'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -41,13 +40,12 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/statuses/101999517217102789/context + uri: http://localhost:3000/api/v1/statuses/102315368498761904/context response: body: {string: '{"ancestors":[],"descendants":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e12caf0d1c486ccd247a1c445df1c49f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -55,8 +53,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b0248ad6-bb12-4760-8605-3720f2f9a3f0] - X-Runtime: ['0.069795'] + X-Request-Id: [ee9dd2c6-6b1e-43b0-a6fa-c7f39d90ffd7] + X-Runtime: ['0.052980'] X-XSS-Protection: [1; mode=block] content-length: ['33'] status: {code: 200, message: OK} @@ -70,13 +68,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517217102789 + uri: http://localhost:3000/api/v1/statuses/102315368498761904 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f51e65cdc2c02e9f992d709455377f2e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -84,9 +84,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e8dc429d-6778-41c5-ad4e-fa510d0c27b8] - X-Runtime: ['0.024804'] + X-Request-Id: [a7dc8d0d-21ea-4b41-8e77-3025e237b0e0] + X-Runtime: ['0.074916'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_empty.yaml b/tests/cassettes/test_status_empty.yaml index a50c0ec..37fd71c 100644 --- a/tests/cassettes/test_status_empty.yaml +++ b/tests/cassettes/test_status_empty.yaml @@ -15,7 +15,7 @@ interactions: body: {string: "{\"error\":\"\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306B\u5931\u6557\u3057\u307E\u3057\u305F: Text\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\"}"} headers: - Cache-Control: [no-cache] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -24,8 +24,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [53472b64-b970-4fb5-8695-a624ab0a2656] - X-Runtime: ['0.089238'] + X-Request-Id: [f57ae369-5db8-4f03-92ac-eb8d8f9353c3] + X-Runtime: ['0.045864'] X-XSS-Protection: [1; mode=block] content-length: ['87'] 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 df3a026..02bb9fc 100644 --- a/tests/cassettes/test_status_fav_unfav.yaml +++ b/tests/cassettes/test_status_fav_unfav.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517562380578","created_at":"2019-04-27T18:18:42.983Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517562380578","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517562380578","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8119d06c13cbeba2476408a385b631a7"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,40 +26,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [845298fc-1d04-46f3-8233-457fb0dcbd16] - X-Runtime: ['0.171469'] - X-XSS-Protection: [1; mode=block] - content-length: ['1598'] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python-requests/2.18.4] - method: POST - uri: http://localhost:3000/api/v1/statuses/101999517562380578/favourite - response: - body: {string: '{"id":"101999517562380578","created_at":"2019-04-27T18:18:42.983Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517562380578","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517562380578","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} - headers: - Cache-Control: ['max-age=0, private, must-revalidate'] - Content-Type: [application/json; charset=utf-8] - ETag: [W/"dd4b90a4cc60a9693423e9529842492e"] - Referrer-Policy: [strict-origin-when-cross-origin] - Transfer-Encoding: [chunked] - Vary: ['Accept-Encoding, Origin'] - X-Content-Type-Options: [nosniff] - X-Download-Options: [noopen] - X-Frame-Options: [SAMEORIGIN] - X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8217ffc4-b8cb-4b6d-bc77-c3222db3c8cf] - X-Runtime: ['0.092553'] + X-Request-Id: [7e6b3784-3bcb-45ea-8569-6315c9377799] + X-Runtime: ['0.210047'] X-XSS-Protection: [1; mode=block] content-length: ['1597'] status: {code: 200, message: OK} @@ -74,16 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/statuses/101999517562380578/unfavourite + uri: http://localhost:3000/api/v1/statuses/102315368907921493/favourite response: - body: {string: '{"id":"101999517562380578","created_at":"2019-04-27T18:18:42.983Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517562380578","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517562380578","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ff2c8b61f821d7cb0866b1ab99f1a291"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -91,10 +57,41 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [ec96789c-ef39-44e9-b173-6db237b5901d] - X-Runtime: ['0.049277'] + X-Request-Id: [3bc78216-d29b-4674-a225-f8470bf0316b] + X-Runtime: ['0.063374'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1596'] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: ['*/*'] + Accept-Encoding: ['gzip, deflate'] + Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] + Connection: [keep-alive] + Content-Length: ['0'] + User-Agent: [python-requests/2.18.4] + method: POST + uri: http://localhost:3000/api/v1/statuses/102315368907921493/unfavourite + response: + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} + headers: + Cache-Control: ['no-cache, no-store'] + Content-Type: [application/json; charset=utf-8] + Referrer-Policy: [strict-origin-when-cross-origin] + Transfer-Encoding: [chunked] + Vary: ['Accept-Encoding, Origin'] + X-Content-Type-Options: [nosniff] + X-Download-Options: [noopen] + X-Frame-Options: [SAMEORIGIN] + X-Permitted-Cross-Domain-Policies: [none] + X-Request-Id: [baa6b7fb-50f8-4a3a-a8b3-66ff5e4ae1f2] + X-Runtime: ['0.064270'] + X-XSS-Protection: [1; mode=block] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -106,13 +103,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517562380578 + uri: http://localhost:3000/api/v1/statuses/102315368907921493 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3e46fb8c936eeb5f07724d5b58acfbe5"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -120,9 +119,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [02b780d8-eff3-4296-966b-f025cc13f0cb] - X-Runtime: ['0.022696'] + X-Request-Id: [42bc93c2-6d27-4444-810d-82f9b1b19124] + X-Runtime: ['0.073518'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_favourited_by.yaml b/tests/cassettes/test_status_favourited_by.yaml index 7d35814..d395a23 100644 --- a/tests/cassettes/test_status_favourited_by.yaml +++ b/tests/cassettes/test_status_favourited_by.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517277330622","created_at":"2019-04-27T18:18:38.630Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517277330622","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517277330622","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"152c2c9c1518a3efbb4c4822097ffd74"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [86bf91f2-2e7a-407d-ad80-2dc41aadc7fa] - X-Runtime: ['0.257294'] + X-Request-Id: [6b2f8f6c-11a9-4d6e-8a93-aee172be0b93] + X-Runtime: ['0.209455'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,16 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/statuses/101999517277330622/favourite + uri: http://localhost:3000/api/v1/statuses/102315368603393672/favourite response: - body: {string: '{"id":"101999517277330622","created_at":"2019-04-27T18:18:38.630Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517277330622","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517277330622","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e6c7b9f76f12b87fe0ca2766e8545b26"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -59,10 +57,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e83e80dd-331a-403b-8828-926e69971b7a] - X-Runtime: ['0.168346'] + X-Request-Id: [0537591f-202b-41bc-81c9-d3c395d78445] + X-Runtime: ['0.091658'] X-XSS-Protection: [1; mode=block] - content-length: ['1597'] + content-length: ['1596'] status: {code: 200, message: OK} - request: body: null @@ -73,16 +71,15 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/statuses/101999517277330622/favourited_by + uri: http://localhost:3000/api/v1/statuses/102315368603393672/favourited_by response: body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}]'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"d016d0f5899de95cef5e88a93930b263"] - Link: ['; + Link: ['; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -91,10 +88,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [aed86d2a-e9ed-4ee7-a1b3-47dba265e606] - X-Runtime: ['0.025563'] + X-Request-Id: [bea55f1b-e3a1-4c70-991a-90a63cf32569] + X-Runtime: ['0.062559'] X-XSS-Protection: [1; mode=block] - content-length: ['932'] + content-length: ['931'] status: {code: 200, message: OK} - request: body: null @@ -106,13 +103,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517277330622 + uri: http://localhost:3000/api/v1/statuses/102315368603393672 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3ccd6d1053718a8357ec5565c23571cd"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -120,9 +119,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f42188bf-fbec-40f9-9975-6ead0b2c7e55] - X-Runtime: ['0.025270'] + X-Request-Id: [61aa5c47-4c8d-431e-ae5f-1d8fb5cf2e56] + X-Runtime: ['0.086434'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1566'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_missing.yaml b/tests/cassettes/test_status_missing.yaml index 0c173a9..af7b6d8 100644 --- a/tests/cassettes/test_status_missing.yaml +++ b/tests/cassettes/test_status_missing.yaml @@ -12,7 +12,7 @@ interactions: response: body: {string: '{"error":"Record not found"}'} headers: - Cache-Control: [no-cache] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -21,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [fe9d6c1f-a34a-4732-9527-c84eb2fbea85] - X-Runtime: ['0.016643'] + X-Request-Id: [15f9cdc0-4135-4562-a45c-3a30aeba6d69] + X-Runtime: ['0.019773'] X-XSS-Protection: [1; mode=block] content-length: ['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 202e2ff..84c740f 100644 --- a/tests/cassettes/test_status_mute_unmute.yaml +++ b/tests/cassettes/test_status_mute_unmute.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517593030497","created_at":"2019-04-27T18:18:43.433Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517593030497","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517593030497","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"9f9bbdbe289aa334e47377a384f32c99"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,40 +26,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [4b2e4dab-794e-4ee4-9ad3-7c55a8e6ca24] - X-Runtime: ['0.126321'] - X-XSS-Protection: [1; mode=block] - content-length: ['1598'] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python-requests/2.18.4] - method: POST - uri: http://localhost:3000/api/v1/statuses/101999517593030497/mute - response: - body: {string: '{"id":"101999517593030497","created_at":"2019-04-27T18:18:43.433Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517593030497","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517593030497","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":true,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} - headers: - Cache-Control: ['max-age=0, private, must-revalidate'] - Content-Type: [application/json; charset=utf-8] - ETag: [W/"4a5fd1fda6172a27120984c0a7571e70"] - Referrer-Policy: [strict-origin-when-cross-origin] - Transfer-Encoding: [chunked] - Vary: ['Accept-Encoding, Origin'] - X-Content-Type-Options: [nosniff] - X-Download-Options: [noopen] - X-Frame-Options: [SAMEORIGIN] - X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6e42e992-f094-49c4-adc0-c1bd338379fa] - X-Runtime: ['0.124713'] + X-Request-Id: [489d4064-a286-4ee3-b0c0-17d1a3a03cc8] + X-Runtime: ['0.181733'] X-XSS-Protection: [1; mode=block] content-length: ['1597'] status: {code: 200, message: OK} @@ -74,16 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/statuses/101999517593030497/unmute + uri: http://localhost:3000/api/v1/statuses/102315368942184388/mute response: - body: {string: '{"id":"101999517593030497","created_at":"2019-04-27T18:18:43.433Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517593030497","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517593030497","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"9f9bbdbe289aa334e47377a384f32c99"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -91,10 +57,41 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [2efbf01e-4956-41f9-b695-5730f0759532] - X-Runtime: ['0.041066'] + X-Request-Id: [a155c7d7-bf59-4087-a378-633970e01bb7] + X-Runtime: ['0.064815'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1596'] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: ['*/*'] + Accept-Encoding: ['gzip, deflate'] + Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] + Connection: [keep-alive] + Content-Length: ['0'] + User-Agent: [python-requests/2.18.4] + method: POST + uri: http://localhost:3000/api/v1/statuses/102315368942184388/unmute + response: + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} + headers: + Cache-Control: ['no-cache, no-store'] + Content-Type: [application/json; charset=utf-8] + Referrer-Policy: [strict-origin-when-cross-origin] + Transfer-Encoding: [chunked] + Vary: ['Accept-Encoding, Origin'] + X-Content-Type-Options: [nosniff] + X-Download-Options: [noopen] + X-Frame-Options: [SAMEORIGIN] + X-Permitted-Cross-Domain-Policies: [none] + X-Request-Id: [4ea9f10f-6380-4d22-8bbf-670eb8c08f85] + X-Runtime: ['0.048262'] + X-XSS-Protection: [1; mode=block] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -106,13 +103,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517593030497 + uri: http://localhost:3000/api/v1/statuses/102315368942184388 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3e46fb8c936eeb5f07724d5b58acfbe5"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -120,9 +119,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [2976d878-94c4-44c8-92e2-84b4bfc6244b] - X-Runtime: ['0.022721'] + X-Request-Id: [4987594a-ab00-4116-8462-089a805b096b] + X-Runtime: ['0.086085'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_pin_unpin.yaml b/tests/cassettes/test_status_pin_unpin.yaml index 70acc2b..e46bb34 100644 --- a/tests/cassettes/test_status_pin_unpin.yaml +++ b/tests/cassettes/test_status_pin_unpin.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517617954612","created_at":"2019-04-27T18:18:43.817Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517617954612","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517617954612","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"790c2122860bac7eb90ab3e4f1442477"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,40 +26,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [dcb35be2-ddf4-4686-ae8b-3322372e5225] - X-Runtime: ['0.153650'] - X-XSS-Protection: [1; mode=block] - content-length: ['1598'] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python-requests/2.18.4] - method: POST - uri: http://localhost:3000/api/v1/statuses/101999517617954612/pin - response: - body: {string: '{"id":"101999517617954612","created_at":"2019-04-27T18:18:43.817Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517617954612","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517617954612","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} - headers: - Cache-Control: ['max-age=0, private, must-revalidate'] - Content-Type: [application/json; charset=utf-8] - ETag: [W/"e42f861f8fe47ec2019c2586ce1c1efd"] - Referrer-Policy: [strict-origin-when-cross-origin] - Transfer-Encoding: [chunked] - Vary: ['Accept-Encoding, Origin'] - X-Content-Type-Options: [nosniff] - X-Download-Options: [noopen] - X-Frame-Options: [SAMEORIGIN] - X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7bd53b57-e753-412e-b0ee-3403e4504bc2] - X-Runtime: ['0.097068'] + X-Request-Id: [4ccc4e30-a877-4256-bf91-0da14a903e73] + X-Runtime: ['0.148795'] X-XSS-Protection: [1; mode=block] content-length: ['1597'] status: {code: 200, message: OK} @@ -74,16 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/statuses/101999517617954612/unpin + uri: http://localhost:3000/api/v1/statuses/102315368971375023/pin response: - body: {string: '{"id":"101999517617954612","created_at":"2019-04-27T18:18:43.817Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517617954612","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517617954612","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8d2a58cbfa7d164e23a2da036e1e99cb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -91,10 +57,41 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [33bf93ad-6381-448a-864e-ed50545a1109] - X-Runtime: ['0.050600'] + X-Request-Id: [833a862f-221d-4ad2-ac5e-4ef8a56923a3] + X-Runtime: ['0.098206'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1596'] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: ['*/*'] + Accept-Encoding: ['gzip, deflate'] + Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] + Connection: [keep-alive] + Content-Length: ['0'] + User-Agent: [python-requests/2.18.4] + method: POST + uri: http://localhost:3000/api/v1/statuses/102315368971375023/unpin + response: + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} + headers: + Cache-Control: ['no-cache, no-store'] + Content-Type: [application/json; charset=utf-8] + Referrer-Policy: [strict-origin-when-cross-origin] + Transfer-Encoding: [chunked] + Vary: ['Accept-Encoding, Origin'] + X-Content-Type-Options: [nosniff] + X-Download-Options: [noopen] + X-Frame-Options: [SAMEORIGIN] + X-Permitted-Cross-Domain-Policies: [none] + X-Request-Id: [4cfd2dd0-d83a-4af8-904a-eaadafc48165] + X-Runtime: ['0.068824'] + X-XSS-Protection: [1; mode=block] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -106,13 +103,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517617954612 + uri: http://localhost:3000/api/v1/statuses/102315368971375023 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"68df8e07e51fee639e4126c7d81a336e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -120,9 +119,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e54dbdb0-5603-4f0c-bf6a-07dc2893eb21] - X-Runtime: ['0.022107'] + X-Request-Id: [41940512-b457-4bda-8d7f-a16af186dcb3] + X-Runtime: ['0.086046'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} 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 93d477b..8f56aa0 100644 --- a/tests/cassettes/test_status_post[Content warning-None].yaml +++ b/tests/cassettes/test_status_post[Content warning-None].yaml @@ -12,15 +12,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517429649227","created_at":"2019-04-27T18:18:40.943Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content - warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517429649227","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517429649227","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"f08c871b1bd743d2b6f3029a3038d262"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -28,10 +27,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [8dfb6a14-5e37-4c58-baa7-2f497f2cb8f1] - X-Runtime: ['0.153563'] + X-Request-Id: [a00e32bc-6f33-4692-89eb-0a025eef5901] + X-Runtime: ['0.141816'] X-XSS-Protection: [1; mode=block] - content-length: ['1612'] + content-length: ['1611'] status: {code: 200, message: OK} - request: body: null @@ -43,13 +42,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517429649227 + uri: http://localhost:3000/api/v1/statuses/102315368762221219 response: - body: {string: '{}'} + 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 + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a938512bc5dde87cbf4f41409207e918"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -57,9 +59,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [3494b9e8-4eca-4772-9a8e-80969f8af72c] - X-Runtime: ['0.053263'] + X-Request-Id: [8914c0c6-d4d9-49e9-8ed3-91d21fd82b12] + X-Runtime: ['0.085476'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1581'] status: {code: 200, message: OK} 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 804532b..09b7d36 100644 --- a/tests/cassettes/test_status_post[Content warning-direct].yaml +++ b/tests/cassettes/test_status_post[Content warning-direct].yaml @@ -12,15 +12,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517447767016","created_at":"2019-04-27T18:18:41.239Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content - warning","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517447767016","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517447767016","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py + 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 + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":62,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"418313a3d3e609966cae1c80d169376a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -28,10 +27,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [cad38a9a-0d6c-4e27-a598-84b82cc2994b] - X-Runtime: ['0.172567'] + X-Request-Id: [9c161f75-b3c3-43a6-ae42-5725a2edcb5b] + X-Runtime: ['0.130933'] X-XSS-Protection: [1; mode=block] - content-length: ['1597'] + content-length: ['1596'] status: {code: 200, message: OK} - request: body: null @@ -43,13 +42,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517447767016 + uri: http://localhost:3000/api/v1/statuses/102315368781184594 response: - body: {string: '{}'} + 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 + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a938512bc5dde87cbf4f41409207e918"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -57,9 +59,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [364fbfef-78f9-4052-84ff-a915c08b765c] - X-Runtime: ['0.021707'] + X-Request-Id: [ce1ff1a3-302f-4044-ba2a-6bbe5f8cb904] + X-Runtime: ['0.082524'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1566'] status: {code: 200, message: OK} 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 cdb6f9c..24e396e 100644 --- a/tests/cassettes/test_status_post[Content warning-private].yaml +++ b/tests/cassettes/test_status_post[Content warning-private].yaml @@ -12,15 +12,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517463371727","created_at":"2019-04-27T18:18:41.463Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content - warning","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517463371727","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517463371727","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py + 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 + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6c31bad9865e0c540f1e7334c39f305f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -28,10 +27,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7b54a81a-992e-4742-ab2c-22d82e6f620b] - X-Runtime: ['0.143576'] + X-Request-Id: [369f2e8c-2028-47d2-a19d-1800080e0ec5] + X-Runtime: ['0.129036'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -43,13 +42,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517463371727 + uri: http://localhost:3000/api/v1/statuses/102315368797840479 response: - body: {string: '{}'} + 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 + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a938512bc5dde87cbf4f41409207e918"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -57,9 +59,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e77df297-ede4-4d89-907c-a5fc45c913a8] - X-Runtime: ['0.054208'] + X-Request-Id: [18b6ace3-8df2-4cd0-ada7-0ac78904396b] + X-Runtime: ['0.085398'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} 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 03ea08b..7d209fc 100644 --- a/tests/cassettes/test_status_post[Content warning-public].yaml +++ b/tests/cassettes/test_status_post[Content warning-public].yaml @@ -12,15 +12,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517497650336","created_at":"2019-04-27T18:18:41.991Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content - warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517497650336","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517497650336","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"67ac39369543e2e2248bb91b22acf108"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -28,10 +27,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b8b903f6-732d-4c34-a08b-39582eaf6a23] - X-Runtime: ['0.162251'] + X-Request-Id: [09795cd0-21a7-4753-b2c8-bdc86293c7c3] + X-Runtime: ['0.140098'] X-XSS-Protection: [1; mode=block] - content-length: ['1612'] + content-length: ['1611'] status: {code: 200, message: OK} - request: body: null @@ -43,13 +42,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517497650336 + uri: http://localhost:3000/api/v1/statuses/102315368833860371 response: - body: {string: '{}'} + 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 + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"cb6c07d89597cfa64d140d572188e632"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -57,9 +59,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e16c65a3-51cb-4e89-9eb8-0c8f3315c8a6] - X-Runtime: ['0.054964'] + X-Request-Id: [9d06ec6d-80dd-4815-a39a-c856f28a4b00] + X-Runtime: ['0.121984'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1581'] status: {code: 200, message: OK} 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 6bc0d7a..63e3487 100644 --- a/tests/cassettes/test_status_post[Content warning-unlisted].yaml +++ b/tests/cassettes/test_status_post[Content warning-unlisted].yaml @@ -12,15 +12,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517478961297","created_at":"2019-04-27T18:18:41.706Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content - warning","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517478961297","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517478961297","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"e7aa8e10387115d4737d5928d3f5eeac"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -28,10 +27,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b11194dd-7f09-4517-8ea6-6a24cdfd4175] - X-Runtime: ['0.154441'] + X-Request-Id: [65e8f642-2422-458d-941d-1f681a6cc3d8] + X-Runtime: ['0.152191'] X-XSS-Protection: [1; mode=block] - content-length: ['1614'] + content-length: ['1613'] status: {code: 200, message: OK} - request: body: null @@ -43,13 +42,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517478961297 + uri: http://localhost:3000/api/v1/statuses/102315368814935289 response: - body: {string: '{}'} + 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 + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"a938512bc5dde87cbf4f41409207e918"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -57,9 +59,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [986ec6b1-da0e-46f1-87fd-5752c60f3987] - X-Runtime: ['0.059162'] + X-Request-Id: [c8ca7047-d5af-482e-9771-2335c53b9243] + X-Runtime: ['0.088273'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1583'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_post[None-None].yaml b/tests/cassettes/test_status_post[None-None].yaml index 5cafbc6..0a3d6ba 100644 --- a/tests/cassettes/test_status_post[None-None].yaml +++ b/tests/cassettes/test_status_post[None-None].yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517325342226","created_at":"2019-04-27T18:18:39.368Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517325342226","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517325342226","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6c747d39cddab58dde2a240d218d7df9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6af68ef5-068d-4436-9fae-02a70a8842f2] - X-Runtime: ['0.190092'] + X-Request-Id: [92a62994-3af8-4cf0-9d38-5abb3ec77a48] + X-Runtime: ['0.123309'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,13 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517325342226 + uri: http://localhost:3000/api/v1/statuses/102315368655116174 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ac0c964f92ddf9922d54c461443bfa25"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -56,9 +57,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [df10c390-0370-4f29-99b6-c2442d2da928] - X-Runtime: ['0.055858'] + X-Request-Id: [ee695a18-359b-40d1-9d6a-747b1b59e96a] + X-Runtime: ['0.119435'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_post[None-direct].yaml b/tests/cassettes/test_status_post[None-direct].yaml index 057a88b..902aab5 100644 --- a/tests/cassettes/test_status_post[None-direct].yaml +++ b/tests/cassettes/test_status_post[None-direct].yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517344489105","created_at":"2019-04-27T18:18:39.655Z","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/101999517344489105","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517344489105","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":62,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b09d7b53ea947a070d3f4f3653afd42f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [89538adb-a6ee-4235-b8a8-8e1a8bd08194] - X-Runtime: ['0.162339'] + X-Request-Id: [ba177e18-58c2-4656-99c8-f63b0a3c8c19] + X-Runtime: ['0.134347'] X-XSS-Protection: [1; mode=block] - content-length: ['1583'] + content-length: ['1582'] status: {code: 200, message: OK} - request: body: null @@ -42,13 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517344489105 + uri: http://localhost:3000/api/v1/statuses/102315368673952698 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ac0c964f92ddf9922d54c461443bfa25"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -56,9 +57,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6a571acf-883a-4432-9c37-20a398f5ac61] - X-Runtime: ['0.067273'] + X-Request-Id: [038ba297-aac0-4a98-b6b9-26d09ecad315] + X-Runtime: ['0.086301'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1552'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_post[None-private].yaml b/tests/cassettes/test_status_post[None-private].yaml index 1811c66..dceb6c5 100644 --- a/tests/cassettes/test_status_post[None-private].yaml +++ b/tests/cassettes/test_status_post[None-private].yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517364085722","created_at":"2019-04-27T18:18:39.961Z","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/101999517364085722","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517364085722","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"90956a7af6f8cfdff8f0aff431f7bf90"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b8d2336b-4ac7-4d1c-a6fb-2785d4c31821] - X-Runtime: ['0.207547'] + X-Request-Id: [584a2dd9-17e0-41ec-b26f-4f590e6e9321] + X-Runtime: ['0.185684'] X-XSS-Protection: [1; mode=block] - content-length: ['1584'] + content-length: ['1583'] status: {code: 200, message: OK} - request: body: null @@ -42,13 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517364085722 + uri: http://localhost:3000/api/v1/statuses/102315368692193928 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"0a9aec0fd817fe9e3d1bda0e4b5990e1"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -56,9 +57,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b332ae6d-ba89-4e55-9b0a-6d5f2d75288b] - X-Runtime: ['0.057268'] + X-Request-Id: [74dd4825-6beb-4fbd-8fc9-c5c7a62c092e] + X-Runtime: ['0.081625'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1553'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_post[None-public].yaml b/tests/cassettes/test_status_post[None-public].yaml index 782becb..61c41ce 100644 --- a/tests/cassettes/test_status_post[None-public].yaml +++ b/tests/cassettes/test_status_post[None-public].yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517404414261","created_at":"2019-04-27T18:18:40.562Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517404414261","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517404414261","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"440d81c43ee412b39753000104355c5c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e1de9e72-c618-4427-ade0-724845cd85d7] - X-Runtime: ['0.181610'] + X-Request-Id: [ccba7cbf-7e39-403d-bcfe-c1c82a2287b5] + X-Runtime: ['0.185054'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,13 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517404414261 + uri: http://localhost:3000/api/v1/statuses/102315368734617546 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"0a9aec0fd817fe9e3d1bda0e4b5990e1"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -56,9 +57,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1bc6f4c2-82b4-4c01-b3e2-3aa8a89ac511] - X-Runtime: ['0.049162'] + X-Request-Id: [23952bd9-034f-4636-b257-9726453571d8] + X-Runtime: ['0.102749'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_post[None-unlisted].yaml b/tests/cassettes/test_status_post[None-unlisted].yaml index 060dc3b..ab83d36 100644 --- a/tests/cassettes/test_status_post[None-unlisted].yaml +++ b/tests/cassettes/test_status_post[None-unlisted].yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517384338818","created_at":"2019-04-27T18:18:40.267Z","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/101999517384338818","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517384338818","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"4b8f14db039749c9956b7e113e4c747a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c035fcb6-5193-4b92-a86c-c46af4e8e42a] - X-Runtime: ['0.187054'] + X-Request-Id: [a29d7ff7-1365-42af-8b16-199b5cb3e312] + X-Runtime: ['0.163880'] X-XSS-Protection: [1; mode=block] - content-length: ['1600'] + content-length: ['1599'] status: {code: 200, message: OK} - request: body: null @@ -42,13 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517384338818 + uri: http://localhost:3000/api/v1/statuses/102315368713034288 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"0a9aec0fd817fe9e3d1bda0e4b5990e1"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -56,9 +57,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [bdaf893c-9ab7-4b4b-9092-a3d05ede0392] - X-Runtime: ['0.055305'] + X-Request-Id: [a6e0e585-594b-4609-bbec-e20b3fee1312] + X-Runtime: ['0.096272'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1569'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_reblog_unreblog.yaml b/tests/cassettes/test_status_reblog_unreblog.yaml index 3943580..28e4b83 100644 --- a/tests/cassettes/test_status_reblog_unreblog.yaml +++ b/tests/cassettes/test_status_reblog_unreblog.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517521227872","created_at":"2019-04-27T18:18:42.339Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517521227872","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517521227872","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6db7103684f90b53b6efd5b7943e0902"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [7e9c1d71-07d3-4834-918e-fdab93b5b615] - X-Runtime: ['0.118711'] + X-Request-Id: [735efd5c-821e-4318-9185-f29ac9bdd064] + X-Runtime: ['0.108638'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,21 +41,20 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/statuses/101999517521227872/reblog + uri: http://localhost:3000/api/v1/statuses/102315368861064563/reblog response: - body: {string: '{"id":"101999517533218750","created_at":"2019-04-27T18:18:42.525Z","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/101999517533218750/activity","content":"\u003cp\u003eRT + 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 \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - Toot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517533218750","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"reblog":{"id":"101999517521227872","created_at":"2019-04-27T18:18:42.339Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517521227872","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517521227872","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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 - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"18798e29ab3953f386ac15fffb1dc681"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -64,10 +62,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [591dd657-7feb-4c0a-bd59-73889445e6c0] - X-Runtime: ['0.287865'] + X-Request-Id: [54590af0-3e02-46a2-82e2-84ce4dee4ff5] + X-Runtime: ['0.309928'] X-XSS-Protection: [1; mode=block] - content-length: ['3337'] + content-length: ['3335'] status: {code: 200, message: OK} - request: body: null @@ -79,16 +77,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/statuses/101999517521227872/unreblog + uri: http://localhost:3000/api/v1/statuses/102315368861064563/unreblog response: - body: {string: '{"id":"101999517521227872","created_at":"2019-04-27T18:18:42.339Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517521227872","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517521227872","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b7783fe2d327a88e64a96ee2762dd5dc"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -96,10 +93,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [138c748b-74de-454b-a747-cc4b9db7058d] - X-Runtime: ['0.068494'] + X-Request-Id: [b4b965e0-eedb-414d-b6a5-d6ecb22f19ab] + X-Runtime: ['0.086224'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -111,13 +108,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517521227872 + uri: http://localhost:3000/api/v1/statuses/102315368861064563 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"cb6c07d89597cfa64d140d572188e632"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -125,9 +124,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f13b887f-85d7-4ef1-a187-18286b4cfb3a] - X-Runtime: ['0.046478'] + X-Request-Id: [89905a35-e263-4993-a16d-08976bff43c8] + X-Runtime: ['0.123902'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_reblog_visibility.yaml b/tests/cassettes/test_status_reblog_visibility.yaml index 500a68d..23fec0d 100644 --- a/tests/cassettes/test_status_reblog_visibility.yaml +++ b/tests/cassettes/test_status_reblog_visibility.yaml @@ -12,12 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102005434139190710","created_at":"2019-04-28T19:23:22.764Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102005434139190710","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102005434139190710","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5f9216b37a617266e1e57234796c9452"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -25,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9c86d267-e58f-44e5-a529-26b9ff76fc9e] - X-Runtime: ['0.201113'] + X-Request-Id: [1fa3d80a-ab0c-4511-ad2b-fc4ccb2dddb6] + X-Runtime: ['0.158751'] X-XSS-Protection: [1; mode=block] - content-length: ['1235'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: visibility=unlisted @@ -41,17 +42,20 @@ interactions: Content-Type: [application/x-www-form-urlencoded] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/statuses/102005434139190710/reblog + uri: http://localhost:3000/api/v1/statuses/102315368567849473/reblog response: - body: {string: '{"id":"102005434155449471","created_at":"2019-04-28T19:23:23.011Z","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/102005434155449471/activity","content":"\u003cp\u003eRT + 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 \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - Toot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102005434155449471","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"reblog":{"id":"102005434139190710","created_at":"2019-04-28T19:23:22.764Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102005434139190710","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102005434139190710","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2959f64592e5d171090e7ddea7694697"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -59,10 +63,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [cf8be3bc-b130-41f2-b113-19d60a7b7f2a] - X-Runtime: ['0.306052'] + X-Request-Id: [23911b96-252a-408f-bbb8-7fd841911c13] + X-Runtime: ['0.212221'] X-XSS-Protection: [1; mode=block] - content-length: ['2613'] + content-length: ['3337'] status: {code: 200, message: OK} - request: body: null @@ -74,13 +78,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102005434139190710 + uri: http://localhost:3000/api/v1/statuses/102315368567849473 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"7f009dc9f14d1cd3a178123556c5e99c"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -88,9 +94,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [11dfaf76-732a-4a29-a1cf-41a526ad3c9a] - X-Runtime: ['0.031563'] + X-Request-Id: [d81e78e2-b862-4a6e-8f10-fc1f3023f9f5] + X-Runtime: ['0.077066'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1566'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_reblogged_by.yaml b/tests/cassettes/test_status_reblogged_by.yaml index 394e1bb..51e434c 100644 --- a/tests/cassettes/test_status_reblogged_by.yaml +++ b/tests/cassettes/test_status_reblogged_by.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517238481770","created_at":"2019-04-27T18:18:38.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/101999517238481770","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517238481770","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3665a8f9b36085b943eeb699ca1d9773"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [528aedf0-637f-4f39-84a9-5ef660be486a] - X-Runtime: ['0.172736'] + X-Request-Id: [e90c633c-9620-483e-89e3-636fb3856a25] + X-Runtime: ['0.169824'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,21 +41,20 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: POST - uri: http://localhost:3000/api/v1/statuses/101999517238481770/reblog + uri: http://localhost:3000/api/v1/statuses/102315368521100182/reblog response: - body: {string: '{"id":"101999517249859420","created_at":"2019-04-27T18:18:38.201Z","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/101999517249859420/activity","content":"\u003cp\u003eRT + 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 \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - Toot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517249859420","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"reblog":{"id":"101999517238481770","created_at":"2019-04-27T18:18:38.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/101999517238481770","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517238481770","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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 - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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 + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"48fd519c97bc6a677299ef7a49ad78fb"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -64,10 +62,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [942de221-afac-4d79-bc55-bd46c2043b4c] - X-Runtime: ['0.235262'] + X-Request-Id: [ee493d47-4a46-40a7-b61e-30e017d447ec] + X-Runtime: ['0.309059'] X-XSS-Protection: [1; mode=block] - content-length: ['3337'] + content-length: ['3335'] status: {code: 200, message: OK} - request: body: null @@ -78,16 +76,15 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: http://localhost:3000/api/v1/statuses/101999517238481770/reblogged_by + uri: http://localhost:3000/api/v1/statuses/102315368521100182/reblogged_by response: body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}]'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}]}]'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"8801c54dc76f02ea42447723e49f4f18"] - Link: ['; + Link: ['; rel="prev"'] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] @@ -96,10 +93,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [2b63300b-d94d-45cf-a565-93759afeb6f5] - X-Runtime: ['0.036819'] + X-Request-Id: [0880c678-e580-4471-a44c-dce4881dae6c] + X-Runtime: ['0.047117'] X-XSS-Protection: [1; mode=block] - content-length: ['932'] + content-length: ['931'] status: {code: 200, message: OK} - request: body: null @@ -111,13 +108,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517238481770 + uri: http://localhost:3000/api/v1/statuses/102315368521100182 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"3ccd6d1053718a8357ec5565c23571cd"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -125,9 +124,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [32fc5419-ddb1-4f2e-a6d5-225c73a7da6a] - X-Runtime: ['0.026074'] + X-Request-Id: [3c06ada4-8ea1-4e4d-960c-3fb4e303a5bd] + X-Runtime: ['0.082513'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1566'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_status_reply.yaml b/tests/cassettes/test_status_reply.yaml index f268ec4..6a19179 100644 --- a/tests/cassettes/test_status_reply.yaml +++ b/tests/cassettes/test_status_reply.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999516810790838","created_at":"2019-04-27T18:18:31.505Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999516810790838","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999516810790838","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"b9e9d545500e45c8cde10a4d8b27a74e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1762430f-e236-49f3-92f7-0803054c14c4] - X-Runtime: ['0.171317'] + X-Request-Id: [266c3499-7668-4c84-a800-69e3f545abfb] + X-Runtime: ['0.204094'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -43,11 +42,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} + 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"06a2d7eb514f2463091718affb56000a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -55,13 +53,13 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f10f7a0f-3f2a-47f5-97cc-ae827d2e17ab] - X-Runtime: ['0.067666'] + X-Request-Id: [df88a595-49ac-40c6-ad21-af29ef898a3c] + X-Runtime: ['0.050308'] X-XSS-Protection: [1; mode=block] content-length: ['609'] status: {code: 200, message: OK} - request: - body: spoiler_text=&visibility=public&in_reply_to_id=101999516810790838&status=%40mastodonpy_test+same%21 + body: spoiler_text=&visibility=public&in_reply_to_id=102315368082869206&status=%40mastodonpy_test+same%21 headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] @@ -73,15 +71,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999516827762539","created_at":"2019-04-27T18:18:31.759Z","in_reply_to_id":"101999516810790838","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/101999516827762539","content":"\u003cp\u003e\u003cspan + 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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - same!\u003c/p\u003e","url":"http://localhost/@admin/101999516827762539","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T17:58:11.427Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} + same!\u003c/p\u003e","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"36394d8dd4a3c82df7ecf180583c3623"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -89,8 +86,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0aa6f574-a2b5-4e1b-979e-500104fe9f5c] - X-Runtime: ['0.212809'] + X-Request-Id: [f6a5c545-4cc4-4f44-a512-ad7f846fba13] + X-Runtime: ['0.294790'] X-XSS-Protection: [1; mode=block] content-length: ['1516'] status: {code: 200, message: OK} @@ -104,13 +101,13 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999516827762539 + uri: http://localhost:3000/api/v1/statuses/102315368099679936 response: - body: {string: '{}'} + 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 + 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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"03499d2396def7cd70f82639d27b509f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -118,10 +115,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f40cbb90-05dd-433c-90e3-389f1192dd54] - X-Runtime: ['0.084676'] + X-Request-Id: [13f8de28-57f3-46e1-ad93-b97e544baa0a] + X-Runtime: ['0.203312'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1309'] status: {code: 200, message: OK} - request: body: null @@ -133,13 +130,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999516810790838 + uri: http://localhost:3000/api/v1/statuses/102315368082869206 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"03499d2396def7cd70f82639d27b509f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -147,9 +146,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [c8de3f31-e56c-43df-8e50-637be2b03103] - X-Runtime: ['0.107661'] + X-Request-Id: [19a74944-a214-449e-9306-aaac33a5b3cf] + X-Runtime: ['0.098138'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_stream_user.yaml b/tests/cassettes/test_stream_user.yaml index f0a1ae4..4e0d5e6 100644 --- a/tests/cassettes/test_stream_user.yaml +++ b/tests/cassettes/test_stream_user.yaml @@ -10,11 +10,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":8,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} + 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"cd2127b055679523c42093d9fa35eaf9"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,8 +21,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [d33ae198-a4ca-4207-afb4-036e11d9033b] - X-Runtime: ['0.190787'] + X-Request-Id: [1fca6cd2-444a-4918-a374-6fcc3f6cbf6d] + X-Runtime: ['0.057864'] X-XSS-Protection: [1; mode=block] content-length: ['609'] status: {code: 200, message: OK} @@ -41,9 +40,8 @@ interactions: response: body: {string: '{"id":"1","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c69d2321c40813c2e91746f6df8c685b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -51,8 +49,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [559452ea-a4ca-49ce-a41c-9789a4e175d6] - X-Runtime: ['0.027095'] + X-Request-Id: [76cbc535-db11-451c-990b-ad974b1e2701] + X-Runtime: ['0.088849'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} @@ -67,12 +65,12 @@ interactions: method: GET uri: http://localhost:3000/api/v1/instance/ response: - body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.8.0","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":10,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} + 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}'} headers: Cache-Control: ['max-age=300, public'] Content-Type: [application/json; charset=utf-8] - Date: ['Sat, 27 Apr 2019 23:51:08 GMT'] - ETag: [W/"1853e19f93744ec050047787c0defeb4"] + Date: ['Sat, 22 Jun 2019 13:03:56 GMT'] + ETag: [W/"ee7808ee1b13d469fd4f8951cd3f9f8a"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -80,10 +78,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [15378378-5d7a-4d03-aef0-2da0d7523ab3] - X-Runtime: ['0.038039'] + X-Request-Id: [cfb4c102-f7f1-48df-8209-2c0fea3dbf0c] + X-Runtime: ['0.043274'] X-XSS-Protection: [1; mode=block] - content-length: ['349'] + content-length: ['348'] status: {code: 200, message: OK} - request: body: status=only+real+cars+respond. @@ -98,13 +96,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000825046689277","created_at":"2019-04-27T23:51:13.758Z","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/102000825046689277","content":"\u003cp\u003eonly - real cars respond.\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000825046689277","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + real cars respond.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"6a5a7e8c76cf1f6e542c7fa3d0b324e6"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -112,10 +111,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f07f61fc-8265-4d61-8c98-84e0388f31c0] - X-Runtime: ['0.541242'] + X-Request-Id: [4b875c60-55fe-4455-adcc-0dda8683da0a] + X-Runtime: ['0.148230'] X-XSS-Protection: [1; mode=block] - content-length: ['1253'] + content-length: ['1615'] status: {code: 200, message: OK} - request: body: status=%40mastodonpy_test+beep+beep+I%27m+a+jeep @@ -130,15 +129,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000825079136326","created_at":"2019-04-27T23:51:14.093Z","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/102000825079136326","content":"\u003cp\u003e\u003cspan + 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 class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e - beep beep I\u0026apos;m a jeep\u003c/p\u003e","url":"http://localhost/@admin/102000825079136326","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} + beep beep I\u0026apos;m a jeep\u003c/p\u003e","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2ccbe7c603db538a9b9d94ff8174016d"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -146,8 +144,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [13c205c2-e5bc-4469-b6a0-a7dc18dd5f11] - X-Runtime: ['0.213550'] + X-Request-Id: [ea5b4ce1-da66-4937-b029-a61639667174] + X-Runtime: ['0.260557'] X-XSS-Protection: [1; mode=block] content-length: ['1511'] status: {code: 200, message: OK} @@ -164,13 +162,12 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000825095837749","created_at":"2019-04-27T23:51:14.349Z","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/102000825095837749","content":"\u003cp\u003eon - the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","url":"http://localhost/@admin/102000825095837749","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"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-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} + 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 + the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","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":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"c2ab6b89316efb69005c230c72accb6b"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -178,10 +175,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [48b902b9-9cb6-422d-a3f1-ea014a8cd6e7] - X-Runtime: ['0.165465'] + X-Request-Id: [51ec6fe5-86a0-4a15-bc7f-07350127cf57] + X-Runtime: ['0.185403'] X-XSS-Protection: [1; mode=block] - content-length: ['1221'] + content-length: ['1220'] status: {code: 200, message: OK} - request: body: null @@ -193,13 +190,16 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/102000825046689277 + uri: http://localhost:3000/api/v1/statuses/102315369511109147 response: - body: {string: '{}'} + 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 + real cars respond.","reblog":null,"application":{"name":"Mastodon.py test + suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"68dc9d53058fab55b922570e8d9416d8"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -207,10 +207,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [1c002f40-b79d-40a4-8e64-e8e81bbde4a3] - X-Runtime: ['0.062087'] + X-Request-Id: [b7b8739b-bf64-4bf8-88b8-81a4507406dd] + X-Runtime: ['0.103892'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1585'] status: {code: 200, message: OK} - request: body: null @@ -225,22 +225,24 @@ interactions: response: body: {string: 'event: update - data: {"id":"102000825046689277","created_at":"2019-04-27T23:51:13.758Z","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/102000825046689277","content":"

only - real cars respond.

","url":"http://localhost/@mastodonpy_test/102000825046689277","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"

","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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} + 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":"

only + real cars respond.

","reblog":null,"application":{"name":"Mastodon.py test + suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"

I + walk funny

","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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} event: notification - data: {"id":"8","type":"mention","created_at":"2019-04-27T23:51:14.235Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T18:52:42.626Z","note":"

","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[]},"status":{"id":"102000825079136326","created_at":"2019-04-27T23:51:14.093Z","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/102000825079136326","content":"

","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":"

@mastodonpy_test beep beep I'm a jeep

","url":"http://localhost/@admin/102000825079136326","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"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-04-27T18:52:42.626Z","note":"

","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}} + mention\">@mastodonpy_test beep beep I'm a jeep

","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":"

","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}} event: delete - data: 102000825046689277 + data: 102315369511109147 :'} @@ -250,9 +252,9 @@ interactions: Access-Control-Allow-Origin: ['*'] Connection: [keep-alive] Content-Type: [text/event-stream] - Date: ['Sat, 27 Apr 2019 23:51:14 GMT'] + Date: ['Sat, 22 Jun 2019 13:04:01 GMT'] Transfer-Encoding: [chunked] X-Powered-By: [Express] - X-Request-Id: [b9afd71f-bd22-418a-82c9-b6b308aaf422] + X-Request-Id: [c4f3c36c-06d0-48d1-b740-e9e5dd5e701a] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_stream_user_local.yaml b/tests/cassettes/test_stream_user_local.yaml index 22de8fb..ab29ae4 100644 --- a/tests/cassettes/test_stream_user_local.yaml +++ b/tests/cassettes/test_stream_user_local.yaml @@ -10,11 +10,10 @@ interactions: method: GET uri: http://localhost:3000/api/v1/accounts/verify_credentials response: - body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":10,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} + 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":[]}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"897cda4d35dcffc1a0e9dd29fc71130f"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -22,10 +21,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [9c808452-96f3-4dee-b8b4-5159a9686307] - X-Runtime: ['0.024396'] + X-Request-Id: [ad992017-5f81-4f72-9485-97febd9ec5d6] + X-Runtime: ['0.025060'] X-XSS-Protection: [1; mode=block] - content-length: ['610'] + content-length: ['609'] status: {code: 200, message: OK} - request: body: null @@ -41,9 +40,8 @@ interactions: response: body: {string: '{"id":"1","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2268b88a081c532f69d4e8f3f6cc1a41"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -51,8 +49,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [809c4964-6493-485a-8a47-5ffc3c0e6d5d] - X-Runtime: ['0.022342'] + X-Request-Id: [89572238-4859-4178-b577-e872c8c10048] + X-Runtime: ['0.026184'] X-XSS-Protection: [1; mode=block] content-length: ['211'] status: {code: 200, message: OK} @@ -67,12 +65,12 @@ interactions: method: GET uri: http://localhost:3000/api/v1/instance/ response: - body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.8.0","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":12,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} + 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}'} headers: Cache-Control: ['max-age=300, public'] Content-Type: [application/json; charset=utf-8] - Date: ['Sat, 27 Apr 2019 23:51:28 GMT'] - ETag: [W/"23dbf13c779b1cc02bec5079773083f5"] + Date: ['Sat, 22 Jun 2019 13:04:16 GMT'] + ETag: [W/"e46b43e71d02bdf7eafa21eaa51869ad"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -80,10 +78,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [b3f91b98-37e1-4689-b1d5-ca0915bc72c6] - X-Runtime: ['0.023238'] + X-Request-Id: [b8b7e68f-4c6f-4843-9ae2-ce52e1e00d33] + X-Runtime: ['0.027002'] X-XSS-Protection: [1; mode=block] - content-length: ['349'] + content-length: ['348'] status: {code: 200, message: OK} - request: body: status=it%27s+cool+guy @@ -98,13 +96,14 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"102000826367266958","created_at":"2019-04-27T23:51:33.747Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000826367266958","content":"\u003cp\u003eit\u0026apos;s - cool guy\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/102000826367266958","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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}'} + 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 + cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test + suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"31fb33fa6323ac79ab4d8a1caf4d1c40"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -112,10 +111,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [0f41d973-d9b0-4e72-9f81-8c98d8ddfb40] - X-Runtime: ['0.158456'] + X-Request-Id: [6d8e5859-d19a-4e7b-a0bd-9977aa200db0] + X-Runtime: ['0.224264'] X-XSS-Protection: [1; mode=block] - content-length: ['1253'] + content-length: ['1615'] status: {code: 200, message: OK} - request: body: null @@ -130,9 +129,10 @@ interactions: response: body: {string: 'event: update - data: {"id":"102000826367266958","created_at":"2019-04-27T23:51:33.747Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102000826367266958","content":"

it's - cool guy

","url":"http://localhost/@mastodonpy_test/102000826367266958","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py - test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-04-27T20:56:20.155Z","note":"

","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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} + 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":"

it's + cool guy

","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"

I + walk funny

","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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} :'} @@ -142,9 +142,9 @@ interactions: Access-Control-Allow-Origin: ['*'] Connection: [keep-alive] Content-Type: [text/event-stream] - Date: ['Sat, 27 Apr 2019 23:51:33 GMT'] + Date: ['Sat, 22 Jun 2019 13:04:21 GMT'] Transfer-Encoding: [chunked] X-Powered-By: [Express] - X-Request-Id: [d39b3ece-b7de-459d-8cea-f55d018ce010] + X-Request-Id: [12e545fa-06b0-4c73-9bca-f267a7bd7770] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_toot.yaml b/tests/cassettes/test_toot.yaml index bab364d..37febcd 100644 --- a/tests/cassettes/test_toot.yaml +++ b/tests/cassettes/test_toot.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999517308554311","created_at":"2019-04-27T18:18:39.095Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999517308554311","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999517308554311","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":63,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ca451f4d640ad6f2215973331909c365"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [cf25909d-7375-4628-abe7-972602d54ec3] - X-Runtime: ['0.153381'] + X-Request-Id: [cd6ebb2e-2c6a-4063-bf8f-4d7b68114707] + X-Runtime: ['0.161095'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -42,13 +41,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999517308554311 + uri: http://localhost:3000/api/v1/statuses/102315368635941166 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"ac0c964f92ddf9922d54c461443bfa25"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -56,9 +57,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [fc6217e9-5a9a-41b0-a53a-088830eeeebe] - X-Runtime: ['0.072274'] + X-Request-Id: [7959cac3-052f-4aea-979e-314412657959] + X-Runtime: ['0.091010'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_unauthed_home_tl_throws.yaml b/tests/cassettes/test_unauthed_home_tl_throws.yaml index 627fba3..0364a7e 100644 --- a/tests/cassettes/test_unauthed_home_tl_throws.yaml +++ b/tests/cassettes/test_unauthed_home_tl_throws.yaml @@ -12,14 +12,13 @@ interactions: method: POST uri: http://localhost:3000/api/v1/statuses response: - body: {string: '{"id":"101999522650555084","created_at":"2019-04-27T18:20:00.607Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/101999522650555084","content":"\u003cp\u003eToot!\u003c/p\u003e","url":"http://localhost/@mastodonpy_test/101999522650555084","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"reblog":null,"application":{"name":"Mastodon.py + 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 test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John - Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI - walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1556389071","followers_count":0,"following_count":0,"statuses_count":64,"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}'} + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"2d3d8e3ec1c6124a2fc1a9abfa50be96"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -27,10 +26,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [6b60ce97-dc10-46b8-9b9d-c3552016bef0] - X-Runtime: ['0.143550'] + X-Request-Id: [1292648b-0989-4d3c-8219-bd95ec23a54b] + X-Runtime: ['0.148586'] X-XSS-Protection: [1; mode=block] - content-length: ['1598'] + content-length: ['1597'] status: {code: 200, message: OK} - request: body: null @@ -56,8 +55,8 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [e96e87b3-3511-4e72-9224-31acb451ca1c] - X-Runtime: ['0.032546'] + X-Request-Id: [dc554e69-2cf0-40bb-8864-487cec302618] + X-Runtime: ['0.069648'] X-XSS-Protection: [1; mode=block] content-length: ['39'] status: {code: 401, message: Unauthorized} @@ -71,13 +70,15 @@ interactions: Content-Length: ['0'] User-Agent: [python-requests/2.18.4] method: DELETE - uri: http://localhost:3000/api/v1/statuses/101999522650555084 + uri: http://localhost:3000/api/v1/statuses/102315371886838822 response: - body: {string: '{}'} + 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 + test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John + Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI + walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","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}'} headers: - Cache-Control: ['max-age=0, private, must-revalidate'] + Cache-Control: ['no-cache, no-store'] Content-Type: [application/json; charset=utf-8] - ETag: [W/"5aac4bdcf7384ec5fb657333b4d79af8"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -85,9 +86,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [2c874eca-7ccb-413a-bf3a-e181ae295d1c] - X-Runtime: ['0.031334'] + X-Request-Id: [7f124627-537e-4ff5-a821-bdc4ea589e75] + X-Runtime: ['0.080084'] X-XSS-Protection: [1; mode=block] - content-length: ['2'] + content-length: ['1567'] status: {code: 200, message: OK} version: 1 diff --git a/tests/cassettes/test_verify_version.yaml b/tests/cassettes/test_verify_version.yaml index 7cd183e..d816269 100644 --- a/tests/cassettes/test_verify_version.yaml +++ b/tests/cassettes/test_verify_version.yaml @@ -10,12 +10,12 @@ interactions: method: GET uri: http://localhost:3000/api/v1/instance/ response: - body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.8.0","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":45,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} + 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}'} headers: Cache-Control: ['max-age=300, public'] Content-Type: [application/json; charset=utf-8] - Date: ['Sat, 27 Apr 2019 18:17:53 GMT'] - ETag: [W/"98508d6117d3c1cc49e05e6813dab7f2"] + Date: ['Sat, 22 Jun 2019 13:02:56 GMT'] + ETag: [W/"773f55297ccb8b1dbefc0751e076fca2"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -23,10 +23,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [724fc186-da26-4319-b572-6402246bab7e] - X-Runtime: ['0.031647'] + X-Request-Id: [0e723618-83ca-496e-947f-699bdcf5061a] + X-Runtime: ['0.071545'] X-XSS-Protection: [1; mode=block] - content-length: ['349'] + content-length: ['348'] status: {code: 200, message: OK} - request: body: null @@ -39,12 +39,12 @@ interactions: method: GET uri: http://localhost:3000/api/v1/instance/ response: - body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.8.0","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":45,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} + 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}'} headers: Cache-Control: ['max-age=300, public'] Content-Type: [application/json; charset=utf-8] - Date: ['Sat, 27 Apr 2019 18:17:53 GMT'] - ETag: [W/"98508d6117d3c1cc49e05e6813dab7f2"] + Date: ['Sat, 22 Jun 2019 13:02:56 GMT'] + ETag: [W/"773f55297ccb8b1dbefc0751e076fca2"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -52,10 +52,10 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [f5698cfe-4b19-4736-9365-42041be4f21b] - X-Runtime: ['0.023511'] + X-Request-Id: [0c2e7137-0737-4f46-a868-ae3a2f8e4863] + X-Runtime: ['0.027322'] X-XSS-Protection: [1; mode=block] - content-length: ['349'] + content-length: ['348'] status: {code: 200, message: OK} - request: body: null @@ -68,12 +68,12 @@ interactions: method: GET uri: http://localhost:3000/api/v1/instance/ response: - body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.8.0","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":45,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} + 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}'} headers: Cache-Control: ['max-age=300, public'] Content-Type: [application/json; charset=utf-8] - Date: ['Sat, 27 Apr 2019 18:17:53 GMT'] - ETag: [W/"98508d6117d3c1cc49e05e6813dab7f2"] + Date: ['Sat, 22 Jun 2019 13:02:57 GMT'] + ETag: [W/"e93399c77de2e714afcd550a34706e7e"] Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] @@ -81,9 +81,9 @@ interactions: X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] X-Permitted-Cross-Domain-Policies: [none] - X-Request-Id: [aef56f08-95ca-450f-8afe-78a10ef34a94] - X-Runtime: ['0.023583'] + X-Request-Id: [ac41940b-4c6c-4937-a942-ed28a2dd7027] + X-Runtime: ['0.033112'] X-XSS-Protection: [1; mode=block] - content-length: ['349'] + content-length: ['348'] status: {code: 200, message: OK} version: 1 diff --git a/tests/test_auth.py b/tests/test_auth.py index a8ae52c..b4a004e 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -26,7 +26,7 @@ def test_log_in_none(api_anonymous): @pytest.mark.vcr() def test_log_in_password(api_anonymous): token = api_anonymous.log_in( - username='admin@localhost:3000', + username='admin@localhost', password='mastodonadmin') assert token @@ -35,7 +35,7 @@ def test_log_in_password(api_anonymous): def test_log_in_password_incorrect(api_anonymous): with pytest.raises(MastodonIllegalArgumentError): api_anonymous.log_in( - username='admin@localhost:3000', + username='admin@localhost', password='hunter2') @@ -43,7 +43,7 @@ def test_log_in_password_incorrect(api_anonymous): def test_log_in_password_to_file(api_anonymous, tmpdir): filepath = tmpdir.join('token') api_anonymous.log_in( - username='admin@localhost:3000', + username='admin@localhost', password='mastodonadmin', to_file=str(filepath)) token = filepath.read_text('UTF-8').rstrip() diff --git a/tests/test_errors.py b/tests/test_errors.py index 7329507..5c13d04 100644 --- a/tests/test_errors.py +++ b/tests/test_errors.py @@ -11,6 +11,7 @@ def test_nonstandard_errors(api): response.json = MagicMock(return_value= "I am a non-standard instance and this error is a plain string.") response.ok = False + response.status_code = 501 session = MagicMock() session.request = MagicMock(return_value=response)