diff options
Diffstat (limited to 'tests')
101 files changed, 5227 insertions, 5394 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 | |||
24 | This test suite uses [VCR.py][] to record requests to Mastodon and replay them in successive runs. | 24 | This test suite uses [VCR.py][] to record requests to Mastodon and replay them in successive runs. |
25 | 25 | ||
26 | 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. | 26 | 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. |
27 | To set this up, follow the development guide and set up the database using "rails db:setup". | ||
27 | 28 | ||
28 | 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: | 29 | 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: |
29 | 30 | ||
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: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/1 | 11 | uri: http://localhost:3000/api/v1/accounts/1 |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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":[]}'} | 13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"e2b6b5a81898f0bf4ff6d450c5ba27ea"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [e78f81f1-def4-46e0-8b46-ca4f8707aad3] | 24 | X-Request-Id: [f1c091d0-a07e-43c0-b3a7-584b590bc6ae] |
26 | X-Runtime: ['0.031342'] | 25 | X-Runtime: ['0.678058'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['523'] | 27 | content-length: ['523'] |
29 | status: {code: 200, message: OK} | 28 | 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: | |||
13 | response: | 13 | response: |
14 | 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}'} | 14 | 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}'} |
15 | headers: | 15 | headers: |
16 | Cache-Control: ['max-age=0, private, must-revalidate'] | 16 | Cache-Control: ['no-cache, no-store'] |
17 | Content-Type: [application/json; charset=utf-8] | 17 | Content-Type: [application/json; charset=utf-8] |
18 | ETag: [W/"47bc1fc0b9b37fa31bc0e77e7ed1b806"] | ||
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 18 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 19 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 20 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,8 +22,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [8b7da6a2-d9d7-476a-a017-917f257a822f] | 25 | X-Request-Id: [8e0862b6-1ce6-4088-9e31-a561b0f8c713] |
27 | X-Runtime: ['0.037591'] | 26 | X-Runtime: ['0.042104'] |
28 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['210'] | 28 | content-length: ['210'] |
30 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
@@ -42,9 +41,8 @@ interactions: | |||
42 | response: | 41 | response: |
43 | 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}'} | 42 | 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}'} |
44 | headers: | 43 | headers: |
45 | Cache-Control: ['max-age=0, private, must-revalidate'] | 44 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
47 | ETag: [W/"93a1f854f426a7241ace77f72b5209db"] | ||
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,8 +50,8 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [cf73d84f-3fe1-4b5b-83dd-b05025bf5395] | 53 | X-Request-Id: [c832015e-0c90-4398-9ca8-f1d0af56055e] |
56 | X-Runtime: ['0.035099'] | 54 | X-Runtime: ['0.024649'] |
57 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['211'] | 56 | content-length: ['211'] |
59 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_follow_unfollow.yaml b/tests/cassettes/test_account_follow_unfollow.yaml index a5bdf96..1542350 100644 --- a/tests/cassettes/test_account_follow_unfollow.yaml +++ b/tests/cassettes/test_account_follow_unfollow.yaml | |||
@@ -14,9 +14,8 @@ interactions: | |||
14 | response: | 14 | response: |
15 | 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}'} | 15 | 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}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"9f0c01526fdbe9beed863514654c8a27"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,8 +23,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [aeeea112-0858-4b3b-ad38-01ce548657c9] | 26 | X-Request-Id: [c73d8bf4-b786-4ba9-a6e1-0c85ed6a9235] |
28 | X-Runtime: ['0.080318'] | 27 | X-Runtime: ['0.036470'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['209'] | 29 | content-length: ['209'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -43,9 +42,8 @@ interactions: | |||
43 | response: | 42 | response: |
44 | 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}'} | 43 | 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}'} |
45 | headers: | 44 | headers: |
46 | Cache-Control: ['max-age=0, private, must-revalidate'] | 45 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 46 | Content-Type: [application/json; charset=utf-8] |
48 | ETag: [W/"93a1f854f426a7241ace77f72b5209db"] | ||
49 | Referrer-Policy: [strict-origin-when-cross-origin] | 47 | Referrer-Policy: [strict-origin-when-cross-origin] |
50 | Transfer-Encoding: [chunked] | 48 | Transfer-Encoding: [chunked] |
51 | Vary: ['Accept-Encoding, Origin'] | 49 | Vary: ['Accept-Encoding, Origin'] |
@@ -53,8 +51,8 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [1211c69f-cd82-4599-9545-e8c819aa9350] | 54 | X-Request-Id: [7c2dfdb1-fdbe-4cf3-8162-a949202042bd] |
57 | X-Runtime: ['0.147866'] | 55 | X-Runtime: ['0.028402'] |
58 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['211'] | 57 | content-length: ['211'] |
60 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_followers.yaml b/tests/cassettes/test_account_followers.yaml index 2e42581..a611421 100644 --- a/tests/cassettes/test_account_followers.yaml +++ b/tests/cassettes/test_account_followers.yaml | |||
@@ -12,9 +12,8 @@ interactions: | |||
12 | response: | 12 | response: |
13 | body: {string: '[]'} | 13 | body: {string: '[]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"fa588177d9a0b1be8cc336136201d000"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [1f252244-f15d-4b79-bf05-7c561e1fd0b6] | 24 | X-Request-Id: [27388776-df56-451c-9d39-98840b2f8ddf] |
26 | X-Runtime: ['0.064040'] | 25 | X-Runtime: ['0.029113'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['2'] | 27 | content-length: ['2'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_following.yaml b/tests/cassettes/test_account_following.yaml index 0ca754d..e4b1450 100644 --- a/tests/cassettes/test_account_following.yaml +++ b/tests/cassettes/test_account_following.yaml | |||
@@ -12,9 +12,8 @@ interactions: | |||
12 | response: | 12 | response: |
13 | body: {string: '[]'} | 13 | body: {string: '[]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"fa588177d9a0b1be8cc336136201d000"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [e2317366-85d5-4a70-a089-a003dee8e9b4] | 24 | X-Request-Id: [176f9d5e-0b0c-4221-8fca-852938394066] |
26 | X-Runtime: ['0.039787'] | 25 | X-Runtime: ['0.057954'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['2'] | 27 | content-length: ['2'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_mute_unmute.yaml b/tests/cassettes/test_account_mute_unmute.yaml index 483a235..8d6f7c6 100644 --- a/tests/cassettes/test_account_mute_unmute.yaml +++ b/tests/cassettes/test_account_mute_unmute.yaml | |||
@@ -14,9 +14,8 @@ interactions: | |||
14 | response: | 14 | response: |
15 | 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}'} | 15 | 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}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"59de293253d478bb34c984ebe11efe4f"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,8 +23,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [59ef8a80-0d38-41e9-8b9f-4f59e8a718d1] | 26 | X-Request-Id: [d425d677-ddad-4dc0-863a-5a8cf656f276] |
28 | X-Runtime: ['0.110376'] | 27 | X-Runtime: ['0.036659'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['209'] | 29 | content-length: ['209'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -43,9 +42,8 @@ interactions: | |||
43 | response: | 42 | response: |
44 | 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}'} | 43 | 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}'} |
45 | headers: | 44 | headers: |
46 | Cache-Control: ['max-age=0, private, must-revalidate'] | 45 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 46 | Content-Type: [application/json; charset=utf-8] |
48 | ETag: [W/"f8c3361d53e3585ee39fcaf8f68d8c8e"] | ||
49 | Referrer-Policy: [strict-origin-when-cross-origin] | 47 | Referrer-Policy: [strict-origin-when-cross-origin] |
50 | Transfer-Encoding: [chunked] | 48 | Transfer-Encoding: [chunked] |
51 | Vary: ['Accept-Encoding, Origin'] | 49 | Vary: ['Accept-Encoding, Origin'] |
@@ -53,8 +51,8 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [62d07f15-81d2-4add-8551-fec673d711db] | 54 | X-Request-Id: [a5c62370-2a05-48db-bfda-51d0b5f2e859] |
57 | X-Runtime: ['0.069967'] | 55 | X-Runtime: ['0.050261'] |
58 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['211'] | 57 | content-length: ['211'] |
60 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_pin_unpin.yaml b/tests/cassettes/test_account_pin_unpin.yaml index eaf3563..ff103c9 100644 --- a/tests/cassettes/test_account_pin_unpin.yaml +++ b/tests/cassettes/test_account_pin_unpin.yaml | |||
@@ -10,11 +10,10 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"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":[]}'} | 13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"0f8b38bbae62fe172a62496fe49e206e"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [692fe5c4-e557-4dd5-99f0-44b812f2e9f3] | 24 | X-Request-Id: [37113524-0b40-402f-9137-4ebb3578f553] |
26 | X-Runtime: ['0.019931'] | 25 | X-Runtime: ['0.066661'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['609'] | 27 | content-length: ['609'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
@@ -42,9 +41,8 @@ interactions: | |||
42 | response: | 41 | response: |
43 | 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}'} | 42 | 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}'} |
44 | headers: | 43 | headers: |
45 | Cache-Control: ['max-age=0, private, must-revalidate'] | 44 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
47 | ETag: [W/"1e1fa14c270ff6960152323eda93cc79"] | ||
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,8 +50,8 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [ad3bfb7e-d816-4b51-8c90-e431d2330775] | 53 | X-Request-Id: [2a851107-5fe9-41c3-ba13-26e06f4a096b] |
56 | X-Runtime: ['0.062775'] | 54 | X-Runtime: ['0.251026'] |
57 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['209'] | 56 | content-length: ['209'] |
59 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -71,9 +69,8 @@ interactions: | |||
71 | response: | 69 | response: |
72 | 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}'} | 70 | 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}'} |
73 | headers: | 71 | headers: |
74 | Cache-Control: ['max-age=0, private, must-revalidate'] | 72 | Cache-Control: ['no-cache, no-store'] |
75 | Content-Type: [application/json; charset=utf-8] | 73 | Content-Type: [application/json; charset=utf-8] |
76 | ETag: [W/"1e1fa14c270ff6960152323eda93cc79"] | ||
77 | Referrer-Policy: [strict-origin-when-cross-origin] | 74 | Referrer-Policy: [strict-origin-when-cross-origin] |
78 | Transfer-Encoding: [chunked] | 75 | Transfer-Encoding: [chunked] |
79 | Vary: ['Accept-Encoding, Origin'] | 76 | Vary: ['Accept-Encoding, Origin'] |
@@ -81,8 +78,8 @@ interactions: | |||
81 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
82 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
83 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
84 | X-Request-Id: [312e2867-4349-4145-8bb0-231e59e3d02c] | 81 | X-Request-Id: [5f231072-f79f-4760-a611-cf4509f99386] |
85 | X-Runtime: ['0.065496'] | 82 | X-Runtime: ['0.097248'] |
86 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
87 | content-length: ['209'] | 84 | content-length: ['209'] |
88 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
@@ -100,9 +97,8 @@ interactions: | |||
100 | response: | 97 | response: |
101 | 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}'} | 98 | 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}'} |
102 | headers: | 99 | headers: |
103 | Cache-Control: ['max-age=0, private, must-revalidate'] | 100 | Cache-Control: ['no-cache, no-store'] |
104 | Content-Type: [application/json; charset=utf-8] | 101 | Content-Type: [application/json; charset=utf-8] |
105 | ETag: [W/"c6dfb53299bc83b46a9edb08d3930925"] | ||
106 | Referrer-Policy: [strict-origin-when-cross-origin] | 102 | Referrer-Policy: [strict-origin-when-cross-origin] |
107 | Transfer-Encoding: [chunked] | 103 | Transfer-Encoding: [chunked] |
108 | Vary: ['Accept-Encoding, Origin'] | 104 | Vary: ['Accept-Encoding, Origin'] |
@@ -110,8 +106,8 @@ interactions: | |||
110 | X-Download-Options: [noopen] | 106 | X-Download-Options: [noopen] |
111 | X-Frame-Options: [SAMEORIGIN] | 107 | X-Frame-Options: [SAMEORIGIN] |
112 | X-Permitted-Cross-Domain-Policies: [none] | 108 | X-Permitted-Cross-Domain-Policies: [none] |
113 | X-Request-Id: [c9dae17d-d180-447b-bb49-4f6d4ce07f40] | 109 | X-Request-Id: [e35553d8-b0cb-4cb2-ae5c-ae2566e56e1a] |
114 | X-Runtime: ['0.050245'] | 110 | X-Runtime: ['0.089244'] |
115 | X-XSS-Protection: [1; mode=block] | 111 | X-XSS-Protection: [1; mode=block] |
116 | content-length: ['208'] | 112 | content-length: ['208'] |
117 | status: {code: 200, message: OK} | 113 | status: {code: 200, message: OK} |
@@ -126,11 +122,10 @@ interactions: | |||
126 | method: GET | 122 | method: GET |
127 | uri: http://localhost:3000/api/v1/endorsements | 123 | uri: http://localhost:3000/api/v1/endorsements |
128 | response: | 124 | response: |
129 | 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":[]}]'} | 125 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} |
130 | headers: | 126 | headers: |
131 | Cache-Control: ['max-age=0, private, must-revalidate'] | 127 | Cache-Control: ['no-cache, no-store'] |
132 | Content-Type: [application/json; charset=utf-8] | 128 | Content-Type: [application/json; charset=utf-8] |
133 | ETag: [W/"ae491d6254719d99832526fc14bfb68b"] | ||
134 | Link: ['<http://localhost:3000/api/v1/endorsements?since_id=1>; rel="prev"'] | 129 | Link: ['<http://localhost:3000/api/v1/endorsements?since_id=1>; rel="prev"'] |
135 | Referrer-Policy: [strict-origin-when-cross-origin] | 130 | Referrer-Policy: [strict-origin-when-cross-origin] |
136 | Transfer-Encoding: [chunked] | 131 | Transfer-Encoding: [chunked] |
@@ -139,8 +134,8 @@ interactions: | |||
139 | X-Download-Options: [noopen] | 134 | X-Download-Options: [noopen] |
140 | X-Frame-Options: [SAMEORIGIN] | 135 | X-Frame-Options: [SAMEORIGIN] |
141 | X-Permitted-Cross-Domain-Policies: [none] | 136 | X-Permitted-Cross-Domain-Policies: [none] |
142 | X-Request-Id: [855af719-1d1a-4fe0-93e7-b2ff9293a363] | 137 | X-Request-Id: [11be6858-b2cb-4e8a-9d5c-3df1703be756] |
143 | X-Runtime: ['0.018452'] | 138 | X-Runtime: ['0.112384'] |
144 | X-XSS-Protection: [1; mode=block] | 139 | X-XSS-Protection: [1; mode=block] |
145 | content-length: ['525'] | 140 | content-length: ['525'] |
146 | status: {code: 200, message: OK} | 141 | status: {code: 200, message: OK} |
@@ -158,9 +153,8 @@ interactions: | |||
158 | response: | 153 | response: |
159 | 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}'} | 154 | 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}'} |
160 | headers: | 155 | headers: |
161 | Cache-Control: ['max-age=0, private, must-revalidate'] | 156 | Cache-Control: ['no-cache, no-store'] |
162 | Content-Type: [application/json; charset=utf-8] | 157 | Content-Type: [application/json; charset=utf-8] |
163 | ETag: [W/"1e1fa14c270ff6960152323eda93cc79"] | ||
164 | Referrer-Policy: [strict-origin-when-cross-origin] | 158 | Referrer-Policy: [strict-origin-when-cross-origin] |
165 | Transfer-Encoding: [chunked] | 159 | Transfer-Encoding: [chunked] |
166 | Vary: ['Accept-Encoding, Origin'] | 160 | Vary: ['Accept-Encoding, Origin'] |
@@ -168,8 +162,8 @@ interactions: | |||
168 | X-Download-Options: [noopen] | 162 | X-Download-Options: [noopen] |
169 | X-Frame-Options: [SAMEORIGIN] | 163 | X-Frame-Options: [SAMEORIGIN] |
170 | X-Permitted-Cross-Domain-Policies: [none] | 164 | X-Permitted-Cross-Domain-Policies: [none] |
171 | X-Request-Id: [e750e8c4-eae0-4ed6-9563-00ac35d85daa] | 165 | X-Request-Id: [e24bcc17-e5c3-4506-8482-e78d5614c812] |
172 | X-Runtime: ['0.025393'] | 166 | X-Runtime: ['0.061804'] |
173 | X-XSS-Protection: [1; mode=block] | 167 | X-XSS-Protection: [1; mode=block] |
174 | content-length: ['209'] | 168 | content-length: ['209'] |
175 | status: {code: 200, message: OK} | 169 | status: {code: 200, message: OK} |
@@ -186,9 +180,8 @@ interactions: | |||
186 | response: | 180 | response: |
187 | body: {string: '[]'} | 181 | body: {string: '[]'} |
188 | headers: | 182 | headers: |
189 | Cache-Control: ['max-age=0, private, must-revalidate'] | 183 | Cache-Control: ['no-cache, no-store'] |
190 | Content-Type: [application/json; charset=utf-8] | 184 | Content-Type: [application/json; charset=utf-8] |
191 | ETag: [W/"e2dc74be154e07a1d543fffa1604d2ab"] | ||
192 | Referrer-Policy: [strict-origin-when-cross-origin] | 185 | Referrer-Policy: [strict-origin-when-cross-origin] |
193 | Transfer-Encoding: [chunked] | 186 | Transfer-Encoding: [chunked] |
194 | Vary: ['Accept-Encoding, Origin'] | 187 | Vary: ['Accept-Encoding, Origin'] |
@@ -196,8 +189,8 @@ interactions: | |||
196 | X-Download-Options: [noopen] | 189 | X-Download-Options: [noopen] |
197 | X-Frame-Options: [SAMEORIGIN] | 190 | X-Frame-Options: [SAMEORIGIN] |
198 | X-Permitted-Cross-Domain-Policies: [none] | 191 | X-Permitted-Cross-Domain-Policies: [none] |
199 | X-Request-Id: [15996817-bf63-4f5e-a34d-c6cf7702822c] | 192 | X-Request-Id: [041b992b-d66d-489a-aff7-32ab4807f1e6] |
200 | X-Runtime: ['0.019443'] | 193 | X-Runtime: ['0.040242'] |
201 | X-XSS-Protection: [1; mode=block] | 194 | X-XSS-Protection: [1; mode=block] |
202 | content-length: ['2'] | 195 | content-length: ['2'] |
203 | status: {code: 200, message: OK} | 196 | status: {code: 200, message: OK} |
@@ -215,9 +208,8 @@ interactions: | |||
215 | response: | 208 | response: |
216 | 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}'} | 209 | 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}'} |
217 | headers: | 210 | headers: |
218 | Cache-Control: ['max-age=0, private, must-revalidate'] | 211 | Cache-Control: ['no-cache, no-store'] |
219 | Content-Type: [application/json; charset=utf-8] | 212 | Content-Type: [application/json; charset=utf-8] |
220 | ETag: [W/"714cd19713205feb75ce771b61d4564b"] | ||
221 | Referrer-Policy: [strict-origin-when-cross-origin] | 213 | Referrer-Policy: [strict-origin-when-cross-origin] |
222 | Transfer-Encoding: [chunked] | 214 | Transfer-Encoding: [chunked] |
223 | Vary: ['Accept-Encoding, Origin'] | 215 | Vary: ['Accept-Encoding, Origin'] |
@@ -225,8 +217,8 @@ interactions: | |||
225 | X-Download-Options: [noopen] | 217 | X-Download-Options: [noopen] |
226 | X-Frame-Options: [SAMEORIGIN] | 218 | X-Frame-Options: [SAMEORIGIN] |
227 | X-Permitted-Cross-Domain-Policies: [none] | 219 | X-Permitted-Cross-Domain-Policies: [none] |
228 | X-Request-Id: [7710c7c9-40d9-4cd9-b483-2863d00916ff] | 220 | X-Request-Id: [449dfcd5-f405-4f12-afb2-b7ff619df166] |
229 | X-Runtime: ['0.041778'] | 221 | X-Runtime: ['0.097200'] |
230 | X-XSS-Protection: [1; mode=block] | 222 | X-XSS-Protection: [1; mode=block] |
231 | content-length: ['211'] | 223 | content-length: ['211'] |
232 | status: {code: 200, message: OK} | 224 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_pinned.yaml b/tests/cassettes/test_account_pinned.yaml index 91faebe..e9ed436 100644 --- a/tests/cassettes/test_account_pinned.yaml +++ b/tests/cassettes/test_account_pinned.yaml | |||
@@ -12,14 +12,13 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315364500729904","created_at":"2019-06-22T13:02:45.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364500729904","url":"http://localhost/@mastodonpy_test/102315364500729904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"6c8436241ab25056cdc646836a9d8b69"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [4ffd1cba-4634-48e9-b611-ce9c1601e671] | 29 | X-Request-Id: [1e44b07b-037a-47d6-a65f-6918b1a9cab0] |
31 | X-Runtime: ['0.126197'] | 30 | X-Runtime: ['1.157073'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: status=Toot%2C+too%21 | 35 | body: status=Toot%2C+too%21 |
@@ -45,15 +44,14 @@ interactions: | |||
45 | method: POST | 44 | method: POST |
46 | uri: http://localhost:3000/api/v1/statuses | 45 | uri: http://localhost:3000/api/v1/statuses |
47 | response: | 46 | response: |
48 | 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, | 47 | body: {string: '{"id":"102315364574835021","created_at":"2019-06-22T13:02:45.933Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364574835021","url":"http://localhost/@mastodonpy_test/102315364574835021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot, |
49 | 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 | 48 | too!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 49 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
51 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
53 | headers: | 52 | headers: |
54 | Cache-Control: ['max-age=0, private, must-revalidate'] | 53 | Cache-Control: ['no-cache, no-store'] |
55 | Content-Type: [application/json; charset=utf-8] | 54 | Content-Type: [application/json; charset=utf-8] |
56 | ETag: [W/"905485cd41daa6ff53f949f20d0e2673"] | ||
57 | Referrer-Policy: [strict-origin-when-cross-origin] | 55 | Referrer-Policy: [strict-origin-when-cross-origin] |
58 | Transfer-Encoding: [chunked] | 56 | Transfer-Encoding: [chunked] |
59 | Vary: ['Accept-Encoding, Origin'] | 57 | Vary: ['Accept-Encoding, Origin'] |
@@ -61,10 +59,10 @@ interactions: | |||
61 | X-Download-Options: [noopen] | 59 | X-Download-Options: [noopen] |
62 | X-Frame-Options: [SAMEORIGIN] | 60 | X-Frame-Options: [SAMEORIGIN] |
63 | X-Permitted-Cross-Domain-Policies: [none] | 61 | X-Permitted-Cross-Domain-Policies: [none] |
64 | X-Request-Id: [333be220-5705-418c-ab5a-208bd4811aef] | 62 | X-Request-Id: [6c904325-8463-49b5-b9a7-3787e0be336a] |
65 | X-Runtime: ['0.154845'] | 63 | X-Runtime: ['0.326822'] |
66 | X-XSS-Protection: [1; mode=block] | 64 | X-XSS-Protection: [1; mode=block] |
67 | content-length: ['1603'] | 65 | content-length: ['1602'] |
68 | status: {code: 200, message: OK} | 66 | status: {code: 200, message: OK} |
69 | - request: | 67 | - request: |
70 | body: null | 68 | body: null |
@@ -76,16 +74,15 @@ interactions: | |||
76 | Content-Length: ['0'] | 74 | Content-Length: ['0'] |
77 | User-Agent: [python-requests/2.18.4] | 75 | User-Agent: [python-requests/2.18.4] |
78 | method: POST | 76 | method: POST |
79 | uri: http://localhost:3000/api/v1/statuses/101999514224566167/pin | 77 | uri: http://localhost:3000/api/v1/statuses/102315364500729904/pin |
80 | response: | 78 | response: |
81 | 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 | 79 | body: {string: '{"id":"102315364500729904","created_at":"2019-06-22T13:02:45.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364500729904","url":"http://localhost/@mastodonpy_test/102315364500729904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
82 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
83 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 81 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
84 | 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}'} | 82 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
85 | headers: | 83 | headers: |
86 | Cache-Control: ['max-age=0, private, must-revalidate'] | 84 | Cache-Control: ['no-cache, no-store'] |
87 | Content-Type: [application/json; charset=utf-8] | 85 | Content-Type: [application/json; charset=utf-8] |
88 | ETag: [W/"366ff0464f49abd039d2b8ee2661af7e"] | ||
89 | Referrer-Policy: [strict-origin-when-cross-origin] | 86 | Referrer-Policy: [strict-origin-when-cross-origin] |
90 | Transfer-Encoding: [chunked] | 87 | Transfer-Encoding: [chunked] |
91 | Vary: ['Accept-Encoding, Origin'] | 88 | Vary: ['Accept-Encoding, Origin'] |
@@ -93,10 +90,10 @@ interactions: | |||
93 | X-Download-Options: [noopen] | 90 | X-Download-Options: [noopen] |
94 | X-Frame-Options: [SAMEORIGIN] | 91 | X-Frame-Options: [SAMEORIGIN] |
95 | X-Permitted-Cross-Domain-Policies: [none] | 92 | X-Permitted-Cross-Domain-Policies: [none] |
96 | X-Request-Id: [daac6a51-7820-423e-a480-30caff555397] | 93 | X-Request-Id: [b64562b2-5659-4a58-9af5-0942076c28b9] |
97 | X-Runtime: ['0.159058'] | 94 | X-Runtime: ['0.480456'] |
98 | X-XSS-Protection: [1; mode=block] | 95 | X-XSS-Protection: [1; mode=block] |
99 | content-length: ['1597'] | 96 | content-length: ['1596'] |
100 | status: {code: 200, message: OK} | 97 | status: {code: 200, message: OK} |
101 | - request: | 98 | - request: |
102 | body: null | 99 | body: null |
@@ -110,13 +107,12 @@ interactions: | |||
110 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 107 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
111 | response: | 108 | response: |
112 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 109 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
113 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 110 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
114 | 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 | 111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I |
115 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | 112 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
116 | headers: | 113 | headers: |
117 | Cache-Control: ['max-age=0, private, must-revalidate'] | 114 | Cache-Control: ['no-cache, no-store'] |
118 | Content-Type: [application/json; charset=utf-8] | 115 | Content-Type: [application/json; charset=utf-8] |
119 | ETag: [W/"8b3639296fa73ea8595bd33ec31fc639"] | ||
120 | Referrer-Policy: [strict-origin-when-cross-origin] | 116 | Referrer-Policy: [strict-origin-when-cross-origin] |
121 | Transfer-Encoding: [chunked] | 117 | Transfer-Encoding: [chunked] |
122 | Vary: ['Accept-Encoding, Origin'] | 118 | Vary: ['Accept-Encoding, Origin'] |
@@ -124,10 +120,10 @@ interactions: | |||
124 | X-Download-Options: [noopen] | 120 | X-Download-Options: [noopen] |
125 | X-Frame-Options: [SAMEORIGIN] | 121 | X-Frame-Options: [SAMEORIGIN] |
126 | X-Permitted-Cross-Domain-Policies: [none] | 122 | X-Permitted-Cross-Domain-Policies: [none] |
127 | X-Request-Id: [c4d8ca16-1b4b-4a2d-99b7-749556529819] | 123 | X-Request-Id: [5e15636e-2821-4e15-a4df-f81abf27e82b] |
128 | X-Runtime: ['0.020761'] | 124 | X-Runtime: ['0.164022'] |
129 | X-XSS-Protection: [1; mode=block] | 125 | X-XSS-Protection: [1; mode=block] |
130 | content-length: ['1135'] | 126 | content-length: ['1134'] |
131 | status: {code: 200, message: OK} | 127 | status: {code: 200, message: OK} |
132 | - request: | 128 | - request: |
133 | body: null | 129 | body: null |
@@ -140,15 +136,14 @@ interactions: | |||
140 | method: GET | 136 | method: GET |
141 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?pinned=1 | 137 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?pinned=1 |
142 | response: | 138 | response: |
143 | 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 | 139 | body: {string: '[{"id":"102315364500729904","created_at":"2019-06-22T13:02:45.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364500729904","url":"http://localhost/@mastodonpy_test/102315364500729904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
144 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 140 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
145 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 141 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
146 | 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}]'} | 142 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
147 | headers: | 143 | headers: |
148 | Cache-Control: ['max-age=0, private, must-revalidate'] | 144 | Cache-Control: ['no-cache, no-store'] |
149 | Content-Type: [application/json; charset=utf-8] | 145 | Content-Type: [application/json; charset=utf-8] |
150 | ETag: [W/"918c9effed02985309488a3c32af569d"] | 146 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?min_id=102315364500729904>; |
151 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?min_id=101999514224566167>; | ||
152 | rel="prev"'] | 147 | rel="prev"'] |
153 | Referrer-Policy: [strict-origin-when-cross-origin] | 148 | Referrer-Policy: [strict-origin-when-cross-origin] |
154 | Transfer-Encoding: [chunked] | 149 | Transfer-Encoding: [chunked] |
@@ -157,10 +152,10 @@ interactions: | |||
157 | X-Download-Options: [noopen] | 152 | X-Download-Options: [noopen] |
158 | X-Frame-Options: [SAMEORIGIN] | 153 | X-Frame-Options: [SAMEORIGIN] |
159 | X-Permitted-Cross-Domain-Policies: [none] | 154 | X-Permitted-Cross-Domain-Policies: [none] |
160 | X-Request-Id: [1d4dac3c-d9d2-4d73-ac5c-43693f350bac] | 155 | X-Request-Id: [46cf2725-7d1a-4333-8d08-1e9ad9082e19] |
161 | X-Runtime: ['0.038050'] | 156 | X-Runtime: ['0.254046'] |
162 | X-XSS-Protection: [1; mode=block] | 157 | X-XSS-Protection: [1; mode=block] |
163 | content-length: ['1599'] | 158 | content-length: ['1598'] |
164 | status: {code: 200, message: OK} | 159 | status: {code: 200, message: OK} |
165 | - request: | 160 | - request: |
166 | body: null | 161 | body: null |
@@ -172,16 +167,15 @@ interactions: | |||
172 | Content-Length: ['0'] | 167 | Content-Length: ['0'] |
173 | User-Agent: [python-requests/2.18.4] | 168 | User-Agent: [python-requests/2.18.4] |
174 | method: POST | 169 | method: POST |
175 | uri: http://localhost:3000/api/v1/statuses/101999514224566167/unpin | 170 | uri: http://localhost:3000/api/v1/statuses/102315364500729904/unpin |
176 | response: | 171 | response: |
177 | 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 | 172 | body: {string: '{"id":"102315364500729904","created_at":"2019-06-22T13:02:45.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364500729904","url":"http://localhost/@mastodonpy_test/102315364500729904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
178 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 173 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
179 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 174 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
180 | 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}'} | 175 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
181 | headers: | 176 | headers: |
182 | Cache-Control: ['max-age=0, private, must-revalidate'] | 177 | Cache-Control: ['no-cache, no-store'] |
183 | Content-Type: [application/json; charset=utf-8] | 178 | Content-Type: [application/json; charset=utf-8] |
184 | ETag: [W/"3babc10ade8df4b1d6945e9cd41bd768"] | ||
185 | Referrer-Policy: [strict-origin-when-cross-origin] | 179 | Referrer-Policy: [strict-origin-when-cross-origin] |
186 | Transfer-Encoding: [chunked] | 180 | Transfer-Encoding: [chunked] |
187 | Vary: ['Accept-Encoding, Origin'] | 181 | Vary: ['Accept-Encoding, Origin'] |
@@ -189,10 +183,10 @@ interactions: | |||
189 | X-Download-Options: [noopen] | 183 | X-Download-Options: [noopen] |
190 | X-Frame-Options: [SAMEORIGIN] | 184 | X-Frame-Options: [SAMEORIGIN] |
191 | X-Permitted-Cross-Domain-Policies: [none] | 185 | X-Permitted-Cross-Domain-Policies: [none] |
192 | X-Request-Id: [12fd1381-46a5-4812-981e-918d3beca0f7] | 186 | X-Request-Id: [edcaa1a7-c554-44fe-bb72-7f5779e36399] |
193 | X-Runtime: ['0.058500'] | 187 | X-Runtime: ['0.118440'] |
194 | X-XSS-Protection: [1; mode=block] | 188 | X-XSS-Protection: [1; mode=block] |
195 | content-length: ['1598'] | 189 | content-length: ['1597'] |
196 | status: {code: 200, message: OK} | 190 | status: {code: 200, message: OK} |
197 | - request: | 191 | - request: |
198 | body: null | 192 | body: null |
@@ -204,13 +198,15 @@ interactions: | |||
204 | Content-Length: ['0'] | 198 | Content-Length: ['0'] |
205 | User-Agent: [python-requests/2.18.4] | 199 | User-Agent: [python-requests/2.18.4] |
206 | method: DELETE | 200 | method: DELETE |
207 | uri: http://localhost:3000/api/v1/statuses/101999514235890423 | 201 | uri: http://localhost:3000/api/v1/statuses/102315364574835021 |
208 | response: | 202 | response: |
209 | body: {string: '{}'} | 203 | body: {string: '{"id":"102315364574835021","created_at":"2019-06-22T13:02:45.933Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364574835021","url":"http://localhost/@mastodonpy_test/102315364574835021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot, |
204 | too!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
205 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
206 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
210 | headers: | 207 | headers: |
211 | Cache-Control: ['max-age=0, private, must-revalidate'] | 208 | Cache-Control: ['no-cache, no-store'] |
212 | Content-Type: [application/json; charset=utf-8] | 209 | Content-Type: [application/json; charset=utf-8] |
213 | ETag: [W/"359f4bc933c827f8c427ba70dfee06b4"] | ||
214 | Referrer-Policy: [strict-origin-when-cross-origin] | 210 | Referrer-Policy: [strict-origin-when-cross-origin] |
215 | Transfer-Encoding: [chunked] | 211 | Transfer-Encoding: [chunked] |
216 | Vary: ['Accept-Encoding, Origin'] | 212 | Vary: ['Accept-Encoding, Origin'] |
@@ -218,10 +214,10 @@ interactions: | |||
218 | X-Download-Options: [noopen] | 214 | X-Download-Options: [noopen] |
219 | X-Frame-Options: [SAMEORIGIN] | 215 | X-Frame-Options: [SAMEORIGIN] |
220 | X-Permitted-Cross-Domain-Policies: [none] | 216 | X-Permitted-Cross-Domain-Policies: [none] |
221 | X-Request-Id: [08c5f8be-458d-43c0-87e8-dde3791e45d5] | 217 | X-Request-Id: [0d5a9048-e038-47f1-9750-14b049d40e84] |
222 | X-Runtime: ['0.024705'] | 218 | X-Runtime: ['0.165865'] |
223 | X-XSS-Protection: [1; mode=block] | 219 | X-XSS-Protection: [1; mode=block] |
224 | content-length: ['2'] | 220 | content-length: ['1572'] |
225 | status: {code: 200, message: OK} | 221 | status: {code: 200, message: OK} |
226 | - request: | 222 | - request: |
227 | body: null | 223 | body: null |
@@ -233,13 +229,15 @@ interactions: | |||
233 | Content-Length: ['0'] | 229 | Content-Length: ['0'] |
234 | User-Agent: [python-requests/2.18.4] | 230 | User-Agent: [python-requests/2.18.4] |
235 | method: DELETE | 231 | method: DELETE |
236 | uri: http://localhost:3000/api/v1/statuses/101999514224566167 | 232 | uri: http://localhost:3000/api/v1/statuses/102315364500729904 |
237 | response: | 233 | response: |
238 | body: {string: '{}'} | 234 | body: {string: '{"id":"102315364500729904","created_at":"2019-06-22T13:02:45.013Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364500729904","url":"http://localhost/@mastodonpy_test/102315364500729904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
235 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
236 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
237 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
239 | headers: | 238 | headers: |
240 | Cache-Control: ['max-age=0, private, must-revalidate'] | 239 | Cache-Control: ['no-cache, no-store'] |
241 | Content-Type: [application/json; charset=utf-8] | 240 | Content-Type: [application/json; charset=utf-8] |
242 | ETag: [W/"359f4bc933c827f8c427ba70dfee06b4"] | ||
243 | Referrer-Policy: [strict-origin-when-cross-origin] | 241 | Referrer-Policy: [strict-origin-when-cross-origin] |
244 | Transfer-Encoding: [chunked] | 242 | Transfer-Encoding: [chunked] |
245 | Vary: ['Accept-Encoding, Origin'] | 243 | Vary: ['Accept-Encoding, Origin'] |
@@ -247,9 +245,9 @@ interactions: | |||
247 | X-Download-Options: [noopen] | 245 | X-Download-Options: [noopen] |
248 | X-Frame-Options: [SAMEORIGIN] | 246 | X-Frame-Options: [SAMEORIGIN] |
249 | X-Permitted-Cross-Domain-Policies: [none] | 247 | X-Permitted-Cross-Domain-Policies: [none] |
250 | X-Request-Id: [caadc45e-3f7d-4f37-bc42-60183337f901] | 248 | X-Request-Id: [e6827bba-ee2c-4eb7-bf80-9f5ba36c8aca] |
251 | X-Runtime: ['0.037952'] | 249 | X-Runtime: ['0.172270'] |
252 | X-XSS-Protection: [1; mode=block] | 250 | X-XSS-Protection: [1; mode=block] |
253 | content-length: ['2'] | 251 | content-length: ['1567'] |
254 | status: {code: 200, message: OK} | 252 | status: {code: 200, message: OK} |
255 | version: 1 | 253 | 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: | |||
12 | response: | 12 | response: |
13 | 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}]'} | 13 | 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}]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"b7573f859fa220cb4175692ab2072293"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [7180489c-7c84-4379-aeaa-59eb9b30c139] | 24 | X-Request-Id: [32dec71f-edae-44dd-b360-289ea85dd78f] |
26 | X-Runtime: ['0.025152'] | 25 | X-Runtime: ['0.048933'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['213'] | 27 | content-length: ['213'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_search.yaml b/tests/cassettes/test_account_search.yaml index 394aed0..6c31ca4 100644 --- a/tests/cassettes/test_account_search.yaml +++ b/tests/cassettes/test_account_search.yaml | |||
@@ -10,11 +10,10 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin | 11 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin |
12 | response: | 12 | response: |
13 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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":[]}]'} | 13 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"52eb1952ed63f9fab4be6691ba735fbe"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [d1118f9e-9bba-4ee9-92ae-5b507b976528] | 24 | X-Request-Id: [e80af8b9-b187-4ef7-aab8-14656939415f] |
26 | X-Runtime: ['0.026411'] | 25 | X-Runtime: ['0.034917'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['525'] | 27 | content-length: ['525'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
@@ -42,9 +41,8 @@ interactions: | |||
42 | response: | 41 | response: |
43 | 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}'} | 42 | 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}'} |
44 | headers: | 43 | headers: |
45 | Cache-Control: ['max-age=0, private, must-revalidate'] | 44 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
47 | ETag: [W/"9f0c01526fdbe9beed863514654c8a27"] | ||
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,8 +50,8 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [4403137f-2b9e-4fb6-8b74-d5c398830f4f] | 53 | X-Request-Id: [ce6f6ff2-f888-41c7-8963-374c1ca81a3f] |
56 | X-Runtime: ['0.059357'] | 54 | X-Runtime: ['0.080624'] |
57 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['209'] | 56 | content-length: ['209'] |
59 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -68,11 +66,10 @@ interactions: | |||
68 | method: GET | 66 | method: GET |
69 | uri: http://localhost:3000/api/v1/accounts/search?following=1&q=admin | 67 | uri: http://localhost:3000/api/v1/accounts/search?following=1&q=admin |
70 | response: | 68 | response: |
71 | 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":[]}]'} | 69 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} |
72 | headers: | 70 | headers: |
73 | Cache-Control: ['max-age=0, private, must-revalidate'] | 71 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 72 | Content-Type: [application/json; charset=utf-8] |
75 | ETag: [W/"5c16c23964b1d8a81df3e5d2ce7dca5a"] | ||
76 | Referrer-Policy: [strict-origin-when-cross-origin] | 73 | Referrer-Policy: [strict-origin-when-cross-origin] |
77 | Transfer-Encoding: [chunked] | 74 | Transfer-Encoding: [chunked] |
78 | Vary: ['Accept-Encoding, Origin'] | 75 | Vary: ['Accept-Encoding, Origin'] |
@@ -80,8 +77,8 @@ interactions: | |||
80 | X-Download-Options: [noopen] | 77 | X-Download-Options: [noopen] |
81 | X-Frame-Options: [SAMEORIGIN] | 78 | X-Frame-Options: [SAMEORIGIN] |
82 | X-Permitted-Cross-Domain-Policies: [none] | 79 | X-Permitted-Cross-Domain-Policies: [none] |
83 | X-Request-Id: [1007cb02-821f-47f4-bd55-4d41c822b600] | 80 | X-Request-Id: [485bffa7-28a5-46b1-a918-3ece10c93e20] |
84 | X-Runtime: ['0.082941'] | 81 | X-Runtime: ['0.025388'] |
85 | X-XSS-Protection: [1; mode=block] | 82 | X-XSS-Protection: [1; mode=block] |
86 | content-length: ['525'] | 83 | content-length: ['525'] |
87 | status: {code: 200, message: OK} | 84 | status: {code: 200, message: OK} |
@@ -99,9 +96,8 @@ interactions: | |||
99 | response: | 96 | response: |
100 | 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}'} | 97 | 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}'} |
101 | headers: | 98 | headers: |
102 | Cache-Control: ['max-age=0, private, must-revalidate'] | 99 | Cache-Control: ['no-cache, no-store'] |
103 | Content-Type: [application/json; charset=utf-8] | 100 | Content-Type: [application/json; charset=utf-8] |
104 | ETag: [W/"79bae29344ba15b6f812d308f590e5a9"] | ||
105 | Referrer-Policy: [strict-origin-when-cross-origin] | 101 | Referrer-Policy: [strict-origin-when-cross-origin] |
106 | Transfer-Encoding: [chunked] | 102 | Transfer-Encoding: [chunked] |
107 | Vary: ['Accept-Encoding, Origin'] | 103 | Vary: ['Accept-Encoding, Origin'] |
@@ -109,8 +105,8 @@ interactions: | |||
109 | X-Download-Options: [noopen] | 105 | X-Download-Options: [noopen] |
110 | X-Frame-Options: [SAMEORIGIN] | 106 | X-Frame-Options: [SAMEORIGIN] |
111 | X-Permitted-Cross-Domain-Policies: [none] | 107 | X-Permitted-Cross-Domain-Policies: [none] |
112 | X-Request-Id: [658c236e-2809-4829-8ade-a22945a1d680] | 108 | X-Request-Id: [360fe7ec-c80c-4a8a-8828-328e19f585df] |
113 | X-Runtime: ['0.103426'] | 109 | X-Runtime: ['0.054637'] |
114 | X-XSS-Protection: [1; mode=block] | 110 | X-XSS-Protection: [1; mode=block] |
115 | content-length: ['211'] | 111 | content-length: ['211'] |
116 | status: {code: 200, message: OK} | 112 | status: {code: 200, message: OK} |
@@ -127,9 +123,8 @@ interactions: | |||
127 | response: | 123 | response: |
128 | body: {string: '[]'} | 124 | body: {string: '[]'} |
129 | headers: | 125 | headers: |
130 | Cache-Control: ['max-age=0, private, must-revalidate'] | 126 | Cache-Control: ['no-cache, no-store'] |
131 | Content-Type: [application/json; charset=utf-8] | 127 | Content-Type: [application/json; charset=utf-8] |
132 | ETag: [W/"fa588177d9a0b1be8cc336136201d000"] | ||
133 | Referrer-Policy: [strict-origin-when-cross-origin] | 128 | Referrer-Policy: [strict-origin-when-cross-origin] |
134 | Transfer-Encoding: [chunked] | 129 | Transfer-Encoding: [chunked] |
135 | Vary: ['Accept-Encoding, Origin'] | 130 | Vary: ['Accept-Encoding, Origin'] |
@@ -137,8 +132,8 @@ interactions: | |||
137 | X-Download-Options: [noopen] | 132 | X-Download-Options: [noopen] |
138 | X-Frame-Options: [SAMEORIGIN] | 133 | X-Frame-Options: [SAMEORIGIN] |
139 | X-Permitted-Cross-Domain-Policies: [none] | 134 | X-Permitted-Cross-Domain-Policies: [none] |
140 | X-Request-Id: [52d8a685-fc56-4e10-a77a-5f4e2768d857] | 135 | X-Request-Id: [869fb9e9-a984-4a15-9d8b-c08a8cc01d01] |
141 | X-Runtime: ['0.018944'] | 136 | X-Runtime: ['0.026921'] |
142 | X-XSS-Protection: [1; mode=block] | 137 | X-XSS-Protection: [1; mode=block] |
143 | content-length: ['2'] | 138 | content-length: ['2'] |
144 | status: {code: 200, message: OK} | 139 | status: {code: 200, message: OK} |
@@ -153,11 +148,10 @@ interactions: | |||
153 | method: GET | 148 | method: GET |
154 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin | 149 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin |
155 | response: | 150 | response: |
156 | 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":[]}]'} | 151 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} |
157 | headers: | 152 | headers: |
158 | Cache-Control: ['max-age=0, private, must-revalidate'] | 153 | Cache-Control: ['no-cache, no-store'] |
159 | Content-Type: [application/json; charset=utf-8] | 154 | Content-Type: [application/json; charset=utf-8] |
160 | ETag: [W/"52eb1952ed63f9fab4be6691ba735fbe"] | ||
161 | Referrer-Policy: [strict-origin-when-cross-origin] | 155 | Referrer-Policy: [strict-origin-when-cross-origin] |
162 | Transfer-Encoding: [chunked] | 156 | Transfer-Encoding: [chunked] |
163 | Vary: ['Accept-Encoding, Origin'] | 157 | Vary: ['Accept-Encoding, Origin'] |
@@ -165,8 +159,8 @@ interactions: | |||
165 | X-Download-Options: [noopen] | 159 | X-Download-Options: [noopen] |
166 | X-Frame-Options: [SAMEORIGIN] | 160 | X-Frame-Options: [SAMEORIGIN] |
167 | X-Permitted-Cross-Domain-Policies: [none] | 161 | X-Permitted-Cross-Domain-Policies: [none] |
168 | X-Request-Id: [a23dd013-8bbc-4d08-a928-4168f4eae71e] | 162 | X-Request-Id: [46c04f06-a24f-4a66-a618-cb8a601b39c8] |
169 | X-Runtime: ['0.020617'] | 163 | X-Runtime: ['0.022187'] |
170 | X-XSS-Protection: [1; mode=block] | 164 | X-XSS-Protection: [1; mode=block] |
171 | content-length: ['525'] | 165 | content-length: ['525'] |
172 | status: {code: 200, message: OK} | 166 | 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 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS0xNzlhZjYyN2U1NmM0YzY2ODI0MzdiMzYxODZjY2YyZA0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS00OWEyYTU1NDQwNGU0ZmY3YTI2ODUzYTQ1NjNhZWFjNQ0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tMTc5YWY2MjdlNTZjNGM2 | 5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tNDlhMmE1NTQ0MDRlNGZm |
6 | NjgyNDM3YjM2MTg2Y2NmMmQNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i | 6 | N2EyNjg1M2E0NTYzYWVhYzUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i |
7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS0xNzlhZjYyN2U1NmM0YzY2ODI0MzdiMzYx | 7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS00OWEyYTU1NDQwNGU0ZmY3YTI2ODUzYTQ1 |
8 | ODZjY2YyZA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJmaWVsZHNfYXR0 | 8 | NjNhZWFjNQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJmaWVsZHNfYXR0 |
9 | cmlidXRlc1swXVtuYW1lXSINCg0KYnJlYWQNCi0tMTc5YWY2MjdlNTZjNGM2NjgyNDM3YjM2MTg2 | 9 | cmlidXRlc1swXVtuYW1lXSINCg0KYnJlYWQNCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYz |
10 | Y2NmMmQNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iZmllbGRzX2F0dHJp | 10 | YWVhYzUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iZmllbGRzX2F0dHJp |
11 | YnV0ZXNbMF1bdmFsdWVdIg0KDQp0b2FzdHkuDQotLTE3OWFmNjI3ZTU2YzRjNjY4MjQzN2IzNjE4 | 11 | YnV0ZXNbMF1bdmFsdWVdIg0KDQp0b2FzdHkuDQotLTQ5YTJhNTU0NDA0ZTRmZjdhMjY4NTNhNDU2 |
12 | NmNjZjJkDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy | 12 | M2FlYWM1DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy |
13 | aWJ1dGVzWzFdW25hbWVdIg0KDQpsYXNhZ25hDQotLTE3OWFmNjI3ZTU2YzRjNjY4MjQzN2IzNjE4 | 13 | aWJ1dGVzWzFdW25hbWVdIg0KDQpsYXNhZ25hDQotLTQ5YTJhNTU0NDA0ZTRmZjdhMjY4NTNhNDU2 |
14 | NmNjZjJkDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy | 14 | M2FlYWM1DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy |
15 | aWJ1dGVzWzFdW3ZhbHVlXSINCg0Kbm8hISENCi0tMTc5YWY2MjdlNTZjNGM2NjgyNDM3YjM2MTg2 | 15 | aWJ1dGVzWzFdW3ZhbHVlXSINCg0Kbm8hISENCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYz |
16 | Y2NmMmQNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXZhdGFyIjsgZmls | 16 | YWVhYzUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXZhdGFyIjsgZmls |
17 | ZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0K | 17 | ZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0K |
18 | DQr/2P/gABBKRklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJS | 18 | DQr/2P/gABBKRklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJS |
19 | R0IgWFlaIAfcAAEAGQADACkAOWFjc3BBUFBMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD21gAB | 19 | R0IgWFlaIAfcAAEAGQADACkAOWFjc3BBUFBMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD21gAB |
@@ -950,7 +950,7 @@ interactions: | |||
950 | oX5EQbZIDAphpUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWb | 950 | oX5EQbZIDAphpUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWb |
951 | bHaEokDtzf5qMy4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBT | 951 | bHaEokDtzf5qMy4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBT |
952 | tsYnLjJ4xUrWDGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/Wl | 952 | tsYnLjJ4xUrWDGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/Wl |
953 | SoGNPcbo46Oebs70qVKg/9kNCi0tMTc5YWY2MjdlNTZjNGM2NjgyNDM3YjM2MTg2Y2NmMmQNCkNv | 953 | SoGNPcbo46Oebs70qVKg/9kNCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYzYWVhYzUNCkNv |
954 | bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iaGVhZGVyIjsgZmlsZW5hbWU9Im1h | 954 | bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iaGVhZGVyIjsgZmlsZW5hbWU9Im1h |
955 | c3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0KDQr/2P/gABBK | 955 | c3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0KDQr/2P/gABBK |
956 | RklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJSR0IgWFlaIAfc | 956 | RklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJSR0IgWFlaIAfc |
@@ -1888,26 +1888,25 @@ interactions: | |||
1888 | pUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWbbHaEokDtzf5q | 1888 | pUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWbbHaEokDtzf5q |
1889 | My4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBTtsYnLjJ4xUrW | 1889 | My4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBTtsYnLjJ4xUrW |
1890 | DGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/WlSoGNPcbo46Oe | 1890 | DGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/WlSoGNPcbo46Oe |
1891 | bs70qVKg/9kNCi0tMTc5YWY2MjdlNTZjNGM2NjgyNDM3YjM2MTg2Y2NmMmQtLQ0K | 1891 | bs70qVKg/9kNCi0tNDlhMmE1NTQ0MDRlNGZmN2EyNjg1M2E0NTYzYWVhYzUtLQ0K |
1892 | headers: | 1892 | headers: |
1893 | Accept: ['*/*'] | 1893 | Accept: ['*/*'] |
1894 | Accept-Encoding: ['gzip, deflate'] | 1894 | Accept-Encoding: ['gzip, deflate'] |
1895 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 1895 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
1896 | Connection: [keep-alive] | 1896 | Connection: [keep-alive] |
1897 | Content-Length: ['107607'] | 1897 | Content-Length: ['107607'] |
1898 | Content-Type: [multipart/form-data; boundary=179af627e56c4c6682437b36186ccf2d] | 1898 | Content-Type: [multipart/form-data; boundary=49a2a554404e4ff7a26853a4563aeac5] |
1899 | User-Agent: [python-requests/2.18.4] | 1899 | User-Agent: [python-requests/2.18.4] |
1900 | method: PATCH | 1900 | method: PATCH |
1901 | uri: http://localhost:3000/api/v1/accounts/update_credentials | 1901 | uri: http://localhost:3000/api/v1/accounts/update_credentials |
1902 | response: | 1902 | response: |
1903 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 1903 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1904 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 1904 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
1905 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 1905 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I |
1906 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | 1906 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
1907 | headers: | 1907 | headers: |
1908 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1908 | Cache-Control: ['no-cache, no-store'] |
1909 | Content-Type: [application/json; charset=utf-8] | 1909 | Content-Type: [application/json; charset=utf-8] |
1910 | ETag: [W/"bc1ad9caec450a52289247fffd7cf5a9"] | ||
1911 | Referrer-Policy: [strict-origin-when-cross-origin] | 1910 | Referrer-Policy: [strict-origin-when-cross-origin] |
1912 | Transfer-Encoding: [chunked] | 1911 | Transfer-Encoding: [chunked] |
1913 | Vary: ['Accept-Encoding, Origin'] | 1912 | Vary: ['Accept-Encoding, Origin'] |
@@ -1915,9 +1914,9 @@ interactions: | |||
1915 | X-Download-Options: [noopen] | 1914 | X-Download-Options: [noopen] |
1916 | X-Frame-Options: [SAMEORIGIN] | 1915 | X-Frame-Options: [SAMEORIGIN] |
1917 | X-Permitted-Cross-Domain-Policies: [none] | 1916 | X-Permitted-Cross-Domain-Policies: [none] |
1918 | X-Request-Id: [88bafef4-0980-4042-a7fe-b411a7220131] | 1917 | X-Request-Id: [25f1eb3b-4110-40c5-ba4f-ce60cc29966d] |
1919 | X-Runtime: ['0.159369'] | 1918 | X-Runtime: ['1.444611'] |
1920 | X-XSS-Protection: [1; mode=block] | 1919 | X-XSS-Protection: [1; mode=block] |
1921 | content-length: ['1135'] | 1920 | content-length: ['1134'] |
1922 | status: {code: 200, message: OK} | 1921 | status: {code: 200, message: OK} |
1923 | version: 1 | 1922 | 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 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS0wMTdjOTllZWI2ZmE0YmEwOGE2NTQxZDg2ZDJiNjEyNQ0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS0xNDg2NjY0N2I2MWQ0M2Y0YmY4YjFlMGFmMDdlMDIwMQ0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tMDE3Yzk5ZWViNmZhNGJh | 5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tMTQ4NjY2NDdiNjFkNDNm |
6 | MDhhNjU0MWQ4NmQyYjYxMjUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i | 6 | NGJmOGIxZTBhZjA3ZTAyMDENCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i |
7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS0wMTdjOTllZWI2ZmE0YmEwOGE2NTQxZDg2 | 7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS0xNDg2NjY0N2I2MWQ0M2Y0YmY4YjFlMGFm |
8 | ZDJiNjEyNQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJoZWFkZXIiOyBm | 8 | MDdlMDIwMQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJoZWFkZXIiOyBm |
9 | aWxlbmFtZT0ibWFzdG9kb25weXVwbG9hZF8uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVn | 9 | aWxlbmFtZT0ibWFzdG9kb25weXVwbG9hZF8uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVn |
10 | DQoNCv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50 | 10 | DQoNCv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50 |
11 | clJHQiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbW | 11 | clJHQiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbW |
@@ -942,7 +942,7 @@ interactions: | |||
942 | elShfkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpU | 942 | elShfkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpU |
943 | VZtsdoSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilS | 943 | VZtsdoSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilS |
944 | oFO2xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn | 944 | oFO2xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn |
945 | 9aVKgY09xujjo55uzvSpUqD/2Q0KLS0wMTdjOTllZWI2ZmE0YmEwOGE2NTQxZDg2ZDJiNjEyNS0t | 945 | 9aVKgY09xujjo55uzvSpUqD/2Q0KLS0xNDg2NjY0N2I2MWQ0M2Y0YmY4YjFlMGFmMDdlMDIwMS0t |
946 | DQo= | 946 | DQo= |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
@@ -950,19 +950,18 @@ interactions: | |||
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53696'] | 952 | Content-Length: ['53696'] |
953 | Content-Type: [multipart/form-data; boundary=017c99eeb6fa4ba08a6541d86d2b6125] | 953 | Content-Type: [multipart/form-data; boundary=14866647b61d43f4bf8b1e0af07e0201] |
954 | User-Agent: [python-requests/2.18.4] | 954 | User-Agent: [python-requests/2.18.4] |
955 | method: PATCH | 955 | method: PATCH |
956 | uri: http://localhost:3000/api/v1/accounts/update_credentials | 956 | uri: http://localhost:3000/api/v1/accounts/update_credentials |
957 | response: | 957 | response: |
958 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 958 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
959 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 959 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
960 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 960 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I |
961 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | 961 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
962 | headers: | 962 | headers: |
963 | Cache-Control: ['max-age=0, private, must-revalidate'] | 963 | Cache-Control: ['no-cache, no-store'] |
964 | Content-Type: [application/json; charset=utf-8] | 964 | Content-Type: [application/json; charset=utf-8] |
965 | ETag: [W/"bc1ad9caec450a52289247fffd7cf5a9"] | ||
966 | Referrer-Policy: [strict-origin-when-cross-origin] | 965 | Referrer-Policy: [strict-origin-when-cross-origin] |
967 | Transfer-Encoding: [chunked] | 966 | Transfer-Encoding: [chunked] |
968 | Vary: ['Accept-Encoding, Origin'] | 967 | Vary: ['Accept-Encoding, Origin'] |
@@ -970,9 +969,9 @@ interactions: | |||
970 | X-Download-Options: [noopen] | 969 | X-Download-Options: [noopen] |
971 | X-Frame-Options: [SAMEORIGIN] | 970 | X-Frame-Options: [SAMEORIGIN] |
972 | X-Permitted-Cross-Domain-Policies: [none] | 971 | X-Permitted-Cross-Domain-Policies: [none] |
973 | X-Request-Id: [9b157faf-78db-470d-add6-506bec6065f3] | 972 | X-Request-Id: [fe45c23d-29fc-4bef-8b94-8e0f8f682cea] |
974 | X-Runtime: ['0.120632'] | 973 | X-Runtime: ['0.163652'] |
975 | X-XSS-Protection: [1; mode=block] | 974 | X-XSS-Protection: [1; mode=block] |
976 | content-length: ['1135'] | 975 | content-length: ['1134'] |
977 | status: {code: 200, message: OK} | 976 | status: {code: 200, message: OK} |
978 | version: 1 | 977 | 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 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS1kMjA4ZDU5NTQ2NjQ0MDZjYmQ3YzU0ZjY0OTVhYzZhYQ0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS02MDdjZmE5MjkwMTU0NjQxYjA1Y2ZiYTc4MmQ4NjRlYg0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tZDIwOGQ1OTU0NjY0NDA2 | 5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tNjA3Y2ZhOTI5MDE1NDY0 |
6 | Y2JkN2M1NGY2NDk1YWM2YWENCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i | 6 | MWIwNWNmYmE3ODJkODY0ZWINCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i |
7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS1kMjA4ZDU5NTQ2NjQ0MDZjYmQ3YzU0ZjY0 | 7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS02MDdjZmE5MjkwMTU0NjQxYjA1Y2ZiYTc4 |
8 | OTVhYzZhYQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdmF0YXIiOyBm | 8 | MmQ4NjRlYg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdmF0YXIiOyBm |
9 | aWxlbmFtZT0ibWFzdG9kb25weXVwbG9hZF8uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVn | 9 | aWxlbmFtZT0ibWFzdG9kb25weXVwbG9hZF8uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVn |
10 | DQoNCv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50 | 10 | DQoNCv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50 |
11 | clJHQiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbW | 11 | clJHQiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbW |
@@ -942,7 +942,7 @@ interactions: | |||
942 | elShfkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpU | 942 | elShfkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpU |
943 | VZtsdoSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilS | 943 | VZtsdoSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilS |
944 | oFO2xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn | 944 | oFO2xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn |
945 | 9aVKgY09xujjo55uzvSpUqD/2Q0KLS1kMjA4ZDU5NTQ2NjQ0MDZjYmQ3YzU0ZjY0OTVhYzZhYS0t | 945 | 9aVKgY09xujjo55uzvSpUqD/2Q0KLS02MDdjZmE5MjkwMTU0NjQxYjA1Y2ZiYTc4MmQ4NjRlYi0t |
946 | DQo= | 946 | DQo= |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
@@ -950,19 +950,18 @@ interactions: | |||
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53696'] | 952 | Content-Length: ['53696'] |
953 | Content-Type: [multipart/form-data; boundary=d208d5954664406cbd7c54f6495ac6aa] | 953 | Content-Type: [multipart/form-data; boundary=607cfa9290154641b05cfba782d864eb] |
954 | User-Agent: [python-requests/2.18.4] | 954 | User-Agent: [python-requests/2.18.4] |
955 | method: PATCH | 955 | method: PATCH |
956 | uri: http://localhost:3000/api/v1/accounts/update_credentials | 956 | uri: http://localhost:3000/api/v1/accounts/update_credentials |
957 | response: | 957 | response: |
958 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 958 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
959 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 959 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
960 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 960 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208563","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I |
961 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | 961 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
962 | headers: | 962 | headers: |
963 | Cache-Control: ['max-age=0, private, must-revalidate'] | 963 | Cache-Control: ['no-cache, no-store'] |
964 | Content-Type: [application/json; charset=utf-8] | 964 | Content-Type: [application/json; charset=utf-8] |
965 | ETag: [W/"bc1ad9caec450a52289247fffd7cf5a9"] | ||
966 | Referrer-Policy: [strict-origin-when-cross-origin] | 965 | Referrer-Policy: [strict-origin-when-cross-origin] |
967 | Transfer-Encoding: [chunked] | 966 | Transfer-Encoding: [chunked] |
968 | Vary: ['Accept-Encoding, Origin'] | 967 | Vary: ['Accept-Encoding, Origin'] |
@@ -970,9 +969,9 @@ interactions: | |||
970 | X-Download-Options: [noopen] | 969 | X-Download-Options: [noopen] |
971 | X-Frame-Options: [SAMEORIGIN] | 970 | X-Frame-Options: [SAMEORIGIN] |
972 | X-Permitted-Cross-Domain-Policies: [none] | 971 | X-Permitted-Cross-Domain-Policies: [none] |
973 | X-Request-Id: [1a62bc55-a35f-4d6b-b190-53762b2bf9c5] | 972 | X-Request-Id: [325a6ba1-eb69-4302-83d9-f8e167e12621] |
974 | X-Runtime: ['0.134618'] | 973 | X-Runtime: ['0.220297'] |
975 | X-XSS-Protection: [1; mode=block] | 974 | X-XSS-Protection: [1; mode=block] |
976 | content-length: ['1135'] | 975 | content-length: ['1134'] |
977 | status: {code: 200, message: OK} | 976 | status: {code: 200, message: OK} |
978 | version: 1 | 977 | 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: | |||
11 | method: POST | 11 | method: POST |
12 | uri: http://localhost:3000/api/v1/apps | 12 | uri: http://localhost:3000/api/v1/apps |
13 | response: | 13 | response: |
14 | body: {string: '{"id":"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="}'} | 14 | body: {string: '{"id":"2","name":"mastodon.py generated test app","website":null,"redirect_uri":"urn:ietf:wg:oauth:2.0:oob","client_id":"xA0mMcOmeZ5Uftxw6MZ2KDLoEBTM0p1vKHeUXhiEOno","client_secret":"wSNQzlWZEQsDKfWEWXZ0ALj-9uv4zQ94u5UhQS-xASg","vapid_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} |
15 | headers: | 15 | headers: |
16 | Cache-Control: ['max-age=0, private, must-revalidate'] | 16 | Cache-Control: ['no-cache, no-store'] |
17 | Content-Type: [application/json; charset=utf-8] | 17 | Content-Type: [application/json; charset=utf-8] |
18 | ETag: [W/"3a06e1b620ce8b2c3ce4045d1e2c179b"] | ||
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 18 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 19 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 20 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,10 +22,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [258ec6bb-4a82-41c3-b55b-560fdfb5ad13] | 25 | X-Request-Id: [a41339dc-18ff-4a71-b422-5fca1826da83] |
27 | X-Runtime: ['0.025005'] | 26 | X-Runtime: ['0.035222'] |
28 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['374'] | 28 | content-length: ['331'] |
30 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
31 | - request: | 30 | - request: |
32 | body: null | 31 | body: null |
@@ -38,12 +37,12 @@ interactions: | |||
38 | method: GET | 37 | method: GET |
39 | uri: http://localhost:3000/api/v1/instance/ | 38 | uri: http://localhost:3000/api/v1/instance/ |
40 | response: | 39 | response: |
41 | 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}'} | 40 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":0,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
42 | headers: | 41 | headers: |
43 | Cache-Control: ['max-age=300, public'] | 42 | Cache-Control: ['max-age=300, public'] |
44 | Content-Type: [application/json; charset=utf-8] | 43 | Content-Type: [application/json; charset=utf-8] |
45 | Date: ['Sun, 28 Apr 2019 15:56:05 GMT'] | 44 | Date: ['Sat, 22 Jun 2019 13:02:57 GMT'] |
46 | ETag: [W/"4ba18203af6a9d9402c05e8ffc21ac45"] | 45 | ETag: [W/"e93399c77de2e714afcd550a34706e7e"] |
47 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
48 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
49 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -51,55 +50,55 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [bfb330d1-53c3-4fcc-b79e-30e256a2f845] | 53 | X-Request-Id: [26ef20ce-d90c-498f-ab53-c5d727278a8b] |
55 | X-Runtime: ['0.025590'] | 54 | X-Runtime: ['0.031760'] |
56 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['349'] | 56 | content-length: ['348'] |
58 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
59 | - request: | 58 | - request: |
60 | body: scope=read+write+follow+push&client_id=6b8b07698f3f57d73b0fd779fac2fcc64d6e852d3334425a6b50b53bc32db986&client_secret=df903d79cc8a27d8d4f9aa8213cf65a9681fea679a56643fcb3e5a3f66c4f9c7&grant_type=client_credentials | 59 | body: scope=read+write+follow+push&client_id=xA0mMcOmeZ5Uftxw6MZ2KDLoEBTM0p1vKHeUXhiEOno&client_secret=wSNQzlWZEQsDKfWEWXZ0ALj-9uv4zQ94u5UhQS-xASg&grant_type=client_credentials |
61 | headers: | 60 | headers: |
62 | Accept: ['*/*'] | 61 | Accept: ['*/*'] |
63 | Accept-Encoding: ['gzip, deflate'] | 62 | Accept-Encoding: ['gzip, deflate'] |
64 | Connection: [keep-alive] | 63 | Connection: [keep-alive] |
65 | Content-Length: ['212'] | 64 | Content-Length: ['170'] |
66 | Content-Type: [application/x-www-form-urlencoded] | 65 | Content-Type: [application/x-www-form-urlencoded] |
67 | User-Agent: [python-requests/2.18.4] | 66 | User-Agent: [python-requests/2.18.4] |
68 | method: POST | 67 | method: POST |
69 | uri: http://localhost:3000/oauth/token | 68 | uri: http://localhost:3000/oauth/token |
70 | response: | 69 | response: |
71 | body: {string: '{"access_token":"756276912d1d5d74cfbf2e275517a234cee584891ca1f87a3fb2bdbd1fed1ca1","token_type":"Bearer","scope":"read | 70 | body: {string: '{"access_token":"YHnkkuWLHjRZ-HsIzyWsT56OQn6oAXT8tvkIe__4k9g","token_type":"Bearer","scope":"read |
72 | write follow push","created_at":1556466966}'} | 71 | write follow push","created_at":1561208577}'} |
73 | headers: | 72 | headers: |
74 | Cache-Control: ['private, no-store'] | 73 | Cache-Control: ['private, no-store'] |
75 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
76 | ETag: [W/"851cc791f71c2ce9bf821e023e26b361"] | 75 | ETag: [W/"8f1d2693f3916319d5b2fb72627a180d"] |
77 | Pragma: [no-cache] | 76 | Pragma: [no-cache] |
78 | Transfer-Encoding: [chunked] | 77 | Transfer-Encoding: [chunked] |
79 | Vary: ['Accept-Encoding, Origin'] | 78 | Vary: ['Accept-Encoding, Origin'] |
80 | X-Request-Id: [0205c26b-9c77-4c32-bb59-a2d69eafde33] | 79 | X-Request-Id: [d77ecf21-4bfc-476d-8361-3904e3db27f6] |
81 | X-Runtime: ['0.039194'] | 80 | X-Runtime: ['0.021695'] |
82 | content-length: ['162'] | 81 | content-length: ['141'] |
83 | status: {code: 200, message: OK} | 82 | status: {code: 200, message: OK} |
84 | - request: | 83 | - request: |
85 | body: locale=en&agreement=1&email=email%40localhost11707&password=swordfish&username=coolguy11707&client_id=6b8b07698f3f57d73b0fd779fac2fcc64d6e852d3334425a6b50b53bc32db986&client_secret=df903d79cc8a27d8d4f9aa8213cf65a9681fea679a56643fcb3e5a3f66c4f9c7 | 84 | body: locale=en&agreement=1&email=email%40localhost42187&password=swordfish&username=coolguy42187&client_id=xA0mMcOmeZ5Uftxw6MZ2KDLoEBTM0p1vKHeUXhiEOno&client_secret=wSNQzlWZEQsDKfWEWXZ0ALj-9uv4zQ94u5UhQS-xASg |
86 | headers: | 85 | headers: |
87 | Accept: ['*/*'] | 86 | Accept: ['*/*'] |
88 | Accept-Encoding: ['gzip, deflate'] | 87 | Accept-Encoding: ['gzip, deflate'] |
89 | Authorization: [Bearer 756276912d1d5d74cfbf2e275517a234cee584891ca1f87a3fb2bdbd1fed1ca1] | 88 | Authorization: [Bearer YHnkkuWLHjRZ-HsIzyWsT56OQn6oAXT8tvkIe__4k9g] |
90 | Connection: [keep-alive] | 89 | Connection: [keep-alive] |
91 | Content-Length: ['245'] | 90 | Content-Length: ['203'] |
92 | Content-Type: [application/x-www-form-urlencoded] | 91 | Content-Type: [application/x-www-form-urlencoded] |
93 | User-Agent: [python-requests/2.18.4] | 92 | User-Agent: [python-requests/2.18.4] |
94 | method: POST | 93 | method: POST |
95 | uri: http://localhost:3000/api/v1/accounts | 94 | uri: http://localhost:3000/api/v1/accounts |
96 | response: | 95 | response: |
97 | body: {string: '{"access_token":"b20f513163b154065d17f5aff37b779f51d13c152fe6e7d1be366d64d2e74e39","token_type":"Bearer","scope":"read | 96 | body: {string: '{"access_token":"TXtHQr05S6ckK771XAa73qdvnMfjJU7dqr3aVlsqRD4","token_type":"Bearer","scope":"read |
98 | write follow push","created_at":1556466966}'} | 97 | write follow push","created_at":1561208577}'} |
99 | headers: | 98 | headers: |
100 | Cache-Control: ['private, no-store'] | 99 | Cache-Control: ['private, no-store'] |
101 | Content-Type: [application/json; charset=utf-8] | 100 | Content-Type: [application/json; charset=utf-8] |
102 | ETag: [W/"7ba50c22bb330ba5a0936c19bea78093"] | 101 | ETag: [W/"d45ffa5abcf400da6438b73b80ec142c"] |
103 | Pragma: [no-cache] | 102 | Pragma: [no-cache] |
104 | Referrer-Policy: [strict-origin-when-cross-origin] | 103 | Referrer-Policy: [strict-origin-when-cross-origin] |
105 | Transfer-Encoding: [chunked] | 104 | Transfer-Encoding: [chunked] |
@@ -108,9 +107,9 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 107 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 108 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 109 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [51ac5a4c-e850-46be-89c6-681e46f891dd] | 110 | X-Request-Id: [1b5653f1-c622-4415-b972-7dd0a5e31202] |
112 | X-Runtime: ['0.208778'] | 111 | X-Runtime: ['0.205759'] |
113 | X-XSS-Protection: [1; mode=block] | 112 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['162'] | 113 | content-length: ['141'] |
115 | status: {code: 200, message: OK} | 114 | status: {code: 200, message: OK} |
116 | version: 1 | 115 | 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: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/apps/verify_credentials | 11 | uri: http://localhost:3000/api/v1/apps/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"name":"Mastodon.py test suite","website":null,"vapid_key":"BCryMB_mKFcSpmXE3kJ1Ri3ZFVdBLjRsX54VYhE21BMyftx8k67qWxFs2OCuQCtj0k1ILESkQhGuOKJcQnodx4g="}'} | 13 | body: {string: '{"name":"Mastodon.py test suite","website":null,"vapid_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"1c464bcb75ad0be8ac7d4c05137d27ce"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [0e7d0027-bc3a-4dfa-9c11-0ea7413eee5b] | 24 | X-Request-Id: [a393fb9b-715d-431d-b89e-ecdb875ac92d] |
26 | X-Runtime: ['0.017202'] | 25 | X-Runtime: ['0.058642'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['151'] | 27 | content-length: ['151'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_attribute_access.yaml b/tests/cassettes/test_attribute_access.yaml index d06b5f6..41248dd 100644 --- a/tests/cassettes/test_attribute_access.yaml +++ b/tests/cassettes/test_attribute_access.yaml | |||
@@ -12,14 +12,13 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315366092695043","created_at":"2019-06-22T13:03:09.065Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366092695043","url":"http://localhost/@mastodonpy_test/102315366092695043","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"bed241429303d05a68ff751670b8124a"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [ea0934ac-dcdb-406a-a737-7285ce12175b] | 29 | X-Request-Id: [4a873b06-7609-4b6e-909d-9832b7377fc2] |
31 | X-Runtime: ['0.141996'] | 30 | X-Runtime: ['0.165344'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,13 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 43 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/101999515198421811 | 44 | uri: http://localhost:3000/api/v1/statuses/102315366092695043 |
46 | response: | 45 | response: |
47 | body: {string: '{}'} | 46 | body: {string: '{"id":"102315366092695043","created_at":"2019-06-22T13:03:09.065Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366092695043","url":"http://localhost/@mastodonpy_test/102315366092695043","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
48 | headers: | 50 | headers: |
49 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
51 | ETag: [W/"f7218fbcd1fb889396566736881b9808"] | ||
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,9 +57,9 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [d90b4fbe-7729-47bd-bb4f-1de81999e941] | 60 | X-Request-Id: [2b2a7b3c-f7e1-4091-8e7b-efa058fd4cf1] |
60 | X-Runtime: ['0.118844'] | 61 | X-Runtime: ['0.121272'] |
61 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2'] | 63 | content-length: ['1567'] |
63 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
64 | version: 1 | 65 | 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: | |||
12 | response: | 12 | response: |
13 | body: {string: '[]'} | 13 | body: {string: '[]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"90b6becb2b7152e68f928ca54703d5b5"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [96b3e85e-bd0f-4b25-95c5-7b4d3c62148c] | 24 | X-Request-Id: [c50fdd0f-69a7-4769-9ca6-92d3c703270c] |
26 | X-Runtime: ['0.019914'] | 25 | X-Runtime: ['0.089979'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['2'] | 27 | content-length: ['2'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_conversations.yaml b/tests/cassettes/test_conversations.yaml index 105eb98..c9beaa6 100644 --- a/tests/cassettes/test_conversations.yaml +++ b/tests/cassettes/test_conversations.yaml | |||
@@ -10,11 +10,13 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-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":[]}'} | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
14 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | ||
16 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | ||
14 | headers: | 17 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 18 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"589b7fc34678284181e4970961b98b8f"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 20 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 21 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 22 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,10 +24,10 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [9f267b49-db2e-43ae-821d-f8e06bd6ef6e] | 27 | X-Request-Id: [668f1393-1406-439a-80cc-c2a921b938fe] |
26 | X-Runtime: ['0.021003'] | 28 | X-Runtime: ['0.030893'] |
27 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['653'] | 30 | content-length: ['1134'] |
29 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
30 | - request: | 32 | - request: |
31 | body: visibility=direct&status=%40admin+ilu+bby+%3B3 | 33 | body: visibility=direct&status=%40admin+ilu+bby+%3B3 |
@@ -40,15 +42,16 @@ interactions: | |||
40 | method: POST | 42 | method: POST |
41 | uri: http://localhost:3000/api/v1/statuses | 43 | uri: http://localhost:3000/api/v1/statuses |
42 | response: | 44 | response: |
43 | 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 | 45 | body: {string: '{"id":"102315371973470769","created_at":"2019-06-22T13:04:38.803Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371973470769","url":"http://localhost/@mastodonpy_test/102315371973470769","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
44 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 46 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
45 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 47 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
46 | 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 | 48 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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}'} | 49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
48 | headers: | 52 | headers: |
49 | Cache-Control: ['max-age=0, private, must-revalidate'] | 53 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 54 | Content-Type: [application/json; charset=utf-8] |
51 | ETag: [W/"2664c447c45638697eacdaa9cb643dae"] | ||
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 55 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 56 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 57 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,10 +59,10 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 59 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 60 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 61 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [22e1eea7-613e-4a9f-8785-4cca0660a929] | 62 | X-Request-Id: [398b1cbc-3306-477d-8de6-b6e9cad2ba1e] |
60 | X-Runtime: ['0.167697'] | 63 | X-Runtime: ['0.169673'] |
61 | X-XSS-Protection: [1; mode=block] | 64 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['1475'] | 65 | content-length: ['1837'] |
63 | status: {code: 200, message: OK} | 66 | status: {code: 200, message: OK} |
64 | - request: | 67 | - request: |
65 | body: null | 68 | body: null |
@@ -72,36 +75,19 @@ interactions: | |||
72 | method: GET | 75 | method: GET |
73 | uri: http://localhost:3000/api/v1/conversations/ | 76 | uri: http://localhost:3000/api/v1/conversations/ |
74 | response: | 77 | response: |
75 | 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 | 78 | body: {string: '[{"id":"4","unread":true,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
79 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
80 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"last_status":{"id":"102315371973470769","created_at":"2019-06-22T13:04:38.803Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371973470769","url":"http://localhost/@mastodonpy_test/102315371973470769","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
76 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 81 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
77 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 82 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
78 | 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 | 83 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
79 | 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 | 84 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
80 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 85 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
81 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 86 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} |
82 | 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 | ||
83 | 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 | ||
84 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | ||
85 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
86 | 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 | ||
87 | 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 | ||
88 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | ||
89 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
90 | 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 | ||
91 | 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 | ||
92 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | ||
93 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
94 | 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 | ||
95 | 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 | ||
96 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | ||
97 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
98 | 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 | ||
99 | 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}}]'} | ||
100 | headers: | 87 | headers: |
101 | Cache-Control: ['max-age=0, private, must-revalidate'] | 88 | Cache-Control: ['no-cache, no-store'] |
102 | Content-Type: [application/json; charset=utf-8] | 89 | Content-Type: [application/json; charset=utf-8] |
103 | ETag: [W/"08eb290a1d5b5c9c9f0b6198cb1eba3b"] | 90 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=102315371973470769>; |
104 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=102003683512723982>; | ||
105 | rel="prev"'] | 91 | rel="prev"'] |
106 | Referrer-Policy: [strict-origin-when-cross-origin] | 92 | Referrer-Policy: [strict-origin-when-cross-origin] |
107 | Transfer-Encoding: [chunked] | 93 | Transfer-Encoding: [chunked] |
@@ -110,10 +96,10 @@ interactions: | |||
110 | X-Download-Options: [noopen] | 96 | X-Download-Options: [noopen] |
111 | X-Frame-Options: [SAMEORIGIN] | 97 | X-Frame-Options: [SAMEORIGIN] |
112 | X-Permitted-Cross-Domain-Policies: [none] | 98 | X-Permitted-Cross-Domain-Policies: [none] |
113 | X-Request-Id: [bdcc2508-446e-4366-8c19-f24ba8e165cf] | 99 | X-Request-Id: [227aecf7-c19e-4a85-aa22-2ee6d7b1262d] |
114 | X-Runtime: ['0.184464'] | 100 | X-Runtime: ['0.086070'] |
115 | X-XSS-Protection: [1; mode=block] | 101 | X-XSS-Protection: [1; mode=block] |
116 | content-length: ['12579'] | 102 | content-length: ['2821'] |
117 | status: {code: 200, message: OK} | 103 | status: {code: 200, message: OK} |
118 | - request: | 104 | - request: |
119 | body: null | 105 | body: null |
@@ -125,17 +111,20 @@ interactions: | |||
125 | Content-Length: ['0'] | 111 | Content-Length: ['0'] |
126 | User-Agent: [python-requests/2.18.4] | 112 | User-Agent: [python-requests/2.18.4] |
127 | method: POST | 113 | method: POST |
128 | uri: http://localhost:3000/api/v1/conversations/30/read | 114 | uri: http://localhost:3000/api/v1/conversations/4/read |
129 | response: | 115 | response: |
130 | 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 | 116 | body: {string: '{"id":"4","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
117 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
118 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"last_status":{"id":"102315371973470769","created_at":"2019-06-22T13:04:38.803Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371973470769","url":"http://localhost/@mastodonpy_test/102315371973470769","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
131 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 119 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
132 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 120 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
133 | 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 | 121 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
134 | 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}}'} | 122 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
123 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
124 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}'} | ||
135 | headers: | 125 | headers: |
136 | Cache-Control: ['max-age=0, private, must-revalidate'] | 126 | Cache-Control: ['no-cache, no-store'] |
137 | Content-Type: [application/json; charset=utf-8] | 127 | Content-Type: [application/json; charset=utf-8] |
138 | ETag: [W/"13f3289f4d462887396bc58d863578c2"] | ||
139 | Referrer-Policy: [strict-origin-when-cross-origin] | 128 | Referrer-Policy: [strict-origin-when-cross-origin] |
140 | Transfer-Encoding: [chunked] | 129 | Transfer-Encoding: [chunked] |
141 | Vary: ['Accept-Encoding, Origin'] | 130 | Vary: ['Accept-Encoding, Origin'] |
@@ -143,10 +132,10 @@ interactions: | |||
143 | X-Download-Options: [noopen] | 132 | X-Download-Options: [noopen] |
144 | X-Frame-Options: [SAMEORIGIN] | 133 | X-Frame-Options: [SAMEORIGIN] |
145 | X-Permitted-Cross-Domain-Policies: [none] | 134 | X-Permitted-Cross-Domain-Policies: [none] |
146 | X-Request-Id: [60024dfb-b47d-44cd-bf4d-b8ecd77b7848] | 135 | X-Request-Id: [772348cd-2411-4feb-829f-5628c7fb0d6a] |
147 | X-Runtime: ['0.055070'] | 136 | X-Runtime: ['0.061724'] |
148 | X-XSS-Protection: [1; mode=block] | 137 | X-XSS-Protection: [1; mode=block] |
149 | content-length: ['2097'] | 138 | content-length: ['2820'] |
150 | status: {code: 200, message: OK} | 139 | status: {code: 200, message: OK} |
151 | - request: | 140 | - request: |
152 | body: null | 141 | body: null |
@@ -159,36 +148,19 @@ interactions: | |||
159 | method: GET | 148 | method: GET |
160 | uri: http://localhost:3000/api/v1/conversations/ | 149 | uri: http://localhost:3000/api/v1/conversations/ |
161 | response: | 150 | response: |
162 | 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 | 151 | body: {string: '[{"id":"4","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
163 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 152 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
164 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 153 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"last_status":{"id":"102315371973470769","created_at":"2019-06-22T13:04:38.803Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371973470769","url":"http://localhost/@mastodonpy_test/102315371973470769","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
165 | 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 | ||
166 | 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 | ||
167 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | ||
168 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
169 | 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 | ||
170 | 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 | ||
171 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | ||
172 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
173 | 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 | ||
174 | 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 | ||
175 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | ||
176 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
177 | 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 | ||
178 | 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 | ||
179 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | ||
180 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
181 | 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 | ||
182 | 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 | ||
183 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 154 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
184 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 155 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
185 | 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 | 156 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
186 | 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}}]'} | 157 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
158 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
159 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} | ||
187 | headers: | 160 | headers: |
188 | Cache-Control: ['max-age=0, private, must-revalidate'] | 161 | Cache-Control: ['no-cache, no-store'] |
189 | Content-Type: [application/json; charset=utf-8] | 162 | Content-Type: [application/json; charset=utf-8] |
190 | ETag: [W/"72bd0df2c4806b9f75ad414206794e61"] | 163 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=102315371973470769>; |
191 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=102003683512723982>; | ||
192 | rel="prev"'] | 164 | rel="prev"'] |
193 | Referrer-Policy: [strict-origin-when-cross-origin] | 165 | Referrer-Policy: [strict-origin-when-cross-origin] |
194 | Transfer-Encoding: [chunked] | 166 | Transfer-Encoding: [chunked] |
@@ -197,10 +169,10 @@ interactions: | |||
197 | X-Download-Options: [noopen] | 169 | X-Download-Options: [noopen] |
198 | X-Frame-Options: [SAMEORIGIN] | 170 | X-Frame-Options: [SAMEORIGIN] |
199 | X-Permitted-Cross-Domain-Policies: [none] | 171 | X-Permitted-Cross-Domain-Policies: [none] |
200 | X-Request-Id: [f8157f06-87e0-496d-99f2-486957c07ac3] | 172 | X-Request-Id: [dd0d90ba-e087-4a6a-9d7e-c396b128e32c] |
201 | X-Runtime: ['0.228299'] | 173 | X-Runtime: ['0.075049'] |
202 | X-XSS-Protection: [1; mode=block] | 174 | X-XSS-Protection: [1; mode=block] |
203 | content-length: ['12580'] | 175 | content-length: ['2822'] |
204 | status: {code: 200, message: OK} | 176 | status: {code: 200, message: OK} |
205 | - request: | 177 | - request: |
206 | body: null | 178 | body: null |
@@ -212,13 +184,15 @@ interactions: | |||
212 | Content-Length: ['0'] | 184 | Content-Length: ['0'] |
213 | User-Agent: [python-requests/2.18.4] | 185 | User-Agent: [python-requests/2.18.4] |
214 | method: DELETE | 186 | method: DELETE |
215 | uri: http://localhost:3000/api/v1/statuses/102003683512723982 | 187 | uri: http://localhost:3000/api/v1/statuses/102315371973470769 |
216 | response: | 188 | response: |
217 | body: {string: '{}'} | 189 | body: {string: '{"id":"102315371973470769","created_at":"2019-06-22T13:04:38.803Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371973470769","url":"http://localhost/@mastodonpy_test/102315371973470769","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"@admin |
190 | ilu bby ;3","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
191 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
192 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
218 | headers: | 193 | headers: |
219 | Cache-Control: ['max-age=0, private, must-revalidate'] | 194 | Cache-Control: ['no-cache, no-store'] |
220 | Content-Type: [application/json; charset=utf-8] | 195 | Content-Type: [application/json; charset=utf-8] |
221 | ETag: [W/"35127b8d5250775810c927176b395efa"] | ||
222 | Referrer-Policy: [strict-origin-when-cross-origin] | 196 | Referrer-Policy: [strict-origin-when-cross-origin] |
223 | Transfer-Encoding: [chunked] | 197 | Transfer-Encoding: [chunked] |
224 | Vary: ['Accept-Encoding, Origin'] | 198 | Vary: ['Accept-Encoding, Origin'] |
@@ -226,9 +200,9 @@ interactions: | |||
226 | X-Download-Options: [noopen] | 200 | X-Download-Options: [noopen] |
227 | X-Frame-Options: [SAMEORIGIN] | 201 | X-Frame-Options: [SAMEORIGIN] |
228 | X-Permitted-Cross-Domain-Policies: [none] | 202 | X-Permitted-Cross-Domain-Policies: [none] |
229 | X-Request-Id: [dae42ec5-5ddc-401a-a9d1-b535e5d20a2e] | 203 | X-Request-Id: [583b7fbc-69a3-4c05-89e6-8e6b9ef235c4] |
230 | X-Runtime: ['0.037362'] | 204 | X-Runtime: ['0.075904'] |
231 | X-XSS-Protection: [1; mode=block] | 205 | X-XSS-Protection: [1; mode=block] |
232 | content-length: ['2'] | 206 | content-length: ['1640'] |
233 | status: {code: 200, message: OK} | 207 | status: {code: 200, message: OK} |
234 | version: 1 | 208 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315366071685147","created_at":"2019-06-22T13:03:08.746Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366071685147","url":"http://localhost/@mastodonpy_test/102315366071685147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"3ba78d6c366004f42e5130a0fd9ed29e"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [a020f8a8-c438-4901-b39c-f05c4526eede] | 29 | X-Request-Id: [1ebfc25f-b6c6-41f2-97d8-2b642b7e02bd] |
31 | X-Runtime: ['0.232367'] | 30 | X-Runtime: ['0.163287'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,13 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 43 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/101999515175511576 | 44 | uri: http://localhost:3000/api/v1/statuses/102315366071685147 |
46 | response: | 45 | response: |
47 | body: {string: '{}'} | 46 | body: {string: '{"id":"102315366071685147","created_at":"2019-06-22T13:03:08.746Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366071685147","url":"http://localhost/@mastodonpy_test/102315366071685147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
48 | headers: | 50 | headers: |
49 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
51 | ETag: [W/"b720d35eb7f85c6f1681586209afe41f"] | ||
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,9 +57,9 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [e8323939-9790-4826-a071-42cfc5ebc9ac] | 60 | X-Request-Id: [4deb6f0c-b919-4f2f-90f7-90f5cd9af160] |
60 | X-Runtime: ['0.051746'] | 61 | X-Runtime: ['0.111824'] |
61 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2'] | 63 | content-length: ['1567'] |
63 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
64 | version: 1 | 65 | 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: | |||
14 | response: | 14 | response: |
15 | body: {string: '{}'} | 15 | body: {string: '{}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"c6a41189c705fc6216f062c783b83fd0"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,8 +23,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [13430b5a-dbd2-4a5b-b566-b747d3ecf101] | 26 | X-Request-Id: [69b1b947-bd2d-4c7e-ac42-0e0cdaafb256] |
28 | X-Runtime: ['0.030388'] | 27 | X-Runtime: ['0.054471'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['2'] | 29 | content-length: ['2'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -44,9 +43,8 @@ interactions: | |||
44 | response: | 43 | response: |
45 | body: {string: '{}'} | 44 | body: {string: '{}'} |
46 | headers: | 45 | headers: |
47 | Cache-Control: ['max-age=0, private, must-revalidate'] | 46 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
49 | ETag: [W/"c6a41189c705fc6216f062c783b83fd0"] | ||
50 | Referrer-Policy: [strict-origin-when-cross-origin] | 48 | Referrer-Policy: [strict-origin-when-cross-origin] |
51 | Transfer-Encoding: [chunked] | 49 | Transfer-Encoding: [chunked] |
52 | Vary: ['Accept-Encoding, Origin'] | 50 | Vary: ['Accept-Encoding, Origin'] |
@@ -54,8 +52,8 @@ interactions: | |||
54 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
55 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
56 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
57 | X-Request-Id: [28cb5e6f-02e0-4d3a-9238-d19d006e44d9] | 55 | X-Request-Id: [3ea97cd0-abf3-4189-af17-81b0b12a8531] |
58 | X-Runtime: ['0.029897'] | 56 | X-Runtime: ['0.043941'] |
59 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
60 | content-length: ['2'] | 58 | content-length: ['2'] |
61 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_domain_blocks.yaml b/tests/cassettes/test_domain_blocks.yaml index 65bc5c7..d568814 100644 --- a/tests/cassettes/test_domain_blocks.yaml +++ b/tests/cassettes/test_domain_blocks.yaml | |||
@@ -12,9 +12,8 @@ interactions: | |||
12 | response: | 12 | response: |
13 | body: {string: '[]'} | 13 | body: {string: '[]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"736ed407f1dfbaa23313babbcd12344c"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [8003f519-0f72-4814-9b87-b74eb8c2de7c] | 24 | X-Request-Id: [e3131364-9d59-455c-a036-29fb1b0fa1e7] |
26 | X-Runtime: ['0.041088'] | 25 | X-Runtime: ['0.060202'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['2'] | 27 | content-length: ['2'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_emoji.yaml b/tests/cassettes/test_emoji.yaml index a53a9e8..815b3ee 100644 --- a/tests/cassettes/test_emoji.yaml +++ b/tests/cassettes/test_emoji.yaml | |||
@@ -14,8 +14,8 @@ interactions: | |||
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=60, public'] | 15 | Cache-Control: ['max-age=60, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 27 Apr 2019 18:18:07 GMT'] | 17 | Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] |
18 | ETag: [W/"5839a794e7a473cadc209ef56542b467"] | 18 | ETag: [W/"abc0f592302227cc9d889f9649cd9e1b"] |
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,8 +23,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [839c1ee0-eff0-45cf-b568-5e97a8786f80] | 26 | X-Request-Id: [ad3a31a2-4d9a-4873-a5de-3f96641deac1] |
27 | X-Runtime: ['0.013726'] | 27 | X-Runtime: ['0.036439'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['2'] | 29 | content-length: ['2'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_favourites.yaml b/tests/cassettes/test_favourites.yaml index 8ad94d3..6364f52 100644 --- a/tests/cassettes/test_favourites.yaml +++ b/tests/cassettes/test_favourites.yaml | |||
@@ -12,9 +12,8 @@ interactions: | |||
12 | response: | 12 | response: |
13 | body: {string: '[]'} | 13 | body: {string: '[]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"95de924ad502ff36368162d55555af4a"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [ea0c44a5-9d04-4599-90e8-63937667a691] | 24 | X-Request-Id: [f2d49b33-2ba1-4528-99ff-2c9e4e74c9ca] |
26 | X-Runtime: ['0.052434'] | 25 | X-Runtime: ['0.062494'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['2'] | 27 | content-length: ['2'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_fetch_next_previous.yaml b/tests/cassettes/test_fetch_next_previous.yaml index 992f641..e9b7ce9 100644 --- a/tests/cassettes/test_fetch_next_previous.yaml +++ b/tests/cassettes/test_fetch_next_previous.yaml | |||
@@ -10,11 +10,13 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-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":[]}'} | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
14 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | ||
16 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | ||
14 | headers: | 17 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 18 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"d537b629afa83587a87d9007093e6735"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 20 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 21 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 22 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,10 +24,10 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [1ae1254f-efb0-4833-af31-bf535b959c78] | 27 | X-Request-Id: [c68d3aad-d4af-4061-9ecb-86dd4a2fbe45] |
26 | X-Runtime: ['0.021732'] | 28 | X-Runtime: ['0.031354'] |
27 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['653'] | 30 | content-length: ['1134'] |
29 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
30 | - request: | 32 | - request: |
31 | body: status=Toot+number+0%21 | 33 | body: status=Toot+number+0%21 |
@@ -40,13 +42,14 @@ interactions: | |||
40 | method: POST | 42 | method: POST |
41 | uri: http://localhost:3000/api/v1/statuses | 43 | uri: http://localhost:3000/api/v1/statuses |
42 | response: | 44 | response: |
43 | 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 | 45 | body: {string: '{"id":"102315366603530978","created_at":"2019-06-22T13:03:16.867Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366603530978","url":"http://localhost/@mastodonpy_test/102315366603530978","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
44 | 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 | 46 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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}'} | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
46 | headers: | 50 | headers: |
47 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
49 | ETag: [W/"2e629356d77f73acacba26455942b0a5"] | ||
50 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
51 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
52 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -54,10 +57,10 @@ interactions: | |||
54 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
55 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
56 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
57 | X-Request-Id: [32901ab9-7f69-48b4-aa4c-b9611f9cea38] | 60 | X-Request-Id: [10348881-c3ed-4967-b489-86549f9671b8] |
58 | X-Runtime: ['0.156650'] | 61 | X-Runtime: ['0.170459'] |
59 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
60 | content-length: ['1244'] | 63 | content-length: ['1606'] |
61 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
62 | - request: | 65 | - request: |
63 | body: status=Toot+number+1%21 | 66 | body: status=Toot+number+1%21 |
@@ -72,13 +75,14 @@ interactions: | |||
72 | method: POST | 75 | method: POST |
73 | uri: http://localhost:3000/api/v1/statuses | 76 | uri: http://localhost:3000/api/v1/statuses |
74 | response: | 77 | response: |
75 | 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 | 78 | body: {string: '{"id":"102315366615763740","created_at":"2019-06-22T13:03:17.050Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366615763740","url":"http://localhost/@mastodonpy_test/102315366615763740","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
76 | 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 | 79 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
77 | 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}'} | 80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
81 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
82 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
78 | headers: | 83 | headers: |
79 | Cache-Control: ['max-age=0, private, must-revalidate'] | 84 | Cache-Control: ['no-cache, no-store'] |
80 | Content-Type: [application/json; charset=utf-8] | 85 | Content-Type: [application/json; charset=utf-8] |
81 | ETag: [W/"5e1a756b10fbfad520c98319f9988995"] | ||
82 | Referrer-Policy: [strict-origin-when-cross-origin] | 86 | Referrer-Policy: [strict-origin-when-cross-origin] |
83 | Transfer-Encoding: [chunked] | 87 | Transfer-Encoding: [chunked] |
84 | Vary: ['Accept-Encoding, Origin'] | 88 | Vary: ['Accept-Encoding, Origin'] |
@@ -86,10 +90,10 @@ interactions: | |||
86 | X-Download-Options: [noopen] | 90 | X-Download-Options: [noopen] |
87 | X-Frame-Options: [SAMEORIGIN] | 91 | X-Frame-Options: [SAMEORIGIN] |
88 | X-Permitted-Cross-Domain-Policies: [none] | 92 | X-Permitted-Cross-Domain-Policies: [none] |
89 | X-Request-Id: [09be3587-3791-42d3-bf1e-3dbc7343f2f1] | 93 | X-Request-Id: [e387f158-c435-480f-978d-b1f99debea7b] |
90 | X-Runtime: ['0.146040'] | 94 | X-Runtime: ['0.183582'] |
91 | X-XSS-Protection: [1; mode=block] | 95 | X-XSS-Protection: [1; mode=block] |
92 | content-length: ['1244'] | 96 | content-length: ['1606'] |
93 | status: {code: 200, message: OK} | 97 | status: {code: 200, message: OK} |
94 | - request: | 98 | - request: |
95 | body: status=Toot+number+2%21 | 99 | body: status=Toot+number+2%21 |
@@ -104,13 +108,14 @@ interactions: | |||
104 | method: POST | 108 | method: POST |
105 | uri: http://localhost:3000/api/v1/statuses | 109 | uri: http://localhost:3000/api/v1/statuses |
106 | response: | 110 | response: |
107 | 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 | 111 | body: {string: '{"id":"102315366629168673","created_at":"2019-06-22T13:03:17.254Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366629168673","url":"http://localhost/@mastodonpy_test/102315366629168673","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
108 | 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 | 112 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
109 | 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}'} | 113 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
114 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
115 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
110 | headers: | 116 | headers: |
111 | Cache-Control: ['max-age=0, private, must-revalidate'] | 117 | Cache-Control: ['no-cache, no-store'] |
112 | Content-Type: [application/json; charset=utf-8] | 118 | Content-Type: [application/json; charset=utf-8] |
113 | ETag: [W/"39f83dad519871214c7bb869a504513e"] | ||
114 | Referrer-Policy: [strict-origin-when-cross-origin] | 119 | Referrer-Policy: [strict-origin-when-cross-origin] |
115 | Transfer-Encoding: [chunked] | 120 | Transfer-Encoding: [chunked] |
116 | Vary: ['Accept-Encoding, Origin'] | 121 | Vary: ['Accept-Encoding, Origin'] |
@@ -118,10 +123,10 @@ interactions: | |||
118 | X-Download-Options: [noopen] | 123 | X-Download-Options: [noopen] |
119 | X-Frame-Options: [SAMEORIGIN] | 124 | X-Frame-Options: [SAMEORIGIN] |
120 | X-Permitted-Cross-Domain-Policies: [none] | 125 | X-Permitted-Cross-Domain-Policies: [none] |
121 | X-Request-Id: [e3632d13-1046-4f2a-9fbf-5b1c97186576] | 126 | X-Request-Id: [d80e18c7-3f74-4e53-8a72-7cf5424f1523] |
122 | X-Runtime: ['0.181519'] | 127 | X-Runtime: ['0.190648'] |
123 | X-XSS-Protection: [1; mode=block] | 128 | X-XSS-Protection: [1; mode=block] |
124 | content-length: ['1244'] | 129 | content-length: ['1606'] |
125 | status: {code: 200, message: OK} | 130 | status: {code: 200, message: OK} |
126 | - request: | 131 | - request: |
127 | body: status=Toot+number+3%21 | 132 | body: status=Toot+number+3%21 |
@@ -136,13 +141,14 @@ interactions: | |||
136 | method: POST | 141 | method: POST |
137 | uri: http://localhost:3000/api/v1/statuses | 142 | uri: http://localhost:3000/api/v1/statuses |
138 | response: | 143 | response: |
139 | 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 | 144 | body: {string: '{"id":"102315366641338129","created_at":"2019-06-22T13:03:17.442Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366641338129","url":"http://localhost/@mastodonpy_test/102315366641338129","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
140 | 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 | 145 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
141 | 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}'} | 146 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
147 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
148 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
142 | headers: | 149 | headers: |
143 | Cache-Control: ['max-age=0, private, must-revalidate'] | 150 | Cache-Control: ['no-cache, no-store'] |
144 | Content-Type: [application/json; charset=utf-8] | 151 | Content-Type: [application/json; charset=utf-8] |
145 | ETag: [W/"2697b5d388eab72c749cf2578f27833a"] | ||
146 | Referrer-Policy: [strict-origin-when-cross-origin] | 152 | Referrer-Policy: [strict-origin-when-cross-origin] |
147 | Transfer-Encoding: [chunked] | 153 | Transfer-Encoding: [chunked] |
148 | Vary: ['Accept-Encoding, Origin'] | 154 | Vary: ['Accept-Encoding, Origin'] |
@@ -150,10 +156,10 @@ interactions: | |||
150 | X-Download-Options: [noopen] | 156 | X-Download-Options: [noopen] |
151 | X-Frame-Options: [SAMEORIGIN] | 157 | X-Frame-Options: [SAMEORIGIN] |
152 | X-Permitted-Cross-Domain-Policies: [none] | 158 | X-Permitted-Cross-Domain-Policies: [none] |
153 | X-Request-Id: [c87595b7-7d53-4e46-bf99-12922d5eb605] | 159 | X-Request-Id: [985e8882-c695-474e-b12b-e3ee3dfddb98] |
154 | X-Runtime: ['0.154291'] | 160 | X-Runtime: ['0.179747'] |
155 | X-XSS-Protection: [1; mode=block] | 161 | X-XSS-Protection: [1; mode=block] |
156 | content-length: ['1244'] | 162 | content-length: ['1606'] |
157 | status: {code: 200, message: OK} | 163 | status: {code: 200, message: OK} |
158 | - request: | 164 | - request: |
159 | body: status=Toot+number+4%21 | 165 | body: status=Toot+number+4%21 |
@@ -168,13 +174,14 @@ interactions: | |||
168 | method: POST | 174 | method: POST |
169 | uri: http://localhost:3000/api/v1/statuses | 175 | uri: http://localhost:3000/api/v1/statuses |
170 | response: | 176 | response: |
171 | 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 | 177 | body: {string: '{"id":"102315366657898549","created_at":"2019-06-22T13:03:17.692Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366657898549","url":"http://localhost/@mastodonpy_test/102315366657898549","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
172 | 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 | 178 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
173 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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}'} | 179 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
180 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
181 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
174 | headers: | 182 | headers: |
175 | Cache-Control: ['max-age=0, private, must-revalidate'] | 183 | Cache-Control: ['no-cache, no-store'] |
176 | Content-Type: [application/json; charset=utf-8] | 184 | Content-Type: [application/json; charset=utf-8] |
177 | ETag: [W/"c0358d3782407515d5de5737633cde9b"] | ||
178 | Referrer-Policy: [strict-origin-when-cross-origin] | 185 | Referrer-Policy: [strict-origin-when-cross-origin] |
179 | Transfer-Encoding: [chunked] | 186 | Transfer-Encoding: [chunked] |
180 | Vary: ['Accept-Encoding, Origin'] | 187 | Vary: ['Accept-Encoding, Origin'] |
@@ -182,10 +189,10 @@ interactions: | |||
182 | X-Download-Options: [noopen] | 189 | X-Download-Options: [noopen] |
183 | X-Frame-Options: [SAMEORIGIN] | 190 | X-Frame-Options: [SAMEORIGIN] |
184 | X-Permitted-Cross-Domain-Policies: [none] | 191 | X-Permitted-Cross-Domain-Policies: [none] |
185 | X-Request-Id: [7b287535-9814-47f1-a67d-cccf20e85c2b] | 192 | X-Request-Id: [7c43a5ea-fc08-45d6-b523-8a095f43e227] |
186 | X-Runtime: ['0.162059'] | 193 | X-Runtime: ['0.219744'] |
187 | X-XSS-Protection: [1; mode=block] | 194 | X-XSS-Protection: [1; mode=block] |
188 | content-length: ['1244'] | 195 | content-length: ['1606'] |
189 | status: {code: 200, message: OK} | 196 | status: {code: 200, message: OK} |
190 | - request: | 197 | - request: |
191 | body: status=Toot+number+5%21 | 198 | body: status=Toot+number+5%21 |
@@ -200,13 +207,14 @@ interactions: | |||
200 | method: POST | 207 | method: POST |
201 | uri: http://localhost:3000/api/v1/statuses | 208 | uri: http://localhost:3000/api/v1/statuses |
202 | response: | 209 | response: |
203 | 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 | 210 | body: {string: '{"id":"102315366669934827","created_at":"2019-06-22T13:03:17.887Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366669934827","url":"http://localhost/@mastodonpy_test/102315366669934827","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
204 | 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 | 211 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
205 | 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}'} | 212 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
213 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
214 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
206 | headers: | 215 | headers: |
207 | Cache-Control: ['max-age=0, private, must-revalidate'] | 216 | Cache-Control: ['no-cache, no-store'] |
208 | Content-Type: [application/json; charset=utf-8] | 217 | Content-Type: [application/json; charset=utf-8] |
209 | ETag: [W/"8ad0a941f093dc07df62c7fcbda26156"] | ||
210 | Referrer-Policy: [strict-origin-when-cross-origin] | 218 | Referrer-Policy: [strict-origin-when-cross-origin] |
211 | Transfer-Encoding: [chunked] | 219 | Transfer-Encoding: [chunked] |
212 | Vary: ['Accept-Encoding, Origin'] | 220 | Vary: ['Accept-Encoding, Origin'] |
@@ -214,10 +222,10 @@ interactions: | |||
214 | X-Download-Options: [noopen] | 222 | X-Download-Options: [noopen] |
215 | X-Frame-Options: [SAMEORIGIN] | 223 | X-Frame-Options: [SAMEORIGIN] |
216 | X-Permitted-Cross-Domain-Policies: [none] | 224 | X-Permitted-Cross-Domain-Policies: [none] |
217 | X-Request-Id: [86fea40b-5aa1-4737-8cdf-fb89bcb23fc6] | 225 | X-Request-Id: [7cd03cac-23c5-4660-a0be-fde43afa54e2] |
218 | X-Runtime: ['0.209087'] | 226 | X-Runtime: ['0.189420'] |
219 | X-XSS-Protection: [1; mode=block] | 227 | X-XSS-Protection: [1; mode=block] |
220 | content-length: ['1244'] | 228 | content-length: ['1606'] |
221 | status: {code: 200, message: OK} | 229 | status: {code: 200, message: OK} |
222 | - request: | 230 | - request: |
223 | body: status=Toot+number+6%21 | 231 | body: status=Toot+number+6%21 |
@@ -232,13 +240,14 @@ interactions: | |||
232 | method: POST | 240 | method: POST |
233 | uri: http://localhost:3000/api/v1/statuses | 241 | uri: http://localhost:3000/api/v1/statuses |
234 | response: | 242 | response: |
235 | 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 | 243 | body: {string: '{"id":"102315366684250675","created_at":"2019-06-22T13:03:18.105Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366684250675","url":"http://localhost/@mastodonpy_test/102315366684250675","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
236 | 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 | 244 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
237 | 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}'} | 245 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
246 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
247 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
238 | headers: | 248 | headers: |
239 | Cache-Control: ['max-age=0, private, must-revalidate'] | 249 | Cache-Control: ['no-cache, no-store'] |
240 | Content-Type: [application/json; charset=utf-8] | 250 | Content-Type: [application/json; charset=utf-8] |
241 | ETag: [W/"6f8daedd2e2ecb1585be48945de310c2"] | ||
242 | Referrer-Policy: [strict-origin-when-cross-origin] | 251 | Referrer-Policy: [strict-origin-when-cross-origin] |
243 | Transfer-Encoding: [chunked] | 252 | Transfer-Encoding: [chunked] |
244 | Vary: ['Accept-Encoding, Origin'] | 253 | Vary: ['Accept-Encoding, Origin'] |
@@ -246,10 +255,10 @@ interactions: | |||
246 | X-Download-Options: [noopen] | 255 | X-Download-Options: [noopen] |
247 | X-Frame-Options: [SAMEORIGIN] | 256 | X-Frame-Options: [SAMEORIGIN] |
248 | X-Permitted-Cross-Domain-Policies: [none] | 257 | X-Permitted-Cross-Domain-Policies: [none] |
249 | X-Request-Id: [37d68f56-bcae-40bc-afc5-5101ad990967] | 258 | X-Request-Id: [ed574f74-7da8-4228-8432-6727b14926da] |
250 | X-Runtime: ['0.133285'] | 259 | X-Runtime: ['0.204311'] |
251 | X-XSS-Protection: [1; mode=block] | 260 | X-XSS-Protection: [1; mode=block] |
252 | content-length: ['1244'] | 261 | content-length: ['1606'] |
253 | status: {code: 200, message: OK} | 262 | status: {code: 200, message: OK} |
254 | - request: | 263 | - request: |
255 | body: status=Toot+number+7%21 | 264 | body: status=Toot+number+7%21 |
@@ -264,13 +273,14 @@ interactions: | |||
264 | method: POST | 273 | method: POST |
265 | uri: http://localhost:3000/api/v1/statuses | 274 | uri: http://localhost:3000/api/v1/statuses |
266 | response: | 275 | response: |
267 | 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 | 276 | body: {string: '{"id":"102315366697817816","created_at":"2019-06-22T13:03:18.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366697817816","url":"http://localhost/@mastodonpy_test/102315366697817816","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
268 | 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 | 277 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
269 | 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}'} | 278 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
279 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
280 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
270 | headers: | 281 | headers: |
271 | Cache-Control: ['max-age=0, private, must-revalidate'] | 282 | Cache-Control: ['no-cache, no-store'] |
272 | Content-Type: [application/json; charset=utf-8] | 283 | Content-Type: [application/json; charset=utf-8] |
273 | ETag: [W/"81ad9434a2ca234c3b049e37e5234125"] | ||
274 | Referrer-Policy: [strict-origin-when-cross-origin] | 284 | Referrer-Policy: [strict-origin-when-cross-origin] |
275 | Transfer-Encoding: [chunked] | 285 | Transfer-Encoding: [chunked] |
276 | Vary: ['Accept-Encoding, Origin'] | 286 | Vary: ['Accept-Encoding, Origin'] |
@@ -278,10 +288,10 @@ interactions: | |||
278 | X-Download-Options: [noopen] | 288 | X-Download-Options: [noopen] |
279 | X-Frame-Options: [SAMEORIGIN] | 289 | X-Frame-Options: [SAMEORIGIN] |
280 | X-Permitted-Cross-Domain-Policies: [none] | 290 | X-Permitted-Cross-Domain-Policies: [none] |
281 | X-Request-Id: [d0fa2a1c-8e7b-4337-8a2f-5ba03384b3ef] | 291 | X-Request-Id: [72158125-a351-4e9f-a6d1-bdad8b2d2958] |
282 | X-Runtime: ['0.153023'] | 292 | X-Runtime: ['0.186293'] |
283 | X-XSS-Protection: [1; mode=block] | 293 | X-XSS-Protection: [1; mode=block] |
284 | content-length: ['1244'] | 294 | content-length: ['1606'] |
285 | status: {code: 200, message: OK} | 295 | status: {code: 200, message: OK} |
286 | - request: | 296 | - request: |
287 | body: status=Toot+number+8%21 | 297 | body: status=Toot+number+8%21 |
@@ -296,13 +306,14 @@ interactions: | |||
296 | method: POST | 306 | method: POST |
297 | uri: http://localhost:3000/api/v1/statuses | 307 | uri: http://localhost:3000/api/v1/statuses |
298 | response: | 308 | response: |
299 | 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 | 309 | body: {string: '{"id":"102315366709537680","created_at":"2019-06-22T13:03:18.481Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366709537680","url":"http://localhost/@mastodonpy_test/102315366709537680","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
300 | 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 | 310 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
301 | 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}'} | 311 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
312 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
313 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
302 | headers: | 314 | headers: |
303 | Cache-Control: ['max-age=0, private, must-revalidate'] | 315 | Cache-Control: ['no-cache, no-store'] |
304 | Content-Type: [application/json; charset=utf-8] | 316 | Content-Type: [application/json; charset=utf-8] |
305 | ETag: [W/"c0ccd796635e52917d5605f3c0ecfcfd"] | ||
306 | Referrer-Policy: [strict-origin-when-cross-origin] | 317 | Referrer-Policy: [strict-origin-when-cross-origin] |
307 | Transfer-Encoding: [chunked] | 318 | Transfer-Encoding: [chunked] |
308 | Vary: ['Accept-Encoding, Origin'] | 319 | Vary: ['Accept-Encoding, Origin'] |
@@ -310,10 +321,10 @@ interactions: | |||
310 | X-Download-Options: [noopen] | 321 | X-Download-Options: [noopen] |
311 | X-Frame-Options: [SAMEORIGIN] | 322 | X-Frame-Options: [SAMEORIGIN] |
312 | X-Permitted-Cross-Domain-Policies: [none] | 323 | X-Permitted-Cross-Domain-Policies: [none] |
313 | X-Request-Id: [4fa0c87b-6c47-43f8-a95f-d188dc40c6e3] | 324 | X-Request-Id: [9b2d5e06-35a1-4776-831e-dd29349cf748] |
314 | X-Runtime: ['0.122748'] | 325 | X-Runtime: ['0.169225'] |
315 | X-XSS-Protection: [1; mode=block] | 326 | X-XSS-Protection: [1; mode=block] |
316 | content-length: ['1245'] | 327 | content-length: ['1606'] |
317 | status: {code: 200, message: OK} | 328 | status: {code: 200, message: OK} |
318 | - request: | 329 | - request: |
319 | body: status=Toot+number+9%21 | 330 | body: status=Toot+number+9%21 |
@@ -328,13 +339,14 @@ interactions: | |||
328 | method: POST | 339 | method: POST |
329 | uri: http://localhost:3000/api/v1/statuses | 340 | uri: http://localhost:3000/api/v1/statuses |
330 | response: | 341 | response: |
331 | 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 | 342 | body: {string: '{"id":"102315366720652298","created_at":"2019-06-22T13:03:18.649Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366720652298","url":"http://localhost/@mastodonpy_test/102315366720652298","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
332 | 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 | 343 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
333 | 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}'} | 344 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
345 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
346 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
334 | headers: | 347 | headers: |
335 | Cache-Control: ['max-age=0, private, must-revalidate'] | 348 | Cache-Control: ['no-cache, no-store'] |
336 | Content-Type: [application/json; charset=utf-8] | 349 | Content-Type: [application/json; charset=utf-8] |
337 | ETag: [W/"63402f94b92b096f5f6023baea73eb97"] | ||
338 | Referrer-Policy: [strict-origin-when-cross-origin] | 350 | Referrer-Policy: [strict-origin-when-cross-origin] |
339 | Transfer-Encoding: [chunked] | 351 | Transfer-Encoding: [chunked] |
340 | Vary: ['Accept-Encoding, Origin'] | 352 | Vary: ['Accept-Encoding, Origin'] |
@@ -342,10 +354,10 @@ interactions: | |||
342 | X-Download-Options: [noopen] | 354 | X-Download-Options: [noopen] |
343 | X-Frame-Options: [SAMEORIGIN] | 355 | X-Frame-Options: [SAMEORIGIN] |
344 | X-Permitted-Cross-Domain-Policies: [none] | 356 | X-Permitted-Cross-Domain-Policies: [none] |
345 | X-Request-Id: [ed3d2080-3464-4243-9ae9-0770b3bcbf00] | 357 | X-Request-Id: [f430c921-3562-4a44-a03b-1489e9fd3555] |
346 | X-Runtime: ['0.160597'] | 358 | X-Runtime: ['0.160905'] |
347 | X-XSS-Protection: [1; mode=block] | 359 | X-XSS-Protection: [1; mode=block] |
348 | content-length: ['1245'] | 360 | content-length: ['1607'] |
349 | status: {code: 200, message: OK} | 361 | status: {code: 200, message: OK} |
350 | - request: | 362 | - request: |
351 | body: null | 363 | body: null |
@@ -358,23 +370,32 @@ interactions: | |||
358 | method: GET | 370 | method: GET |
359 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 | 371 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 |
360 | response: | 372 | response: |
361 | 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 | 373 | body: {string: '[{"id":"102315366720652298","created_at":"2019-06-22T13:03:18.649Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366720652298","url":"http://localhost/@mastodonpy_test/102315366720652298","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
362 | 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 | 374 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
363 | 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 | 375 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
364 | 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 | 376 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
365 | 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 | 377 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366709537680","created_at":"2019-06-22T13:03:18.481Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366709537680","url":"http://localhost/@mastodonpy_test/102315366709537680","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
366 | 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 | 378 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
367 | 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 | 379 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
368 | 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 | 380 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
369 | 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 | 381 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366697817816","created_at":"2019-06-22T13:03:18.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366697817816","url":"http://localhost/@mastodonpy_test/102315366697817816","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
370 | 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 | 382 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
371 | 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}]'} | 383 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
372 | headers: | 384 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
373 | Cache-Control: ['max-age=0, private, must-revalidate'] | 385 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366684250675","created_at":"2019-06-22T13:03:18.105Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366684250675","url":"http://localhost/@mastodonpy_test/102315366684250675","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
386 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
387 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
388 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
389 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366669934827","created_at":"2019-06-22T13:03:17.887Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366669934827","url":"http://localhost/@mastodonpy_test/102315366669934827","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
390 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
391 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
392 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
393 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
394 | headers: | ||
395 | Cache-Control: ['no-cache, no-store'] | ||
374 | Content-Type: [application/json; charset=utf-8] | 396 | Content-Type: [application/json; charset=utf-8] |
375 | ETag: [W/"079c4678e55713a294c7da7fa211d7ca"] | 397 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366669934827>; |
376 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102000161249961657>; | 398 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366720652298>; |
377 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102000161292659239>; | ||
378 | rel="prev"'] | 399 | rel="prev"'] |
379 | Referrer-Policy: [strict-origin-when-cross-origin] | 400 | Referrer-Policy: [strict-origin-when-cross-origin] |
380 | Transfer-Encoding: [chunked] | 401 | Transfer-Encoding: [chunked] |
@@ -383,10 +404,10 @@ interactions: | |||
383 | X-Download-Options: [noopen] | 404 | X-Download-Options: [noopen] |
384 | X-Frame-Options: [SAMEORIGIN] | 405 | X-Frame-Options: [SAMEORIGIN] |
385 | X-Permitted-Cross-Domain-Policies: [none] | 406 | X-Permitted-Cross-Domain-Policies: [none] |
386 | X-Request-Id: [395869fc-4103-4474-b9ed-7d91c92d16a9] | 407 | X-Request-Id: [e1dcb248-28f7-4537-8e50-627f9897e1ab] |
387 | X-Runtime: ['0.122006'] | 408 | X-Runtime: ['0.098705'] |
388 | X-XSS-Protection: [1; mode=block] | 409 | X-XSS-Protection: [1; mode=block] |
389 | content-length: ['6231'] | 410 | content-length: ['8041'] |
390 | status: {code: 200, message: OK} | 411 | status: {code: 200, message: OK} |
391 | - request: | 412 | - request: |
392 | body: null | 413 | body: null |
@@ -397,25 +418,34 @@ interactions: | |||
397 | Connection: [keep-alive] | 418 | Connection: [keep-alive] |
398 | User-Agent: [python-requests/2.18.4] | 419 | User-Agent: [python-requests/2.18.4] |
399 | method: GET | 420 | method: GET |
400 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102000161249961657 | 421 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366669934827 |
401 | response: | 422 | response: |
402 | 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 | 423 | body: {string: '[{"id":"102315366657898549","created_at":"2019-06-22T13:03:17.692Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366657898549","url":"http://localhost/@mastodonpy_test/102315366657898549","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
403 | 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 | 424 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
404 | 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 | 425 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
405 | 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 | 426 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
406 | 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 | 427 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366641338129","created_at":"2019-06-22T13:03:17.442Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366641338129","url":"http://localhost/@mastodonpy_test/102315366641338129","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
407 | 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 | 428 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
408 | 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 | 429 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
409 | 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 | 430 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
410 | 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 | 431 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366629168673","created_at":"2019-06-22T13:03:17.254Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366629168673","url":"http://localhost/@mastodonpy_test/102315366629168673","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
411 | 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 | 432 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
412 | 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}]'} | 433 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
413 | headers: | 434 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
414 | Cache-Control: ['max-age=0, private, must-revalidate'] | 435 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366615763740","created_at":"2019-06-22T13:03:17.050Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366615763740","url":"http://localhost/@mastodonpy_test/102315366615763740","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
436 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
437 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
438 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
439 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366603530978","created_at":"2019-06-22T13:03:16.867Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366603530978","url":"http://localhost/@mastodonpy_test/102315366603530978","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
440 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
441 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
442 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
443 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
444 | headers: | ||
445 | Cache-Control: ['no-cache, no-store'] | ||
415 | Content-Type: [application/json; charset=utf-8] | 446 | Content-Type: [application/json; charset=utf-8] |
416 | ETag: [W/"b6fb5b1200d40547e3c8ff4a92c60362"] | 447 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366603530978>; |
417 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102000161189451771>; | 448 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366657898549>; |
418 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102000161238146760>; | ||
419 | rel="prev"'] | 449 | rel="prev"'] |
420 | Referrer-Policy: [strict-origin-when-cross-origin] | 450 | Referrer-Policy: [strict-origin-when-cross-origin] |
421 | Transfer-Encoding: [chunked] | 451 | Transfer-Encoding: [chunked] |
@@ -424,10 +454,10 @@ interactions: | |||
424 | X-Download-Options: [noopen] | 454 | X-Download-Options: [noopen] |
425 | X-Frame-Options: [SAMEORIGIN] | 455 | X-Frame-Options: [SAMEORIGIN] |
426 | X-Permitted-Cross-Domain-Policies: [none] | 456 | X-Permitted-Cross-Domain-Policies: [none] |
427 | X-Request-Id: [1e1583e9-ffb7-4b4b-a0d9-794a1915e0dc] | 457 | X-Request-Id: [c5b08242-8b37-404e-afa5-d5887fe1a4f7] |
428 | X-Runtime: ['0.090210'] | 458 | X-Runtime: ['0.102872'] |
429 | X-XSS-Protection: [1; mode=block] | 459 | X-XSS-Protection: [1; mode=block] |
430 | content-length: ['6231'] | 460 | content-length: ['8041'] |
431 | status: {code: 200, message: OK} | 461 | status: {code: 200, message: OK} |
432 | - request: | 462 | - request: |
433 | body: null | 463 | body: null |
@@ -438,25 +468,34 @@ interactions: | |||
438 | Connection: [keep-alive] | 468 | Connection: [keep-alive] |
439 | User-Agent: [python-requests/2.18.4] | 469 | User-Agent: [python-requests/2.18.4] |
440 | method: GET | 470 | method: GET |
441 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102000161238146760 | 471 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366657898549 |
442 | response: | 472 | response: |
443 | 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 | 473 | body: {string: '[{"id":"102315366720652298","created_at":"2019-06-22T13:03:18.649Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366720652298","url":"http://localhost/@mastodonpy_test/102315366720652298","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
444 | 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 | 474 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
445 | 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 | 475 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
446 | 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 | 476 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
447 | 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 | 477 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366709537680","created_at":"2019-06-22T13:03:18.481Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366709537680","url":"http://localhost/@mastodonpy_test/102315366709537680","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
448 | 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 | 478 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
449 | 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 | 479 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
450 | 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 | 480 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
451 | 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 | 481 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366697817816","created_at":"2019-06-22T13:03:18.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366697817816","url":"http://localhost/@mastodonpy_test/102315366697817816","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
452 | 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 | 482 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
453 | 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}]'} | 483 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
454 | headers: | 484 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
455 | Cache-Control: ['max-age=0, private, must-revalidate'] | 485 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366684250675","created_at":"2019-06-22T13:03:18.105Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366684250675","url":"http://localhost/@mastodonpy_test/102315366684250675","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
486 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
487 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
488 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
489 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366669934827","created_at":"2019-06-22T13:03:17.887Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366669934827","url":"http://localhost/@mastodonpy_test/102315366669934827","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
490 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
491 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
492 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
493 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
494 | headers: | ||
495 | Cache-Control: ['no-cache, no-store'] | ||
456 | Content-Type: [application/json; charset=utf-8] | 496 | Content-Type: [application/json; charset=utf-8] |
457 | ETag: [W/"079c4678e55713a294c7da7fa211d7ca"] | 497 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366669934827>; |
458 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102000161249961657>; | 498 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366720652298>; |
459 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102000161292659239>; | ||
460 | rel="prev"'] | 499 | rel="prev"'] |
461 | Referrer-Policy: [strict-origin-when-cross-origin] | 500 | Referrer-Policy: [strict-origin-when-cross-origin] |
462 | Transfer-Encoding: [chunked] | 501 | Transfer-Encoding: [chunked] |
@@ -465,10 +504,10 @@ interactions: | |||
465 | X-Download-Options: [noopen] | 504 | X-Download-Options: [noopen] |
466 | X-Frame-Options: [SAMEORIGIN] | 505 | X-Frame-Options: [SAMEORIGIN] |
467 | X-Permitted-Cross-Domain-Policies: [none] | 506 | X-Permitted-Cross-Domain-Policies: [none] |
468 | X-Request-Id: [00ce753d-18a4-48e7-b96a-55478ec4e1ca] | 507 | X-Request-Id: [f57fa548-f5b3-4a14-9332-f97588c33f59] |
469 | X-Runtime: ['0.075277'] | 508 | X-Runtime: ['0.101904'] |
470 | X-XSS-Protection: [1; mode=block] | 509 | X-XSS-Protection: [1; mode=block] |
471 | content-length: ['6231'] | 510 | content-length: ['8041'] |
472 | status: {code: 200, message: OK} | 511 | status: {code: 200, message: OK} |
473 | - request: | 512 | - request: |
474 | body: null | 513 | body: null |
@@ -480,13 +519,15 @@ interactions: | |||
480 | Content-Length: ['0'] | 519 | Content-Length: ['0'] |
481 | User-Agent: [python-requests/2.18.4] | 520 | User-Agent: [python-requests/2.18.4] |
482 | method: DELETE | 521 | method: DELETE |
483 | uri: http://localhost:3000/api/v1/statuses/102000161189451771 | 522 | uri: http://localhost:3000/api/v1/statuses/102315366603530978 |
484 | response: | 523 | response: |
485 | body: {string: '{}'} | 524 | body: {string: '{"id":"102315366603530978","created_at":"2019-06-22T13:03:16.867Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366603530978","url":"http://localhost/@mastodonpy_test/102315366603530978","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
525 | number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
526 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
527 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
486 | headers: | 528 | headers: |
487 | Cache-Control: ['max-age=0, private, must-revalidate'] | 529 | Cache-Control: ['no-cache, no-store'] |
488 | Content-Type: [application/json; charset=utf-8] | 530 | Content-Type: [application/json; charset=utf-8] |
489 | ETag: [W/"e37ffd79cee25ef09f5f303be0dd47bf"] | ||
490 | Referrer-Policy: [strict-origin-when-cross-origin] | 531 | Referrer-Policy: [strict-origin-when-cross-origin] |
491 | Transfer-Encoding: [chunked] | 532 | Transfer-Encoding: [chunked] |
492 | Vary: ['Accept-Encoding, Origin'] | 533 | Vary: ['Accept-Encoding, Origin'] |
@@ -494,10 +535,10 @@ interactions: | |||
494 | X-Download-Options: [noopen] | 535 | X-Download-Options: [noopen] |
495 | X-Frame-Options: [SAMEORIGIN] | 536 | X-Frame-Options: [SAMEORIGIN] |
496 | X-Permitted-Cross-Domain-Policies: [none] | 537 | X-Permitted-Cross-Domain-Policies: [none] |
497 | X-Request-Id: [d7ee1ed5-4224-41a3-bcf4-a36c142fc28f] | 538 | X-Request-Id: [30080a9c-9861-4555-9c93-8678333a440c] |
498 | X-Runtime: ['0.022893'] | 539 | X-Runtime: ['0.073961'] |
499 | X-XSS-Protection: [1; mode=block] | 540 | X-XSS-Protection: [1; mode=block] |
500 | content-length: ['2'] | 541 | content-length: ['1577'] |
501 | status: {code: 200, message: OK} | 542 | status: {code: 200, message: OK} |
502 | - request: | 543 | - request: |
503 | body: null | 544 | body: null |
@@ -509,13 +550,15 @@ interactions: | |||
509 | Content-Length: ['0'] | 550 | Content-Length: ['0'] |
510 | User-Agent: [python-requests/2.18.4] | 551 | User-Agent: [python-requests/2.18.4] |
511 | method: DELETE | 552 | method: DELETE |
512 | uri: http://localhost:3000/api/v1/statuses/102000161200274469 | 553 | uri: http://localhost:3000/api/v1/statuses/102315366615763740 |
513 | response: | 554 | response: |
514 | body: {string: '{}'} | 555 | body: {string: '{"id":"102315366615763740","created_at":"2019-06-22T13:03:17.050Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366615763740","url":"http://localhost/@mastodonpy_test/102315366615763740","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
556 | number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
557 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
558 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
515 | headers: | 559 | headers: |
516 | Cache-Control: ['max-age=0, private, must-revalidate'] | 560 | Cache-Control: ['no-cache, no-store'] |
517 | Content-Type: [application/json; charset=utf-8] | 561 | Content-Type: [application/json; charset=utf-8] |
518 | ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] | ||
519 | Referrer-Policy: [strict-origin-when-cross-origin] | 562 | Referrer-Policy: [strict-origin-when-cross-origin] |
520 | Transfer-Encoding: [chunked] | 563 | Transfer-Encoding: [chunked] |
521 | Vary: ['Accept-Encoding, Origin'] | 564 | Vary: ['Accept-Encoding, Origin'] |
@@ -523,10 +566,10 @@ interactions: | |||
523 | X-Download-Options: [noopen] | 566 | X-Download-Options: [noopen] |
524 | X-Frame-Options: [SAMEORIGIN] | 567 | X-Frame-Options: [SAMEORIGIN] |
525 | X-Permitted-Cross-Domain-Policies: [none] | 568 | X-Permitted-Cross-Domain-Policies: [none] |
526 | X-Request-Id: [ae81c5ce-ede2-4479-87e1-ec9f1cf84aef] | 569 | X-Request-Id: [9f0a91af-0494-489e-b13d-1cd1b2d0c633] |
527 | X-Runtime: ['0.044945'] | 570 | X-Runtime: ['0.110368'] |
528 | X-XSS-Protection: [1; mode=block] | 571 | X-XSS-Protection: [1; mode=block] |
529 | content-length: ['2'] | 572 | content-length: ['1576'] |
530 | status: {code: 200, message: OK} | 573 | status: {code: 200, message: OK} |
531 | - request: | 574 | - request: |
532 | body: null | 575 | body: null |
@@ -538,13 +581,15 @@ interactions: | |||
538 | Content-Length: ['0'] | 581 | Content-Length: ['0'] |
539 | User-Agent: [python-requests/2.18.4] | 582 | User-Agent: [python-requests/2.18.4] |
540 | method: DELETE | 583 | method: DELETE |
541 | uri: http://localhost:3000/api/v1/statuses/102000161212425872 | 584 | uri: http://localhost:3000/api/v1/statuses/102315366629168673 |
542 | response: | 585 | response: |
543 | body: {string: '{}'} | 586 | body: {string: '{"id":"102315366629168673","created_at":"2019-06-22T13:03:17.254Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366629168673","url":"http://localhost/@mastodonpy_test/102315366629168673","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
587 | number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
588 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
589 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
544 | headers: | 590 | headers: |
545 | Cache-Control: ['max-age=0, private, must-revalidate'] | 591 | Cache-Control: ['no-cache, no-store'] |
546 | Content-Type: [application/json; charset=utf-8] | 592 | Content-Type: [application/json; charset=utf-8] |
547 | ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] | ||
548 | Referrer-Policy: [strict-origin-when-cross-origin] | 593 | Referrer-Policy: [strict-origin-when-cross-origin] |
549 | Transfer-Encoding: [chunked] | 594 | Transfer-Encoding: [chunked] |
550 | Vary: ['Accept-Encoding, Origin'] | 595 | Vary: ['Accept-Encoding, Origin'] |
@@ -552,10 +597,10 @@ interactions: | |||
552 | X-Download-Options: [noopen] | 597 | X-Download-Options: [noopen] |
553 | X-Frame-Options: [SAMEORIGIN] | 598 | X-Frame-Options: [SAMEORIGIN] |
554 | X-Permitted-Cross-Domain-Policies: [none] | 599 | X-Permitted-Cross-Domain-Policies: [none] |
555 | X-Request-Id: [8e2a850d-2c16-409a-b7a4-d6111d7fd338] | 600 | X-Request-Id: [a4ddac92-f587-4d18-87d4-8c8a0b0233ab] |
556 | X-Runtime: ['0.102155'] | 601 | X-Runtime: ['0.115683'] |
557 | X-XSS-Protection: [1; mode=block] | 602 | X-XSS-Protection: [1; mode=block] |
558 | content-length: ['2'] | 603 | content-length: ['1576'] |
559 | status: {code: 200, message: OK} | 604 | status: {code: 200, message: OK} |
560 | - request: | 605 | - request: |
561 | body: null | 606 | body: null |
@@ -567,13 +612,15 @@ interactions: | |||
567 | Content-Length: ['0'] | 612 | Content-Length: ['0'] |
568 | User-Agent: [python-requests/2.18.4] | 613 | User-Agent: [python-requests/2.18.4] |
569 | method: DELETE | 614 | method: DELETE |
570 | uri: http://localhost:3000/api/v1/statuses/102000161224705674 | 615 | uri: http://localhost:3000/api/v1/statuses/102315366641338129 |
571 | response: | 616 | response: |
572 | body: {string: '{}'} | 617 | body: {string: '{"id":"102315366641338129","created_at":"2019-06-22T13:03:17.442Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366641338129","url":"http://localhost/@mastodonpy_test/102315366641338129","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
618 | number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
619 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
620 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
573 | headers: | 621 | headers: |
574 | Cache-Control: ['max-age=0, private, must-revalidate'] | 622 | Cache-Control: ['no-cache, no-store'] |
575 | Content-Type: [application/json; charset=utf-8] | 623 | Content-Type: [application/json; charset=utf-8] |
576 | ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] | ||
577 | Referrer-Policy: [strict-origin-when-cross-origin] | 624 | Referrer-Policy: [strict-origin-when-cross-origin] |
578 | Transfer-Encoding: [chunked] | 625 | Transfer-Encoding: [chunked] |
579 | Vary: ['Accept-Encoding, Origin'] | 626 | Vary: ['Accept-Encoding, Origin'] |
@@ -581,10 +628,10 @@ interactions: | |||
581 | X-Download-Options: [noopen] | 628 | X-Download-Options: [noopen] |
582 | X-Frame-Options: [SAMEORIGIN] | 629 | X-Frame-Options: [SAMEORIGIN] |
583 | X-Permitted-Cross-Domain-Policies: [none] | 630 | X-Permitted-Cross-Domain-Policies: [none] |
584 | X-Request-Id: [a2a2617b-633a-4fcb-91f4-860f3be179ab] | 631 | X-Request-Id: [43c457a6-0b4a-48a7-bf26-991d4e6d26bb] |
585 | X-Runtime: ['0.071496'] | 632 | X-Runtime: ['0.113161'] |
586 | X-XSS-Protection: [1; mode=block] | 633 | X-XSS-Protection: [1; mode=block] |
587 | content-length: ['2'] | 634 | content-length: ['1576'] |
588 | status: {code: 200, message: OK} | 635 | status: {code: 200, message: OK} |
589 | - request: | 636 | - request: |
590 | body: null | 637 | body: null |
@@ -596,13 +643,15 @@ interactions: | |||
596 | Content-Length: ['0'] | 643 | Content-Length: ['0'] |
597 | User-Agent: [python-requests/2.18.4] | 644 | User-Agent: [python-requests/2.18.4] |
598 | method: DELETE | 645 | method: DELETE |
599 | uri: http://localhost:3000/api/v1/statuses/102000161238146760 | 646 | uri: http://localhost:3000/api/v1/statuses/102315366657898549 |
600 | response: | 647 | response: |
601 | body: {string: '{}'} | 648 | body: {string: '{"id":"102315366657898549","created_at":"2019-06-22T13:03:17.692Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366657898549","url":"http://localhost/@mastodonpy_test/102315366657898549","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
649 | number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
650 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
651 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
602 | headers: | 652 | headers: |
603 | Cache-Control: ['max-age=0, private, must-revalidate'] | 653 | Cache-Control: ['no-cache, no-store'] |
604 | Content-Type: [application/json; charset=utf-8] | 654 | Content-Type: [application/json; charset=utf-8] |
605 | ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] | ||
606 | Referrer-Policy: [strict-origin-when-cross-origin] | 655 | Referrer-Policy: [strict-origin-when-cross-origin] |
607 | Transfer-Encoding: [chunked] | 656 | Transfer-Encoding: [chunked] |
608 | Vary: ['Accept-Encoding, Origin'] | 657 | Vary: ['Accept-Encoding, Origin'] |
@@ -610,10 +659,10 @@ interactions: | |||
610 | X-Download-Options: [noopen] | 659 | X-Download-Options: [noopen] |
611 | X-Frame-Options: [SAMEORIGIN] | 660 | X-Frame-Options: [SAMEORIGIN] |
612 | X-Permitted-Cross-Domain-Policies: [none] | 661 | X-Permitted-Cross-Domain-Policies: [none] |
613 | X-Request-Id: [0351d7f2-5293-4278-89e3-c1f940ead798] | 662 | X-Request-Id: [db374430-cb0c-4d8f-b5f3-55c014fb6486] |
614 | X-Runtime: ['0.078626'] | 663 | X-Runtime: ['0.103669'] |
615 | X-XSS-Protection: [1; mode=block] | 664 | X-XSS-Protection: [1; mode=block] |
616 | content-length: ['2'] | 665 | content-length: ['1576'] |
617 | status: {code: 200, message: OK} | 666 | status: {code: 200, message: OK} |
618 | - request: | 667 | - request: |
619 | body: null | 668 | body: null |
@@ -625,13 +674,15 @@ interactions: | |||
625 | Content-Length: ['0'] | 674 | Content-Length: ['0'] |
626 | User-Agent: [python-requests/2.18.4] | 675 | User-Agent: [python-requests/2.18.4] |
627 | method: DELETE | 676 | method: DELETE |
628 | uri: http://localhost:3000/api/v1/statuses/102000161249961657 | 677 | uri: http://localhost:3000/api/v1/statuses/102315366669934827 |
629 | response: | 678 | response: |
630 | body: {string: '{}'} | 679 | body: {string: '{"id":"102315366669934827","created_at":"2019-06-22T13:03:17.887Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366669934827","url":"http://localhost/@mastodonpy_test/102315366669934827","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
680 | number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
681 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
682 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
631 | headers: | 683 | headers: |
632 | Cache-Control: ['max-age=0, private, must-revalidate'] | 684 | Cache-Control: ['no-cache, no-store'] |
633 | Content-Type: [application/json; charset=utf-8] | 685 | Content-Type: [application/json; charset=utf-8] |
634 | ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] | ||
635 | Referrer-Policy: [strict-origin-when-cross-origin] | 686 | Referrer-Policy: [strict-origin-when-cross-origin] |
636 | Transfer-Encoding: [chunked] | 687 | Transfer-Encoding: [chunked] |
637 | Vary: ['Accept-Encoding, Origin'] | 688 | Vary: ['Accept-Encoding, Origin'] |
@@ -639,10 +690,10 @@ interactions: | |||
639 | X-Download-Options: [noopen] | 690 | X-Download-Options: [noopen] |
640 | X-Frame-Options: [SAMEORIGIN] | 691 | X-Frame-Options: [SAMEORIGIN] |
641 | X-Permitted-Cross-Domain-Policies: [none] | 692 | X-Permitted-Cross-Domain-Policies: [none] |
642 | X-Request-Id: [8f4f0d79-87c1-4ebb-80d2-4c5a12b59603] | 693 | X-Request-Id: [8a3d5d0d-9af5-453a-b6ae-fe86d94b2007] |
643 | X-Runtime: ['0.114356'] | 694 | X-Runtime: ['0.099905'] |
644 | X-XSS-Protection: [1; mode=block] | 695 | X-XSS-Protection: [1; mode=block] |
645 | content-length: ['2'] | 696 | content-length: ['1576'] |
646 | status: {code: 200, message: OK} | 697 | status: {code: 200, message: OK} |
647 | - request: | 698 | - request: |
648 | body: null | 699 | body: null |
@@ -654,13 +705,15 @@ interactions: | |||
654 | Content-Length: ['0'] | 705 | Content-Length: ['0'] |
655 | User-Agent: [python-requests/2.18.4] | 706 | User-Agent: [python-requests/2.18.4] |
656 | method: DELETE | 707 | method: DELETE |
657 | uri: http://localhost:3000/api/v1/statuses/102000161261257600 | 708 | uri: http://localhost:3000/api/v1/statuses/102315366684250675 |
658 | response: | 709 | response: |
659 | body: {string: '{}'} | 710 | body: {string: '{"id":"102315366684250675","created_at":"2019-06-22T13:03:18.105Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366684250675","url":"http://localhost/@mastodonpy_test/102315366684250675","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
711 | number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
712 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
713 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
660 | headers: | 714 | headers: |
661 | Cache-Control: ['max-age=0, private, must-revalidate'] | 715 | Cache-Control: ['no-cache, no-store'] |
662 | Content-Type: [application/json; charset=utf-8] | 716 | Content-Type: [application/json; charset=utf-8] |
663 | ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] | ||
664 | Referrer-Policy: [strict-origin-when-cross-origin] | 717 | Referrer-Policy: [strict-origin-when-cross-origin] |
665 | Transfer-Encoding: [chunked] | 718 | Transfer-Encoding: [chunked] |
666 | Vary: ['Accept-Encoding, Origin'] | 719 | Vary: ['Accept-Encoding, Origin'] |
@@ -668,10 +721,10 @@ interactions: | |||
668 | X-Download-Options: [noopen] | 721 | X-Download-Options: [noopen] |
669 | X-Frame-Options: [SAMEORIGIN] | 722 | X-Frame-Options: [SAMEORIGIN] |
670 | X-Permitted-Cross-Domain-Policies: [none] | 723 | X-Permitted-Cross-Domain-Policies: [none] |
671 | X-Request-Id: [97204832-d71d-4412-80de-6e2a95fc41a6] | 724 | X-Request-Id: [a78d3e1a-7f4e-47b4-ac56-9ab8338fe80e] |
672 | X-Runtime: ['0.070673'] | 725 | X-Runtime: ['0.099784'] |
673 | X-XSS-Protection: [1; mode=block] | 726 | X-XSS-Protection: [1; mode=block] |
674 | content-length: ['2'] | 727 | content-length: ['1576'] |
675 | status: {code: 200, message: OK} | 728 | status: {code: 200, message: OK} |
676 | - request: | 729 | - request: |
677 | body: null | 730 | body: null |
@@ -683,13 +736,15 @@ interactions: | |||
683 | Content-Length: ['0'] | 736 | Content-Length: ['0'] |
684 | User-Agent: [python-requests/2.18.4] | 737 | User-Agent: [python-requests/2.18.4] |
685 | method: DELETE | 738 | method: DELETE |
686 | uri: http://localhost:3000/api/v1/statuses/102000161271695986 | 739 | uri: http://localhost:3000/api/v1/statuses/102315366697817816 |
687 | response: | 740 | response: |
688 | body: {string: '{}'} | 741 | body: {string: '{"id":"102315366697817816","created_at":"2019-06-22T13:03:18.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366697817816","url":"http://localhost/@mastodonpy_test/102315366697817816","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
742 | number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
743 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
744 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
689 | headers: | 745 | headers: |
690 | Cache-Control: ['max-age=0, private, must-revalidate'] | 746 | Cache-Control: ['no-cache, no-store'] |
691 | Content-Type: [application/json; charset=utf-8] | 747 | Content-Type: [application/json; charset=utf-8] |
692 | ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] | ||
693 | Referrer-Policy: [strict-origin-when-cross-origin] | 748 | Referrer-Policy: [strict-origin-when-cross-origin] |
694 | Transfer-Encoding: [chunked] | 749 | Transfer-Encoding: [chunked] |
695 | Vary: ['Accept-Encoding, Origin'] | 750 | Vary: ['Accept-Encoding, Origin'] |
@@ -697,10 +752,10 @@ interactions: | |||
697 | X-Download-Options: [noopen] | 752 | X-Download-Options: [noopen] |
698 | X-Frame-Options: [SAMEORIGIN] | 753 | X-Frame-Options: [SAMEORIGIN] |
699 | X-Permitted-Cross-Domain-Policies: [none] | 754 | X-Permitted-Cross-Domain-Policies: [none] |
700 | X-Request-Id: [a478af44-6f91-48ea-b41c-4e3ea58867b6] | 755 | X-Request-Id: [375689bb-f0d8-4969-a3bd-207dea99bb11] |
701 | X-Runtime: ['0.069658'] | 756 | X-Runtime: ['0.101836'] |
702 | X-XSS-Protection: [1; mode=block] | 757 | X-XSS-Protection: [1; mode=block] |
703 | content-length: ['2'] | 758 | content-length: ['1576'] |
704 | status: {code: 200, message: OK} | 759 | status: {code: 200, message: OK} |
705 | - request: | 760 | - request: |
706 | body: null | 761 | body: null |
@@ -712,13 +767,15 @@ interactions: | |||
712 | Content-Length: ['0'] | 767 | Content-Length: ['0'] |
713 | User-Agent: [python-requests/2.18.4] | 768 | User-Agent: [python-requests/2.18.4] |
714 | method: DELETE | 769 | method: DELETE |
715 | uri: http://localhost:3000/api/v1/statuses/102000161281672463 | 770 | uri: http://localhost:3000/api/v1/statuses/102315366709537680 |
716 | response: | 771 | response: |
717 | body: {string: '{}'} | 772 | body: {string: '{"id":"102315366709537680","created_at":"2019-06-22T13:03:18.481Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366709537680","url":"http://localhost/@mastodonpy_test/102315366709537680","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
773 | number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
774 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
775 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
718 | headers: | 776 | headers: |
719 | Cache-Control: ['max-age=0, private, must-revalidate'] | 777 | Cache-Control: ['no-cache, no-store'] |
720 | Content-Type: [application/json; charset=utf-8] | 778 | Content-Type: [application/json; charset=utf-8] |
721 | ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] | ||
722 | Referrer-Policy: [strict-origin-when-cross-origin] | 779 | Referrer-Policy: [strict-origin-when-cross-origin] |
723 | Transfer-Encoding: [chunked] | 780 | Transfer-Encoding: [chunked] |
724 | Vary: ['Accept-Encoding, Origin'] | 781 | Vary: ['Accept-Encoding, Origin'] |
@@ -726,10 +783,10 @@ interactions: | |||
726 | X-Download-Options: [noopen] | 783 | X-Download-Options: [noopen] |
727 | X-Frame-Options: [SAMEORIGIN] | 784 | X-Frame-Options: [SAMEORIGIN] |
728 | X-Permitted-Cross-Domain-Policies: [none] | 785 | X-Permitted-Cross-Domain-Policies: [none] |
729 | X-Request-Id: [4864f9b3-0690-4132-a8e0-ff68b465f17d] | 786 | X-Request-Id: [cb5b473c-f0bb-4449-a38b-2655261172ef] |
730 | X-Runtime: ['0.061718'] | 787 | X-Runtime: ['0.099494'] |
731 | X-XSS-Protection: [1; mode=block] | 788 | X-XSS-Protection: [1; mode=block] |
732 | content-length: ['2'] | 789 | content-length: ['1576'] |
733 | status: {code: 200, message: OK} | 790 | status: {code: 200, message: OK} |
734 | - request: | 791 | - request: |
735 | body: null | 792 | body: null |
@@ -741,13 +798,15 @@ interactions: | |||
741 | Content-Length: ['0'] | 798 | Content-Length: ['0'] |
742 | User-Agent: [python-requests/2.18.4] | 799 | User-Agent: [python-requests/2.18.4] |
743 | method: DELETE | 800 | method: DELETE |
744 | uri: http://localhost:3000/api/v1/statuses/102000161292659239 | 801 | uri: http://localhost:3000/api/v1/statuses/102315366720652298 |
745 | response: | 802 | response: |
746 | body: {string: '{}'} | 803 | body: {string: '{"id":"102315366720652298","created_at":"2019-06-22T13:03:18.649Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366720652298","url":"http://localhost/@mastodonpy_test/102315366720652298","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
804 | number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
805 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
806 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
747 | headers: | 807 | headers: |
748 | Cache-Control: ['max-age=0, private, must-revalidate'] | 808 | Cache-Control: ['no-cache, no-store'] |
749 | Content-Type: [application/json; charset=utf-8] | 809 | Content-Type: [application/json; charset=utf-8] |
750 | ETag: [W/"8cdb630193e4b17f2bea953552ce730c"] | ||
751 | Referrer-Policy: [strict-origin-when-cross-origin] | 810 | Referrer-Policy: [strict-origin-when-cross-origin] |
752 | Transfer-Encoding: [chunked] | 811 | Transfer-Encoding: [chunked] |
753 | Vary: ['Accept-Encoding, Origin'] | 812 | Vary: ['Accept-Encoding, Origin'] |
@@ -755,9 +814,9 @@ interactions: | |||
755 | X-Download-Options: [noopen] | 814 | X-Download-Options: [noopen] |
756 | X-Frame-Options: [SAMEORIGIN] | 815 | X-Frame-Options: [SAMEORIGIN] |
757 | X-Permitted-Cross-Domain-Policies: [none] | 816 | X-Permitted-Cross-Domain-Policies: [none] |
758 | X-Request-Id: [af7de07b-bd7e-402c-8385-e7913396ef3d] | 817 | X-Request-Id: [745c3424-5840-46a0-bb52-5a547dd66451] |
759 | X-Runtime: ['0.123086'] | 818 | X-Runtime: ['0.120618'] |
760 | X-XSS-Protection: [1; mode=block] | 819 | X-XSS-Protection: [1; mode=block] |
761 | content-length: ['2'] | 820 | content-length: ['1576'] |
762 | status: {code: 200, message: OK} | 821 | status: {code: 200, message: OK} |
763 | version: 1 | 822 | 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: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"created_at":"2019-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":[]}'} | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
14 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I | ||
16 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | ||
14 | headers: | 17 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 18 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"e6dc89014e86e77a70403b85245e4ff8"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 20 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 21 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 22 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,10 +24,10 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [14859b60-cf84-4d83-8655-9a83a114df0c] | 27 | X-Request-Id: [be0f6246-beaf-4878-a7e1-0dd1f54730f4] |
26 | X-Runtime: ['0.038680'] | 28 | X-Runtime: ['0.051583'] |
27 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['653'] | 30 | content-length: ['1134'] |
29 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
30 | - request: | 32 | - request: |
31 | body: status=Toot+number+0%21 | 33 | body: status=Toot+number+0%21 |
@@ -40,13 +42,14 @@ interactions: | |||
40 | method: POST | 42 | method: POST |
41 | uri: http://localhost:3000/api/v1/statuses | 43 | uri: http://localhost:3000/api/v1/statuses |
42 | response: | 44 | response: |
43 | 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 | 45 | body: {string: '{"id":"102315366837960039","created_at":"2019-06-22T13:03:20.440Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366837960039","url":"http://localhost/@mastodonpy_test/102315366837960039","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
44 | 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 | 46 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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}'} | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
46 | headers: | 50 | headers: |
47 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
49 | ETag: [W/"a0f4c1227d63cd4ac898d3ac76bf81e0"] | ||
50 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
51 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
52 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -54,10 +57,10 @@ interactions: | |||
54 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
55 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
56 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
57 | X-Request-Id: [7ed84836-eb66-4721-a97c-a89848b4d27c] | 60 | X-Request-Id: [2685eae3-4bf0-424d-93a6-26b2592807fd] |
58 | X-Runtime: ['0.145099'] | 61 | X-Runtime: ['0.149914'] |
59 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
60 | content-length: ['1244'] | 63 | content-length: ['1606'] |
61 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
62 | - request: | 65 | - request: |
63 | body: status=Toot+number+1%21 | 66 | body: status=Toot+number+1%21 |
@@ -72,13 +75,14 @@ interactions: | |||
72 | method: POST | 75 | method: POST |
73 | uri: http://localhost:3000/api/v1/statuses | 76 | uri: http://localhost:3000/api/v1/statuses |
74 | response: | 77 | response: |
75 | 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 | 78 | body: {string: '{"id":"102315366850739514","created_at":"2019-06-22T13:03:20.634Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366850739514","url":"http://localhost/@mastodonpy_test/102315366850739514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
76 | 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 | 79 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
77 | 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}'} | 80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
81 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
82 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
78 | headers: | 83 | headers: |
79 | Cache-Control: ['max-age=0, private, must-revalidate'] | 84 | Cache-Control: ['no-cache, no-store'] |
80 | Content-Type: [application/json; charset=utf-8] | 85 | Content-Type: [application/json; charset=utf-8] |
81 | ETag: [W/"dba627b08b94080549d7f253b79ead41"] | ||
82 | Referrer-Policy: [strict-origin-when-cross-origin] | 86 | Referrer-Policy: [strict-origin-when-cross-origin] |
83 | Transfer-Encoding: [chunked] | 87 | Transfer-Encoding: [chunked] |
84 | Vary: ['Accept-Encoding, Origin'] | 88 | Vary: ['Accept-Encoding, Origin'] |
@@ -86,10 +90,10 @@ interactions: | |||
86 | X-Download-Options: [noopen] | 90 | X-Download-Options: [noopen] |
87 | X-Frame-Options: [SAMEORIGIN] | 91 | X-Frame-Options: [SAMEORIGIN] |
88 | X-Permitted-Cross-Domain-Policies: [none] | 92 | X-Permitted-Cross-Domain-Policies: [none] |
89 | X-Request-Id: [6990ad1f-1eae-4001-b37d-ea34bbebfc13] | 93 | X-Request-Id: [88c847f8-da02-4381-b771-e8040755fbc6] |
90 | X-Runtime: ['0.149290'] | 94 | X-Runtime: ['0.174741'] |
91 | X-XSS-Protection: [1; mode=block] | 95 | X-XSS-Protection: [1; mode=block] |
92 | content-length: ['1244'] | 96 | content-length: ['1606'] |
93 | status: {code: 200, message: OK} | 97 | status: {code: 200, message: OK} |
94 | - request: | 98 | - request: |
95 | body: status=Toot+number+2%21 | 99 | body: status=Toot+number+2%21 |
@@ -104,13 +108,14 @@ interactions: | |||
104 | method: POST | 108 | method: POST |
105 | uri: http://localhost:3000/api/v1/statuses | 109 | uri: http://localhost:3000/api/v1/statuses |
106 | response: | 110 | response: |
107 | 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 | 111 | body: {string: '{"id":"102315366861200726","created_at":"2019-06-22T13:03:20.794Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366861200726","url":"http://localhost/@mastodonpy_test/102315366861200726","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
108 | 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 | 112 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
109 | 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}'} | 113 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
114 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
115 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
110 | headers: | 116 | headers: |
111 | Cache-Control: ['max-age=0, private, must-revalidate'] | 117 | Cache-Control: ['no-cache, no-store'] |
112 | Content-Type: [application/json; charset=utf-8] | 118 | Content-Type: [application/json; charset=utf-8] |
113 | ETag: [W/"7eca89df5f3a0fc404fe0e68b0176be9"] | ||
114 | Referrer-Policy: [strict-origin-when-cross-origin] | 119 | Referrer-Policy: [strict-origin-when-cross-origin] |
115 | Transfer-Encoding: [chunked] | 120 | Transfer-Encoding: [chunked] |
116 | Vary: ['Accept-Encoding, Origin'] | 121 | Vary: ['Accept-Encoding, Origin'] |
@@ -118,10 +123,10 @@ interactions: | |||
118 | X-Download-Options: [noopen] | 123 | X-Download-Options: [noopen] |
119 | X-Frame-Options: [SAMEORIGIN] | 124 | X-Frame-Options: [SAMEORIGIN] |
120 | X-Permitted-Cross-Domain-Policies: [none] | 125 | X-Permitted-Cross-Domain-Policies: [none] |
121 | X-Request-Id: [b3608e8e-74d4-481a-8f26-845d73ae9abb] | 126 | X-Request-Id: [9ef161de-f756-4719-a932-8736819cd4b8] |
122 | X-Runtime: ['0.142222'] | 127 | X-Runtime: ['0.162592'] |
123 | X-XSS-Protection: [1; mode=block] | 128 | X-XSS-Protection: [1; mode=block] |
124 | content-length: ['1244'] | 129 | content-length: ['1606'] |
125 | status: {code: 200, message: OK} | 130 | status: {code: 200, message: OK} |
126 | - request: | 131 | - request: |
127 | body: status=Toot+number+3%21 | 132 | body: status=Toot+number+3%21 |
@@ -136,13 +141,14 @@ interactions: | |||
136 | method: POST | 141 | method: POST |
137 | uri: http://localhost:3000/api/v1/statuses | 142 | uri: http://localhost:3000/api/v1/statuses |
138 | response: | 143 | response: |
139 | 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 | 144 | body: {string: '{"id":"102315366872057511","created_at":"2019-06-22T13:03:20.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366872057511","url":"http://localhost/@mastodonpy_test/102315366872057511","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
140 | 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 | 145 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
141 | 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}'} | 146 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
147 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
148 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
142 | headers: | 149 | headers: |
143 | Cache-Control: ['max-age=0, private, must-revalidate'] | 150 | Cache-Control: ['no-cache, no-store'] |
144 | Content-Type: [application/json; charset=utf-8] | 151 | Content-Type: [application/json; charset=utf-8] |
145 | ETag: [W/"a36206b670dd4ad2a5b88ad5326aa52f"] | ||
146 | Referrer-Policy: [strict-origin-when-cross-origin] | 152 | Referrer-Policy: [strict-origin-when-cross-origin] |
147 | Transfer-Encoding: [chunked] | 153 | Transfer-Encoding: [chunked] |
148 | Vary: ['Accept-Encoding, Origin'] | 154 | Vary: ['Accept-Encoding, Origin'] |
@@ -150,10 +156,10 @@ interactions: | |||
150 | X-Download-Options: [noopen] | 156 | X-Download-Options: [noopen] |
151 | X-Frame-Options: [SAMEORIGIN] | 157 | X-Frame-Options: [SAMEORIGIN] |
152 | X-Permitted-Cross-Domain-Policies: [none] | 158 | X-Permitted-Cross-Domain-Policies: [none] |
153 | X-Request-Id: [0df48e0e-2444-40a9-ab06-bb8f5d04603f] | 159 | X-Request-Id: [0e44a79f-34d2-4ef4-a583-de28bc19b5d3] |
154 | X-Runtime: ['0.158022'] | 160 | X-Runtime: ['0.150553'] |
155 | X-XSS-Protection: [1; mode=block] | 161 | X-XSS-Protection: [1; mode=block] |
156 | content-length: ['1244'] | 162 | content-length: ['1606'] |
157 | status: {code: 200, message: OK} | 163 | status: {code: 200, message: OK} |
158 | - request: | 164 | - request: |
159 | body: status=Toot+number+4%21 | 165 | body: status=Toot+number+4%21 |
@@ -168,13 +174,14 @@ interactions: | |||
168 | method: POST | 174 | method: POST |
169 | uri: http://localhost:3000/api/v1/statuses | 175 | uri: http://localhost:3000/api/v1/statuses |
170 | response: | 176 | response: |
171 | 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 | 177 | body: {string: '{"id":"102315366883082833","created_at":"2019-06-22T13:03:21.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366883082833","url":"http://localhost/@mastodonpy_test/102315366883082833","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
172 | 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 | 178 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
173 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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}'} | 179 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
180 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
181 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
174 | headers: | 182 | headers: |
175 | Cache-Control: ['max-age=0, private, must-revalidate'] | 183 | Cache-Control: ['no-cache, no-store'] |
176 | Content-Type: [application/json; charset=utf-8] | 184 | Content-Type: [application/json; charset=utf-8] |
177 | ETag: [W/"7c690cf21a98a18801b486ea1d839e0e"] | ||
178 | Referrer-Policy: [strict-origin-when-cross-origin] | 185 | Referrer-Policy: [strict-origin-when-cross-origin] |
179 | Transfer-Encoding: [chunked] | 186 | Transfer-Encoding: [chunked] |
180 | Vary: ['Accept-Encoding, Origin'] | 187 | Vary: ['Accept-Encoding, Origin'] |
@@ -182,10 +189,10 @@ interactions: | |||
182 | X-Download-Options: [noopen] | 189 | X-Download-Options: [noopen] |
183 | X-Frame-Options: [SAMEORIGIN] | 190 | X-Frame-Options: [SAMEORIGIN] |
184 | X-Permitted-Cross-Domain-Policies: [none] | 191 | X-Permitted-Cross-Domain-Policies: [none] |
185 | X-Request-Id: [6afb4e14-5efe-4e74-84cb-1a5e7515fbbb] | 192 | X-Request-Id: [cd470975-0db7-4ce0-9a07-bd57278742b7] |
186 | X-Runtime: ['0.173409'] | 193 | X-Runtime: ['0.149962'] |
187 | X-XSS-Protection: [1; mode=block] | 194 | X-XSS-Protection: [1; mode=block] |
188 | content-length: ['1244'] | 195 | content-length: ['1606'] |
189 | status: {code: 200, message: OK} | 196 | status: {code: 200, message: OK} |
190 | - request: | 197 | - request: |
191 | body: status=Toot+number+5%21 | 198 | body: status=Toot+number+5%21 |
@@ -200,13 +207,14 @@ interactions: | |||
200 | method: POST | 207 | method: POST |
201 | uri: http://localhost:3000/api/v1/statuses | 208 | uri: http://localhost:3000/api/v1/statuses |
202 | response: | 209 | response: |
203 | 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 | 210 | body: {string: '{"id":"102315366895229924","created_at":"2019-06-22T13:03:21.314Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366895229924","url":"http://localhost/@mastodonpy_test/102315366895229924","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
204 | 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 | 211 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
205 | 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}'} | 212 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
213 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
214 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
206 | headers: | 215 | headers: |
207 | Cache-Control: ['max-age=0, private, must-revalidate'] | 216 | Cache-Control: ['no-cache, no-store'] |
208 | Content-Type: [application/json; charset=utf-8] | 217 | Content-Type: [application/json; charset=utf-8] |
209 | ETag: [W/"736247c7805aab72cc9c11ae1fc2430b"] | ||
210 | Referrer-Policy: [strict-origin-when-cross-origin] | 218 | Referrer-Policy: [strict-origin-when-cross-origin] |
211 | Transfer-Encoding: [chunked] | 219 | Transfer-Encoding: [chunked] |
212 | Vary: ['Accept-Encoding, Origin'] | 220 | Vary: ['Accept-Encoding, Origin'] |
@@ -214,10 +222,10 @@ interactions: | |||
214 | X-Download-Options: [noopen] | 222 | X-Download-Options: [noopen] |
215 | X-Frame-Options: [SAMEORIGIN] | 223 | X-Frame-Options: [SAMEORIGIN] |
216 | X-Permitted-Cross-Domain-Policies: [none] | 224 | X-Permitted-Cross-Domain-Policies: [none] |
217 | X-Request-Id: [46efae0b-d8ff-4a4b-99d6-d50e87640c96] | 225 | X-Request-Id: [a174e131-544f-44d3-9c23-7e510a58e9c5] |
218 | X-Runtime: ['0.145387'] | 226 | X-Runtime: ['0.185385'] |
219 | X-XSS-Protection: [1; mode=block] | 227 | X-XSS-Protection: [1; mode=block] |
220 | content-length: ['1244'] | 228 | content-length: ['1606'] |
221 | status: {code: 200, message: OK} | 229 | status: {code: 200, message: OK} |
222 | - request: | 230 | - request: |
223 | body: status=Toot+number+6%21 | 231 | body: status=Toot+number+6%21 |
@@ -232,13 +240,14 @@ interactions: | |||
232 | method: POST | 240 | method: POST |
233 | uri: http://localhost:3000/api/v1/statuses | 241 | uri: http://localhost:3000/api/v1/statuses |
234 | response: | 242 | response: |
235 | 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 | 243 | body: {string: '{"id":"102315366906684652","created_at":"2019-06-22T13:03:21.490Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366906684652","url":"http://localhost/@mastodonpy_test/102315366906684652","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
236 | 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 | 244 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
237 | 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}'} | 245 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
246 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
247 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
238 | headers: | 248 | headers: |
239 | Cache-Control: ['max-age=0, private, must-revalidate'] | 249 | Cache-Control: ['no-cache, no-store'] |
240 | Content-Type: [application/json; charset=utf-8] | 250 | Content-Type: [application/json; charset=utf-8] |
241 | ETag: [W/"0c9615c1e2a07c94378f85c62d1e3944"] | ||
242 | Referrer-Policy: [strict-origin-when-cross-origin] | 251 | Referrer-Policy: [strict-origin-when-cross-origin] |
243 | Transfer-Encoding: [chunked] | 252 | Transfer-Encoding: [chunked] |
244 | Vary: ['Accept-Encoding, Origin'] | 253 | Vary: ['Accept-Encoding, Origin'] |
@@ -246,10 +255,10 @@ interactions: | |||
246 | X-Download-Options: [noopen] | 255 | X-Download-Options: [noopen] |
247 | X-Frame-Options: [SAMEORIGIN] | 256 | X-Frame-Options: [SAMEORIGIN] |
248 | X-Permitted-Cross-Domain-Policies: [none] | 257 | X-Permitted-Cross-Domain-Policies: [none] |
249 | X-Request-Id: [cdac8f14-f519-4132-a805-7c966a078290] | 258 | X-Request-Id: [ed28bc84-af3e-45b5-b80e-e593816325dc] |
250 | X-Runtime: ['0.193678'] | 259 | X-Runtime: ['0.168270'] |
251 | X-XSS-Protection: [1; mode=block] | 260 | X-XSS-Protection: [1; mode=block] |
252 | content-length: ['1244'] | 261 | content-length: ['1606'] |
253 | status: {code: 200, message: OK} | 262 | status: {code: 200, message: OK} |
254 | - request: | 263 | - request: |
255 | body: status=Toot+number+7%21 | 264 | body: status=Toot+number+7%21 |
@@ -264,13 +273,14 @@ interactions: | |||
264 | method: POST | 273 | method: POST |
265 | uri: http://localhost:3000/api/v1/statuses | 274 | uri: http://localhost:3000/api/v1/statuses |
266 | response: | 275 | response: |
267 | 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 | 276 | body: {string: '{"id":"102315366918082368","created_at":"2019-06-22T13:03:21.663Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366918082368","url":"http://localhost/@mastodonpy_test/102315366918082368","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
268 | 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 | 277 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
269 | 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}'} | 278 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
279 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
280 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
270 | headers: | 281 | headers: |
271 | Cache-Control: ['max-age=0, private, must-revalidate'] | 282 | Cache-Control: ['no-cache, no-store'] |
272 | Content-Type: [application/json; charset=utf-8] | 283 | Content-Type: [application/json; charset=utf-8] |
273 | ETag: [W/"09cde533f1b2e897505b02427dd48fe7"] | ||
274 | Referrer-Policy: [strict-origin-when-cross-origin] | 284 | Referrer-Policy: [strict-origin-when-cross-origin] |
275 | Transfer-Encoding: [chunked] | 285 | Transfer-Encoding: [chunked] |
276 | Vary: ['Accept-Encoding, Origin'] | 286 | Vary: ['Accept-Encoding, Origin'] |
@@ -278,10 +288,10 @@ interactions: | |||
278 | X-Download-Options: [noopen] | 288 | X-Download-Options: [noopen] |
279 | X-Frame-Options: [SAMEORIGIN] | 289 | X-Frame-Options: [SAMEORIGIN] |
280 | X-Permitted-Cross-Domain-Policies: [none] | 290 | X-Permitted-Cross-Domain-Policies: [none] |
281 | X-Request-Id: [c64c9600-6f5c-481f-937f-5335245daa5f] | 291 | X-Request-Id: [4569b93a-428f-4291-b324-f29dd5862f2d] |
282 | X-Runtime: ['0.164405'] | 292 | X-Runtime: ['0.182853'] |
283 | X-XSS-Protection: [1; mode=block] | 293 | X-XSS-Protection: [1; mode=block] |
284 | content-length: ['1244'] | 294 | content-length: ['1606'] |
285 | status: {code: 200, message: OK} | 295 | status: {code: 200, message: OK} |
286 | - request: | 296 | - request: |
287 | body: status=Toot+number+8%21 | 297 | body: status=Toot+number+8%21 |
@@ -296,13 +306,14 @@ interactions: | |||
296 | method: POST | 306 | method: POST |
297 | uri: http://localhost:3000/api/v1/statuses | 307 | uri: http://localhost:3000/api/v1/statuses |
298 | response: | 308 | response: |
299 | 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 | 309 | body: {string: '{"id":"102315366932100169","created_at":"2019-06-22T13:03:21.879Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366932100169","url":"http://localhost/@mastodonpy_test/102315366932100169","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
300 | 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 | 310 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
301 | 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}'} | 311 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
312 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
313 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
302 | headers: | 314 | headers: |
303 | Cache-Control: ['max-age=0, private, must-revalidate'] | 315 | Cache-Control: ['no-cache, no-store'] |
304 | Content-Type: [application/json; charset=utf-8] | 316 | Content-Type: [application/json; charset=utf-8] |
305 | ETag: [W/"fa9c4400fb2eb623b982e3d81c6baaf0"] | ||
306 | Referrer-Policy: [strict-origin-when-cross-origin] | 317 | Referrer-Policy: [strict-origin-when-cross-origin] |
307 | Transfer-Encoding: [chunked] | 318 | Transfer-Encoding: [chunked] |
308 | Vary: ['Accept-Encoding, Origin'] | 319 | Vary: ['Accept-Encoding, Origin'] |
@@ -310,10 +321,10 @@ interactions: | |||
310 | X-Download-Options: [noopen] | 321 | X-Download-Options: [noopen] |
311 | X-Frame-Options: [SAMEORIGIN] | 322 | X-Frame-Options: [SAMEORIGIN] |
312 | X-Permitted-Cross-Domain-Policies: [none] | 323 | X-Permitted-Cross-Domain-Policies: [none] |
313 | X-Request-Id: [d73992be-3555-4845-9326-5c887c2a1476] | 324 | X-Request-Id: [a4991def-7170-4992-af1a-24c32ac13e59] |
314 | X-Runtime: ['0.242028'] | 325 | X-Runtime: ['0.197305'] |
315 | X-XSS-Protection: [1; mode=block] | 326 | X-XSS-Protection: [1; mode=block] |
316 | content-length: ['1245'] | 327 | content-length: ['1606'] |
317 | status: {code: 200, message: OK} | 328 | status: {code: 200, message: OK} |
318 | - request: | 329 | - request: |
319 | body: status=Toot+number+9%21 | 330 | body: status=Toot+number+9%21 |
@@ -328,13 +339,14 @@ interactions: | |||
328 | method: POST | 339 | method: POST |
329 | uri: http://localhost:3000/api/v1/statuses | 340 | uri: http://localhost:3000/api/v1/statuses |
330 | response: | 341 | response: |
331 | 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 | 342 | body: {string: '{"id":"102315366944665799","created_at":"2019-06-22T13:03:22.068Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366944665799","url":"http://localhost/@mastodonpy_test/102315366944665799","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
332 | 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 | 343 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
333 | 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}'} | 344 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
345 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
346 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
334 | headers: | 347 | headers: |
335 | Cache-Control: ['max-age=0, private, must-revalidate'] | 348 | Cache-Control: ['no-cache, no-store'] |
336 | Content-Type: [application/json; charset=utf-8] | 349 | Content-Type: [application/json; charset=utf-8] |
337 | ETag: [W/"c02175f71879a443e9d388f004334317"] | ||
338 | Referrer-Policy: [strict-origin-when-cross-origin] | 350 | Referrer-Policy: [strict-origin-when-cross-origin] |
339 | Transfer-Encoding: [chunked] | 351 | Transfer-Encoding: [chunked] |
340 | Vary: ['Accept-Encoding, Origin'] | 352 | Vary: ['Accept-Encoding, Origin'] |
@@ -342,10 +354,10 @@ interactions: | |||
342 | X-Download-Options: [noopen] | 354 | X-Download-Options: [noopen] |
343 | X-Frame-Options: [SAMEORIGIN] | 355 | X-Frame-Options: [SAMEORIGIN] |
344 | X-Permitted-Cross-Domain-Policies: [none] | 356 | X-Permitted-Cross-Domain-Policies: [none] |
345 | X-Request-Id: [8076ac6c-0aeb-4435-902a-5aef6b4497f3] | 357 | X-Request-Id: [124c9305-2cac-4416-a055-b5420bc79688] |
346 | X-Runtime: ['0.168192'] | 358 | X-Runtime: ['0.150582'] |
347 | X-XSS-Protection: [1; mode=block] | 359 | X-XSS-Protection: [1; mode=block] |
348 | content-length: ['1245'] | 360 | content-length: ['1607'] |
349 | status: {code: 200, message: OK} | 361 | status: {code: 200, message: OK} |
350 | - request: | 362 | - request: |
351 | body: null | 363 | body: null |
@@ -358,23 +370,32 @@ interactions: | |||
358 | method: GET | 370 | method: GET |
359 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 | 371 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 |
360 | response: | 372 | response: |
361 | 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 | 373 | body: {string: '[{"id":"102315366944665799","created_at":"2019-06-22T13:03:22.068Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366944665799","url":"http://localhost/@mastodonpy_test/102315366944665799","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
362 | 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 | 374 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
363 | 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 | 375 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
364 | 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 | 376 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
365 | 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 | 377 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366932100169","created_at":"2019-06-22T13:03:21.879Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366932100169","url":"http://localhost/@mastodonpy_test/102315366932100169","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
366 | 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 | 378 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
367 | 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 | 379 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
368 | 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 | 380 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
369 | 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 | 381 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366918082368","created_at":"2019-06-22T13:03:21.663Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366918082368","url":"http://localhost/@mastodonpy_test/102315366918082368","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
370 | 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 | 382 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
371 | 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}]'} | 383 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
372 | headers: | 384 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
373 | Cache-Control: ['max-age=0, private, must-revalidate'] | 385 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366906684652","created_at":"2019-06-22T13:03:21.490Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366906684652","url":"http://localhost/@mastodonpy_test/102315366906684652","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
386 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
387 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
388 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
389 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366895229924","created_at":"2019-06-22T13:03:21.314Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366895229924","url":"http://localhost/@mastodonpy_test/102315366895229924","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
390 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
391 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
392 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
393 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
394 | headers: | ||
395 | Cache-Control: ['no-cache, no-store'] | ||
374 | Content-Type: [application/json; charset=utf-8] | 396 | Content-Type: [application/json; charset=utf-8] |
375 | ETag: [W/"d142e653fdb0bfabf01c353b8c0c5e56"] | 397 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366895229924>; |
376 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102000161440195817>; | 398 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366944665799>; |
377 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102000161493929559>; | ||
378 | rel="prev"'] | 399 | rel="prev"'] |
379 | Referrer-Policy: [strict-origin-when-cross-origin] | 400 | Referrer-Policy: [strict-origin-when-cross-origin] |
380 | Transfer-Encoding: [chunked] | 401 | Transfer-Encoding: [chunked] |
@@ -383,10 +404,10 @@ interactions: | |||
383 | X-Download-Options: [noopen] | 404 | X-Download-Options: [noopen] |
384 | X-Frame-Options: [SAMEORIGIN] | 405 | X-Frame-Options: [SAMEORIGIN] |
385 | X-Permitted-Cross-Domain-Policies: [none] | 406 | X-Permitted-Cross-Domain-Policies: [none] |
386 | X-Request-Id: [90a0351e-a807-4a92-b8b0-f1aec88243dc] | 407 | X-Request-Id: [6e6799f2-1907-4c20-920b-94f69970a2d4] |
387 | X-Runtime: ['0.080537'] | 408 | X-Runtime: ['0.153441'] |
388 | X-XSS-Protection: [1; mode=block] | 409 | X-XSS-Protection: [1; mode=block] |
389 | content-length: ['6231'] | 410 | content-length: ['8041'] |
390 | status: {code: 200, message: OK} | 411 | status: {code: 200, message: OK} |
391 | - request: | 412 | - request: |
392 | body: null | 413 | body: null |
@@ -397,25 +418,34 @@ interactions: | |||
397 | Connection: [keep-alive] | 418 | Connection: [keep-alive] |
398 | User-Agent: [python-requests/2.18.4] | 419 | User-Agent: [python-requests/2.18.4] |
399 | method: GET | 420 | method: GET |
400 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102000161440195817 | 421 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366895229924 |
401 | response: | 422 | response: |
402 | 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 | 423 | body: {string: '[{"id":"102315366883082833","created_at":"2019-06-22T13:03:21.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366883082833","url":"http://localhost/@mastodonpy_test/102315366883082833","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
403 | 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 | 424 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
404 | 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 | 425 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
405 | 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 | 426 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
406 | 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 | 427 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366872057511","created_at":"2019-06-22T13:03:20.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366872057511","url":"http://localhost/@mastodonpy_test/102315366872057511","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
407 | 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 | 428 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
408 | 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 | 429 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
409 | 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 | 430 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
410 | 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 | 431 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366861200726","created_at":"2019-06-22T13:03:20.794Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366861200726","url":"http://localhost/@mastodonpy_test/102315366861200726","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
411 | 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 | 432 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
412 | 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}]'} | 433 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
413 | headers: | 434 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
414 | Cache-Control: ['max-age=0, private, must-revalidate'] | 435 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366850739514","created_at":"2019-06-22T13:03:20.634Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366850739514","url":"http://localhost/@mastodonpy_test/102315366850739514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
436 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
437 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
438 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
439 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366837960039","created_at":"2019-06-22T13:03:20.440Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366837960039","url":"http://localhost/@mastodonpy_test/102315366837960039","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
440 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
441 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
442 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
443 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
444 | headers: | ||
445 | Cache-Control: ['no-cache, no-store'] | ||
415 | Content-Type: [application/json; charset=utf-8] | 446 | Content-Type: [application/json; charset=utf-8] |
416 | ETag: [W/"b6d9360b4739532134a5600ad60bf156"] | 447 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366837960039>; |
417 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102000161385554211>; | 448 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366883082833>; |
418 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102000161429546022>; | ||
419 | rel="prev"'] | 449 | rel="prev"'] |
420 | Referrer-Policy: [strict-origin-when-cross-origin] | 450 | Referrer-Policy: [strict-origin-when-cross-origin] |
421 | Transfer-Encoding: [chunked] | 451 | Transfer-Encoding: [chunked] |
@@ -424,10 +454,10 @@ interactions: | |||
424 | X-Download-Options: [noopen] | 454 | X-Download-Options: [noopen] |
425 | X-Frame-Options: [SAMEORIGIN] | 455 | X-Frame-Options: [SAMEORIGIN] |
426 | X-Permitted-Cross-Domain-Policies: [none] | 456 | X-Permitted-Cross-Domain-Policies: [none] |
427 | X-Request-Id: [601082a0-b88b-42b1-b1b6-727824c73acb] | 457 | X-Request-Id: [cbfd2712-a745-4abb-a5dc-29a6197639d6] |
428 | X-Runtime: ['0.073899'] | 458 | X-Runtime: ['0.107425'] |
429 | X-XSS-Protection: [1; mode=block] | 459 | X-XSS-Protection: [1; mode=block] |
430 | content-length: ['6231'] | 460 | content-length: ['8041'] |
431 | status: {code: 200, message: OK} | 461 | status: {code: 200, message: OK} |
432 | - request: | 462 | - request: |
433 | body: null | 463 | body: null |
@@ -438,25 +468,34 @@ interactions: | |||
438 | Connection: [keep-alive] | 468 | Connection: [keep-alive] |
439 | User-Agent: [python-requests/2.18.4] | 469 | User-Agent: [python-requests/2.18.4] |
440 | method: GET | 470 | method: GET |
441 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102000161429546022 | 471 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366883082833 |
442 | response: | 472 | response: |
443 | 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 | 473 | body: {string: '[{"id":"102315366944665799","created_at":"2019-06-22T13:03:22.068Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366944665799","url":"http://localhost/@mastodonpy_test/102315366944665799","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
444 | 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 | 474 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
445 | 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 | 475 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
446 | 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 | 476 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
447 | 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 | 477 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366932100169","created_at":"2019-06-22T13:03:21.879Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366932100169","url":"http://localhost/@mastodonpy_test/102315366932100169","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
448 | 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 | 478 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
449 | 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 | 479 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
450 | 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 | 480 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
451 | 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 | 481 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366918082368","created_at":"2019-06-22T13:03:21.663Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366918082368","url":"http://localhost/@mastodonpy_test/102315366918082368","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
452 | 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 | 482 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
453 | 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}]'} | 483 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
454 | headers: | 484 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
455 | Cache-Control: ['max-age=0, private, must-revalidate'] | 485 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366906684652","created_at":"2019-06-22T13:03:21.490Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366906684652","url":"http://localhost/@mastodonpy_test/102315366906684652","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
486 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
487 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
488 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
489 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315366895229924","created_at":"2019-06-22T13:03:21.314Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366895229924","url":"http://localhost/@mastodonpy_test/102315366895229924","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
490 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
491 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
492 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
493 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
494 | headers: | ||
495 | Cache-Control: ['no-cache, no-store'] | ||
456 | Content-Type: [application/json; charset=utf-8] | 496 | Content-Type: [application/json; charset=utf-8] |
457 | ETag: [W/"d142e653fdb0bfabf01c353b8c0c5e56"] | 497 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102315366895229924>; |
458 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102000161440195817>; | 498 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102315366944665799>; |
459 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102000161493929559>; | ||
460 | rel="prev"'] | 499 | rel="prev"'] |
461 | Referrer-Policy: [strict-origin-when-cross-origin] | 500 | Referrer-Policy: [strict-origin-when-cross-origin] |
462 | Transfer-Encoding: [chunked] | 501 | Transfer-Encoding: [chunked] |
@@ -465,10 +504,10 @@ interactions: | |||
465 | X-Download-Options: [noopen] | 504 | X-Download-Options: [noopen] |
466 | X-Frame-Options: [SAMEORIGIN] | 505 | X-Frame-Options: [SAMEORIGIN] |
467 | X-Permitted-Cross-Domain-Policies: [none] | 506 | X-Permitted-Cross-Domain-Policies: [none] |
468 | X-Request-Id: [f4d591c7-5745-47f6-ac1d-36a234363a06] | 507 | X-Request-Id: [046cf372-5e95-4b6d-9dfd-8eac9733ba8b] |
469 | X-Runtime: ['0.090451'] | 508 | X-Runtime: ['0.088395'] |
470 | X-XSS-Protection: [1; mode=block] | 509 | X-XSS-Protection: [1; mode=block] |
471 | content-length: ['6231'] | 510 | content-length: ['8041'] |
472 | status: {code: 200, message: OK} | 511 | status: {code: 200, message: OK} |
473 | - request: | 512 | - request: |
474 | body: null | 513 | body: null |
@@ -480,13 +519,15 @@ interactions: | |||
480 | Content-Length: ['0'] | 519 | Content-Length: ['0'] |
481 | User-Agent: [python-requests/2.18.4] | 520 | User-Agent: [python-requests/2.18.4] |
482 | method: DELETE | 521 | method: DELETE |
483 | uri: http://localhost:3000/api/v1/statuses/102000161385554211 | 522 | uri: http://localhost:3000/api/v1/statuses/102315366837960039 |
484 | response: | 523 | response: |
485 | body: {string: '{}'} | 524 | body: {string: '{"id":"102315366837960039","created_at":"2019-06-22T13:03:20.440Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366837960039","url":"http://localhost/@mastodonpy_test/102315366837960039","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
525 | number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
526 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
527 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
486 | headers: | 528 | headers: |
487 | Cache-Control: ['max-age=0, private, must-revalidate'] | 529 | Cache-Control: ['no-cache, no-store'] |
488 | Content-Type: [application/json; charset=utf-8] | 530 | Content-Type: [application/json; charset=utf-8] |
489 | ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] | ||
490 | Referrer-Policy: [strict-origin-when-cross-origin] | 531 | Referrer-Policy: [strict-origin-when-cross-origin] |
491 | Transfer-Encoding: [chunked] | 532 | Transfer-Encoding: [chunked] |
492 | Vary: ['Accept-Encoding, Origin'] | 533 | Vary: ['Accept-Encoding, Origin'] |
@@ -494,10 +535,10 @@ interactions: | |||
494 | X-Download-Options: [noopen] | 535 | X-Download-Options: [noopen] |
495 | X-Frame-Options: [SAMEORIGIN] | 536 | X-Frame-Options: [SAMEORIGIN] |
496 | X-Permitted-Cross-Domain-Policies: [none] | 537 | X-Permitted-Cross-Domain-Policies: [none] |
497 | X-Request-Id: [b569a147-8092-44ea-9a5d-d0638715fa3a] | 538 | X-Request-Id: [11d9f312-8c4a-475f-a1e2-57bf6090048d] |
498 | X-Runtime: ['0.025707'] | 539 | X-Runtime: ['0.076669'] |
499 | X-XSS-Protection: [1; mode=block] | 540 | X-XSS-Protection: [1; mode=block] |
500 | content-length: ['2'] | 541 | content-length: ['1577'] |
501 | status: {code: 200, message: OK} | 542 | status: {code: 200, message: OK} |
502 | - request: | 543 | - request: |
503 | body: null | 544 | body: null |
@@ -509,13 +550,15 @@ interactions: | |||
509 | Content-Length: ['0'] | 550 | Content-Length: ['0'] |
510 | User-Agent: [python-requests/2.18.4] | 551 | User-Agent: [python-requests/2.18.4] |
511 | method: DELETE | 552 | method: DELETE |
512 | uri: http://localhost:3000/api/v1/statuses/102000161396242568 | 553 | uri: http://localhost:3000/api/v1/statuses/102315366850739514 |
513 | response: | 554 | response: |
514 | body: {string: '{}'} | 555 | body: {string: '{"id":"102315366850739514","created_at":"2019-06-22T13:03:20.634Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366850739514","url":"http://localhost/@mastodonpy_test/102315366850739514","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
556 | number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
557 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
558 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
515 | headers: | 559 | headers: |
516 | Cache-Control: ['max-age=0, private, must-revalidate'] | 560 | Cache-Control: ['no-cache, no-store'] |
517 | Content-Type: [application/json; charset=utf-8] | 561 | Content-Type: [application/json; charset=utf-8] |
518 | ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] | ||
519 | Referrer-Policy: [strict-origin-when-cross-origin] | 562 | Referrer-Policy: [strict-origin-when-cross-origin] |
520 | Transfer-Encoding: [chunked] | 563 | Transfer-Encoding: [chunked] |
521 | Vary: ['Accept-Encoding, Origin'] | 564 | Vary: ['Accept-Encoding, Origin'] |
@@ -523,10 +566,10 @@ interactions: | |||
523 | X-Download-Options: [noopen] | 566 | X-Download-Options: [noopen] |
524 | X-Frame-Options: [SAMEORIGIN] | 567 | X-Frame-Options: [SAMEORIGIN] |
525 | X-Permitted-Cross-Domain-Policies: [none] | 568 | X-Permitted-Cross-Domain-Policies: [none] |
526 | X-Request-Id: [8b0341f2-8700-44db-9c4f-e216c7b679a6] | 569 | X-Request-Id: [ca21ab20-dfef-449e-a3e6-be03ba72dc91] |
527 | X-Runtime: ['0.045386'] | 570 | X-Runtime: ['0.099605'] |
528 | X-XSS-Protection: [1; mode=block] | 571 | X-XSS-Protection: [1; mode=block] |
529 | content-length: ['2'] | 572 | content-length: ['1576'] |
530 | status: {code: 200, message: OK} | 573 | status: {code: 200, message: OK} |
531 | - request: | 574 | - request: |
532 | body: null | 575 | body: null |
@@ -538,13 +581,15 @@ interactions: | |||
538 | Content-Length: ['0'] | 581 | Content-Length: ['0'] |
539 | User-Agent: [python-requests/2.18.4] | 582 | User-Agent: [python-requests/2.18.4] |
540 | method: DELETE | 583 | method: DELETE |
541 | uri: http://localhost:3000/api/v1/statuses/102000161406385065 | 584 | uri: http://localhost:3000/api/v1/statuses/102315366861200726 |
542 | response: | 585 | response: |
543 | body: {string: '{}'} | 586 | body: {string: '{"id":"102315366861200726","created_at":"2019-06-22T13:03:20.794Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366861200726","url":"http://localhost/@mastodonpy_test/102315366861200726","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
587 | number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
588 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
589 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
544 | headers: | 590 | headers: |
545 | Cache-Control: ['max-age=0, private, must-revalidate'] | 591 | Cache-Control: ['no-cache, no-store'] |
546 | Content-Type: [application/json; charset=utf-8] | 592 | Content-Type: [application/json; charset=utf-8] |
547 | ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] | ||
548 | Referrer-Policy: [strict-origin-when-cross-origin] | 593 | Referrer-Policy: [strict-origin-when-cross-origin] |
549 | Transfer-Encoding: [chunked] | 594 | Transfer-Encoding: [chunked] |
550 | Vary: ['Accept-Encoding, Origin'] | 595 | Vary: ['Accept-Encoding, Origin'] |
@@ -552,10 +597,10 @@ interactions: | |||
552 | X-Download-Options: [noopen] | 597 | X-Download-Options: [noopen] |
553 | X-Frame-Options: [SAMEORIGIN] | 598 | X-Frame-Options: [SAMEORIGIN] |
554 | X-Permitted-Cross-Domain-Policies: [none] | 599 | X-Permitted-Cross-Domain-Policies: [none] |
555 | X-Request-Id: [ed85d034-dde1-4221-a284-65180c6ae3d9] | 600 | X-Request-Id: [ed233e08-7bde-4c0c-993a-9d29af25d9b7] |
556 | X-Runtime: ['0.075486'] | 601 | X-Runtime: ['0.127179'] |
557 | X-XSS-Protection: [1; mode=block] | 602 | X-XSS-Protection: [1; mode=block] |
558 | content-length: ['2'] | 603 | content-length: ['1576'] |
559 | status: {code: 200, message: OK} | 604 | status: {code: 200, message: OK} |
560 | - request: | 605 | - request: |
561 | body: null | 606 | body: null |
@@ -567,13 +612,15 @@ interactions: | |||
567 | Content-Length: ['0'] | 612 | Content-Length: ['0'] |
568 | User-Agent: [python-requests/2.18.4] | 613 | User-Agent: [python-requests/2.18.4] |
569 | method: DELETE | 614 | method: DELETE |
570 | uri: http://localhost:3000/api/v1/statuses/102000161417903850 | 615 | uri: http://localhost:3000/api/v1/statuses/102315366872057511 |
571 | response: | 616 | response: |
572 | body: {string: '{}'} | 617 | body: {string: '{"id":"102315366872057511","created_at":"2019-06-22T13:03:20.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366872057511","url":"http://localhost/@mastodonpy_test/102315366872057511","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
618 | number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
619 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
620 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
573 | headers: | 621 | headers: |
574 | Cache-Control: ['max-age=0, private, must-revalidate'] | 622 | Cache-Control: ['no-cache, no-store'] |
575 | Content-Type: [application/json; charset=utf-8] | 623 | Content-Type: [application/json; charset=utf-8] |
576 | ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] | ||
577 | Referrer-Policy: [strict-origin-when-cross-origin] | 624 | Referrer-Policy: [strict-origin-when-cross-origin] |
578 | Transfer-Encoding: [chunked] | 625 | Transfer-Encoding: [chunked] |
579 | Vary: ['Accept-Encoding, Origin'] | 626 | Vary: ['Accept-Encoding, Origin'] |
@@ -581,10 +628,10 @@ interactions: | |||
581 | X-Download-Options: [noopen] | 628 | X-Download-Options: [noopen] |
582 | X-Frame-Options: [SAMEORIGIN] | 629 | X-Frame-Options: [SAMEORIGIN] |
583 | X-Permitted-Cross-Domain-Policies: [none] | 630 | X-Permitted-Cross-Domain-Policies: [none] |
584 | X-Request-Id: [f3aedd2d-35b9-4154-a734-f8084d35c3ce] | 631 | X-Request-Id: [3da0722b-4ff4-4f66-8818-f71ae3ded529] |
585 | X-Runtime: ['0.065673'] | 632 | X-Runtime: ['0.108887'] |
586 | X-XSS-Protection: [1; mode=block] | 633 | X-XSS-Protection: [1; mode=block] |
587 | content-length: ['2'] | 634 | content-length: ['1576'] |
588 | status: {code: 200, message: OK} | 635 | status: {code: 200, message: OK} |
589 | - request: | 636 | - request: |
590 | body: null | 637 | body: null |
@@ -596,13 +643,15 @@ interactions: | |||
596 | Content-Length: ['0'] | 643 | Content-Length: ['0'] |
597 | User-Agent: [python-requests/2.18.4] | 644 | User-Agent: [python-requests/2.18.4] |
598 | method: DELETE | 645 | method: DELETE |
599 | uri: http://localhost:3000/api/v1/statuses/102000161429546022 | 646 | uri: http://localhost:3000/api/v1/statuses/102315366883082833 |
600 | response: | 647 | response: |
601 | body: {string: '{}'} | 648 | body: {string: '{"id":"102315366883082833","created_at":"2019-06-22T13:03:21.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366883082833","url":"http://localhost/@mastodonpy_test/102315366883082833","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
649 | number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
650 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
651 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
602 | headers: | 652 | headers: |
603 | Cache-Control: ['max-age=0, private, must-revalidate'] | 653 | Cache-Control: ['no-cache, no-store'] |
604 | Content-Type: [application/json; charset=utf-8] | 654 | Content-Type: [application/json; charset=utf-8] |
605 | ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] | ||
606 | Referrer-Policy: [strict-origin-when-cross-origin] | 655 | Referrer-Policy: [strict-origin-when-cross-origin] |
607 | Transfer-Encoding: [chunked] | 656 | Transfer-Encoding: [chunked] |
608 | Vary: ['Accept-Encoding, Origin'] | 657 | Vary: ['Accept-Encoding, Origin'] |
@@ -610,10 +659,10 @@ interactions: | |||
610 | X-Download-Options: [noopen] | 659 | X-Download-Options: [noopen] |
611 | X-Frame-Options: [SAMEORIGIN] | 660 | X-Frame-Options: [SAMEORIGIN] |
612 | X-Permitted-Cross-Domain-Policies: [none] | 661 | X-Permitted-Cross-Domain-Policies: [none] |
613 | X-Request-Id: [fc22c4f0-1153-4429-8eb5-94f61cd7bec7] | 662 | X-Request-Id: [22fe9f6f-09b7-4eed-b49b-f6c5e90d2245] |
614 | X-Runtime: ['0.069442'] | 663 | X-Runtime: ['0.098389'] |
615 | X-XSS-Protection: [1; mode=block] | 664 | X-XSS-Protection: [1; mode=block] |
616 | content-length: ['2'] | 665 | content-length: ['1576'] |
617 | status: {code: 200, message: OK} | 666 | status: {code: 200, message: OK} |
618 | - request: | 667 | - request: |
619 | body: null | 668 | body: null |
@@ -625,13 +674,15 @@ interactions: | |||
625 | Content-Length: ['0'] | 674 | Content-Length: ['0'] |
626 | User-Agent: [python-requests/2.18.4] | 675 | User-Agent: [python-requests/2.18.4] |
627 | method: DELETE | 676 | method: DELETE |
628 | uri: http://localhost:3000/api/v1/statuses/102000161440195817 | 677 | uri: http://localhost:3000/api/v1/statuses/102315366895229924 |
629 | response: | 678 | response: |
630 | body: {string: '{}'} | 679 | body: {string: '{"id":"102315366895229924","created_at":"2019-06-22T13:03:21.314Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366895229924","url":"http://localhost/@mastodonpy_test/102315366895229924","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
680 | number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
681 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
682 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
631 | headers: | 683 | headers: |
632 | Cache-Control: ['max-age=0, private, must-revalidate'] | 684 | Cache-Control: ['no-cache, no-store'] |
633 | Content-Type: [application/json; charset=utf-8] | 685 | Content-Type: [application/json; charset=utf-8] |
634 | ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] | ||
635 | Referrer-Policy: [strict-origin-when-cross-origin] | 686 | Referrer-Policy: [strict-origin-when-cross-origin] |
636 | Transfer-Encoding: [chunked] | 687 | Transfer-Encoding: [chunked] |
637 | Vary: ['Accept-Encoding, Origin'] | 688 | Vary: ['Accept-Encoding, Origin'] |
@@ -639,10 +690,10 @@ interactions: | |||
639 | X-Download-Options: [noopen] | 690 | X-Download-Options: [noopen] |
640 | X-Frame-Options: [SAMEORIGIN] | 691 | X-Frame-Options: [SAMEORIGIN] |
641 | X-Permitted-Cross-Domain-Policies: [none] | 692 | X-Permitted-Cross-Domain-Policies: [none] |
642 | X-Request-Id: [cfc308cb-e013-4b05-aed7-cfcc706fb094] | 693 | X-Request-Id: [661342d6-16ad-450a-848f-add9108e4c79] |
643 | X-Runtime: ['0.067747'] | 694 | X-Runtime: ['0.123722'] |
644 | X-XSS-Protection: [1; mode=block] | 695 | X-XSS-Protection: [1; mode=block] |
645 | content-length: ['2'] | 696 | content-length: ['1576'] |
646 | status: {code: 200, message: OK} | 697 | status: {code: 200, message: OK} |
647 | - request: | 698 | - request: |
648 | body: null | 699 | body: null |
@@ -654,13 +705,15 @@ interactions: | |||
654 | Content-Length: ['0'] | 705 | Content-Length: ['0'] |
655 | User-Agent: [python-requests/2.18.4] | 706 | User-Agent: [python-requests/2.18.4] |
656 | method: DELETE | 707 | method: DELETE |
657 | uri: http://localhost:3000/api/v1/statuses/102000161450231161 | 708 | uri: http://localhost:3000/api/v1/statuses/102315366906684652 |
658 | response: | 709 | response: |
659 | body: {string: '{}'} | 710 | body: {string: '{"id":"102315366906684652","created_at":"2019-06-22T13:03:21.490Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366906684652","url":"http://localhost/@mastodonpy_test/102315366906684652","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
711 | number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
712 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
713 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
660 | headers: | 714 | headers: |
661 | Cache-Control: ['max-age=0, private, must-revalidate'] | 715 | Cache-Control: ['no-cache, no-store'] |
662 | Content-Type: [application/json; charset=utf-8] | 716 | Content-Type: [application/json; charset=utf-8] |
663 | ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] | ||
664 | Referrer-Policy: [strict-origin-when-cross-origin] | 717 | Referrer-Policy: [strict-origin-when-cross-origin] |
665 | Transfer-Encoding: [chunked] | 718 | Transfer-Encoding: [chunked] |
666 | Vary: ['Accept-Encoding, Origin'] | 719 | Vary: ['Accept-Encoding, Origin'] |
@@ -668,10 +721,10 @@ interactions: | |||
668 | X-Download-Options: [noopen] | 721 | X-Download-Options: [noopen] |
669 | X-Frame-Options: [SAMEORIGIN] | 722 | X-Frame-Options: [SAMEORIGIN] |
670 | X-Permitted-Cross-Domain-Policies: [none] | 723 | X-Permitted-Cross-Domain-Policies: [none] |
671 | X-Request-Id: [a15a15ad-5d38-443f-b727-f16c1f808b4d] | 724 | X-Request-Id: [40ec0740-6e6a-4a99-be44-5fb4f88eacc0] |
672 | X-Runtime: ['0.083293'] | 725 | X-Runtime: ['0.089533'] |
673 | X-XSS-Protection: [1; mode=block] | 726 | X-XSS-Protection: [1; mode=block] |
674 | content-length: ['2'] | 727 | content-length: ['1576'] |
675 | status: {code: 200, message: OK} | 728 | status: {code: 200, message: OK} |
676 | - request: | 729 | - request: |
677 | body: null | 730 | body: null |
@@ -683,13 +736,15 @@ interactions: | |||
683 | Content-Length: ['0'] | 736 | Content-Length: ['0'] |
684 | User-Agent: [python-requests/2.18.4] | 737 | User-Agent: [python-requests/2.18.4] |
685 | method: DELETE | 738 | method: DELETE |
686 | uri: http://localhost:3000/api/v1/statuses/102000161466807193 | 739 | uri: http://localhost:3000/api/v1/statuses/102315366918082368 |
687 | response: | 740 | response: |
688 | body: {string: '{}'} | 741 | body: {string: '{"id":"102315366918082368","created_at":"2019-06-22T13:03:21.663Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366918082368","url":"http://localhost/@mastodonpy_test/102315366918082368","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
742 | number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
743 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
744 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
689 | headers: | 745 | headers: |
690 | Cache-Control: ['max-age=0, private, must-revalidate'] | 746 | Cache-Control: ['no-cache, no-store'] |
691 | Content-Type: [application/json; charset=utf-8] | 747 | Content-Type: [application/json; charset=utf-8] |
692 | ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] | ||
693 | Referrer-Policy: [strict-origin-when-cross-origin] | 748 | Referrer-Policy: [strict-origin-when-cross-origin] |
694 | Transfer-Encoding: [chunked] | 749 | Transfer-Encoding: [chunked] |
695 | Vary: ['Accept-Encoding, Origin'] | 750 | Vary: ['Accept-Encoding, Origin'] |
@@ -697,10 +752,10 @@ interactions: | |||
697 | X-Download-Options: [noopen] | 752 | X-Download-Options: [noopen] |
698 | X-Frame-Options: [SAMEORIGIN] | 753 | X-Frame-Options: [SAMEORIGIN] |
699 | X-Permitted-Cross-Domain-Policies: [none] | 754 | X-Permitted-Cross-Domain-Policies: [none] |
700 | X-Request-Id: [f8428a2f-cb5b-44c4-97a3-a1dfa0573550] | 755 | X-Request-Id: [6cb360f2-7c4c-4390-a6f6-e37e34223c4f] |
701 | X-Runtime: ['0.052378'] | 756 | X-Runtime: ['0.083670'] |
702 | X-XSS-Protection: [1; mode=block] | 757 | X-XSS-Protection: [1; mode=block] |
703 | content-length: ['2'] | 758 | content-length: ['1576'] |
704 | status: {code: 200, message: OK} | 759 | status: {code: 200, message: OK} |
705 | - request: | 760 | - request: |
706 | body: null | 761 | body: null |
@@ -712,13 +767,15 @@ interactions: | |||
712 | Content-Length: ['0'] | 767 | Content-Length: ['0'] |
713 | User-Agent: [python-requests/2.18.4] | 768 | User-Agent: [python-requests/2.18.4] |
714 | method: DELETE | 769 | method: DELETE |
715 | uri: http://localhost:3000/api/v1/statuses/102000161478539666 | 770 | uri: http://localhost:3000/api/v1/statuses/102315366932100169 |
716 | response: | 771 | response: |
717 | body: {string: '{}'} | 772 | body: {string: '{"id":"102315366932100169","created_at":"2019-06-22T13:03:21.879Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366932100169","url":"http://localhost/@mastodonpy_test/102315366932100169","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
773 | number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
774 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
775 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
718 | headers: | 776 | headers: |
719 | Cache-Control: ['max-age=0, private, must-revalidate'] | 777 | Cache-Control: ['no-cache, no-store'] |
720 | Content-Type: [application/json; charset=utf-8] | 778 | Content-Type: [application/json; charset=utf-8] |
721 | ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] | ||
722 | Referrer-Policy: [strict-origin-when-cross-origin] | 779 | Referrer-Policy: [strict-origin-when-cross-origin] |
723 | Transfer-Encoding: [chunked] | 780 | Transfer-Encoding: [chunked] |
724 | Vary: ['Accept-Encoding, Origin'] | 781 | Vary: ['Accept-Encoding, Origin'] |
@@ -726,10 +783,10 @@ interactions: | |||
726 | X-Download-Options: [noopen] | 783 | X-Download-Options: [noopen] |
727 | X-Frame-Options: [SAMEORIGIN] | 784 | X-Frame-Options: [SAMEORIGIN] |
728 | X-Permitted-Cross-Domain-Policies: [none] | 785 | X-Permitted-Cross-Domain-Policies: [none] |
729 | X-Request-Id: [77f4bf54-6d91-4bcd-81c9-5bc6f10034be] | 786 | X-Request-Id: [2e48ba81-b61a-46f7-8b0a-07bf9b38c0cb] |
730 | X-Runtime: ['0.073157'] | 787 | X-Runtime: ['0.136759'] |
731 | X-XSS-Protection: [1; mode=block] | 788 | X-XSS-Protection: [1; mode=block] |
732 | content-length: ['2'] | 789 | content-length: ['1576'] |
733 | status: {code: 200, message: OK} | 790 | status: {code: 200, message: OK} |
734 | - request: | 791 | - request: |
735 | body: null | 792 | body: null |
@@ -741,13 +798,15 @@ interactions: | |||
741 | Content-Length: ['0'] | 798 | Content-Length: ['0'] |
742 | User-Agent: [python-requests/2.18.4] | 799 | User-Agent: [python-requests/2.18.4] |
743 | method: DELETE | 800 | method: DELETE |
744 | uri: http://localhost:3000/api/v1/statuses/102000161493929559 | 801 | uri: http://localhost:3000/api/v1/statuses/102315366944665799 |
745 | response: | 802 | response: |
746 | body: {string: '{}'} | 803 | body: {string: '{"id":"102315366944665799","created_at":"2019-06-22T13:03:22.068Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366944665799","url":"http://localhost/@mastodonpy_test/102315366944665799","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
804 | number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
805 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
806 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
747 | headers: | 807 | headers: |
748 | Cache-Control: ['max-age=0, private, must-revalidate'] | 808 | Cache-Control: ['no-cache, no-store'] |
749 | Content-Type: [application/json; charset=utf-8] | 809 | Content-Type: [application/json; charset=utf-8] |
750 | ETag: [W/"1cc6fcdb085fe35e2442c1c7ba69bfc4"] | ||
751 | Referrer-Policy: [strict-origin-when-cross-origin] | 810 | Referrer-Policy: [strict-origin-when-cross-origin] |
752 | Transfer-Encoding: [chunked] | 811 | Transfer-Encoding: [chunked] |
753 | Vary: ['Accept-Encoding, Origin'] | 812 | Vary: ['Accept-Encoding, Origin'] |
@@ -755,9 +814,9 @@ interactions: | |||
755 | X-Download-Options: [noopen] | 814 | X-Download-Options: [noopen] |
756 | X-Frame-Options: [SAMEORIGIN] | 815 | X-Frame-Options: [SAMEORIGIN] |
757 | X-Permitted-Cross-Domain-Policies: [none] | 816 | X-Permitted-Cross-Domain-Policies: [none] |
758 | X-Request-Id: [2e045e32-c3b9-4d40-a929-6a01af5ba4e6] | 817 | X-Request-Id: [80bae553-14dc-4430-88a9-bb9ab2e22059] |
759 | X-Runtime: ['0.044233'] | 818 | X-Runtime: ['0.125577'] |
760 | X-XSS-Protection: [1; mode=block] | 819 | X-XSS-Protection: [1; mode=block] |
761 | content-length: ['2'] | 820 | content-length: ['1576'] |
762 | status: {code: 200, message: OK} | 821 | status: {code: 200, message: OK} |
763 | version: 1 | 822 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315367078341798","created_at":"2019-06-22T13:03:24.116Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367078341798","url":"http://localhost/@mastodonpy_test/102315367078341798","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
16 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 16 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
17 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","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 | 17 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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}'} | 18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
19 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
20 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
19 | headers: | 21 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 22 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 23 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"6a8c3a925ff18752457320607e3dddd4"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 24 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 25 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 26 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +28,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 28 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 29 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 30 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [fe3950ad-3f24-4ebf-86f5-4c39979bf6dc] | 31 | X-Request-Id: [f468b4c7-8a26-4650-9491-b1ed54831a45] |
31 | X-Runtime: ['0.251852'] | 32 | X-Runtime: ['0.216260'] |
32 | X-XSS-Protection: [1; mode=block] | 33 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1618'] | 34 | content-length: ['1980'] |
34 | status: {code: 200, message: OK} | 35 | status: {code: 200, message: OK} |
35 | - request: | 36 | - request: |
36 | body: status=Toot+number+1%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 37 | body: status=Toot+number+1%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -45,14 +46,15 @@ interactions: | |||
45 | method: POST | 46 | method: POST |
46 | uri: http://localhost:3000/api/v1/statuses | 47 | uri: http://localhost:3000/api/v1/statuses |
47 | response: | 48 | response: |
48 | 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 | 49 | body: {string: '{"id":"102315367093764848","created_at":"2019-06-22T13:03:24.353Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367093764848","url":"http://localhost/@mastodonpy_test/102315367093764848","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
49 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 50 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
50 | 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 | 51 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
51 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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}'} | 52 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
53 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
54 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
52 | headers: | 55 | headers: |
53 | Cache-Control: ['max-age=0, private, must-revalidate'] | 56 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 57 | Content-Type: [application/json; charset=utf-8] |
55 | ETag: [W/"048840ea1f4713400c5c0cf13774acad"] | ||
56 | Referrer-Policy: [strict-origin-when-cross-origin] | 58 | Referrer-Policy: [strict-origin-when-cross-origin] |
57 | Transfer-Encoding: [chunked] | 59 | Transfer-Encoding: [chunked] |
58 | Vary: ['Accept-Encoding, Origin'] | 60 | Vary: ['Accept-Encoding, Origin'] |
@@ -60,10 +62,10 @@ interactions: | |||
60 | X-Download-Options: [noopen] | 62 | X-Download-Options: [noopen] |
61 | X-Frame-Options: [SAMEORIGIN] | 63 | X-Frame-Options: [SAMEORIGIN] |
62 | X-Permitted-Cross-Domain-Policies: [none] | 64 | X-Permitted-Cross-Domain-Policies: [none] |
63 | X-Request-Id: [0a102cce-5e48-4924-8462-ad610e4b8028] | 65 | X-Request-Id: [96372f2a-4ebb-4251-85e1-ebf945015be3] |
64 | X-Runtime: ['0.163113'] | 66 | X-Runtime: ['0.222637'] |
65 | X-XSS-Protection: [1; mode=block] | 67 | X-XSS-Protection: [1; mode=block] |
66 | content-length: ['1618'] | 68 | content-length: ['1980'] |
67 | status: {code: 200, message: OK} | 69 | status: {code: 200, message: OK} |
68 | - request: | 70 | - request: |
69 | body: status=Toot+number+2%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 71 | body: status=Toot+number+2%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -78,14 +80,15 @@ interactions: | |||
78 | method: POST | 80 | method: POST |
79 | uri: http://localhost:3000/api/v1/statuses | 81 | uri: http://localhost:3000/api/v1/statuses |
80 | response: | 82 | response: |
81 | 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 | 83 | body: {string: '{"id":"102315367108400731","created_at":"2019-06-22T13:03:24.574Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367108400731","url":"http://localhost/@mastodonpy_test/102315367108400731","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
82 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 84 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
83 | 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 | 85 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
84 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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}'} | 86 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
87 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
88 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
85 | headers: | 89 | headers: |
86 | Cache-Control: ['max-age=0, private, must-revalidate'] | 90 | Cache-Control: ['no-cache, no-store'] |
87 | Content-Type: [application/json; charset=utf-8] | 91 | Content-Type: [application/json; charset=utf-8] |
88 | ETag: [W/"f23e2915bdee18df91833881061289cb"] | ||
89 | Referrer-Policy: [strict-origin-when-cross-origin] | 92 | Referrer-Policy: [strict-origin-when-cross-origin] |
90 | Transfer-Encoding: [chunked] | 93 | Transfer-Encoding: [chunked] |
91 | Vary: ['Accept-Encoding, Origin'] | 94 | Vary: ['Accept-Encoding, Origin'] |
@@ -93,10 +96,10 @@ interactions: | |||
93 | X-Download-Options: [noopen] | 96 | X-Download-Options: [noopen] |
94 | X-Frame-Options: [SAMEORIGIN] | 97 | X-Frame-Options: [SAMEORIGIN] |
95 | X-Permitted-Cross-Domain-Policies: [none] | 98 | X-Permitted-Cross-Domain-Policies: [none] |
96 | X-Request-Id: [0c300b0a-5b1d-478e-b85c-1939e87a4244] | 99 | X-Request-Id: [d63be3cb-4c82-4512-b4ed-0295745dbcfe] |
97 | X-Runtime: ['0.163171'] | 100 | X-Runtime: ['0.160949'] |
98 | X-XSS-Protection: [1; mode=block] | 101 | X-XSS-Protection: [1; mode=block] |
99 | content-length: ['1618'] | 102 | content-length: ['1980'] |
100 | status: {code: 200, message: OK} | 103 | status: {code: 200, message: OK} |
101 | - request: | 104 | - request: |
102 | body: status=Toot+number+3%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 105 | body: status=Toot+number+3%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -111,14 +114,15 @@ interactions: | |||
111 | method: POST | 114 | method: POST |
112 | uri: http://localhost:3000/api/v1/statuses | 115 | uri: http://localhost:3000/api/v1/statuses |
113 | response: | 116 | response: |
114 | 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 | 117 | body: {string: '{"id":"102315367121627662","created_at":"2019-06-22T13:03:24.779Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367121627662","url":"http://localhost/@mastodonpy_test/102315367121627662","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
115 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 118 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
116 | 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 | 119 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
117 | 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}'} | 120 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
121 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
122 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
118 | headers: | 123 | headers: |
119 | Cache-Control: ['max-age=0, private, must-revalidate'] | 124 | Cache-Control: ['no-cache, no-store'] |
120 | Content-Type: [application/json; charset=utf-8] | 125 | Content-Type: [application/json; charset=utf-8] |
121 | ETag: [W/"ae35a00e6a2e542fa32b13b9413a8cc1"] | ||
122 | Referrer-Policy: [strict-origin-when-cross-origin] | 126 | Referrer-Policy: [strict-origin-when-cross-origin] |
123 | Transfer-Encoding: [chunked] | 127 | Transfer-Encoding: [chunked] |
124 | Vary: ['Accept-Encoding, Origin'] | 128 | Vary: ['Accept-Encoding, Origin'] |
@@ -126,10 +130,10 @@ interactions: | |||
126 | X-Download-Options: [noopen] | 130 | X-Download-Options: [noopen] |
127 | X-Frame-Options: [SAMEORIGIN] | 131 | X-Frame-Options: [SAMEORIGIN] |
128 | X-Permitted-Cross-Domain-Policies: [none] | 132 | X-Permitted-Cross-Domain-Policies: [none] |
129 | X-Request-Id: [b7d02c52-49e4-4260-95a6-5049b3bd5181] | 133 | X-Request-Id: [49697792-6a83-41be-a491-ea4641d7166e] |
130 | X-Runtime: ['0.199212'] | 134 | X-Runtime: ['0.194364'] |
131 | X-XSS-Protection: [1; mode=block] | 135 | X-XSS-Protection: [1; mode=block] |
132 | content-length: ['1618'] | 136 | content-length: ['1980'] |
133 | status: {code: 200, message: OK} | 137 | status: {code: 200, message: OK} |
134 | - request: | 138 | - request: |
135 | body: status=Toot+number+4%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 139 | body: status=Toot+number+4%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -144,14 +148,15 @@ interactions: | |||
144 | method: POST | 148 | method: POST |
145 | uri: http://localhost:3000/api/v1/statuses | 149 | uri: http://localhost:3000/api/v1/statuses |
146 | response: | 150 | response: |
147 | 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 | 151 | body: {string: '{"id":"102315367134556897","created_at":"2019-06-22T13:03:24.974Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367134556897","url":"http://localhost/@mastodonpy_test/102315367134556897","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
148 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 152 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
149 | 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 | 153 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
150 | 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}'} | 154 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
155 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
156 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
151 | headers: | 157 | headers: |
152 | Cache-Control: ['max-age=0, private, must-revalidate'] | 158 | Cache-Control: ['no-cache, no-store'] |
153 | Content-Type: [application/json; charset=utf-8] | 159 | Content-Type: [application/json; charset=utf-8] |
154 | ETag: [W/"23653ea2a65579eca5b67e51744ef1a6"] | ||
155 | Referrer-Policy: [strict-origin-when-cross-origin] | 160 | Referrer-Policy: [strict-origin-when-cross-origin] |
156 | Transfer-Encoding: [chunked] | 161 | Transfer-Encoding: [chunked] |
157 | Vary: ['Accept-Encoding, Origin'] | 162 | Vary: ['Accept-Encoding, Origin'] |
@@ -159,10 +164,10 @@ interactions: | |||
159 | X-Download-Options: [noopen] | 164 | X-Download-Options: [noopen] |
160 | X-Frame-Options: [SAMEORIGIN] | 165 | X-Frame-Options: [SAMEORIGIN] |
161 | X-Permitted-Cross-Domain-Policies: [none] | 166 | X-Permitted-Cross-Domain-Policies: [none] |
162 | X-Request-Id: [d585c468-e6e3-46bd-8dce-ead2197ac814] | 167 | X-Request-Id: [6598f792-de35-46a8-b5dd-afd874f2c4eb] |
163 | X-Runtime: ['0.128958'] | 168 | X-Runtime: ['0.184375'] |
164 | X-XSS-Protection: [1; mode=block] | 169 | X-XSS-Protection: [1; mode=block] |
165 | content-length: ['1618'] | 170 | content-length: ['1980'] |
166 | status: {code: 200, message: OK} | 171 | status: {code: 200, message: OK} |
167 | - request: | 172 | - request: |
168 | body: status=Toot+number+5%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 173 | body: status=Toot+number+5%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -177,14 +182,15 @@ interactions: | |||
177 | method: POST | 182 | method: POST |
178 | uri: http://localhost:3000/api/v1/statuses | 183 | uri: http://localhost:3000/api/v1/statuses |
179 | response: | 184 | response: |
180 | 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 | 185 | body: {string: '{"id":"102315367147678088","created_at":"2019-06-22T13:03:25.175Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367147678088","url":"http://localhost/@mastodonpy_test/102315367147678088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
181 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 186 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
182 | 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 | 187 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
183 | 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}'} | 188 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
189 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
190 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
184 | headers: | 191 | headers: |
185 | Cache-Control: ['max-age=0, private, must-revalidate'] | 192 | Cache-Control: ['no-cache, no-store'] |
186 | Content-Type: [application/json; charset=utf-8] | 193 | Content-Type: [application/json; charset=utf-8] |
187 | ETag: [W/"39c4f2f7cb3106b9552af4ac70d62160"] | ||
188 | Referrer-Policy: [strict-origin-when-cross-origin] | 194 | Referrer-Policy: [strict-origin-when-cross-origin] |
189 | Transfer-Encoding: [chunked] | 195 | Transfer-Encoding: [chunked] |
190 | Vary: ['Accept-Encoding, Origin'] | 196 | Vary: ['Accept-Encoding, Origin'] |
@@ -192,10 +198,10 @@ interactions: | |||
192 | X-Download-Options: [noopen] | 198 | X-Download-Options: [noopen] |
193 | X-Frame-Options: [SAMEORIGIN] | 199 | X-Frame-Options: [SAMEORIGIN] |
194 | X-Permitted-Cross-Domain-Policies: [none] | 200 | X-Permitted-Cross-Domain-Policies: [none] |
195 | X-Request-Id: [934f9994-f614-4507-a518-57a5ae276e77] | 201 | X-Request-Id: [14b6607a-8561-4da5-b669-0db505384e92] |
196 | X-Runtime: ['0.230060'] | 202 | X-Runtime: ['0.195700'] |
197 | X-XSS-Protection: [1; mode=block] | 203 | X-XSS-Protection: [1; mode=block] |
198 | content-length: ['1618'] | 204 | content-length: ['1980'] |
199 | status: {code: 200, message: OK} | 205 | status: {code: 200, message: OK} |
200 | - request: | 206 | - request: |
201 | body: status=Toot+number+6%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 207 | body: status=Toot+number+6%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -210,14 +216,15 @@ interactions: | |||
210 | method: POST | 216 | method: POST |
211 | uri: http://localhost:3000/api/v1/statuses | 217 | uri: http://localhost:3000/api/v1/statuses |
212 | response: | 218 | response: |
213 | 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 | 219 | body: {string: '{"id":"102315367160368122","created_at":"2019-06-22T13:03:25.367Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367160368122","url":"http://localhost/@mastodonpy_test/102315367160368122","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
214 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 220 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
215 | 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 | 221 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
216 | 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}'} | 222 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
223 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
224 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
217 | headers: | 225 | headers: |
218 | Cache-Control: ['max-age=0, private, must-revalidate'] | 226 | Cache-Control: ['no-cache, no-store'] |
219 | Content-Type: [application/json; charset=utf-8] | 227 | Content-Type: [application/json; charset=utf-8] |
220 | ETag: [W/"a34abf80da8e5e1faa20533be915f54f"] | ||
221 | Referrer-Policy: [strict-origin-when-cross-origin] | 228 | Referrer-Policy: [strict-origin-when-cross-origin] |
222 | Transfer-Encoding: [chunked] | 229 | Transfer-Encoding: [chunked] |
223 | Vary: ['Accept-Encoding, Origin'] | 230 | Vary: ['Accept-Encoding, Origin'] |
@@ -225,10 +232,10 @@ interactions: | |||
225 | X-Download-Options: [noopen] | 232 | X-Download-Options: [noopen] |
226 | X-Frame-Options: [SAMEORIGIN] | 233 | X-Frame-Options: [SAMEORIGIN] |
227 | X-Permitted-Cross-Domain-Policies: [none] | 234 | X-Permitted-Cross-Domain-Policies: [none] |
228 | X-Request-Id: [17b392bc-fbf2-458d-a292-130a3c5d674b] | 235 | X-Request-Id: [0f0febaf-a2fd-45d1-ad64-fadcb3a80104] |
229 | X-Runtime: ['0.198624'] | 236 | X-Runtime: ['0.178563'] |
230 | X-XSS-Protection: [1; mode=block] | 237 | X-XSS-Protection: [1; mode=block] |
231 | content-length: ['1618'] | 238 | content-length: ['1980'] |
232 | status: {code: 200, message: OK} | 239 | status: {code: 200, message: OK} |
233 | - request: | 240 | - request: |
234 | body: status=Toot+number+7%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 241 | body: status=Toot+number+7%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -243,14 +250,15 @@ interactions: | |||
243 | method: POST | 250 | method: POST |
244 | uri: http://localhost:3000/api/v1/statuses | 251 | uri: http://localhost:3000/api/v1/statuses |
245 | response: | 252 | response: |
246 | 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 | 253 | body: {string: '{"id":"102315367172516154","created_at":"2019-06-22T13:03:25.552Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367172516154","url":"http://localhost/@mastodonpy_test/102315367172516154","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
247 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 254 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
248 | 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 | 255 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
249 | 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}'} | 256 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
257 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
258 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
250 | headers: | 259 | headers: |
251 | Cache-Control: ['max-age=0, private, must-revalidate'] | 260 | Cache-Control: ['no-cache, no-store'] |
252 | Content-Type: [application/json; charset=utf-8] | 261 | Content-Type: [application/json; charset=utf-8] |
253 | ETag: [W/"69298ec450a3002478fb70c3acb6ee44"] | ||
254 | Referrer-Policy: [strict-origin-when-cross-origin] | 262 | Referrer-Policy: [strict-origin-when-cross-origin] |
255 | Transfer-Encoding: [chunked] | 263 | Transfer-Encoding: [chunked] |
256 | Vary: ['Accept-Encoding, Origin'] | 264 | Vary: ['Accept-Encoding, Origin'] |
@@ -258,10 +266,10 @@ interactions: | |||
258 | X-Download-Options: [noopen] | 266 | X-Download-Options: [noopen] |
259 | X-Frame-Options: [SAMEORIGIN] | 267 | X-Frame-Options: [SAMEORIGIN] |
260 | X-Permitted-Cross-Domain-Policies: [none] | 268 | X-Permitted-Cross-Domain-Policies: [none] |
261 | X-Request-Id: [03d62b55-444f-468b-bff0-06a3db6fae20] | 269 | X-Request-Id: [6eb04710-6c5c-4865-b4c8-f65f47f926b4] |
262 | X-Runtime: ['0.174508'] | 270 | X-Runtime: ['0.139559'] |
263 | X-XSS-Protection: [1; mode=block] | 271 | X-XSS-Protection: [1; mode=block] |
264 | content-length: ['1618'] | 272 | content-length: ['1980'] |
265 | status: {code: 200, message: OK} | 273 | status: {code: 200, message: OK} |
266 | - request: | 274 | - request: |
267 | body: status=Toot+number+8%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 275 | body: status=Toot+number+8%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -276,14 +284,15 @@ interactions: | |||
276 | method: POST | 284 | method: POST |
277 | uri: http://localhost:3000/api/v1/statuses | 285 | uri: http://localhost:3000/api/v1/statuses |
278 | response: | 286 | response: |
279 | 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 | 287 | body: {string: '{"id":"102315367185859314","created_at":"2019-06-22T13:03:25.757Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367185859314","url":"http://localhost/@mastodonpy_test/102315367185859314","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
280 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 288 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
281 | 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 | 289 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
282 | 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}'} | 290 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
291 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
292 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
283 | headers: | 293 | headers: |
284 | Cache-Control: ['max-age=0, private, must-revalidate'] | 294 | Cache-Control: ['no-cache, no-store'] |
285 | Content-Type: [application/json; charset=utf-8] | 295 | Content-Type: [application/json; charset=utf-8] |
286 | ETag: [W/"6e4909b5961e2813929a15254282faa7"] | ||
287 | Referrer-Policy: [strict-origin-when-cross-origin] | 296 | Referrer-Policy: [strict-origin-when-cross-origin] |
288 | Transfer-Encoding: [chunked] | 297 | Transfer-Encoding: [chunked] |
289 | Vary: ['Accept-Encoding, Origin'] | 298 | Vary: ['Accept-Encoding, Origin'] |
@@ -291,10 +300,10 @@ interactions: | |||
291 | X-Download-Options: [noopen] | 300 | X-Download-Options: [noopen] |
292 | X-Frame-Options: [SAMEORIGIN] | 301 | X-Frame-Options: [SAMEORIGIN] |
293 | X-Permitted-Cross-Domain-Policies: [none] | 302 | X-Permitted-Cross-Domain-Policies: [none] |
294 | X-Request-Id: [454a59b6-7b2d-47cf-adc3-048d41b02b83] | 303 | X-Request-Id: [186bfa54-1f44-4dd0-ada0-0736ffd0fc38] |
295 | X-Runtime: ['0.171904'] | 304 | X-Runtime: ['0.219982'] |
296 | X-XSS-Protection: [1; mode=block] | 305 | X-XSS-Protection: [1; mode=block] |
297 | content-length: ['1619'] | 306 | content-length: ['1980'] |
298 | status: {code: 200, message: OK} | 307 | status: {code: 200, message: OK} |
299 | - request: | 308 | - request: |
300 | body: status=Toot+number+9%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 309 | body: status=Toot+number+9%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -309,14 +318,15 @@ interactions: | |||
309 | method: POST | 318 | method: POST |
310 | uri: http://localhost:3000/api/v1/statuses | 319 | uri: http://localhost:3000/api/v1/statuses |
311 | response: | 320 | response: |
312 | 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 | 321 | body: {string: '{"id":"102315367198066295","created_at":"2019-06-22T13:03:25.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367198066295","url":"http://localhost/@mastodonpy_test/102315367198066295","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
313 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 322 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
314 | 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 | 323 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
315 | 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}'} | 324 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
325 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
326 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
316 | headers: | 327 | headers: |
317 | Cache-Control: ['max-age=0, private, must-revalidate'] | 328 | Cache-Control: ['no-cache, no-store'] |
318 | Content-Type: [application/json; charset=utf-8] | 329 | Content-Type: [application/json; charset=utf-8] |
319 | ETag: [W/"85c4884c441ff42eab4ee8198740cc2b"] | ||
320 | Referrer-Policy: [strict-origin-when-cross-origin] | 330 | Referrer-Policy: [strict-origin-when-cross-origin] |
321 | Transfer-Encoding: [chunked] | 331 | Transfer-Encoding: [chunked] |
322 | Vary: ['Accept-Encoding, Origin'] | 332 | Vary: ['Accept-Encoding, Origin'] |
@@ -324,10 +334,10 @@ interactions: | |||
324 | X-Download-Options: [noopen] | 334 | X-Download-Options: [noopen] |
325 | X-Frame-Options: [SAMEORIGIN] | 335 | X-Frame-Options: [SAMEORIGIN] |
326 | X-Permitted-Cross-Domain-Policies: [none] | 336 | X-Permitted-Cross-Domain-Policies: [none] |
327 | X-Request-Id: [9bf63f69-0cb9-459f-9057-cf07d62abdb1] | 337 | X-Request-Id: [57bdcf50-8ccc-4aaa-a8a1-fee5b01541b8] |
328 | X-Runtime: ['0.172549'] | 338 | X-Runtime: ['0.194463'] |
329 | X-XSS-Protection: [1; mode=block] | 339 | X-XSS-Protection: [1; mode=block] |
330 | content-length: ['1619'] | 340 | content-length: ['1981'] |
331 | status: {code: 200, message: OK} | 341 | status: {code: 200, message: OK} |
332 | - request: | 342 | - request: |
333 | body: status=Toot+number+10%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 343 | body: status=Toot+number+10%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -342,14 +352,15 @@ interactions: | |||
342 | method: POST | 352 | method: POST |
343 | uri: http://localhost:3000/api/v1/statuses | 353 | uri: http://localhost:3000/api/v1/statuses |
344 | response: | 354 | response: |
345 | 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 | 355 | body: {string: '{"id":"102315367212289038","created_at":"2019-06-22T13:03:26.169Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367212289038","url":"http://localhost/@mastodonpy_test/102315367212289038","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
346 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 356 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
347 | 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 | 357 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
348 | 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}'} | 358 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
359 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
360 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":11,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
349 | headers: | 361 | headers: |
350 | Cache-Control: ['max-age=0, private, must-revalidate'] | 362 | Cache-Control: ['no-cache, no-store'] |
351 | Content-Type: [application/json; charset=utf-8] | 363 | Content-Type: [application/json; charset=utf-8] |
352 | ETag: [W/"b33ecaa26b37fa86580b8e11d0aeaffb"] | ||
353 | Referrer-Policy: [strict-origin-when-cross-origin] | 364 | Referrer-Policy: [strict-origin-when-cross-origin] |
354 | Transfer-Encoding: [chunked] | 365 | Transfer-Encoding: [chunked] |
355 | Vary: ['Accept-Encoding, Origin'] | 366 | Vary: ['Accept-Encoding, Origin'] |
@@ -357,10 +368,10 @@ interactions: | |||
357 | X-Download-Options: [noopen] | 368 | X-Download-Options: [noopen] |
358 | X-Frame-Options: [SAMEORIGIN] | 369 | X-Frame-Options: [SAMEORIGIN] |
359 | X-Permitted-Cross-Domain-Policies: [none] | 370 | X-Permitted-Cross-Domain-Policies: [none] |
360 | X-Request-Id: [9c31d732-9089-4dff-a170-d51b8211f112] | 371 | X-Request-Id: [f3cfd097-302a-46e3-bf18-73fb1a748a1b] |
361 | X-Runtime: ['0.224004'] | 372 | X-Runtime: ['0.211032'] |
362 | X-XSS-Protection: [1; mode=block] | 373 | X-XSS-Protection: [1; mode=block] |
363 | content-length: ['1620'] | 374 | content-length: ['1982'] |
364 | status: {code: 200, message: OK} | 375 | status: {code: 200, message: OK} |
365 | - request: | 376 | - request: |
366 | body: status=Toot+number+11%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 377 | body: status=Toot+number+11%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -375,14 +386,15 @@ interactions: | |||
375 | method: POST | 386 | method: POST |
376 | uri: http://localhost:3000/api/v1/statuses | 387 | uri: http://localhost:3000/api/v1/statuses |
377 | response: | 388 | response: |
378 | 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 | 389 | body: {string: '{"id":"102315367227583481","created_at":"2019-06-22T13:03:26.412Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367227583481","url":"http://localhost/@mastodonpy_test/102315367227583481","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
379 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 390 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
380 | 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 | 391 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
381 | 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}'} | 392 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
393 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
394 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":12,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
382 | headers: | 395 | headers: |
383 | Cache-Control: ['max-age=0, private, must-revalidate'] | 396 | Cache-Control: ['no-cache, no-store'] |
384 | Content-Type: [application/json; charset=utf-8] | 397 | Content-Type: [application/json; charset=utf-8] |
385 | ETag: [W/"b7589263fb02ab025835e4efdf91d77b"] | ||
386 | Referrer-Policy: [strict-origin-when-cross-origin] | 398 | Referrer-Policy: [strict-origin-when-cross-origin] |
387 | Transfer-Encoding: [chunked] | 399 | Transfer-Encoding: [chunked] |
388 | Vary: ['Accept-Encoding, Origin'] | 400 | Vary: ['Accept-Encoding, Origin'] |
@@ -390,10 +402,10 @@ interactions: | |||
390 | X-Download-Options: [noopen] | 402 | X-Download-Options: [noopen] |
391 | X-Frame-Options: [SAMEORIGIN] | 403 | X-Frame-Options: [SAMEORIGIN] |
392 | X-Permitted-Cross-Domain-Policies: [none] | 404 | X-Permitted-Cross-Domain-Policies: [none] |
393 | X-Request-Id: [80eff266-0466-4d27-8f53-0093a1e89120] | 405 | X-Request-Id: [751bdde2-2b6f-4401-934c-cffe26dc46fe] |
394 | X-Runtime: ['0.199163'] | 406 | X-Runtime: ['0.221059'] |
395 | X-XSS-Protection: [1; mode=block] | 407 | X-XSS-Protection: [1; mode=block] |
396 | content-length: ['1620'] | 408 | content-length: ['1982'] |
397 | status: {code: 200, message: OK} | 409 | status: {code: 200, message: OK} |
398 | - request: | 410 | - request: |
399 | body: status=Toot+number+12%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 411 | body: status=Toot+number+12%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -408,14 +420,15 @@ interactions: | |||
408 | method: POST | 420 | method: POST |
409 | uri: http://localhost:3000/api/v1/statuses | 421 | uri: http://localhost:3000/api/v1/statuses |
410 | response: | 422 | response: |
411 | 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 | 423 | body: {string: '{"id":"102315367244331103","created_at":"2019-06-22T13:03:26.666Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367244331103","url":"http://localhost/@mastodonpy_test/102315367244331103","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
412 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 424 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
413 | 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 | 425 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
414 | 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}'} | 426 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
427 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
428 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":13,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
415 | headers: | 429 | headers: |
416 | Cache-Control: ['max-age=0, private, must-revalidate'] | 430 | Cache-Control: ['no-cache, no-store'] |
417 | Content-Type: [application/json; charset=utf-8] | 431 | Content-Type: [application/json; charset=utf-8] |
418 | ETag: [W/"ba5d14429da17aed9103160fc68cb809"] | ||
419 | Referrer-Policy: [strict-origin-when-cross-origin] | 432 | Referrer-Policy: [strict-origin-when-cross-origin] |
420 | Transfer-Encoding: [chunked] | 433 | Transfer-Encoding: [chunked] |
421 | Vary: ['Accept-Encoding, Origin'] | 434 | Vary: ['Accept-Encoding, Origin'] |
@@ -423,10 +436,10 @@ interactions: | |||
423 | X-Download-Options: [noopen] | 436 | X-Download-Options: [noopen] |
424 | X-Frame-Options: [SAMEORIGIN] | 437 | X-Frame-Options: [SAMEORIGIN] |
425 | X-Permitted-Cross-Domain-Policies: [none] | 438 | X-Permitted-Cross-Domain-Policies: [none] |
426 | X-Request-Id: [ddf9a6b7-4306-423e-bd7a-1a6f77f16e29] | 439 | X-Request-Id: [5272424d-2367-4e18-8a1a-d99b141db021] |
427 | X-Runtime: ['0.183110'] | 440 | X-Runtime: ['0.242344'] |
428 | X-XSS-Protection: [1; mode=block] | 441 | X-XSS-Protection: [1; mode=block] |
429 | content-length: ['1620'] | 442 | content-length: ['1982'] |
430 | status: {code: 200, message: OK} | 443 | status: {code: 200, message: OK} |
431 | - request: | 444 | - request: |
432 | body: status=Toot+number+13%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 445 | body: status=Toot+number+13%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -441,14 +454,15 @@ interactions: | |||
441 | method: POST | 454 | method: POST |
442 | uri: http://localhost:3000/api/v1/statuses | 455 | uri: http://localhost:3000/api/v1/statuses |
443 | response: | 456 | response: |
444 | 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 | 457 | body: {string: '{"id":"102315367258821671","created_at":"2019-06-22T13:03:26.872Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367258821671","url":"http://localhost/@mastodonpy_test/102315367258821671","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
445 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 458 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
446 | 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 | 459 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
447 | 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}'} | 460 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
461 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
462 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":14,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
448 | headers: | 463 | headers: |
449 | Cache-Control: ['max-age=0, private, must-revalidate'] | 464 | Cache-Control: ['no-cache, no-store'] |
450 | Content-Type: [application/json; charset=utf-8] | 465 | Content-Type: [application/json; charset=utf-8] |
451 | ETag: [W/"ba948e66ee0940b3df009800742e77cc"] | ||
452 | Referrer-Policy: [strict-origin-when-cross-origin] | 466 | Referrer-Policy: [strict-origin-when-cross-origin] |
453 | Transfer-Encoding: [chunked] | 467 | Transfer-Encoding: [chunked] |
454 | Vary: ['Accept-Encoding, Origin'] | 468 | Vary: ['Accept-Encoding, Origin'] |
@@ -456,10 +470,10 @@ interactions: | |||
456 | X-Download-Options: [noopen] | 470 | X-Download-Options: [noopen] |
457 | X-Frame-Options: [SAMEORIGIN] | 471 | X-Frame-Options: [SAMEORIGIN] |
458 | X-Permitted-Cross-Domain-Policies: [none] | 472 | X-Permitted-Cross-Domain-Policies: [none] |
459 | X-Request-Id: [aaec207b-a2f1-45c6-af30-36ca16e8a8bd] | 473 | X-Request-Id: [ae210896-8da8-4d94-acbd-56308c212449] |
460 | X-Runtime: ['0.174811'] | 474 | X-Runtime: ['0.186627'] |
461 | X-XSS-Protection: [1; mode=block] | 475 | X-XSS-Protection: [1; mode=block] |
462 | content-length: ['1620'] | 476 | content-length: ['1982'] |
463 | status: {code: 200, message: OK} | 477 | status: {code: 200, message: OK} |
464 | - request: | 478 | - request: |
465 | body: status=Toot+number+14%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 479 | body: status=Toot+number+14%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -474,14 +488,15 @@ interactions: | |||
474 | method: POST | 488 | method: POST |
475 | uri: http://localhost:3000/api/v1/statuses | 489 | uri: http://localhost:3000/api/v1/statuses |
476 | response: | 490 | response: |
477 | 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 | 491 | body: {string: '{"id":"102315367272416011","created_at":"2019-06-22T13:03:27.081Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367272416011","url":"http://localhost/@mastodonpy_test/102315367272416011","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
478 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 492 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
479 | 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 | 493 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
480 | 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}'} | 494 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
495 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
496 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":15,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
481 | headers: | 497 | headers: |
482 | Cache-Control: ['max-age=0, private, must-revalidate'] | 498 | Cache-Control: ['no-cache, no-store'] |
483 | Content-Type: [application/json; charset=utf-8] | 499 | Content-Type: [application/json; charset=utf-8] |
484 | ETag: [W/"819e3aad4cdc285c3f34fec541cc6b63"] | ||
485 | Referrer-Policy: [strict-origin-when-cross-origin] | 500 | Referrer-Policy: [strict-origin-when-cross-origin] |
486 | Transfer-Encoding: [chunked] | 501 | Transfer-Encoding: [chunked] |
487 | Vary: ['Accept-Encoding, Origin'] | 502 | Vary: ['Accept-Encoding, Origin'] |
@@ -489,10 +504,10 @@ interactions: | |||
489 | X-Download-Options: [noopen] | 504 | X-Download-Options: [noopen] |
490 | X-Frame-Options: [SAMEORIGIN] | 505 | X-Frame-Options: [SAMEORIGIN] |
491 | X-Permitted-Cross-Domain-Policies: [none] | 506 | X-Permitted-Cross-Domain-Policies: [none] |
492 | X-Request-Id: [c94d44e2-833b-441a-90d9-ab616b3f466e] | 507 | X-Request-Id: [15e123e2-e7ee-406e-b5a5-69c648e8ce6f] |
493 | X-Runtime: ['0.190769'] | 508 | X-Runtime: ['0.189834'] |
494 | X-XSS-Protection: [1; mode=block] | 509 | X-XSS-Protection: [1; mode=block] |
495 | content-length: ['1620'] | 510 | content-length: ['1982'] |
496 | status: {code: 200, message: OK} | 511 | status: {code: 200, message: OK} |
497 | - request: | 512 | - request: |
498 | body: status=Toot+number+15%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 513 | body: status=Toot+number+15%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -507,14 +522,15 @@ interactions: | |||
507 | method: POST | 522 | method: POST |
508 | uri: http://localhost:3000/api/v1/statuses | 523 | uri: http://localhost:3000/api/v1/statuses |
509 | response: | 524 | response: |
510 | 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 | 525 | body: {string: '{"id":"102315367286577012","created_at":"2019-06-22T13:03:27.293Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367286577012","url":"http://localhost/@mastodonpy_test/102315367286577012","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
511 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 526 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
512 | 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 | 527 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
513 | 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}'} | 528 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
529 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
530 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":16,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
514 | headers: | 531 | headers: |
515 | Cache-Control: ['max-age=0, private, must-revalidate'] | 532 | Cache-Control: ['no-cache, no-store'] |
516 | Content-Type: [application/json; charset=utf-8] | 533 | Content-Type: [application/json; charset=utf-8] |
517 | ETag: [W/"17ca100f24b6538b59f460d48ecadd18"] | ||
518 | Referrer-Policy: [strict-origin-when-cross-origin] | 534 | Referrer-Policy: [strict-origin-when-cross-origin] |
519 | Transfer-Encoding: [chunked] | 535 | Transfer-Encoding: [chunked] |
520 | Vary: ['Accept-Encoding, Origin'] | 536 | Vary: ['Accept-Encoding, Origin'] |
@@ -522,10 +538,10 @@ interactions: | |||
522 | X-Download-Options: [noopen] | 538 | X-Download-Options: [noopen] |
523 | X-Frame-Options: [SAMEORIGIN] | 539 | X-Frame-Options: [SAMEORIGIN] |
524 | X-Permitted-Cross-Domain-Policies: [none] | 540 | X-Permitted-Cross-Domain-Policies: [none] |
525 | X-Request-Id: [4a57a43a-44a1-461c-9b80-04de589d7c35] | 541 | X-Request-Id: [d1dbad85-5c07-4ff6-83f3-fa5258056b5e] |
526 | X-Runtime: ['0.149583'] | 542 | X-Runtime: ['0.186708'] |
527 | X-XSS-Protection: [1; mode=block] | 543 | X-XSS-Protection: [1; mode=block] |
528 | content-length: ['1620'] | 544 | content-length: ['1982'] |
529 | status: {code: 200, message: OK} | 545 | status: {code: 200, message: OK} |
530 | - request: | 546 | - request: |
531 | body: status=Toot+number+16%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 547 | body: status=Toot+number+16%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -540,14 +556,15 @@ interactions: | |||
540 | method: POST | 556 | method: POST |
541 | uri: http://localhost:3000/api/v1/statuses | 557 | uri: http://localhost:3000/api/v1/statuses |
542 | response: | 558 | response: |
543 | 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 | 559 | body: {string: '{"id":"102315367299312272","created_at":"2019-06-22T13:03:27.487Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367299312272","url":"http://localhost/@mastodonpy_test/102315367299312272","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
544 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 560 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
545 | 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 | 561 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
546 | 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}'} | 562 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
563 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
564 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":17,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
547 | headers: | 565 | headers: |
548 | Cache-Control: ['max-age=0, private, must-revalidate'] | 566 | Cache-Control: ['no-cache, no-store'] |
549 | Content-Type: [application/json; charset=utf-8] | 567 | Content-Type: [application/json; charset=utf-8] |
550 | ETag: [W/"8e7cf8e7435bd44766e7e48e440520c4"] | ||
551 | Referrer-Policy: [strict-origin-when-cross-origin] | 568 | Referrer-Policy: [strict-origin-when-cross-origin] |
552 | Transfer-Encoding: [chunked] | 569 | Transfer-Encoding: [chunked] |
553 | Vary: ['Accept-Encoding, Origin'] | 570 | Vary: ['Accept-Encoding, Origin'] |
@@ -555,10 +572,10 @@ interactions: | |||
555 | X-Download-Options: [noopen] | 572 | X-Download-Options: [noopen] |
556 | X-Frame-Options: [SAMEORIGIN] | 573 | X-Frame-Options: [SAMEORIGIN] |
557 | X-Permitted-Cross-Domain-Policies: [none] | 574 | X-Permitted-Cross-Domain-Policies: [none] |
558 | X-Request-Id: [3c8080d6-7173-4e42-a6fd-3a5e514dba49] | 575 | X-Request-Id: [c991ab5a-0a40-42dd-9708-645f8c28141e] |
559 | X-Runtime: ['0.197945'] | 576 | X-Runtime: ['0.228698'] |
560 | X-XSS-Protection: [1; mode=block] | 577 | X-XSS-Protection: [1; mode=block] |
561 | content-length: ['1620'] | 578 | content-length: ['1982'] |
562 | status: {code: 200, message: OK} | 579 | status: {code: 200, message: OK} |
563 | - request: | 580 | - request: |
564 | body: status=Toot+number+17%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 581 | body: status=Toot+number+17%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -573,14 +590,15 @@ interactions: | |||
573 | method: POST | 590 | method: POST |
574 | uri: http://localhost:3000/api/v1/statuses | 591 | uri: http://localhost:3000/api/v1/statuses |
575 | response: | 592 | response: |
576 | 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 | 593 | body: {string: '{"id":"102315367314441287","created_at":"2019-06-22T13:03:27.718Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367314441287","url":"http://localhost/@mastodonpy_test/102315367314441287","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
577 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 594 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
578 | 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 | 595 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
579 | 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}'} | 596 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
597 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
598 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":18,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
580 | headers: | 599 | headers: |
581 | Cache-Control: ['max-age=0, private, must-revalidate'] | 600 | Cache-Control: ['no-cache, no-store'] |
582 | Content-Type: [application/json; charset=utf-8] | 601 | Content-Type: [application/json; charset=utf-8] |
583 | ETag: [W/"e55c3afedf3e62f152ce550f0da58132"] | ||
584 | Referrer-Policy: [strict-origin-when-cross-origin] | 602 | Referrer-Policy: [strict-origin-when-cross-origin] |
585 | Transfer-Encoding: [chunked] | 603 | Transfer-Encoding: [chunked] |
586 | Vary: ['Accept-Encoding, Origin'] | 604 | Vary: ['Accept-Encoding, Origin'] |
@@ -588,10 +606,10 @@ interactions: | |||
588 | X-Download-Options: [noopen] | 606 | X-Download-Options: [noopen] |
589 | X-Frame-Options: [SAMEORIGIN] | 607 | X-Frame-Options: [SAMEORIGIN] |
590 | X-Permitted-Cross-Domain-Policies: [none] | 608 | X-Permitted-Cross-Domain-Policies: [none] |
591 | X-Request-Id: [53b45cbe-c599-4ac5-a9b3-af989f8794c1] | 609 | X-Request-Id: [40201c5e-dcd8-48a0-a3f7-2e2bfcce8536] |
592 | X-Runtime: ['0.155910'] | 610 | X-Runtime: ['0.183248'] |
593 | X-XSS-Protection: [1; mode=block] | 611 | X-XSS-Protection: [1; mode=block] |
594 | content-length: ['1620'] | 612 | content-length: ['1982'] |
595 | status: {code: 200, message: OK} | 613 | status: {code: 200, message: OK} |
596 | - request: | 614 | - request: |
597 | body: status=Toot+number+18%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 615 | body: status=Toot+number+18%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -606,14 +624,15 @@ interactions: | |||
606 | method: POST | 624 | method: POST |
607 | uri: http://localhost:3000/api/v1/statuses | 625 | uri: http://localhost:3000/api/v1/statuses |
608 | response: | 626 | response: |
609 | 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 | 627 | body: {string: '{"id":"102315367328224976","created_at":"2019-06-22T13:03:27.930Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367328224976","url":"http://localhost/@mastodonpy_test/102315367328224976","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
610 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 628 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
611 | 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 | 629 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
612 | 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}'} | 630 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
631 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
632 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":19,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
613 | headers: | 633 | headers: |
614 | Cache-Control: ['max-age=0, private, must-revalidate'] | 634 | Cache-Control: ['no-cache, no-store'] |
615 | Content-Type: [application/json; charset=utf-8] | 635 | Content-Type: [application/json; charset=utf-8] |
616 | ETag: [W/"807db6aa84c5a670edef3aa046b78763"] | ||
617 | Referrer-Policy: [strict-origin-when-cross-origin] | 636 | Referrer-Policy: [strict-origin-when-cross-origin] |
618 | Transfer-Encoding: [chunked] | 637 | Transfer-Encoding: [chunked] |
619 | Vary: ['Accept-Encoding, Origin'] | 638 | Vary: ['Accept-Encoding, Origin'] |
@@ -621,10 +640,10 @@ interactions: | |||
621 | X-Download-Options: [noopen] | 640 | X-Download-Options: [noopen] |
622 | X-Frame-Options: [SAMEORIGIN] | 641 | X-Frame-Options: [SAMEORIGIN] |
623 | X-Permitted-Cross-Domain-Policies: [none] | 642 | X-Permitted-Cross-Domain-Policies: [none] |
624 | X-Request-Id: [9601906a-f48b-4d16-8260-64c561bb345e] | 643 | X-Request-Id: [01c8fd41-9bdf-4078-a00f-7875c2d56229] |
625 | X-Runtime: ['0.196328'] | 644 | X-Runtime: ['0.190799'] |
626 | X-XSS-Protection: [1; mode=block] | 645 | X-XSS-Protection: [1; mode=block] |
627 | content-length: ['1620'] | 646 | content-length: ['1982'] |
628 | status: {code: 200, message: OK} | 647 | status: {code: 200, message: OK} |
629 | - request: | 648 | - request: |
630 | body: status=Toot+number+19%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 649 | body: status=Toot+number+19%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -639,14 +658,15 @@ interactions: | |||
639 | method: POST | 658 | method: POST |
640 | uri: http://localhost:3000/api/v1/statuses | 659 | uri: http://localhost:3000/api/v1/statuses |
641 | response: | 660 | response: |
642 | 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 | 661 | body: {string: '{"id":"102315367340588354","created_at":"2019-06-22T13:03:28.117Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367340588354","url":"http://localhost/@mastodonpy_test/102315367340588354","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
643 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 662 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
644 | 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 | 663 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
645 | 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}'} | 664 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
665 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
666 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":20,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
646 | headers: | 667 | headers: |
647 | Cache-Control: ['max-age=0, private, must-revalidate'] | 668 | Cache-Control: ['no-cache, no-store'] |
648 | Content-Type: [application/json; charset=utf-8] | 669 | Content-Type: [application/json; charset=utf-8] |
649 | ETag: [W/"75afde4464e75317df250a08d4ded9fb"] | ||
650 | Referrer-Policy: [strict-origin-when-cross-origin] | 670 | Referrer-Policy: [strict-origin-when-cross-origin] |
651 | Transfer-Encoding: [chunked] | 671 | Transfer-Encoding: [chunked] |
652 | Vary: ['Accept-Encoding, Origin'] | 672 | Vary: ['Accept-Encoding, Origin'] |
@@ -654,10 +674,10 @@ interactions: | |||
654 | X-Download-Options: [noopen] | 674 | X-Download-Options: [noopen] |
655 | X-Frame-Options: [SAMEORIGIN] | 675 | X-Frame-Options: [SAMEORIGIN] |
656 | X-Permitted-Cross-Domain-Policies: [none] | 676 | X-Permitted-Cross-Domain-Policies: [none] |
657 | X-Request-Id: [5ccbc55e-fb8b-4e0b-aa13-bffebcc80808] | 677 | X-Request-Id: [17754f0e-06f3-4574-815a-03906e735cd5] |
658 | X-Runtime: ['0.183737'] | 678 | X-Runtime: ['0.177442'] |
659 | X-XSS-Protection: [1; mode=block] | 679 | X-XSS-Protection: [1; mode=block] |
660 | content-length: ['1620'] | 680 | content-length: ['1982'] |
661 | status: {code: 200, message: OK} | 681 | status: {code: 200, message: OK} |
662 | - request: | 682 | - request: |
663 | body: status=Toot+number+20%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 683 | body: status=Toot+number+20%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -672,14 +692,15 @@ interactions: | |||
672 | method: POST | 692 | method: POST |
673 | uri: http://localhost:3000/api/v1/statuses | 693 | uri: http://localhost:3000/api/v1/statuses |
674 | response: | 694 | response: |
675 | 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 | 695 | body: {string: '{"id":"102315367353605620","created_at":"2019-06-22T13:03:28.318Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367353605620","url":"http://localhost/@mastodonpy_test/102315367353605620","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
676 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 696 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
677 | 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 | 697 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
678 | 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}'} | 698 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
699 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
700 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":21,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
679 | headers: | 701 | headers: |
680 | Cache-Control: ['max-age=0, private, must-revalidate'] | 702 | Cache-Control: ['no-cache, no-store'] |
681 | Content-Type: [application/json; charset=utf-8] | 703 | Content-Type: [application/json; charset=utf-8] |
682 | ETag: [W/"70b6fa21db3af92b5bb907f6b74d71f0"] | ||
683 | Referrer-Policy: [strict-origin-when-cross-origin] | 704 | Referrer-Policy: [strict-origin-when-cross-origin] |
684 | Transfer-Encoding: [chunked] | 705 | Transfer-Encoding: [chunked] |
685 | Vary: ['Accept-Encoding, Origin'] | 706 | Vary: ['Accept-Encoding, Origin'] |
@@ -687,10 +708,10 @@ interactions: | |||
687 | X-Download-Options: [noopen] | 708 | X-Download-Options: [noopen] |
688 | X-Frame-Options: [SAMEORIGIN] | 709 | X-Frame-Options: [SAMEORIGIN] |
689 | X-Permitted-Cross-Domain-Policies: [none] | 710 | X-Permitted-Cross-Domain-Policies: [none] |
690 | X-Request-Id: [3cfa20f5-184b-4e36-869c-49647bd82674] | 711 | X-Request-Id: [528a5944-a69d-45f4-8089-a8eb99c36b32] |
691 | X-Runtime: ['0.177909'] | 712 | X-Runtime: ['0.170095'] |
692 | X-XSS-Protection: [1; mode=block] | 713 | X-XSS-Protection: [1; mode=block] |
693 | content-length: ['1620'] | 714 | content-length: ['1982'] |
694 | status: {code: 200, message: OK} | 715 | status: {code: 200, message: OK} |
695 | - request: | 716 | - request: |
696 | body: status=Toot+number+21%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 717 | body: status=Toot+number+21%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -705,14 +726,15 @@ interactions: | |||
705 | method: POST | 726 | method: POST |
706 | uri: http://localhost:3000/api/v1/statuses | 727 | uri: http://localhost:3000/api/v1/statuses |
707 | response: | 728 | response: |
708 | 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 | 729 | body: {string: '{"id":"102315367365699815","created_at":"2019-06-22T13:03:28.500Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367365699815","url":"http://localhost/@mastodonpy_test/102315367365699815","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
709 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 730 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
710 | 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 | 731 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
711 | 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}'} | 732 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
733 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
734 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":22,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
712 | headers: | 735 | headers: |
713 | Cache-Control: ['max-age=0, private, must-revalidate'] | 736 | Cache-Control: ['no-cache, no-store'] |
714 | Content-Type: [application/json; charset=utf-8] | 737 | Content-Type: [application/json; charset=utf-8] |
715 | ETag: [W/"39b4dd32ae44372f7754e34f9ef37a47"] | ||
716 | Referrer-Policy: [strict-origin-when-cross-origin] | 738 | Referrer-Policy: [strict-origin-when-cross-origin] |
717 | Transfer-Encoding: [chunked] | 739 | Transfer-Encoding: [chunked] |
718 | Vary: ['Accept-Encoding, Origin'] | 740 | Vary: ['Accept-Encoding, Origin'] |
@@ -720,10 +742,10 @@ interactions: | |||
720 | X-Download-Options: [noopen] | 742 | X-Download-Options: [noopen] |
721 | X-Frame-Options: [SAMEORIGIN] | 743 | X-Frame-Options: [SAMEORIGIN] |
722 | X-Permitted-Cross-Domain-Policies: [none] | 744 | X-Permitted-Cross-Domain-Policies: [none] |
723 | X-Request-Id: [57e7c333-2100-4d53-a653-c1cdff172b1f] | 745 | X-Request-Id: [ffeb948d-fb72-45ed-b2e3-9cf48667aecb] |
724 | X-Runtime: ['0.140139'] | 746 | X-Runtime: ['0.149532'] |
725 | X-XSS-Protection: [1; mode=block] | 747 | X-XSS-Protection: [1; mode=block] |
726 | content-length: ['1620'] | 748 | content-length: ['1982'] |
727 | status: {code: 200, message: OK} | 749 | status: {code: 200, message: OK} |
728 | - request: | 750 | - request: |
729 | body: status=Toot+number+22%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 751 | body: status=Toot+number+22%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -738,14 +760,15 @@ interactions: | |||
738 | method: POST | 760 | method: POST |
739 | uri: http://localhost:3000/api/v1/statuses | 761 | uri: http://localhost:3000/api/v1/statuses |
740 | response: | 762 | response: |
741 | 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 | 763 | body: {string: '{"id":"102315367379244439","created_at":"2019-06-22T13:03:28.711Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367379244439","url":"http://localhost/@mastodonpy_test/102315367379244439","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
742 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 764 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
743 | 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 | 765 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
744 | 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}'} | 766 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
767 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
768 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":23,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
745 | headers: | 769 | headers: |
746 | Cache-Control: ['max-age=0, private, must-revalidate'] | 770 | Cache-Control: ['no-cache, no-store'] |
747 | Content-Type: [application/json; charset=utf-8] | 771 | Content-Type: [application/json; charset=utf-8] |
748 | ETag: [W/"3f11f59cefe5b7f7d9468dd505189d4e"] | ||
749 | Referrer-Policy: [strict-origin-when-cross-origin] | 772 | Referrer-Policy: [strict-origin-when-cross-origin] |
750 | Transfer-Encoding: [chunked] | 773 | Transfer-Encoding: [chunked] |
751 | Vary: ['Accept-Encoding, Origin'] | 774 | Vary: ['Accept-Encoding, Origin'] |
@@ -753,10 +776,10 @@ interactions: | |||
753 | X-Download-Options: [noopen] | 776 | X-Download-Options: [noopen] |
754 | X-Frame-Options: [SAMEORIGIN] | 777 | X-Frame-Options: [SAMEORIGIN] |
755 | X-Permitted-Cross-Domain-Policies: [none] | 778 | X-Permitted-Cross-Domain-Policies: [none] |
756 | X-Request-Id: [60882b92-93bb-4d32-a2ee-c8f59b24c6e8] | 779 | X-Request-Id: [6d279492-c550-4e7c-8b99-10be2a067c5d] |
757 | X-Runtime: ['0.216859'] | 780 | X-Runtime: ['0.210912'] |
758 | X-XSS-Protection: [1; mode=block] | 781 | X-XSS-Protection: [1; mode=block] |
759 | content-length: ['1620'] | 782 | content-length: ['1982'] |
760 | status: {code: 200, message: OK} | 783 | status: {code: 200, message: OK} |
761 | - request: | 784 | - request: |
762 | body: status=Toot+number+23%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 785 | body: status=Toot+number+23%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -771,14 +794,15 @@ interactions: | |||
771 | method: POST | 794 | method: POST |
772 | uri: http://localhost:3000/api/v1/statuses | 795 | uri: http://localhost:3000/api/v1/statuses |
773 | response: | 796 | response: |
774 | 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 | 797 | body: {string: '{"id":"102315367392354311","created_at":"2019-06-22T13:03:28.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367392354311","url":"http://localhost/@mastodonpy_test/102315367392354311","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
775 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 798 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
776 | 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 | 799 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
777 | 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}'} | 800 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
801 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
802 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":24,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
778 | headers: | 803 | headers: |
779 | Cache-Control: ['max-age=0, private, must-revalidate'] | 804 | Cache-Control: ['no-cache, no-store'] |
780 | Content-Type: [application/json; charset=utf-8] | 805 | Content-Type: [application/json; charset=utf-8] |
781 | ETag: [W/"b2f7d3f3021522d802ec0c2ce744045a"] | ||
782 | Referrer-Policy: [strict-origin-when-cross-origin] | 806 | Referrer-Policy: [strict-origin-when-cross-origin] |
783 | Transfer-Encoding: [chunked] | 807 | Transfer-Encoding: [chunked] |
784 | Vary: ['Accept-Encoding, Origin'] | 808 | Vary: ['Accept-Encoding, Origin'] |
@@ -786,10 +810,10 @@ interactions: | |||
786 | X-Download-Options: [noopen] | 810 | X-Download-Options: [noopen] |
787 | X-Frame-Options: [SAMEORIGIN] | 811 | X-Frame-Options: [SAMEORIGIN] |
788 | X-Permitted-Cross-Domain-Policies: [none] | 812 | X-Permitted-Cross-Domain-Policies: [none] |
789 | X-Request-Id: [228904ad-6a1d-4e17-b810-e7072085430c] | 813 | X-Request-Id: [7b46d965-1360-4e13-ad29-2de242530587] |
790 | X-Runtime: ['0.178746'] | 814 | X-Runtime: ['0.190818'] |
791 | X-XSS-Protection: [1; mode=block] | 815 | X-XSS-Protection: [1; mode=block] |
792 | content-length: ['1620'] | 816 | content-length: ['1982'] |
793 | status: {code: 200, message: OK} | 817 | status: {code: 200, message: OK} |
794 | - request: | 818 | - request: |
795 | body: status=Toot+number+24%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 819 | body: status=Toot+number+24%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -804,14 +828,15 @@ interactions: | |||
804 | method: POST | 828 | method: POST |
805 | uri: http://localhost:3000/api/v1/statuses | 829 | uri: http://localhost:3000/api/v1/statuses |
806 | response: | 830 | response: |
807 | 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 | 831 | body: {string: '{"id":"102315367406486904","created_at":"2019-06-22T13:03:29.123Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367406486904","url":"http://localhost/@mastodonpy_test/102315367406486904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
808 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 832 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
809 | 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 | 833 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
810 | 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}'} | 834 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
835 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
836 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":25,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
811 | headers: | 837 | headers: |
812 | Cache-Control: ['max-age=0, private, must-revalidate'] | 838 | Cache-Control: ['no-cache, no-store'] |
813 | Content-Type: [application/json; charset=utf-8] | 839 | Content-Type: [application/json; charset=utf-8] |
814 | ETag: [W/"cbbe3ac4c493d426a53fab90f3223efa"] | ||
815 | Referrer-Policy: [strict-origin-when-cross-origin] | 840 | Referrer-Policy: [strict-origin-when-cross-origin] |
816 | Transfer-Encoding: [chunked] | 841 | Transfer-Encoding: [chunked] |
817 | Vary: ['Accept-Encoding, Origin'] | 842 | Vary: ['Accept-Encoding, Origin'] |
@@ -819,10 +844,10 @@ interactions: | |||
819 | X-Download-Options: [noopen] | 844 | X-Download-Options: [noopen] |
820 | X-Frame-Options: [SAMEORIGIN] | 845 | X-Frame-Options: [SAMEORIGIN] |
821 | X-Permitted-Cross-Domain-Policies: [none] | 846 | X-Permitted-Cross-Domain-Policies: [none] |
822 | X-Request-Id: [63c0810d-9879-4f52-873e-10c5228d8108] | 847 | X-Request-Id: [ea45e127-a4e2-4eae-8eac-f48b36b73727] |
823 | X-Runtime: ['0.189676'] | 848 | X-Runtime: ['0.211285'] |
824 | X-XSS-Protection: [1; mode=block] | 849 | X-XSS-Protection: [1; mode=block] |
825 | content-length: ['1620'] | 850 | content-length: ['1982'] |
826 | status: {code: 200, message: OK} | 851 | status: {code: 200, message: OK} |
827 | - request: | 852 | - request: |
828 | body: status=Toot+number+25%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 853 | body: status=Toot+number+25%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -837,14 +862,15 @@ interactions: | |||
837 | method: POST | 862 | method: POST |
838 | uri: http://localhost:3000/api/v1/statuses | 863 | uri: http://localhost:3000/api/v1/statuses |
839 | response: | 864 | response: |
840 | 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 | 865 | body: {string: '{"id":"102315367419764413","created_at":"2019-06-22T13:03:29.325Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367419764413","url":"http://localhost/@mastodonpy_test/102315367419764413","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
841 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 866 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
842 | 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 | 867 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
843 | 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}'} | 868 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
869 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
870 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":26,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
844 | headers: | 871 | headers: |
845 | Cache-Control: ['max-age=0, private, must-revalidate'] | 872 | Cache-Control: ['no-cache, no-store'] |
846 | Content-Type: [application/json; charset=utf-8] | 873 | Content-Type: [application/json; charset=utf-8] |
847 | ETag: [W/"0da7c93ede2af3fc17b09646a0f0cf4a"] | ||
848 | Referrer-Policy: [strict-origin-when-cross-origin] | 874 | Referrer-Policy: [strict-origin-when-cross-origin] |
849 | Transfer-Encoding: [chunked] | 875 | Transfer-Encoding: [chunked] |
850 | Vary: ['Accept-Encoding, Origin'] | 876 | Vary: ['Accept-Encoding, Origin'] |
@@ -852,10 +878,10 @@ interactions: | |||
852 | X-Download-Options: [noopen] | 878 | X-Download-Options: [noopen] |
853 | X-Frame-Options: [SAMEORIGIN] | 879 | X-Frame-Options: [SAMEORIGIN] |
854 | X-Permitted-Cross-Domain-Policies: [none] | 880 | X-Permitted-Cross-Domain-Policies: [none] |
855 | X-Request-Id: [7ea4370f-eb3b-4ed3-95a7-b72c73181370] | 881 | X-Request-Id: [e8fab620-00d2-4c20-a8d9-656af3083596] |
856 | X-Runtime: ['0.170476'] | 882 | X-Runtime: ['0.179046'] |
857 | X-XSS-Protection: [1; mode=block] | 883 | X-XSS-Protection: [1; mode=block] |
858 | content-length: ['1620'] | 884 | content-length: ['1982'] |
859 | status: {code: 200, message: OK} | 885 | status: {code: 200, message: OK} |
860 | - request: | 886 | - request: |
861 | body: status=Toot+number+26%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 887 | body: status=Toot+number+26%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -870,14 +896,15 @@ interactions: | |||
870 | method: POST | 896 | method: POST |
871 | uri: http://localhost:3000/api/v1/statuses | 897 | uri: http://localhost:3000/api/v1/statuses |
872 | response: | 898 | response: |
873 | 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 | 899 | body: {string: '{"id":"102315367432307207","created_at":"2019-06-22T13:03:29.521Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367432307207","url":"http://localhost/@mastodonpy_test/102315367432307207","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
874 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 900 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
875 | 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 | 901 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
876 | 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}'} | 902 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
903 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
904 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":27,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
877 | headers: | 905 | headers: |
878 | Cache-Control: ['max-age=0, private, must-revalidate'] | 906 | Cache-Control: ['no-cache, no-store'] |
879 | Content-Type: [application/json; charset=utf-8] | 907 | Content-Type: [application/json; charset=utf-8] |
880 | ETag: [W/"b6c7546a4cd10275387b1882b054b8fd"] | ||
881 | Referrer-Policy: [strict-origin-when-cross-origin] | 908 | Referrer-Policy: [strict-origin-when-cross-origin] |
882 | Transfer-Encoding: [chunked] | 909 | Transfer-Encoding: [chunked] |
883 | Vary: ['Accept-Encoding, Origin'] | 910 | Vary: ['Accept-Encoding, Origin'] |
@@ -885,10 +912,10 @@ interactions: | |||
885 | X-Download-Options: [noopen] | 912 | X-Download-Options: [noopen] |
886 | X-Frame-Options: [SAMEORIGIN] | 913 | X-Frame-Options: [SAMEORIGIN] |
887 | X-Permitted-Cross-Domain-Policies: [none] | 914 | X-Permitted-Cross-Domain-Policies: [none] |
888 | X-Request-Id: [9644e449-0331-483b-aa09-40c0a5246967] | 915 | X-Request-Id: [73bc6c3c-2240-4037-8f2e-5d982085a0fc] |
889 | X-Runtime: ['0.159525'] | 916 | X-Runtime: ['0.142268'] |
890 | X-XSS-Protection: [1; mode=block] | 917 | X-XSS-Protection: [1; mode=block] |
891 | content-length: ['1620'] | 918 | content-length: ['1982'] |
892 | status: {code: 200, message: OK} | 919 | status: {code: 200, message: OK} |
893 | - request: | 920 | - request: |
894 | body: status=Toot+number+27%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 921 | body: status=Toot+number+27%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -903,14 +930,15 @@ interactions: | |||
903 | method: POST | 930 | method: POST |
904 | uri: http://localhost:3000/api/v1/statuses | 931 | uri: http://localhost:3000/api/v1/statuses |
905 | response: | 932 | response: |
906 | 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 | 933 | body: {string: '{"id":"102315367446179072","created_at":"2019-06-22T13:03:29.740Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367446179072","url":"http://localhost/@mastodonpy_test/102315367446179072","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
907 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 934 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
908 | 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 | 935 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
909 | 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}'} | 936 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
937 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
938 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":28,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
910 | headers: | 939 | headers: |
911 | Cache-Control: ['max-age=0, private, must-revalidate'] | 940 | Cache-Control: ['no-cache, no-store'] |
912 | Content-Type: [application/json; charset=utf-8] | 941 | Content-Type: [application/json; charset=utf-8] |
913 | ETag: [W/"433f9ec6c4262397273936c618e2c3c9"] | ||
914 | Referrer-Policy: [strict-origin-when-cross-origin] | 942 | Referrer-Policy: [strict-origin-when-cross-origin] |
915 | Transfer-Encoding: [chunked] | 943 | Transfer-Encoding: [chunked] |
916 | Vary: ['Accept-Encoding, Origin'] | 944 | Vary: ['Accept-Encoding, Origin'] |
@@ -918,10 +946,10 @@ interactions: | |||
918 | X-Download-Options: [noopen] | 946 | X-Download-Options: [noopen] |
919 | X-Frame-Options: [SAMEORIGIN] | 947 | X-Frame-Options: [SAMEORIGIN] |
920 | X-Permitted-Cross-Domain-Policies: [none] | 948 | X-Permitted-Cross-Domain-Policies: [none] |
921 | X-Request-Id: [287063e1-209b-42eb-9377-1d3521129021] | 949 | X-Request-Id: [c77c521a-14a9-4f69-82d8-3260003d6cc3] |
922 | X-Runtime: ['0.223372'] | 950 | X-Runtime: ['0.242744'] |
923 | X-XSS-Protection: [1; mode=block] | 951 | X-XSS-Protection: [1; mode=block] |
924 | content-length: ['1620'] | 952 | content-length: ['1982'] |
925 | status: {code: 200, message: OK} | 953 | status: {code: 200, message: OK} |
926 | - request: | 954 | - request: |
927 | body: status=Toot+number+28%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 955 | body: status=Toot+number+28%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -936,14 +964,15 @@ interactions: | |||
936 | method: POST | 964 | method: POST |
937 | uri: http://localhost:3000/api/v1/statuses | 965 | uri: http://localhost:3000/api/v1/statuses |
938 | response: | 966 | response: |
939 | 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 | 967 | body: {string: '{"id":"102315367460356442","created_at":"2019-06-22T13:03:29.945Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367460356442","url":"http://localhost/@mastodonpy_test/102315367460356442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
940 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 968 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
941 | 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 | 969 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
942 | 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}'} | 970 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
971 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
972 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":29,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
943 | headers: | 973 | headers: |
944 | Cache-Control: ['max-age=0, private, must-revalidate'] | 974 | Cache-Control: ['no-cache, no-store'] |
945 | Content-Type: [application/json; charset=utf-8] | 975 | Content-Type: [application/json; charset=utf-8] |
946 | ETag: [W/"90fd527ab729005b03b46dac18f6218f"] | ||
947 | Referrer-Policy: [strict-origin-when-cross-origin] | 976 | Referrer-Policy: [strict-origin-when-cross-origin] |
948 | Transfer-Encoding: [chunked] | 977 | Transfer-Encoding: [chunked] |
949 | Vary: ['Accept-Encoding, Origin'] | 978 | Vary: ['Accept-Encoding, Origin'] |
@@ -951,10 +980,10 @@ interactions: | |||
951 | X-Download-Options: [noopen] | 980 | X-Download-Options: [noopen] |
952 | X-Frame-Options: [SAMEORIGIN] | 981 | X-Frame-Options: [SAMEORIGIN] |
953 | X-Permitted-Cross-Domain-Policies: [none] | 982 | X-Permitted-Cross-Domain-Policies: [none] |
954 | X-Request-Id: [f929f8a5-49af-47a8-b87e-05623e56ba76] | 983 | X-Request-Id: [0437217d-be2e-4b6f-b9b9-72d6efceb5e0] |
955 | X-Runtime: ['0.163293'] | 984 | X-Runtime: ['0.170133'] |
956 | X-XSS-Protection: [1; mode=block] | 985 | X-XSS-Protection: [1; mode=block] |
957 | content-length: ['1620'] | 986 | content-length: ['1982'] |
958 | status: {code: 200, message: OK} | 987 | status: {code: 200, message: OK} |
959 | - request: | 988 | - request: |
960 | body: status=Toot+number+29%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 989 | body: status=Toot+number+29%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -969,14 +998,15 @@ interactions: | |||
969 | method: POST | 998 | method: POST |
970 | uri: http://localhost:3000/api/v1/statuses | 999 | uri: http://localhost:3000/api/v1/statuses |
971 | response: | 1000 | response: |
972 | 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 | 1001 | body: {string: '{"id":"102315367472580649","created_at":"2019-06-22T13:03:30.131Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367472580649","url":"http://localhost/@mastodonpy_test/102315367472580649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
973 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1002 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
974 | 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 | 1003 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
975 | 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}'} | 1004 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1005 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1006 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
976 | headers: | 1007 | headers: |
977 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1008 | Cache-Control: ['no-cache, no-store'] |
978 | Content-Type: [application/json; charset=utf-8] | 1009 | Content-Type: [application/json; charset=utf-8] |
979 | ETag: [W/"b9aa8a29d1d6cc3d5cbe97acb4b1e6a1"] | ||
980 | Referrer-Policy: [strict-origin-when-cross-origin] | 1010 | Referrer-Policy: [strict-origin-when-cross-origin] |
981 | Transfer-Encoding: [chunked] | 1011 | Transfer-Encoding: [chunked] |
982 | Vary: ['Accept-Encoding, Origin'] | 1012 | Vary: ['Accept-Encoding, Origin'] |
@@ -984,10 +1014,10 @@ interactions: | |||
984 | X-Download-Options: [noopen] | 1014 | X-Download-Options: [noopen] |
985 | X-Frame-Options: [SAMEORIGIN] | 1015 | X-Frame-Options: [SAMEORIGIN] |
986 | X-Permitted-Cross-Domain-Policies: [none] | 1016 | X-Permitted-Cross-Domain-Policies: [none] |
987 | X-Request-Id: [1480a875-b464-4486-bd64-48117c48c8f0] | 1017 | X-Request-Id: [7e4e6091-f281-43d6-b187-806c72bde63c] |
988 | X-Runtime: ['0.178238'] | 1018 | X-Runtime: ['0.180693'] |
989 | X-XSS-Protection: [1; mode=block] | 1019 | X-XSS-Protection: [1; mode=block] |
990 | content-length: ['1620'] | 1020 | content-length: ['1982'] |
991 | status: {code: 200, message: OK} | 1021 | status: {code: 200, message: OK} |
992 | - request: | 1022 | - request: |
993 | body: null | 1023 | body: null |
@@ -1000,43 +1030,62 @@ interactions: | |||
1000 | method: GET | 1030 | method: GET |
1001 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10 | 1031 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10 |
1002 | response: | 1032 | response: |
1003 | 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 | 1033 | body: {string: '[{"id":"102315367472580649","created_at":"2019-06-22T13:03:30.131Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367472580649","url":"http://localhost/@mastodonpy_test/102315367472580649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1004 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1034 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1005 | 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 | 1035 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1006 | 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 | 1036 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1037 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1038 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367460356442","created_at":"2019-06-22T13:03:29.945Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367460356442","url":"http://localhost/@mastodonpy_test/102315367460356442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1007 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1039 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1008 | 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 | 1040 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1009 | 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 | 1041 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1042 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1043 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367446179072","created_at":"2019-06-22T13:03:29.740Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367446179072","url":"http://localhost/@mastodonpy_test/102315367446179072","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1010 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1044 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1011 | 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 | 1045 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1012 | 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 | 1046 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1047 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1048 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367432307207","created_at":"2019-06-22T13:03:29.521Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367432307207","url":"http://localhost/@mastodonpy_test/102315367432307207","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1013 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1049 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1014 | 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 | 1050 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1015 | 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 | 1051 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1052 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1053 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367419764413","created_at":"2019-06-22T13:03:29.325Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367419764413","url":"http://localhost/@mastodonpy_test/102315367419764413","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1016 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1054 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1017 | 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 | 1055 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1018 | 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 | 1056 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1057 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1058 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367406486904","created_at":"2019-06-22T13:03:29.123Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367406486904","url":"http://localhost/@mastodonpy_test/102315367406486904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1019 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1059 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1020 | 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 | 1060 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1021 | 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 | 1061 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1062 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1063 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367392354311","created_at":"2019-06-22T13:03:28.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367392354311","url":"http://localhost/@mastodonpy_test/102315367392354311","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1022 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1064 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1023 | 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 | 1065 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1024 | 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 | 1066 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1067 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1068 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367379244439","created_at":"2019-06-22T13:03:28.711Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367379244439","url":"http://localhost/@mastodonpy_test/102315367379244439","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1025 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1069 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1026 | 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 | 1070 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1027 | 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 | 1071 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1072 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1073 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367365699815","created_at":"2019-06-22T13:03:28.500Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367365699815","url":"http://localhost/@mastodonpy_test/102315367365699815","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1028 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1074 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1029 | 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 | 1075 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1030 | 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 | 1076 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1077 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1078 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367353605620","created_at":"2019-06-22T13:03:28.318Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367353605620","url":"http://localhost/@mastodonpy_test/102315367353605620","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1031 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1079 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1032 | 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 | 1080 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1033 | 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}]'} | 1081 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1082 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1083 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} | ||
1034 | headers: | 1084 | headers: |
1035 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1085 | Cache-Control: ['no-cache, no-store'] |
1036 | Content-Type: [application/json; charset=utf-8] | 1086 | Content-Type: [application/json; charset=utf-8] |
1037 | ETag: [W/"4e3f940953bd8aa649c03f6c5d9d7f02"] | 1087 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367353605620>; |
1038 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102000162056681787>; | 1088 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102315367472580649>; |
1039 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102000162171428385>; | ||
1040 | rel="prev"'] | 1089 | rel="prev"'] |
1041 | Referrer-Policy: [strict-origin-when-cross-origin] | 1090 | Referrer-Policy: [strict-origin-when-cross-origin] |
1042 | Transfer-Encoding: [chunked] | 1091 | Transfer-Encoding: [chunked] |
@@ -1045,10 +1094,10 @@ interactions: | |||
1045 | X-Download-Options: [noopen] | 1094 | X-Download-Options: [noopen] |
1046 | X-Frame-Options: [SAMEORIGIN] | 1095 | X-Frame-Options: [SAMEORIGIN] |
1047 | X-Permitted-Cross-Domain-Policies: [none] | 1096 | X-Permitted-Cross-Domain-Policies: [none] |
1048 | X-Request-Id: [8a64ba02-5283-4d5c-b274-af18097a05b0] | 1097 | X-Request-Id: [a1d4a9ae-ceae-4ac0-8b68-0180d1ef55ce] |
1049 | X-Runtime: ['0.184065'] | 1098 | X-Runtime: ['0.201680'] |
1050 | X-XSS-Protection: [1; mode=block] | 1099 | X-XSS-Protection: [1; mode=block] |
1051 | content-length: ['16211'] | 1100 | content-length: ['19831'] |
1052 | status: {code: 200, message: OK} | 1101 | status: {code: 200, message: OK} |
1053 | - request: | 1102 | - request: |
1054 | body: null | 1103 | body: null |
@@ -1059,45 +1108,64 @@ interactions: | |||
1059 | Connection: [keep-alive] | 1108 | Connection: [keep-alive] |
1060 | User-Agent: [python-requests/2.18.4] | 1109 | User-Agent: [python-requests/2.18.4] |
1061 | method: GET | 1110 | method: GET |
1062 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102000162056681787 | 1111 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367353605620 |
1063 | response: | 1112 | response: |
1064 | 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 | 1113 | body: {string: '[{"id":"102315367340588354","created_at":"2019-06-22T13:03:28.117Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367340588354","url":"http://localhost/@mastodonpy_test/102315367340588354","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1065 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1114 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1066 | 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 | 1115 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1067 | 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 | 1116 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1117 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1118 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367328224976","created_at":"2019-06-22T13:03:27.930Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367328224976","url":"http://localhost/@mastodonpy_test/102315367328224976","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1068 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1119 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1069 | 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 | 1120 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1070 | 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 | 1121 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1122 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1123 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367314441287","created_at":"2019-06-22T13:03:27.718Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367314441287","url":"http://localhost/@mastodonpy_test/102315367314441287","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1071 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1124 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1072 | 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 | 1125 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1073 | 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 | 1126 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1127 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1128 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367299312272","created_at":"2019-06-22T13:03:27.487Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367299312272","url":"http://localhost/@mastodonpy_test/102315367299312272","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1074 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1129 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1075 | 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 | 1130 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1076 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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 | 1131 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1132 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1133 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367286577012","created_at":"2019-06-22T13:03:27.293Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367286577012","url":"http://localhost/@mastodonpy_test/102315367286577012","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1077 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1134 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1078 | 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 | 1135 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1079 | 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 | 1136 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1137 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1138 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367272416011","created_at":"2019-06-22T13:03:27.081Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367272416011","url":"http://localhost/@mastodonpy_test/102315367272416011","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1080 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1139 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1081 | 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 | 1140 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1082 | 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 | 1141 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1142 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1143 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367258821671","created_at":"2019-06-22T13:03:26.872Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367258821671","url":"http://localhost/@mastodonpy_test/102315367258821671","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1083 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1144 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1084 | 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 | 1145 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1085 | 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 | 1146 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1147 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1148 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367244331103","created_at":"2019-06-22T13:03:26.666Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367244331103","url":"http://localhost/@mastodonpy_test/102315367244331103","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1086 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1149 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1087 | 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 | 1150 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1088 | 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 | 1151 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1152 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1153 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367227583481","created_at":"2019-06-22T13:03:26.412Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367227583481","url":"http://localhost/@mastodonpy_test/102315367227583481","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1089 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1154 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1090 | 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 | 1155 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1091 | 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 | 1156 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1157 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1158 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367212289038","created_at":"2019-06-22T13:03:26.169Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367212289038","url":"http://localhost/@mastodonpy_test/102315367212289038","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1092 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1159 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1093 | 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 | 1160 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1094 | 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}]'} | 1161 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1162 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1163 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} | ||
1095 | headers: | 1164 | headers: |
1096 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1165 | Cache-Control: ['no-cache, no-store'] |
1097 | Content-Type: [application/json; charset=utf-8] | 1166 | Content-Type: [application/json; charset=utf-8] |
1098 | ETag: [W/"e9a17d6c299d651bd414a42371f16bf0"] | 1167 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367212289038>; |
1099 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102000161926558452>; | 1168 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102315367340588354>; |
1100 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102000162042639599>; | ||
1101 | rel="prev"'] | 1169 | rel="prev"'] |
1102 | Referrer-Policy: [strict-origin-when-cross-origin] | 1170 | Referrer-Policy: [strict-origin-when-cross-origin] |
1103 | Transfer-Encoding: [chunked] | 1171 | Transfer-Encoding: [chunked] |
@@ -1106,10 +1174,10 @@ interactions: | |||
1106 | X-Download-Options: [noopen] | 1174 | X-Download-Options: [noopen] |
1107 | X-Frame-Options: [SAMEORIGIN] | 1175 | X-Frame-Options: [SAMEORIGIN] |
1108 | X-Permitted-Cross-Domain-Policies: [none] | 1176 | X-Permitted-Cross-Domain-Policies: [none] |
1109 | X-Request-Id: [6d414c95-5fd7-4427-bc68-94f85a182e6a] | 1177 | X-Request-Id: [c48ab30a-941b-448a-97e5-3bc2299cc690] |
1110 | X-Runtime: ['0.148977'] | 1178 | X-Runtime: ['0.150508'] |
1111 | X-XSS-Protection: [1; mode=block] | 1179 | X-XSS-Protection: [1; mode=block] |
1112 | content-length: ['16211'] | 1180 | content-length: ['19831'] |
1113 | status: {code: 200, message: OK} | 1181 | status: {code: 200, message: OK} |
1114 | - request: | 1182 | - request: |
1115 | body: null | 1183 | body: null |
@@ -1120,45 +1188,64 @@ interactions: | |||
1120 | Connection: [keep-alive] | 1188 | Connection: [keep-alive] |
1121 | User-Agent: [python-requests/2.18.4] | 1189 | User-Agent: [python-requests/2.18.4] |
1122 | method: GET | 1190 | method: GET |
1123 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102000161926558452 | 1191 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367212289038 |
1124 | response: | 1192 | response: |
1125 | 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 | 1193 | body: {string: '[{"id":"102315367198066295","created_at":"2019-06-22T13:03:25.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367198066295","url":"http://localhost/@mastodonpy_test/102315367198066295","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot |
1126 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1194 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1127 | 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 | 1195 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1128 | 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 | 1196 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1197 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1198 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367185859314","created_at":"2019-06-22T13:03:25.757Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367185859314","url":"http://localhost/@mastodonpy_test/102315367185859314","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1129 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1199 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1130 | 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 | 1200 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1131 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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 | 1201 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1202 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1203 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367172516154","created_at":"2019-06-22T13:03:25.552Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367172516154","url":"http://localhost/@mastodonpy_test/102315367172516154","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1132 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1204 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1133 | 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 | 1205 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1134 | 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 | 1206 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1207 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1208 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367160368122","created_at":"2019-06-22T13:03:25.367Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367160368122","url":"http://localhost/@mastodonpy_test/102315367160368122","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1135 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1209 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1136 | 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 | 1210 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1137 | 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 | 1211 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1212 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1213 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367147678088","created_at":"2019-06-22T13:03:25.175Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367147678088","url":"http://localhost/@mastodonpy_test/102315367147678088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1138 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1214 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1139 | 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 | 1215 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1140 | 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 | 1216 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1217 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1218 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367134556897","created_at":"2019-06-22T13:03:24.974Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367134556897","url":"http://localhost/@mastodonpy_test/102315367134556897","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1141 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1219 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1142 | 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 | 1220 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1143 | 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 | 1221 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1222 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1223 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367121627662","created_at":"2019-06-22T13:03:24.779Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367121627662","url":"http://localhost/@mastodonpy_test/102315367121627662","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1144 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1224 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1145 | 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 | 1225 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1146 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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 | 1226 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1227 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1228 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367108400731","created_at":"2019-06-22T13:03:24.574Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367108400731","url":"http://localhost/@mastodonpy_test/102315367108400731","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1147 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1229 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1148 | 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 | 1230 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1149 | 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 | 1231 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1232 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1233 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367093764848","created_at":"2019-06-22T13:03:24.353Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367093764848","url":"http://localhost/@mastodonpy_test/102315367093764848","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1150 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1234 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1151 | 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 | 1235 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1152 | 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 | 1236 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1237 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1238 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102315367078341798","created_at":"2019-06-22T13:03:24.116Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367078341798","url":"http://localhost/@mastodonpy_test/102315367078341798","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | ||
1153 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1239 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1154 | 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 | 1240 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1155 | 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}]'} | 1241 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
1242 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1243 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} | ||
1156 | headers: | 1244 | headers: |
1157 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1245 | Cache-Control: ['no-cache, no-store'] |
1158 | Content-Type: [application/json; charset=utf-8] | 1246 | Content-Type: [application/json; charset=utf-8] |
1159 | ETag: [W/"b56c199001a74fd00958f288720ed341"] | 1247 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367078341798>; |
1160 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102000161795913742>; | 1248 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102315367198066295>; |
1161 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102000161913354039>; | ||
1162 | rel="prev"'] | 1249 | rel="prev"'] |
1163 | Referrer-Policy: [strict-origin-when-cross-origin] | 1250 | Referrer-Policy: [strict-origin-when-cross-origin] |
1164 | Transfer-Encoding: [chunked] | 1251 | Transfer-Encoding: [chunked] |
@@ -1167,10 +1254,10 @@ interactions: | |||
1167 | X-Download-Options: [noopen] | 1254 | X-Download-Options: [noopen] |
1168 | X-Frame-Options: [SAMEORIGIN] | 1255 | X-Frame-Options: [SAMEORIGIN] |
1169 | X-Permitted-Cross-Domain-Policies: [none] | 1256 | X-Permitted-Cross-Domain-Policies: [none] |
1170 | X-Request-Id: [7a793f73-d13a-45ba-ab22-2499060c527a] | 1257 | X-Request-Id: [e2ade47b-379e-4948-963a-3e4fae33f86d] |
1171 | X-Runtime: ['0.143568'] | 1258 | X-Runtime: ['0.163637'] |
1172 | X-XSS-Protection: [1; mode=block] | 1259 | X-XSS-Protection: [1; mode=block] |
1173 | content-length: ['16201'] | 1260 | content-length: ['19821'] |
1174 | status: {code: 200, message: OK} | 1261 | status: {code: 200, message: OK} |
1175 | - request: | 1262 | - request: |
1176 | body: null | 1263 | body: null |
@@ -1181,13 +1268,12 @@ interactions: | |||
1181 | Connection: [keep-alive] | 1268 | Connection: [keep-alive] |
1182 | User-Agent: [python-requests/2.18.4] | 1269 | User-Agent: [python-requests/2.18.4] |
1183 | method: GET | 1270 | method: GET |
1184 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102000161795913742 | 1271 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102315367078341798 |
1185 | response: | 1272 | response: |
1186 | body: {string: '[]'} | 1273 | body: {string: '[]'} |
1187 | headers: | 1274 | headers: |
1188 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1275 | Cache-Control: ['no-cache, no-store'] |
1189 | Content-Type: [application/json; charset=utf-8] | 1276 | Content-Type: [application/json; charset=utf-8] |
1190 | ETag: [W/"faed82c315612a90d98b9d4e2b156126"] | ||
1191 | Referrer-Policy: [strict-origin-when-cross-origin] | 1277 | Referrer-Policy: [strict-origin-when-cross-origin] |
1192 | Transfer-Encoding: [chunked] | 1278 | Transfer-Encoding: [chunked] |
1193 | Vary: ['Accept-Encoding, Origin'] | 1279 | Vary: ['Accept-Encoding, Origin'] |
@@ -1195,8 +1281,8 @@ interactions: | |||
1195 | X-Download-Options: [noopen] | 1281 | X-Download-Options: [noopen] |
1196 | X-Frame-Options: [SAMEORIGIN] | 1282 | X-Frame-Options: [SAMEORIGIN] |
1197 | X-Permitted-Cross-Domain-Policies: [none] | 1283 | X-Permitted-Cross-Domain-Policies: [none] |
1198 | X-Request-Id: [c7f418ef-cbe8-4534-9cc0-518856a641d6] | 1284 | X-Request-Id: [d16bc29d-19fc-4df4-a697-593fd389008a] |
1199 | X-Runtime: ['0.026946'] | 1285 | X-Runtime: ['0.034346'] |
1200 | X-XSS-Protection: [1; mode=block] | 1286 | X-XSS-Protection: [1; mode=block] |
1201 | content-length: ['2'] | 1287 | content-length: ['2'] |
1202 | status: {code: 200, message: OK} | 1288 | status: {code: 200, message: OK} |
@@ -1210,13 +1296,16 @@ interactions: | |||
1210 | Content-Length: ['0'] | 1296 | Content-Length: ['0'] |
1211 | User-Agent: [python-requests/2.18.4] | 1297 | User-Agent: [python-requests/2.18.4] |
1212 | method: DELETE | 1298 | method: DELETE |
1213 | uri: http://localhost:3000/api/v1/statuses/102000161795913742 | 1299 | uri: http://localhost:3000/api/v1/statuses/102315367078341798 |
1214 | response: | 1300 | response: |
1215 | body: {string: '{}'} | 1301 | body: {string: '{"id":"102315367078341798","created_at":"2019-06-22T13:03:24.116Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367078341798","url":"http://localhost/@mastodonpy_test/102315367078341798","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1302 | number 0! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1303 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1304 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1305 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":30,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1216 | headers: | 1306 | headers: |
1217 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1307 | Cache-Control: ['no-cache, no-store'] |
1218 | Content-Type: [application/json; charset=utf-8] | 1308 | Content-Type: [application/json; charset=utf-8] |
1219 | ETag: [W/"2a23082400ef1250fdbd16289e7e269a"] | ||
1220 | Referrer-Policy: [strict-origin-when-cross-origin] | 1309 | Referrer-Policy: [strict-origin-when-cross-origin] |
1221 | Transfer-Encoding: [chunked] | 1310 | Transfer-Encoding: [chunked] |
1222 | Vary: ['Accept-Encoding, Origin'] | 1311 | Vary: ['Accept-Encoding, Origin'] |
@@ -1224,10 +1313,10 @@ interactions: | |||
1224 | X-Download-Options: [noopen] | 1313 | X-Download-Options: [noopen] |
1225 | X-Frame-Options: [SAMEORIGIN] | 1314 | X-Frame-Options: [SAMEORIGIN] |
1226 | X-Permitted-Cross-Domain-Policies: [none] | 1315 | X-Permitted-Cross-Domain-Policies: [none] |
1227 | X-Request-Id: [3a9a55a0-e952-4600-814b-8b315b39314c] | 1316 | X-Request-Id: [10e17ed8-a586-4c5a-9b74-e1957b776799] |
1228 | X-Runtime: ['0.024051'] | 1317 | X-Runtime: ['0.086581'] |
1229 | X-XSS-Protection: [1; mode=block] | 1318 | X-XSS-Protection: [1; mode=block] |
1230 | content-length: ['2'] | 1319 | content-length: ['1771'] |
1231 | status: {code: 200, message: OK} | 1320 | status: {code: 200, message: OK} |
1232 | - request: | 1321 | - request: |
1233 | body: null | 1322 | body: null |
@@ -1239,13 +1328,16 @@ interactions: | |||
1239 | Content-Length: ['0'] | 1328 | Content-Length: ['0'] |
1240 | User-Agent: [python-requests/2.18.4] | 1329 | User-Agent: [python-requests/2.18.4] |
1241 | method: DELETE | 1330 | method: DELETE |
1242 | uri: http://localhost:3000/api/v1/statuses/102000161812736404 | 1331 | uri: http://localhost:3000/api/v1/statuses/102315367093764848 |
1243 | response: | 1332 | response: |
1244 | body: {string: '{}'} | 1333 | body: {string: '{"id":"102315367093764848","created_at":"2019-06-22T13:03:24.353Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367093764848","url":"http://localhost/@mastodonpy_test/102315367093764848","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1334 | number 1! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1335 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1336 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1337 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":29,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1245 | headers: | 1338 | headers: |
1246 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1339 | Cache-Control: ['no-cache, no-store'] |
1247 | Content-Type: [application/json; charset=utf-8] | 1340 | Content-Type: [application/json; charset=utf-8] |
1248 | ETag: [W/"2a23082400ef1250fdbd16289e7e269a"] | ||
1249 | Referrer-Policy: [strict-origin-when-cross-origin] | 1341 | Referrer-Policy: [strict-origin-when-cross-origin] |
1250 | Transfer-Encoding: [chunked] | 1342 | Transfer-Encoding: [chunked] |
1251 | Vary: ['Accept-Encoding, Origin'] | 1343 | Vary: ['Accept-Encoding, Origin'] |
@@ -1253,10 +1345,10 @@ interactions: | |||
1253 | X-Download-Options: [noopen] | 1345 | X-Download-Options: [noopen] |
1254 | X-Frame-Options: [SAMEORIGIN] | 1346 | X-Frame-Options: [SAMEORIGIN] |
1255 | X-Permitted-Cross-Domain-Policies: [none] | 1347 | X-Permitted-Cross-Domain-Policies: [none] |
1256 | X-Request-Id: [dd3ee023-089b-49a6-9e03-89b8e914db1e] | 1348 | X-Request-Id: [f75b4ab9-57c6-4518-ba5a-af399133ba9b] |
1257 | X-Runtime: ['0.083923'] | 1349 | X-Runtime: ['0.114052'] |
1258 | X-XSS-Protection: [1; mode=block] | 1350 | X-XSS-Protection: [1; mode=block] |
1259 | content-length: ['2'] | 1351 | content-length: ['1771'] |
1260 | status: {code: 200, message: OK} | 1352 | status: {code: 200, message: OK} |
1261 | - request: | 1353 | - request: |
1262 | body: null | 1354 | body: null |
@@ -1268,13 +1360,16 @@ interactions: | |||
1268 | Content-Length: ['0'] | 1360 | Content-Length: ['0'] |
1269 | User-Agent: [python-requests/2.18.4] | 1361 | User-Agent: [python-requests/2.18.4] |
1270 | method: DELETE | 1362 | method: DELETE |
1271 | uri: http://localhost:3000/api/v1/statuses/102000161825108604 | 1363 | uri: http://localhost:3000/api/v1/statuses/102315367108400731 |
1272 | response: | 1364 | response: |
1273 | body: {string: '{}'} | 1365 | body: {string: '{"id":"102315367108400731","created_at":"2019-06-22T13:03:24.574Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367108400731","url":"http://localhost/@mastodonpy_test/102315367108400731","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1366 | number 2! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1367 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1368 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1369 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":28,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1274 | headers: | 1370 | headers: |
1275 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1371 | Cache-Control: ['no-cache, no-store'] |
1276 | Content-Type: [application/json; charset=utf-8] | 1372 | Content-Type: [application/json; charset=utf-8] |
1277 | ETag: [W/"2a23082400ef1250fdbd16289e7e269a"] | ||
1278 | Referrer-Policy: [strict-origin-when-cross-origin] | 1373 | Referrer-Policy: [strict-origin-when-cross-origin] |
1279 | Transfer-Encoding: [chunked] | 1374 | Transfer-Encoding: [chunked] |
1280 | Vary: ['Accept-Encoding, Origin'] | 1375 | Vary: ['Accept-Encoding, Origin'] |
@@ -1282,10 +1377,10 @@ interactions: | |||
1282 | X-Download-Options: [noopen] | 1377 | X-Download-Options: [noopen] |
1283 | X-Frame-Options: [SAMEORIGIN] | 1378 | X-Frame-Options: [SAMEORIGIN] |
1284 | X-Permitted-Cross-Domain-Policies: [none] | 1379 | X-Permitted-Cross-Domain-Policies: [none] |
1285 | X-Request-Id: [af728c1e-d1cc-46c8-aca2-5c80ad294a90] | 1380 | X-Request-Id: [da84b2aa-4a8b-4cbd-ba0e-207ec9904743] |
1286 | X-Runtime: ['0.045356'] | 1381 | X-Runtime: ['0.113158'] |
1287 | X-XSS-Protection: [1; mode=block] | 1382 | X-XSS-Protection: [1; mode=block] |
1288 | content-length: ['2'] | 1383 | content-length: ['1771'] |
1289 | status: {code: 200, message: OK} | 1384 | status: {code: 200, message: OK} |
1290 | - request: | 1385 | - request: |
1291 | body: null | 1386 | body: null |
@@ -1297,13 +1392,16 @@ interactions: | |||
1297 | Content-Length: ['0'] | 1392 | Content-Length: ['0'] |
1298 | User-Agent: [python-requests/2.18.4] | 1393 | User-Agent: [python-requests/2.18.4] |
1299 | method: DELETE | 1394 | method: DELETE |
1300 | uri: http://localhost:3000/api/v1/statuses/102000161836460477 | 1395 | uri: http://localhost:3000/api/v1/statuses/102315367121627662 |
1301 | response: | 1396 | response: |
1302 | body: {string: '{}'} | 1397 | body: {string: '{"id":"102315367121627662","created_at":"2019-06-22T13:03:24.779Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367121627662","url":"http://localhost/@mastodonpy_test/102315367121627662","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1398 | number 3! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1399 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1400 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1401 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":27,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1303 | headers: | 1402 | headers: |
1304 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1403 | Cache-Control: ['no-cache, no-store'] |
1305 | Content-Type: [application/json; charset=utf-8] | 1404 | Content-Type: [application/json; charset=utf-8] |
1306 | ETag: [W/"2a23082400ef1250fdbd16289e7e269a"] | ||
1307 | Referrer-Policy: [strict-origin-when-cross-origin] | 1405 | Referrer-Policy: [strict-origin-when-cross-origin] |
1308 | Transfer-Encoding: [chunked] | 1406 | Transfer-Encoding: [chunked] |
1309 | Vary: ['Accept-Encoding, Origin'] | 1407 | Vary: ['Accept-Encoding, Origin'] |
@@ -1311,10 +1409,10 @@ interactions: | |||
1311 | X-Download-Options: [noopen] | 1409 | X-Download-Options: [noopen] |
1312 | X-Frame-Options: [SAMEORIGIN] | 1410 | X-Frame-Options: [SAMEORIGIN] |
1313 | X-Permitted-Cross-Domain-Policies: [none] | 1411 | X-Permitted-Cross-Domain-Policies: [none] |
1314 | X-Request-Id: [76f7282d-be67-430d-88f2-e65d57e0153f] | 1412 | X-Request-Id: [2c937e20-c676-4daa-815e-8b010558d3e1] |
1315 | X-Runtime: ['0.068296'] | 1413 | X-Runtime: ['0.105579'] |
1316 | X-XSS-Protection: [1; mode=block] | 1414 | X-XSS-Protection: [1; mode=block] |
1317 | content-length: ['2'] | 1415 | content-length: ['1771'] |
1318 | status: {code: 200, message: OK} | 1416 | status: {code: 200, message: OK} |
1319 | - request: | 1417 | - request: |
1320 | body: null | 1418 | body: null |
@@ -1326,13 +1424,16 @@ interactions: | |||
1326 | Content-Length: ['0'] | 1424 | Content-Length: ['0'] |
1327 | User-Agent: [python-requests/2.18.4] | 1425 | User-Agent: [python-requests/2.18.4] |
1328 | method: DELETE | 1426 | method: DELETE |
1329 | uri: http://localhost:3000/api/v1/statuses/102000161850167551 | 1427 | uri: http://localhost:3000/api/v1/statuses/102315367134556897 |
1330 | response: | 1428 | response: |
1331 | body: {string: '{}'} | 1429 | body: {string: '{"id":"102315367134556897","created_at":"2019-06-22T13:03:24.974Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367134556897","url":"http://localhost/@mastodonpy_test/102315367134556897","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1430 | number 4! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1431 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1432 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1433 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":26,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1332 | headers: | 1434 | headers: |
1333 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1435 | Cache-Control: ['no-cache, no-store'] |
1334 | Content-Type: [application/json; charset=utf-8] | 1436 | Content-Type: [application/json; charset=utf-8] |
1335 | ETag: [W/"2a23082400ef1250fdbd16289e7e269a"] | ||
1336 | Referrer-Policy: [strict-origin-when-cross-origin] | 1437 | Referrer-Policy: [strict-origin-when-cross-origin] |
1337 | Transfer-Encoding: [chunked] | 1438 | Transfer-Encoding: [chunked] |
1338 | Vary: ['Accept-Encoding, Origin'] | 1439 | Vary: ['Accept-Encoding, Origin'] |
@@ -1340,10 +1441,10 @@ interactions: | |||
1340 | X-Download-Options: [noopen] | 1441 | X-Download-Options: [noopen] |
1341 | X-Frame-Options: [SAMEORIGIN] | 1442 | X-Frame-Options: [SAMEORIGIN] |
1342 | X-Permitted-Cross-Domain-Policies: [none] | 1443 | X-Permitted-Cross-Domain-Policies: [none] |
1343 | X-Request-Id: [f9623c3c-e139-4460-8878-498825a19ca7] | 1444 | X-Request-Id: [cdb98ca6-7555-4734-9628-bde475c4ab0c] |
1344 | X-Runtime: ['0.106200'] | 1445 | X-Runtime: ['0.104273'] |
1345 | X-XSS-Protection: [1; mode=block] | 1446 | X-XSS-Protection: [1; mode=block] |
1346 | content-length: ['2'] | 1447 | content-length: ['1771'] |
1347 | status: {code: 200, message: OK} | 1448 | status: {code: 200, message: OK} |
1348 | - request: | 1449 | - request: |
1349 | body: null | 1450 | body: null |
@@ -1355,13 +1456,16 @@ interactions: | |||
1355 | Content-Length: ['0'] | 1456 | Content-Length: ['0'] |
1356 | User-Agent: [python-requests/2.18.4] | 1457 | User-Agent: [python-requests/2.18.4] |
1357 | method: DELETE | 1458 | method: DELETE |
1358 | uri: http://localhost:3000/api/v1/statuses/102000161862701068 | 1459 | uri: http://localhost:3000/api/v1/statuses/102315367147678088 |
1359 | response: | 1460 | response: |
1360 | body: {string: '{}'} | 1461 | body: {string: '{"id":"102315367147678088","created_at":"2019-06-22T13:03:25.175Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367147678088","url":"http://localhost/@mastodonpy_test/102315367147678088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1462 | number 5! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1463 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1464 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1465 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":25,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1361 | headers: | 1466 | headers: |
1362 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1467 | Cache-Control: ['no-cache, no-store'] |
1363 | Content-Type: [application/json; charset=utf-8] | 1468 | Content-Type: [application/json; charset=utf-8] |
1364 | ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] | ||
1365 | Referrer-Policy: [strict-origin-when-cross-origin] | 1469 | Referrer-Policy: [strict-origin-when-cross-origin] |
1366 | Transfer-Encoding: [chunked] | 1470 | Transfer-Encoding: [chunked] |
1367 | Vary: ['Accept-Encoding, Origin'] | 1471 | Vary: ['Accept-Encoding, Origin'] |
@@ -1369,10 +1473,10 @@ interactions: | |||
1369 | X-Download-Options: [noopen] | 1473 | X-Download-Options: [noopen] |
1370 | X-Frame-Options: [SAMEORIGIN] | 1474 | X-Frame-Options: [SAMEORIGIN] |
1371 | X-Permitted-Cross-Domain-Policies: [none] | 1475 | X-Permitted-Cross-Domain-Policies: [none] |
1372 | X-Request-Id: [bc64077c-2b41-4e5f-88a0-722612f04ab3] | 1476 | X-Request-Id: [e291c5bb-a32b-4e20-bb51-c2f822e87249] |
1373 | X-Runtime: ['0.036252'] | 1477 | X-Runtime: ['0.099703'] |
1374 | X-XSS-Protection: [1; mode=block] | 1478 | X-XSS-Protection: [1; mode=block] |
1375 | content-length: ['2'] | 1479 | content-length: ['1771'] |
1376 | status: {code: 200, message: OK} | 1480 | status: {code: 200, message: OK} |
1377 | - request: | 1481 | - request: |
1378 | body: null | 1482 | body: null |
@@ -1384,13 +1488,16 @@ interactions: | |||
1384 | Content-Length: ['0'] | 1488 | Content-Length: ['0'] |
1385 | User-Agent: [python-requests/2.18.4] | 1489 | User-Agent: [python-requests/2.18.4] |
1386 | method: DELETE | 1490 | method: DELETE |
1387 | uri: http://localhost:3000/api/v1/statuses/102000161877435393 | 1491 | uri: http://localhost:3000/api/v1/statuses/102315367160368122 |
1388 | response: | 1492 | response: |
1389 | body: {string: '{}'} | 1493 | body: {string: '{"id":"102315367160368122","created_at":"2019-06-22T13:03:25.367Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367160368122","url":"http://localhost/@mastodonpy_test/102315367160368122","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1494 | number 6! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1495 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1496 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1497 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":24,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1390 | headers: | 1498 | headers: |
1391 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1499 | Cache-Control: ['no-cache, no-store'] |
1392 | Content-Type: [application/json; charset=utf-8] | 1500 | Content-Type: [application/json; charset=utf-8] |
1393 | ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] | ||
1394 | Referrer-Policy: [strict-origin-when-cross-origin] | 1501 | Referrer-Policy: [strict-origin-when-cross-origin] |
1395 | Transfer-Encoding: [chunked] | 1502 | Transfer-Encoding: [chunked] |
1396 | Vary: ['Accept-Encoding, Origin'] | 1503 | Vary: ['Accept-Encoding, Origin'] |
@@ -1398,10 +1505,10 @@ interactions: | |||
1398 | X-Download-Options: [noopen] | 1505 | X-Download-Options: [noopen] |
1399 | X-Frame-Options: [SAMEORIGIN] | 1506 | X-Frame-Options: [SAMEORIGIN] |
1400 | X-Permitted-Cross-Domain-Policies: [none] | 1507 | X-Permitted-Cross-Domain-Policies: [none] |
1401 | X-Request-Id: [a21d223c-58f0-4ca5-97c0-285512fddc43] | 1508 | X-Request-Id: [d431fb30-42e6-492b-b1e3-e65c1a80ec4d] |
1402 | X-Runtime: ['0.054982'] | 1509 | X-Runtime: ['0.099979'] |
1403 | X-XSS-Protection: [1; mode=block] | 1510 | X-XSS-Protection: [1; mode=block] |
1404 | content-length: ['2'] | 1511 | content-length: ['1771'] |
1405 | status: {code: 200, message: OK} | 1512 | status: {code: 200, message: OK} |
1406 | - request: | 1513 | - request: |
1407 | body: null | 1514 | body: null |
@@ -1413,13 +1520,16 @@ interactions: | |||
1413 | Content-Length: ['0'] | 1520 | Content-Length: ['0'] |
1414 | User-Agent: [python-requests/2.18.4] | 1521 | User-Agent: [python-requests/2.18.4] |
1415 | method: DELETE | 1522 | method: DELETE |
1416 | uri: http://localhost:3000/api/v1/statuses/102000161889903701 | 1523 | uri: http://localhost:3000/api/v1/statuses/102315367172516154 |
1417 | response: | 1524 | response: |
1418 | body: {string: '{}'} | 1525 | body: {string: '{"id":"102315367172516154","created_at":"2019-06-22T13:03:25.552Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367172516154","url":"http://localhost/@mastodonpy_test/102315367172516154","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1526 | number 7! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1527 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1528 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1529 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":23,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1419 | headers: | 1530 | headers: |
1420 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1531 | Cache-Control: ['no-cache, no-store'] |
1421 | Content-Type: [application/json; charset=utf-8] | 1532 | Content-Type: [application/json; charset=utf-8] |
1422 | ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] | ||
1423 | Referrer-Policy: [strict-origin-when-cross-origin] | 1533 | Referrer-Policy: [strict-origin-when-cross-origin] |
1424 | Transfer-Encoding: [chunked] | 1534 | Transfer-Encoding: [chunked] |
1425 | Vary: ['Accept-Encoding, Origin'] | 1535 | Vary: ['Accept-Encoding, Origin'] |
@@ -1427,10 +1537,10 @@ interactions: | |||
1427 | X-Download-Options: [noopen] | 1537 | X-Download-Options: [noopen] |
1428 | X-Frame-Options: [SAMEORIGIN] | 1538 | X-Frame-Options: [SAMEORIGIN] |
1429 | X-Permitted-Cross-Domain-Policies: [none] | 1539 | X-Permitted-Cross-Domain-Policies: [none] |
1430 | X-Request-Id: [7f89741a-1af6-4f25-a1b3-e88cca44f9d6] | 1540 | X-Request-Id: [aaf40f5e-af46-48dd-a56b-a56aa10a1c37] |
1431 | X-Runtime: ['0.096536'] | 1541 | X-Runtime: ['0.094590'] |
1432 | X-XSS-Protection: [1; mode=block] | 1542 | X-XSS-Protection: [1; mode=block] |
1433 | content-length: ['2'] | 1543 | content-length: ['1771'] |
1434 | status: {code: 200, message: OK} | 1544 | status: {code: 200, message: OK} |
1435 | - request: | 1545 | - request: |
1436 | body: null | 1546 | body: null |
@@ -1442,13 +1552,16 @@ interactions: | |||
1442 | Content-Length: ['0'] | 1552 | Content-Length: ['0'] |
1443 | User-Agent: [python-requests/2.18.4] | 1553 | User-Agent: [python-requests/2.18.4] |
1444 | method: DELETE | 1554 | method: DELETE |
1445 | uri: http://localhost:3000/api/v1/statuses/102000161901476850 | 1555 | uri: http://localhost:3000/api/v1/statuses/102315367185859314 |
1446 | response: | 1556 | response: |
1447 | body: {string: '{}'} | 1557 | body: {string: '{"id":"102315367185859314","created_at":"2019-06-22T13:03:25.757Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367185859314","url":"http://localhost/@mastodonpy_test/102315367185859314","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1558 | number 8! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1559 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1560 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1561 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":22,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
1448 | headers: | 1562 | headers: |
1449 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1563 | Cache-Control: ['no-cache, no-store'] |
1450 | Content-Type: [application/json; charset=utf-8] | 1564 | Content-Type: [application/json; charset=utf-8] |
1451 | ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] | ||
1452 | Referrer-Policy: [strict-origin-when-cross-origin] | 1565 | Referrer-Policy: [strict-origin-when-cross-origin] |
1453 | Transfer-Encoding: [chunked] | 1566 | Transfer-Encoding: [chunked] |
1454 | Vary: ['Accept-Encoding, Origin'] | 1567 | Vary: ['Accept-Encoding, Origin'] |
@@ -1456,10 +1569,10 @@ interactions: | |||
1456 | X-Download-Options: [noopen] | 1569 | X-Download-Options: [noopen] |
1457 | X-Frame-Options: [SAMEORIGIN] | 1570 | X-Frame-Options: [SAMEORIGIN] |
1458 | X-Permitted-Cross-Domain-Policies: [none] | 1571 | X-Permitted-Cross-Domain-Policies: [none] |
1459 | X-Request-Id: [10edb8d4-6c92-4245-bfca-641b101d11ee] | 1572 | X-Request-Id: [317764ee-14f9-4d93-957d-9bea76903dd5] |
1460 | X-Runtime: ['0.089650'] | 1573 | X-Runtime: ['0.158637'] |
1461 | X-XSS-Protection: [1; mode=block] | 1574 | X-XSS-Protection: [1; mode=block] |
1462 | content-length: ['2'] | 1575 | content-length: ['1629'] |
1463 | status: {code: 200, message: OK} | 1576 | status: {code: 200, message: OK} |
1464 | - request: | 1577 | - request: |
1465 | body: null | 1578 | body: null |
@@ -1471,13 +1584,16 @@ interactions: | |||
1471 | Content-Length: ['0'] | 1584 | Content-Length: ['0'] |
1472 | User-Agent: [python-requests/2.18.4] | 1585 | User-Agent: [python-requests/2.18.4] |
1473 | method: DELETE | 1586 | method: DELETE |
1474 | uri: http://localhost:3000/api/v1/statuses/102000161913354039 | 1587 | uri: http://localhost:3000/api/v1/statuses/102315367198066295 |
1475 | response: | 1588 | response: |
1476 | body: {string: '{}'} | 1589 | body: {string: '{"id":"102315367198066295","created_at":"2019-06-22T13:03:25.960Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367198066295","url":"http://localhost/@mastodonpy_test/102315367198066295","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1590 | number 9! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1591 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1592 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1593 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":21,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1477 | headers: | 1594 | headers: |
1478 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1595 | Cache-Control: ['no-cache, no-store'] |
1479 | Content-Type: [application/json; charset=utf-8] | 1596 | Content-Type: [application/json; charset=utf-8] |
1480 | ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] | ||
1481 | Referrer-Policy: [strict-origin-when-cross-origin] | 1597 | Referrer-Policy: [strict-origin-when-cross-origin] |
1482 | Transfer-Encoding: [chunked] | 1598 | Transfer-Encoding: [chunked] |
1483 | Vary: ['Accept-Encoding, Origin'] | 1599 | Vary: ['Accept-Encoding, Origin'] |
@@ -1485,10 +1601,10 @@ interactions: | |||
1485 | X-Download-Options: [noopen] | 1601 | X-Download-Options: [noopen] |
1486 | X-Frame-Options: [SAMEORIGIN] | 1602 | X-Frame-Options: [SAMEORIGIN] |
1487 | X-Permitted-Cross-Domain-Policies: [none] | 1603 | X-Permitted-Cross-Domain-Policies: [none] |
1488 | X-Request-Id: [ddf1d04a-fc5b-4f73-93a8-0d35f0492005] | 1604 | X-Request-Id: [512042cd-1b4b-4022-83a9-a156e8734146] |
1489 | X-Runtime: ['0.072362'] | 1605 | X-Runtime: ['0.070036'] |
1490 | X-XSS-Protection: [1; mode=block] | 1606 | X-XSS-Protection: [1; mode=block] |
1491 | content-length: ['2'] | 1607 | content-length: ['1771'] |
1492 | status: {code: 200, message: OK} | 1608 | status: {code: 200, message: OK} |
1493 | - request: | 1609 | - request: |
1494 | body: null | 1610 | body: null |
@@ -1500,13 +1616,16 @@ interactions: | |||
1500 | Content-Length: ['0'] | 1616 | Content-Length: ['0'] |
1501 | User-Agent: [python-requests/2.18.4] | 1617 | User-Agent: [python-requests/2.18.4] |
1502 | method: DELETE | 1618 | method: DELETE |
1503 | uri: http://localhost:3000/api/v1/statuses/102000161926558452 | 1619 | uri: http://localhost:3000/api/v1/statuses/102315367212289038 |
1504 | response: | 1620 | response: |
1505 | body: {string: '{}'} | 1621 | body: {string: '{"id":"102315367212289038","created_at":"2019-06-22T13:03:26.169Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367212289038","url":"http://localhost/@mastodonpy_test/102315367212289038","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1622 | number 10! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1623 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1624 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1625 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":20,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1506 | headers: | 1626 | headers: |
1507 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1627 | Cache-Control: ['no-cache, no-store'] |
1508 | Content-Type: [application/json; charset=utf-8] | 1628 | Content-Type: [application/json; charset=utf-8] |
1509 | ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] | ||
1510 | Referrer-Policy: [strict-origin-when-cross-origin] | 1629 | Referrer-Policy: [strict-origin-when-cross-origin] |
1511 | Transfer-Encoding: [chunked] | 1630 | Transfer-Encoding: [chunked] |
1512 | Vary: ['Accept-Encoding, Origin'] | 1631 | Vary: ['Accept-Encoding, Origin'] |
@@ -1514,10 +1633,10 @@ interactions: | |||
1514 | X-Download-Options: [noopen] | 1633 | X-Download-Options: [noopen] |
1515 | X-Frame-Options: [SAMEORIGIN] | 1634 | X-Frame-Options: [SAMEORIGIN] |
1516 | X-Permitted-Cross-Domain-Policies: [none] | 1635 | X-Permitted-Cross-Domain-Policies: [none] |
1517 | X-Request-Id: [cd1e2ed4-4379-48eb-b593-9988b512c04f] | 1636 | X-Request-Id: [2e0cfc16-fc3a-4c20-9f7b-e2a90d7f9944] |
1518 | X-Runtime: ['0.063740'] | 1637 | X-Runtime: ['0.127508'] |
1519 | X-XSS-Protection: [1; mode=block] | 1638 | X-XSS-Protection: [1; mode=block] |
1520 | content-length: ['2'] | 1639 | content-length: ['1772'] |
1521 | status: {code: 200, message: OK} | 1640 | status: {code: 200, message: OK} |
1522 | - request: | 1641 | - request: |
1523 | body: null | 1642 | body: null |
@@ -1529,13 +1648,16 @@ interactions: | |||
1529 | Content-Length: ['0'] | 1648 | Content-Length: ['0'] |
1530 | User-Agent: [python-requests/2.18.4] | 1649 | User-Agent: [python-requests/2.18.4] |
1531 | method: DELETE | 1650 | method: DELETE |
1532 | uri: http://localhost:3000/api/v1/statuses/102000161941211242 | 1651 | uri: http://localhost:3000/api/v1/statuses/102315367227583481 |
1533 | response: | 1652 | response: |
1534 | body: {string: '{}'} | 1653 | body: {string: '{"id":"102315367227583481","created_at":"2019-06-22T13:03:26.412Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367227583481","url":"http://localhost/@mastodonpy_test/102315367227583481","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1654 | number 11! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1655 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1656 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1657 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":19,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1535 | headers: | 1658 | headers: |
1536 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1659 | Cache-Control: ['no-cache, no-store'] |
1537 | Content-Type: [application/json; charset=utf-8] | 1660 | Content-Type: [application/json; charset=utf-8] |
1538 | ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] | ||
1539 | Referrer-Policy: [strict-origin-when-cross-origin] | 1661 | Referrer-Policy: [strict-origin-when-cross-origin] |
1540 | Transfer-Encoding: [chunked] | 1662 | Transfer-Encoding: [chunked] |
1541 | Vary: ['Accept-Encoding, Origin'] | 1663 | Vary: ['Accept-Encoding, Origin'] |
@@ -1543,10 +1665,10 @@ interactions: | |||
1543 | X-Download-Options: [noopen] | 1665 | X-Download-Options: [noopen] |
1544 | X-Frame-Options: [SAMEORIGIN] | 1666 | X-Frame-Options: [SAMEORIGIN] |
1545 | X-Permitted-Cross-Domain-Policies: [none] | 1667 | X-Permitted-Cross-Domain-Policies: [none] |
1546 | X-Request-Id: [e1970377-fa16-41c1-a75f-8eb39da046a0] | 1668 | X-Request-Id: [399e3fda-5095-4056-b65d-675be8fa50ff] |
1547 | X-Runtime: ['0.078178'] | 1669 | X-Runtime: ['0.089879'] |
1548 | X-XSS-Protection: [1; mode=block] | 1670 | X-XSS-Protection: [1; mode=block] |
1549 | content-length: ['2'] | 1671 | content-length: ['1772'] |
1550 | status: {code: 200, message: OK} | 1672 | status: {code: 200, message: OK} |
1551 | - request: | 1673 | - request: |
1552 | body: null | 1674 | body: null |
@@ -1558,13 +1680,16 @@ interactions: | |||
1558 | Content-Length: ['0'] | 1680 | Content-Length: ['0'] |
1559 | User-Agent: [python-requests/2.18.4] | 1681 | User-Agent: [python-requests/2.18.4] |
1560 | method: DELETE | 1682 | method: DELETE |
1561 | uri: http://localhost:3000/api/v1/statuses/102000161954799385 | 1683 | uri: http://localhost:3000/api/v1/statuses/102315367244331103 |
1562 | response: | 1684 | response: |
1563 | body: {string: '{}'} | 1685 | body: {string: '{"id":"102315367244331103","created_at":"2019-06-22T13:03:26.666Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367244331103","url":"http://localhost/@mastodonpy_test/102315367244331103","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1686 | number 12! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1687 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1688 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1689 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":18,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1564 | headers: | 1690 | headers: |
1565 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1691 | Cache-Control: ['no-cache, no-store'] |
1566 | Content-Type: [application/json; charset=utf-8] | 1692 | Content-Type: [application/json; charset=utf-8] |
1567 | ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] | ||
1568 | Referrer-Policy: [strict-origin-when-cross-origin] | 1693 | Referrer-Policy: [strict-origin-when-cross-origin] |
1569 | Transfer-Encoding: [chunked] | 1694 | Transfer-Encoding: [chunked] |
1570 | Vary: ['Accept-Encoding, Origin'] | 1695 | Vary: ['Accept-Encoding, Origin'] |
@@ -1572,10 +1697,10 @@ interactions: | |||
1572 | X-Download-Options: [noopen] | 1697 | X-Download-Options: [noopen] |
1573 | X-Frame-Options: [SAMEORIGIN] | 1698 | X-Frame-Options: [SAMEORIGIN] |
1574 | X-Permitted-Cross-Domain-Policies: [none] | 1699 | X-Permitted-Cross-Domain-Policies: [none] |
1575 | X-Request-Id: [f6acd842-708c-42b7-b490-7781dae207b3] | 1700 | X-Request-Id: [389e38f7-307c-4525-8cdf-bd30db6721f4] |
1576 | X-Runtime: ['0.070526'] | 1701 | X-Runtime: ['0.106773'] |
1577 | X-XSS-Protection: [1; mode=block] | 1702 | X-XSS-Protection: [1; mode=block] |
1578 | content-length: ['2'] | 1703 | content-length: ['1772'] |
1579 | status: {code: 200, message: OK} | 1704 | status: {code: 200, message: OK} |
1580 | - request: | 1705 | - request: |
1581 | body: null | 1706 | body: null |
@@ -1587,13 +1712,16 @@ interactions: | |||
1587 | Content-Length: ['0'] | 1712 | Content-Length: ['0'] |
1588 | User-Agent: [python-requests/2.18.4] | 1713 | User-Agent: [python-requests/2.18.4] |
1589 | method: DELETE | 1714 | method: DELETE |
1590 | uri: http://localhost:3000/api/v1/statuses/102000161967727848 | 1715 | uri: http://localhost:3000/api/v1/statuses/102315367258821671 |
1591 | response: | 1716 | response: |
1592 | body: {string: '{}'} | 1717 | body: {string: '{"id":"102315367258821671","created_at":"2019-06-22T13:03:26.872Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367258821671","url":"http://localhost/@mastodonpy_test/102315367258821671","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1718 | number 13! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1719 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1720 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1721 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":17,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1593 | headers: | 1722 | headers: |
1594 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1723 | Cache-Control: ['no-cache, no-store'] |
1595 | Content-Type: [application/json; charset=utf-8] | 1724 | Content-Type: [application/json; charset=utf-8] |
1596 | ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] | ||
1597 | Referrer-Policy: [strict-origin-when-cross-origin] | 1725 | Referrer-Policy: [strict-origin-when-cross-origin] |
1598 | Transfer-Encoding: [chunked] | 1726 | Transfer-Encoding: [chunked] |
1599 | Vary: ['Accept-Encoding, Origin'] | 1727 | Vary: ['Accept-Encoding, Origin'] |
@@ -1601,10 +1729,10 @@ interactions: | |||
1601 | X-Download-Options: [noopen] | 1729 | X-Download-Options: [noopen] |
1602 | X-Frame-Options: [SAMEORIGIN] | 1730 | X-Frame-Options: [SAMEORIGIN] |
1603 | X-Permitted-Cross-Domain-Policies: [none] | 1731 | X-Permitted-Cross-Domain-Policies: [none] |
1604 | X-Request-Id: [97392f1a-fd1d-4923-aa0d-a8cdbf49f719] | 1732 | X-Request-Id: [b47ed0a5-6940-40ea-9330-85aa9383f843] |
1605 | X-Runtime: ['0.069172'] | 1733 | X-Runtime: ['0.097547'] |
1606 | X-XSS-Protection: [1; mode=block] | 1734 | X-XSS-Protection: [1; mode=block] |
1607 | content-length: ['2'] | 1735 | content-length: ['1772'] |
1608 | status: {code: 200, message: OK} | 1736 | status: {code: 200, message: OK} |
1609 | - request: | 1737 | - request: |
1610 | body: null | 1738 | body: null |
@@ -1616,13 +1744,16 @@ interactions: | |||
1616 | Content-Length: ['0'] | 1744 | Content-Length: ['0'] |
1617 | User-Agent: [python-requests/2.18.4] | 1745 | User-Agent: [python-requests/2.18.4] |
1618 | method: DELETE | 1746 | method: DELETE |
1619 | uri: http://localhost:3000/api/v1/statuses/102000161979535079 | 1747 | uri: http://localhost:3000/api/v1/statuses/102315367272416011 |
1620 | response: | 1748 | response: |
1621 | body: {string: '{}'} | 1749 | body: {string: '{"id":"102315367272416011","created_at":"2019-06-22T13:03:27.081Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367272416011","url":"http://localhost/@mastodonpy_test/102315367272416011","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1750 | number 14! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1751 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1752 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1753 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":16,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1622 | headers: | 1754 | headers: |
1623 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1755 | Cache-Control: ['no-cache, no-store'] |
1624 | Content-Type: [application/json; charset=utf-8] | 1756 | Content-Type: [application/json; charset=utf-8] |
1625 | ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] | ||
1626 | Referrer-Policy: [strict-origin-when-cross-origin] | 1757 | Referrer-Policy: [strict-origin-when-cross-origin] |
1627 | Transfer-Encoding: [chunked] | 1758 | Transfer-Encoding: [chunked] |
1628 | Vary: ['Accept-Encoding, Origin'] | 1759 | Vary: ['Accept-Encoding, Origin'] |
@@ -1630,10 +1761,10 @@ interactions: | |||
1630 | X-Download-Options: [noopen] | 1761 | X-Download-Options: [noopen] |
1631 | X-Frame-Options: [SAMEORIGIN] | 1762 | X-Frame-Options: [SAMEORIGIN] |
1632 | X-Permitted-Cross-Domain-Policies: [none] | 1763 | X-Permitted-Cross-Domain-Policies: [none] |
1633 | X-Request-Id: [c7a124f0-2ed6-45c5-a87e-540329501217] | 1764 | X-Request-Id: [86bde981-f91a-4b6e-a757-96b0c4ed11d1] |
1634 | X-Runtime: ['0.076446'] | 1765 | X-Runtime: ['0.097511'] |
1635 | X-XSS-Protection: [1; mode=block] | 1766 | X-XSS-Protection: [1; mode=block] |
1636 | content-length: ['2'] | 1767 | content-length: ['1772'] |
1637 | status: {code: 200, message: OK} | 1768 | status: {code: 200, message: OK} |
1638 | - request: | 1769 | - request: |
1639 | body: null | 1770 | body: null |
@@ -1645,13 +1776,16 @@ interactions: | |||
1645 | Content-Length: ['0'] | 1776 | Content-Length: ['0'] |
1646 | User-Agent: [python-requests/2.18.4] | 1777 | User-Agent: [python-requests/2.18.4] |
1647 | method: DELETE | 1778 | method: DELETE |
1648 | uri: http://localhost:3000/api/v1/statuses/102000161992661747 | 1779 | uri: http://localhost:3000/api/v1/statuses/102315367286577012 |
1649 | response: | 1780 | response: |
1650 | body: {string: '{}'} | 1781 | body: {string: '{"id":"102315367286577012","created_at":"2019-06-22T13:03:27.293Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367286577012","url":"http://localhost/@mastodonpy_test/102315367286577012","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1782 | number 15! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1783 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1784 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1785 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":15,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1651 | headers: | 1786 | headers: |
1652 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1787 | Cache-Control: ['no-cache, no-store'] |
1653 | Content-Type: [application/json; charset=utf-8] | 1788 | Content-Type: [application/json; charset=utf-8] |
1654 | ETag: [W/"4ef233ebeceb9250ef77f198d60abc66"] | ||
1655 | Referrer-Policy: [strict-origin-when-cross-origin] | 1789 | Referrer-Policy: [strict-origin-when-cross-origin] |
1656 | Transfer-Encoding: [chunked] | 1790 | Transfer-Encoding: [chunked] |
1657 | Vary: ['Accept-Encoding, Origin'] | 1791 | Vary: ['Accept-Encoding, Origin'] |
@@ -1659,10 +1793,10 @@ interactions: | |||
1659 | X-Download-Options: [noopen] | 1793 | X-Download-Options: [noopen] |
1660 | X-Frame-Options: [SAMEORIGIN] | 1794 | X-Frame-Options: [SAMEORIGIN] |
1661 | X-Permitted-Cross-Domain-Policies: [none] | 1795 | X-Permitted-Cross-Domain-Policies: [none] |
1662 | X-Request-Id: [2fa32fa6-7331-410e-af5e-599f4f9a5236] | 1796 | X-Request-Id: [de41982e-f9fc-4884-8d87-7e28e71ff845] |
1663 | X-Runtime: ['0.062343'] | 1797 | X-Runtime: ['0.109257'] |
1664 | X-XSS-Protection: [1; mode=block] | 1798 | X-XSS-Protection: [1; mode=block] |
1665 | content-length: ['2'] | 1799 | content-length: ['1772'] |
1666 | status: {code: 200, message: OK} | 1800 | status: {code: 200, message: OK} |
1667 | - request: | 1801 | - request: |
1668 | body: null | 1802 | body: null |
@@ -1674,13 +1808,16 @@ interactions: | |||
1674 | Content-Length: ['0'] | 1808 | Content-Length: ['0'] |
1675 | User-Agent: [python-requests/2.18.4] | 1809 | User-Agent: [python-requests/2.18.4] |
1676 | method: DELETE | 1810 | method: DELETE |
1677 | uri: http://localhost:3000/api/v1/statuses/102000162006469976 | 1811 | uri: http://localhost:3000/api/v1/statuses/102315367299312272 |
1678 | response: | 1812 | response: |
1679 | body: {string: '{}'} | 1813 | body: {string: '{"id":"102315367299312272","created_at":"2019-06-22T13:03:27.487Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367299312272","url":"http://localhost/@mastodonpy_test/102315367299312272","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1814 | number 16! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1815 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1816 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1817 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":14,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1680 | headers: | 1818 | headers: |
1681 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1819 | Cache-Control: ['no-cache, no-store'] |
1682 | Content-Type: [application/json; charset=utf-8] | 1820 | Content-Type: [application/json; charset=utf-8] |
1683 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
1684 | Referrer-Policy: [strict-origin-when-cross-origin] | 1821 | Referrer-Policy: [strict-origin-when-cross-origin] |
1685 | Transfer-Encoding: [chunked] | 1822 | Transfer-Encoding: [chunked] |
1686 | Vary: ['Accept-Encoding, Origin'] | 1823 | Vary: ['Accept-Encoding, Origin'] |
@@ -1688,10 +1825,10 @@ interactions: | |||
1688 | X-Download-Options: [noopen] | 1825 | X-Download-Options: [noopen] |
1689 | X-Frame-Options: [SAMEORIGIN] | 1826 | X-Frame-Options: [SAMEORIGIN] |
1690 | X-Permitted-Cross-Domain-Policies: [none] | 1827 | X-Permitted-Cross-Domain-Policies: [none] |
1691 | X-Request-Id: [2a83a65d-3e5d-419e-b546-ed1f7b1d9dfa] | 1828 | X-Request-Id: [967a66ff-d059-41d3-accf-7b573a39d945] |
1692 | X-Runtime: ['0.074485'] | 1829 | X-Runtime: ['0.096598'] |
1693 | X-XSS-Protection: [1; mode=block] | 1830 | X-XSS-Protection: [1; mode=block] |
1694 | content-length: ['2'] | 1831 | content-length: ['1772'] |
1695 | status: {code: 200, message: OK} | 1832 | status: {code: 200, message: OK} |
1696 | - request: | 1833 | - request: |
1697 | body: null | 1834 | body: null |
@@ -1703,13 +1840,16 @@ interactions: | |||
1703 | Content-Length: ['0'] | 1840 | Content-Length: ['0'] |
1704 | User-Agent: [python-requests/2.18.4] | 1841 | User-Agent: [python-requests/2.18.4] |
1705 | method: DELETE | 1842 | method: DELETE |
1706 | uri: http://localhost:3000/api/v1/statuses/102000162018494756 | 1843 | uri: http://localhost:3000/api/v1/statuses/102315367314441287 |
1707 | response: | 1844 | response: |
1708 | body: {string: '{}'} | 1845 | body: {string: '{"id":"102315367314441287","created_at":"2019-06-22T13:03:27.718Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367314441287","url":"http://localhost/@mastodonpy_test/102315367314441287","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1846 | number 17! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1847 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1848 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1849 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":13,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1709 | headers: | 1850 | headers: |
1710 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1851 | Cache-Control: ['no-cache, no-store'] |
1711 | Content-Type: [application/json; charset=utf-8] | 1852 | Content-Type: [application/json; charset=utf-8] |
1712 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
1713 | Referrer-Policy: [strict-origin-when-cross-origin] | 1853 | Referrer-Policy: [strict-origin-when-cross-origin] |
1714 | Transfer-Encoding: [chunked] | 1854 | Transfer-Encoding: [chunked] |
1715 | Vary: ['Accept-Encoding, Origin'] | 1855 | Vary: ['Accept-Encoding, Origin'] |
@@ -1717,10 +1857,10 @@ interactions: | |||
1717 | X-Download-Options: [noopen] | 1857 | X-Download-Options: [noopen] |
1718 | X-Frame-Options: [SAMEORIGIN] | 1858 | X-Frame-Options: [SAMEORIGIN] |
1719 | X-Permitted-Cross-Domain-Policies: [none] | 1859 | X-Permitted-Cross-Domain-Policies: [none] |
1720 | X-Request-Id: [67ed931a-af58-4f65-b579-19ed9352ce93] | 1860 | X-Request-Id: [ec97431f-83c8-4cc4-80a0-7ba624ad12f6] |
1721 | X-Runtime: ['0.079755'] | 1861 | X-Runtime: ['0.094317'] |
1722 | X-XSS-Protection: [1; mode=block] | 1862 | X-XSS-Protection: [1; mode=block] |
1723 | content-length: ['2'] | 1863 | content-length: ['1772'] |
1724 | status: {code: 200, message: OK} | 1864 | status: {code: 200, message: OK} |
1725 | - request: | 1865 | - request: |
1726 | body: null | 1866 | body: null |
@@ -1732,13 +1872,16 @@ interactions: | |||
1732 | Content-Length: ['0'] | 1872 | Content-Length: ['0'] |
1733 | User-Agent: [python-requests/2.18.4] | 1873 | User-Agent: [python-requests/2.18.4] |
1734 | method: DELETE | 1874 | method: DELETE |
1735 | uri: http://localhost:3000/api/v1/statuses/102000162029399835 | 1875 | uri: http://localhost:3000/api/v1/statuses/102315367328224976 |
1736 | response: | 1876 | response: |
1737 | body: {string: '{}'} | 1877 | body: {string: '{"id":"102315367328224976","created_at":"2019-06-22T13:03:27.930Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367328224976","url":"http://localhost/@mastodonpy_test/102315367328224976","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1878 | number 18! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1879 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1880 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1881 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":12,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1738 | headers: | 1882 | headers: |
1739 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1883 | Cache-Control: ['no-cache, no-store'] |
1740 | Content-Type: [application/json; charset=utf-8] | 1884 | Content-Type: [application/json; charset=utf-8] |
1741 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
1742 | Referrer-Policy: [strict-origin-when-cross-origin] | 1885 | Referrer-Policy: [strict-origin-when-cross-origin] |
1743 | Transfer-Encoding: [chunked] | 1886 | Transfer-Encoding: [chunked] |
1744 | Vary: ['Accept-Encoding, Origin'] | 1887 | Vary: ['Accept-Encoding, Origin'] |
@@ -1746,10 +1889,10 @@ interactions: | |||
1746 | X-Download-Options: [noopen] | 1889 | X-Download-Options: [noopen] |
1747 | X-Frame-Options: [SAMEORIGIN] | 1890 | X-Frame-Options: [SAMEORIGIN] |
1748 | X-Permitted-Cross-Domain-Policies: [none] | 1891 | X-Permitted-Cross-Domain-Policies: [none] |
1749 | X-Request-Id: [39a4b765-e152-4ea2-a144-ce6724cde4bd] | 1892 | X-Request-Id: [7cb9b986-e7a8-450d-8805-bbcbe3dfbd3a] |
1750 | X-Runtime: ['0.119586'] | 1893 | X-Runtime: ['0.123091'] |
1751 | X-XSS-Protection: [1; mode=block] | 1894 | X-XSS-Protection: [1; mode=block] |
1752 | content-length: ['2'] | 1895 | content-length: ['1772'] |
1753 | status: {code: 200, message: OK} | 1896 | status: {code: 200, message: OK} |
1754 | - request: | 1897 | - request: |
1755 | body: null | 1898 | body: null |
@@ -1761,13 +1904,16 @@ interactions: | |||
1761 | Content-Length: ['0'] | 1904 | Content-Length: ['0'] |
1762 | User-Agent: [python-requests/2.18.4] | 1905 | User-Agent: [python-requests/2.18.4] |
1763 | method: DELETE | 1906 | method: DELETE |
1764 | uri: http://localhost:3000/api/v1/statuses/102000162042639599 | 1907 | uri: http://localhost:3000/api/v1/statuses/102315367340588354 |
1765 | response: | 1908 | response: |
1766 | body: {string: '{}'} | 1909 | body: {string: '{"id":"102315367340588354","created_at":"2019-06-22T13:03:28.117Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367340588354","url":"http://localhost/@mastodonpy_test/102315367340588354","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1910 | number 19! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1911 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1912 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1913 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
1767 | headers: | 1914 | headers: |
1768 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1915 | Cache-Control: ['no-cache, no-store'] |
1769 | Content-Type: [application/json; charset=utf-8] | 1916 | Content-Type: [application/json; charset=utf-8] |
1770 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
1771 | Referrer-Policy: [strict-origin-when-cross-origin] | 1917 | Referrer-Policy: [strict-origin-when-cross-origin] |
1772 | Transfer-Encoding: [chunked] | 1918 | Transfer-Encoding: [chunked] |
1773 | Vary: ['Accept-Encoding, Origin'] | 1919 | Vary: ['Accept-Encoding, Origin'] |
@@ -1775,10 +1921,10 @@ interactions: | |||
1775 | X-Download-Options: [noopen] | 1921 | X-Download-Options: [noopen] |
1776 | X-Frame-Options: [SAMEORIGIN] | 1922 | X-Frame-Options: [SAMEORIGIN] |
1777 | X-Permitted-Cross-Domain-Policies: [none] | 1923 | X-Permitted-Cross-Domain-Policies: [none] |
1778 | X-Request-Id: [e660aad3-cbc6-41f7-8838-29459e8a3849] | 1924 | X-Request-Id: [4e26616c-5587-47a0-b68c-87c07bd0c091] |
1779 | X-Runtime: ['0.049137'] | 1925 | X-Runtime: ['0.167367'] |
1780 | X-XSS-Protection: [1; mode=block] | 1926 | X-XSS-Protection: [1; mode=block] |
1781 | content-length: ['2'] | 1927 | content-length: ['1630'] |
1782 | status: {code: 200, message: OK} | 1928 | status: {code: 200, message: OK} |
1783 | - request: | 1929 | - request: |
1784 | body: null | 1930 | body: null |
@@ -1790,13 +1936,16 @@ interactions: | |||
1790 | Content-Length: ['0'] | 1936 | Content-Length: ['0'] |
1791 | User-Agent: [python-requests/2.18.4] | 1937 | User-Agent: [python-requests/2.18.4] |
1792 | method: DELETE | 1938 | method: DELETE |
1793 | uri: http://localhost:3000/api/v1/statuses/102000162056681787 | 1939 | uri: http://localhost:3000/api/v1/statuses/102315367353605620 |
1794 | response: | 1940 | response: |
1795 | body: {string: '{}'} | 1941 | body: {string: '{"id":"102315367353605620","created_at":"2019-06-22T13:03:28.318Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367353605620","url":"http://localhost/@mastodonpy_test/102315367353605620","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1942 | number 20! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1943 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1944 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1945 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":10,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1796 | headers: | 1946 | headers: |
1797 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1947 | Cache-Control: ['no-cache, no-store'] |
1798 | Content-Type: [application/json; charset=utf-8] | 1948 | Content-Type: [application/json; charset=utf-8] |
1799 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
1800 | Referrer-Policy: [strict-origin-when-cross-origin] | 1949 | Referrer-Policy: [strict-origin-when-cross-origin] |
1801 | Transfer-Encoding: [chunked] | 1950 | Transfer-Encoding: [chunked] |
1802 | Vary: ['Accept-Encoding, Origin'] | 1951 | Vary: ['Accept-Encoding, Origin'] |
@@ -1804,10 +1953,10 @@ interactions: | |||
1804 | X-Download-Options: [noopen] | 1953 | X-Download-Options: [noopen] |
1805 | X-Frame-Options: [SAMEORIGIN] | 1954 | X-Frame-Options: [SAMEORIGIN] |
1806 | X-Permitted-Cross-Domain-Policies: [none] | 1955 | X-Permitted-Cross-Domain-Policies: [none] |
1807 | X-Request-Id: [9999a821-0242-4773-88de-d26602c043ab] | 1956 | X-Request-Id: [eb94564a-b9a0-4301-8cf3-2232e3cbf118] |
1808 | X-Runtime: ['0.064426'] | 1957 | X-Runtime: ['0.083446'] |
1809 | X-XSS-Protection: [1; mode=block] | 1958 | X-XSS-Protection: [1; mode=block] |
1810 | content-length: ['2'] | 1959 | content-length: ['1772'] |
1811 | status: {code: 200, message: OK} | 1960 | status: {code: 200, message: OK} |
1812 | - request: | 1961 | - request: |
1813 | body: null | 1962 | body: null |
@@ -1819,13 +1968,16 @@ interactions: | |||
1819 | Content-Length: ['0'] | 1968 | Content-Length: ['0'] |
1820 | User-Agent: [python-requests/2.18.4] | 1969 | User-Agent: [python-requests/2.18.4] |
1821 | method: DELETE | 1970 | method: DELETE |
1822 | uri: http://localhost:3000/api/v1/statuses/102000162068641253 | 1971 | uri: http://localhost:3000/api/v1/statuses/102315367365699815 |
1823 | response: | 1972 | response: |
1824 | body: {string: '{}'} | 1973 | body: {string: '{"id":"102315367365699815","created_at":"2019-06-22T13:03:28.500Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367365699815","url":"http://localhost/@mastodonpy_test/102315367365699815","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
1974 | number 21! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
1975 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1976 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1977 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":9,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1825 | headers: | 1978 | headers: |
1826 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1979 | Cache-Control: ['no-cache, no-store'] |
1827 | Content-Type: [application/json; charset=utf-8] | 1980 | Content-Type: [application/json; charset=utf-8] |
1828 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
1829 | Referrer-Policy: [strict-origin-when-cross-origin] | 1981 | Referrer-Policy: [strict-origin-when-cross-origin] |
1830 | Transfer-Encoding: [chunked] | 1982 | Transfer-Encoding: [chunked] |
1831 | Vary: ['Accept-Encoding, Origin'] | 1983 | Vary: ['Accept-Encoding, Origin'] |
@@ -1833,10 +1985,10 @@ interactions: | |||
1833 | X-Download-Options: [noopen] | 1985 | X-Download-Options: [noopen] |
1834 | X-Frame-Options: [SAMEORIGIN] | 1986 | X-Frame-Options: [SAMEORIGIN] |
1835 | X-Permitted-Cross-Domain-Policies: [none] | 1987 | X-Permitted-Cross-Domain-Policies: [none] |
1836 | X-Request-Id: [64c8bdfd-e0c0-48ab-a79a-2a035e30fdf2] | 1988 | X-Request-Id: [4907d2bb-d957-41b2-aa5e-928433690dd3] |
1837 | X-Runtime: ['0.063054'] | 1989 | X-Runtime: ['0.092471'] |
1838 | X-XSS-Protection: [1; mode=block] | 1990 | X-XSS-Protection: [1; mode=block] |
1839 | content-length: ['2'] | 1991 | content-length: ['1771'] |
1840 | status: {code: 200, message: OK} | 1992 | status: {code: 200, message: OK} |
1841 | - request: | 1993 | - request: |
1842 | body: null | 1994 | body: null |
@@ -1848,13 +2000,16 @@ interactions: | |||
1848 | Content-Length: ['0'] | 2000 | Content-Length: ['0'] |
1849 | User-Agent: [python-requests/2.18.4] | 2001 | User-Agent: [python-requests/2.18.4] |
1850 | method: DELETE | 2002 | method: DELETE |
1851 | uri: http://localhost:3000/api/v1/statuses/102000162082202112 | 2003 | uri: http://localhost:3000/api/v1/statuses/102315367379244439 |
1852 | response: | 2004 | response: |
1853 | body: {string: '{}'} | 2005 | body: {string: '{"id":"102315367379244439","created_at":"2019-06-22T13:03:28.711Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367379244439","url":"http://localhost/@mastodonpy_test/102315367379244439","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2006 | number 22! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
2007 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
2008 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2009 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":8,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1854 | headers: | 2010 | headers: |
1855 | Cache-Control: ['max-age=0, private, must-revalidate'] | 2011 | Cache-Control: ['no-cache, no-store'] |
1856 | Content-Type: [application/json; charset=utf-8] | 2012 | Content-Type: [application/json; charset=utf-8] |
1857 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
1858 | Referrer-Policy: [strict-origin-when-cross-origin] | 2013 | Referrer-Policy: [strict-origin-when-cross-origin] |
1859 | Transfer-Encoding: [chunked] | 2014 | Transfer-Encoding: [chunked] |
1860 | Vary: ['Accept-Encoding, Origin'] | 2015 | Vary: ['Accept-Encoding, Origin'] |
@@ -1862,10 +2017,10 @@ interactions: | |||
1862 | X-Download-Options: [noopen] | 2017 | X-Download-Options: [noopen] |
1863 | X-Frame-Options: [SAMEORIGIN] | 2018 | X-Frame-Options: [SAMEORIGIN] |
1864 | X-Permitted-Cross-Domain-Policies: [none] | 2019 | X-Permitted-Cross-Domain-Policies: [none] |
1865 | X-Request-Id: [6edd203e-e489-4a6d-bb36-8ed49672ef5a] | 2020 | X-Request-Id: [ed72a1e8-85b4-4872-ba81-89abd9211999] |
1866 | X-Runtime: ['0.064788'] | 2021 | X-Runtime: ['0.112587'] |
1867 | X-XSS-Protection: [1; mode=block] | 2022 | X-XSS-Protection: [1; mode=block] |
1868 | content-length: ['2'] | 2023 | content-length: ['1771'] |
1869 | status: {code: 200, message: OK} | 2024 | status: {code: 200, message: OK} |
1870 | - request: | 2025 | - request: |
1871 | body: null | 2026 | body: null |
@@ -1877,13 +2032,16 @@ interactions: | |||
1877 | Content-Length: ['0'] | 2032 | Content-Length: ['0'] |
1878 | User-Agent: [python-requests/2.18.4] | 2033 | User-Agent: [python-requests/2.18.4] |
1879 | method: DELETE | 2034 | method: DELETE |
1880 | uri: http://localhost:3000/api/v1/statuses/102000162094411566 | 2035 | uri: http://localhost:3000/api/v1/statuses/102315367392354311 |
1881 | response: | 2036 | response: |
1882 | body: {string: '{}'} | 2037 | body: {string: '{"id":"102315367392354311","created_at":"2019-06-22T13:03:28.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367392354311","url":"http://localhost/@mastodonpy_test/102315367392354311","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2038 | number 23! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
2039 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
2040 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2041 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":7,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1883 | headers: | 2042 | headers: |
1884 | Cache-Control: ['max-age=0, private, must-revalidate'] | 2043 | Cache-Control: ['no-cache, no-store'] |
1885 | Content-Type: [application/json; charset=utf-8] | 2044 | Content-Type: [application/json; charset=utf-8] |
1886 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
1887 | Referrer-Policy: [strict-origin-when-cross-origin] | 2045 | Referrer-Policy: [strict-origin-when-cross-origin] |
1888 | Transfer-Encoding: [chunked] | 2046 | Transfer-Encoding: [chunked] |
1889 | Vary: ['Accept-Encoding, Origin'] | 2047 | Vary: ['Accept-Encoding, Origin'] |
@@ -1891,10 +2049,10 @@ interactions: | |||
1891 | X-Download-Options: [noopen] | 2049 | X-Download-Options: [noopen] |
1892 | X-Frame-Options: [SAMEORIGIN] | 2050 | X-Frame-Options: [SAMEORIGIN] |
1893 | X-Permitted-Cross-Domain-Policies: [none] | 2051 | X-Permitted-Cross-Domain-Policies: [none] |
1894 | X-Request-Id: [91a67b6d-f852-4513-a478-661fd7df04f5] | 2052 | X-Request-Id: [e819693c-5be7-455f-a4e7-52be9c2cdc0b] |
1895 | X-Runtime: ['0.068150'] | 2053 | X-Runtime: ['0.094665'] |
1896 | X-XSS-Protection: [1; mode=block] | 2054 | X-XSS-Protection: [1; mode=block] |
1897 | content-length: ['2'] | 2055 | content-length: ['1771'] |
1898 | status: {code: 200, message: OK} | 2056 | status: {code: 200, message: OK} |
1899 | - request: | 2057 | - request: |
1900 | body: null | 2058 | body: null |
@@ -1906,13 +2064,16 @@ interactions: | |||
1906 | Content-Length: ['0'] | 2064 | Content-Length: ['0'] |
1907 | User-Agent: [python-requests/2.18.4] | 2065 | User-Agent: [python-requests/2.18.4] |
1908 | method: DELETE | 2066 | method: DELETE |
1909 | uri: http://localhost:3000/api/v1/statuses/102000162107543957 | 2067 | uri: http://localhost:3000/api/v1/statuses/102315367406486904 |
1910 | response: | 2068 | response: |
1911 | body: {string: '{}'} | 2069 | body: {string: '{"id":"102315367406486904","created_at":"2019-06-22T13:03:29.123Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367406486904","url":"http://localhost/@mastodonpy_test/102315367406486904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2070 | number 24! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
2071 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
2072 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2073 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":6,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1912 | headers: | 2074 | headers: |
1913 | Cache-Control: ['max-age=0, private, must-revalidate'] | 2075 | Cache-Control: ['no-cache, no-store'] |
1914 | Content-Type: [application/json; charset=utf-8] | 2076 | Content-Type: [application/json; charset=utf-8] |
1915 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
1916 | Referrer-Policy: [strict-origin-when-cross-origin] | 2077 | Referrer-Policy: [strict-origin-when-cross-origin] |
1917 | Transfer-Encoding: [chunked] | 2078 | Transfer-Encoding: [chunked] |
1918 | Vary: ['Accept-Encoding, Origin'] | 2079 | Vary: ['Accept-Encoding, Origin'] |
@@ -1920,10 +2081,10 @@ interactions: | |||
1920 | X-Download-Options: [noopen] | 2081 | X-Download-Options: [noopen] |
1921 | X-Frame-Options: [SAMEORIGIN] | 2082 | X-Frame-Options: [SAMEORIGIN] |
1922 | X-Permitted-Cross-Domain-Policies: [none] | 2083 | X-Permitted-Cross-Domain-Policies: [none] |
1923 | X-Request-Id: [895b67a2-ce85-4432-bfa1-77d88ddb53e1] | 2084 | X-Request-Id: [404792fa-7709-4bf1-9253-00e2ca41a289] |
1924 | X-Runtime: ['0.075359'] | 2085 | X-Runtime: ['0.095633'] |
1925 | X-XSS-Protection: [1; mode=block] | 2086 | X-XSS-Protection: [1; mode=block] |
1926 | content-length: ['2'] | 2087 | content-length: ['1771'] |
1927 | status: {code: 200, message: OK} | 2088 | status: {code: 200, message: OK} |
1928 | - request: | 2089 | - request: |
1929 | body: null | 2090 | body: null |
@@ -1935,13 +2096,16 @@ interactions: | |||
1935 | Content-Length: ['0'] | 2096 | Content-Length: ['0'] |
1936 | User-Agent: [python-requests/2.18.4] | 2097 | User-Agent: [python-requests/2.18.4] |
1937 | method: DELETE | 2098 | method: DELETE |
1938 | uri: http://localhost:3000/api/v1/statuses/102000162120106605 | 2099 | uri: http://localhost:3000/api/v1/statuses/102315367419764413 |
1939 | response: | 2100 | response: |
1940 | body: {string: '{}'} | 2101 | body: {string: '{"id":"102315367419764413","created_at":"2019-06-22T13:03:29.325Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367419764413","url":"http://localhost/@mastodonpy_test/102315367419764413","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2102 | number 25! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
2103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
2104 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2105 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":5,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1941 | headers: | 2106 | headers: |
1942 | Cache-Control: ['max-age=0, private, must-revalidate'] | 2107 | Cache-Control: ['no-cache, no-store'] |
1943 | Content-Type: [application/json; charset=utf-8] | 2108 | Content-Type: [application/json; charset=utf-8] |
1944 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
1945 | Referrer-Policy: [strict-origin-when-cross-origin] | 2109 | Referrer-Policy: [strict-origin-when-cross-origin] |
1946 | Transfer-Encoding: [chunked] | 2110 | Transfer-Encoding: [chunked] |
1947 | Vary: ['Accept-Encoding, Origin'] | 2111 | Vary: ['Accept-Encoding, Origin'] |
@@ -1949,10 +2113,10 @@ interactions: | |||
1949 | X-Download-Options: [noopen] | 2113 | X-Download-Options: [noopen] |
1950 | X-Frame-Options: [SAMEORIGIN] | 2114 | X-Frame-Options: [SAMEORIGIN] |
1951 | X-Permitted-Cross-Domain-Policies: [none] | 2115 | X-Permitted-Cross-Domain-Policies: [none] |
1952 | X-Request-Id: [562ca301-b1c2-489c-9821-ee76a614b024] | 2116 | X-Request-Id: [b9f84d2c-43d7-48b8-bd1c-13b0bc09d7ca] |
1953 | X-Runtime: ['0.080331'] | 2117 | X-Runtime: ['0.104412'] |
1954 | X-XSS-Protection: [1; mode=block] | 2118 | X-XSS-Protection: [1; mode=block] |
1955 | content-length: ['2'] | 2119 | content-length: ['1771'] |
1956 | status: {code: 200, message: OK} | 2120 | status: {code: 200, message: OK} |
1957 | - request: | 2121 | - request: |
1958 | body: null | 2122 | body: null |
@@ -1964,13 +2128,16 @@ interactions: | |||
1964 | Content-Length: ['0'] | 2128 | Content-Length: ['0'] |
1965 | User-Agent: [python-requests/2.18.4] | 2129 | User-Agent: [python-requests/2.18.4] |
1966 | method: DELETE | 2130 | method: DELETE |
1967 | uri: http://localhost:3000/api/v1/statuses/102000162132290849 | 2131 | uri: http://localhost:3000/api/v1/statuses/102315367432307207 |
1968 | response: | 2132 | response: |
1969 | body: {string: '{}'} | 2133 | body: {string: '{"id":"102315367432307207","created_at":"2019-06-22T13:03:29.521Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367432307207","url":"http://localhost/@mastodonpy_test/102315367432307207","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2134 | number 26! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
2135 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
2136 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2137 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":4,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1970 | headers: | 2138 | headers: |
1971 | Cache-Control: ['max-age=0, private, must-revalidate'] | 2139 | Cache-Control: ['no-cache, no-store'] |
1972 | Content-Type: [application/json; charset=utf-8] | 2140 | Content-Type: [application/json; charset=utf-8] |
1973 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
1974 | Referrer-Policy: [strict-origin-when-cross-origin] | 2141 | Referrer-Policy: [strict-origin-when-cross-origin] |
1975 | Transfer-Encoding: [chunked] | 2142 | Transfer-Encoding: [chunked] |
1976 | Vary: ['Accept-Encoding, Origin'] | 2143 | Vary: ['Accept-Encoding, Origin'] |
@@ -1978,10 +2145,10 @@ interactions: | |||
1978 | X-Download-Options: [noopen] | 2145 | X-Download-Options: [noopen] |
1979 | X-Frame-Options: [SAMEORIGIN] | 2146 | X-Frame-Options: [SAMEORIGIN] |
1980 | X-Permitted-Cross-Domain-Policies: [none] | 2147 | X-Permitted-Cross-Domain-Policies: [none] |
1981 | X-Request-Id: [8a3ee490-cd2f-4ec2-ac26-419dc5184773] | 2148 | X-Request-Id: [f8a2a28b-91ea-45b5-a331-c085fa259af3] |
1982 | X-Runtime: ['0.070195'] | 2149 | X-Runtime: ['0.105872'] |
1983 | X-XSS-Protection: [1; mode=block] | 2150 | X-XSS-Protection: [1; mode=block] |
1984 | content-length: ['2'] | 2151 | content-length: ['1771'] |
1985 | status: {code: 200, message: OK} | 2152 | status: {code: 200, message: OK} |
1986 | - request: | 2153 | - request: |
1987 | body: null | 2154 | body: null |
@@ -1993,13 +2160,16 @@ interactions: | |||
1993 | Content-Length: ['0'] | 2160 | Content-Length: ['0'] |
1994 | User-Agent: [python-requests/2.18.4] | 2161 | User-Agent: [python-requests/2.18.4] |
1995 | method: DELETE | 2162 | method: DELETE |
1996 | uri: http://localhost:3000/api/v1/statuses/102000162145196663 | 2163 | uri: http://localhost:3000/api/v1/statuses/102315367446179072 |
1997 | response: | 2164 | response: |
1998 | body: {string: '{}'} | 2165 | body: {string: '{"id":"102315367446179072","created_at":"2019-06-22T13:03:29.740Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367446179072","url":"http://localhost/@mastodonpy_test/102315367446179072","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2166 | number 27! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
2167 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
2168 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2169 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
1999 | headers: | 2170 | headers: |
2000 | Cache-Control: ['max-age=0, private, must-revalidate'] | 2171 | Cache-Control: ['no-cache, no-store'] |
2001 | Content-Type: [application/json; charset=utf-8] | 2172 | Content-Type: [application/json; charset=utf-8] |
2002 | ETag: [W/"83ad58f66de7af8dd74d35ba04f0b3cb"] | ||
2003 | Referrer-Policy: [strict-origin-when-cross-origin] | 2173 | Referrer-Policy: [strict-origin-when-cross-origin] |
2004 | Transfer-Encoding: [chunked] | 2174 | Transfer-Encoding: [chunked] |
2005 | Vary: ['Accept-Encoding, Origin'] | 2175 | Vary: ['Accept-Encoding, Origin'] |
@@ -2007,10 +2177,10 @@ interactions: | |||
2007 | X-Download-Options: [noopen] | 2177 | X-Download-Options: [noopen] |
2008 | X-Frame-Options: [SAMEORIGIN] | 2178 | X-Frame-Options: [SAMEORIGIN] |
2009 | X-Permitted-Cross-Domain-Policies: [none] | 2179 | X-Permitted-Cross-Domain-Policies: [none] |
2010 | X-Request-Id: [d76d27fc-ef97-4177-bdd3-9033d4bef7c8] | 2180 | X-Request-Id: [e1ef4e3c-f7e0-47a2-a096-77f619a69505] |
2011 | X-Runtime: ['0.067010'] | 2181 | X-Runtime: ['0.098258'] |
2012 | X-XSS-Protection: [1; mode=block] | 2182 | X-XSS-Protection: [1; mode=block] |
2013 | content-length: ['2'] | 2183 | content-length: ['1771'] |
2014 | status: {code: 200, message: OK} | 2184 | status: {code: 200, message: OK} |
2015 | - request: | 2185 | - request: |
2016 | body: null | 2186 | body: null |
@@ -2022,13 +2192,16 @@ interactions: | |||
2022 | Content-Length: ['0'] | 2192 | Content-Length: ['0'] |
2023 | User-Agent: [python-requests/2.18.4] | 2193 | User-Agent: [python-requests/2.18.4] |
2024 | method: DELETE | 2194 | method: DELETE |
2025 | uri: http://localhost:3000/api/v1/statuses/102000162159284553 | 2195 | uri: http://localhost:3000/api/v1/statuses/102315367460356442 |
2026 | response: | 2196 | response: |
2027 | body: {string: '{}'} | 2197 | body: {string: '{"id":"102315367460356442","created_at":"2019-06-22T13:03:29.945Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367460356442","url":"http://localhost/@mastodonpy_test/102315367460356442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2198 | number 28! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
2199 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
2200 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2201 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
2028 | headers: | 2202 | headers: |
2029 | Cache-Control: ['max-age=0, private, must-revalidate'] | 2203 | Cache-Control: ['no-cache, no-store'] |
2030 | Content-Type: [application/json; charset=utf-8] | 2204 | Content-Type: [application/json; charset=utf-8] |
2031 | ETag: [W/"5f9df8fc11d181d14d2472e4b3c0e743"] | ||
2032 | Referrer-Policy: [strict-origin-when-cross-origin] | 2205 | Referrer-Policy: [strict-origin-when-cross-origin] |
2033 | Transfer-Encoding: [chunked] | 2206 | Transfer-Encoding: [chunked] |
2034 | Vary: ['Accept-Encoding, Origin'] | 2207 | Vary: ['Accept-Encoding, Origin'] |
@@ -2036,10 +2209,10 @@ interactions: | |||
2036 | X-Download-Options: [noopen] | 2209 | X-Download-Options: [noopen] |
2037 | X-Frame-Options: [SAMEORIGIN] | 2210 | X-Frame-Options: [SAMEORIGIN] |
2038 | X-Permitted-Cross-Domain-Policies: [none] | 2211 | X-Permitted-Cross-Domain-Policies: [none] |
2039 | X-Request-Id: [0aa9f1db-5f81-4019-9955-5ac4e85a5330] | 2212 | X-Request-Id: [050d4024-5d85-4b05-bbd8-dd870c5e8bd3] |
2040 | X-Runtime: ['0.074159'] | 2213 | X-Runtime: ['0.098381'] |
2041 | X-XSS-Protection: [1; mode=block] | 2214 | X-XSS-Protection: [1; mode=block] |
2042 | content-length: ['2'] | 2215 | content-length: ['1771'] |
2043 | status: {code: 200, message: OK} | 2216 | status: {code: 200, message: OK} |
2044 | - request: | 2217 | - request: |
2045 | body: null | 2218 | body: null |
@@ -2051,13 +2224,16 @@ interactions: | |||
2051 | Content-Length: ['0'] | 2224 | Content-Length: ['0'] |
2052 | User-Agent: [python-requests/2.18.4] | 2225 | User-Agent: [python-requests/2.18.4] |
2053 | method: DELETE | 2226 | method: DELETE |
2054 | uri: http://localhost:3000/api/v1/statuses/102000162171428385 | 2227 | uri: http://localhost:3000/api/v1/statuses/102315367472580649 |
2055 | response: | 2228 | response: |
2056 | body: {string: '{}'} | 2229 | body: {string: '{"id":"102315367472580649","created_at":"2019-06-22T13:03:30.131Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367472580649","url":"http://localhost/@mastodonpy_test/102315367472580649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot |
2230 | number 29! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | ||
2231 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
2232 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
2233 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | ||
2057 | headers: | 2234 | headers: |
2058 | Cache-Control: ['max-age=0, private, must-revalidate'] | 2235 | Cache-Control: ['no-cache, no-store'] |
2059 | Content-Type: [application/json; charset=utf-8] | 2236 | Content-Type: [application/json; charset=utf-8] |
2060 | ETag: [W/"5f9df8fc11d181d14d2472e4b3c0e743"] | ||
2061 | Referrer-Policy: [strict-origin-when-cross-origin] | 2237 | Referrer-Policy: [strict-origin-when-cross-origin] |
2062 | Transfer-Encoding: [chunked] | 2238 | Transfer-Encoding: [chunked] |
2063 | Vary: ['Accept-Encoding, Origin'] | 2239 | Vary: ['Accept-Encoding, Origin'] |
@@ -2065,9 +2241,9 @@ interactions: | |||
2065 | X-Download-Options: [noopen] | 2241 | X-Download-Options: [noopen] |
2066 | X-Frame-Options: [SAMEORIGIN] | 2242 | X-Frame-Options: [SAMEORIGIN] |
2067 | X-Permitted-Cross-Domain-Policies: [none] | 2243 | X-Permitted-Cross-Domain-Policies: [none] |
2068 | X-Request-Id: [5cd483d3-48ca-4b03-81f3-bc2fd99d6b63] | 2244 | X-Request-Id: [62521e26-7bc2-4eba-b62e-a480973ce13c] |
2069 | X-Runtime: ['0.061566'] | 2245 | X-Runtime: ['0.114394'] |
2070 | X-XSS-Protection: [1; mode=block] | 2246 | X-XSS-Protection: [1; mode=block] |
2071 | content-length: ['2'] | 2247 | content-length: ['1771'] |
2072 | status: {code: 200, message: OK} | 2248 | status: {code: 200, message: OK} |
2073 | version: 1 | 2249 | 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: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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":[]}'} | 13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"cca95597eef24d0cc6568992adcfae02"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [ff912604-72b8-4fe1-883f-5c56ce643f86] | 24 | X-Request-Id: [6ee9ce11-1244-45f5-a1db-6afc6fd661c2] |
26 | X-Runtime: ['0.019478'] | 25 | X-Runtime: ['0.053206'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['609'] | 27 | content-length: ['609'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
@@ -42,9 +41,8 @@ interactions: | |||
42 | response: | 41 | response: |
43 | 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}'} | 42 | 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}'} |
44 | headers: | 43 | headers: |
45 | Cache-Control: ['max-age=0, private, must-revalidate'] | 44 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
47 | ETag: [W/"860829056a0f794537d8f74e3194ff1b"] | ||
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,8 +50,8 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [8b454b74-ac7c-4582-8d04-a4722197eff3] | 53 | X-Request-Id: [5dc249f9-0c0f-4f3d-b20c-e90322991d93] |
56 | X-Runtime: ['0.166188'] | 54 | X-Runtime: ['0.138569'] |
57 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['209'] | 56 | content-length: ['209'] |
59 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -70,11 +68,10 @@ interactions: | |||
70 | method: POST | 68 | method: POST |
71 | uri: http://localhost:3000/api/v1/filters | 69 | uri: http://localhost:3000/api/v1/filters |
72 | response: | 70 | response: |
73 | body: {string: '{"id":"1","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":false}'} | 71 | body: {string: '{"id":"10","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":false}'} |
74 | headers: | 72 | headers: |
75 | Cache-Control: ['max-age=0, private, must-revalidate'] | 73 | Cache-Control: ['no-cache, no-store'] |
76 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
77 | ETag: [W/"027dbb402be4d394becee9a70a3e1d28"] | ||
78 | Referrer-Policy: [strict-origin-when-cross-origin] | 75 | Referrer-Policy: [strict-origin-when-cross-origin] |
79 | Transfer-Encoding: [chunked] | 76 | Transfer-Encoding: [chunked] |
80 | Vary: ['Accept-Encoding, Origin'] | 77 | Vary: ['Accept-Encoding, Origin'] |
@@ -82,10 +79,10 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [9ef5c0e7-2aed-4f65-a018-538a14155d04] | 82 | X-Request-Id: [2573f8e5-b57e-48b6-a9c7-f89c99f207e9] |
86 | X-Runtime: ['0.073522'] | 83 | X-Runtime: ['0.185914'] |
87 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['104'] | 85 | content-length: ['105'] |
89 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
90 | - request: | 87 | - request: |
91 | body: whole_word=1&irreversible=0&phrase=girugamesh&context%5B%5D=home | 88 | body: whole_word=1&irreversible=0&phrase=girugamesh&context%5B%5D=home |
@@ -100,11 +97,10 @@ interactions: | |||
100 | method: POST | 97 | method: POST |
101 | uri: http://localhost:3000/api/v1/filters | 98 | uri: http://localhost:3000/api/v1/filters |
102 | response: | 99 | response: |
103 | body: {string: '{"id":"2","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 100 | body: {string: '{"id":"11","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
104 | headers: | 101 | headers: |
105 | Cache-Control: ['max-age=0, private, must-revalidate'] | 102 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
107 | ETag: [W/"5a4c52ff2c568cdc8d36c81e6aad0644"] | ||
108 | Referrer-Policy: [strict-origin-when-cross-origin] | 104 | Referrer-Policy: [strict-origin-when-cross-origin] |
109 | Transfer-Encoding: [chunked] | 105 | Transfer-Encoding: [chunked] |
110 | Vary: ['Accept-Encoding, Origin'] | 106 | Vary: ['Accept-Encoding, Origin'] |
@@ -112,10 +108,10 @@ interactions: | |||
112 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
113 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
114 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
115 | X-Request-Id: [7ad33032-55ad-438d-86e6-ef7627b52b26] | 111 | X-Request-Id: [76150ab0-7d61-4d4a-bb69-e4cca1bb4e41] |
116 | X-Runtime: ['0.054334'] | 112 | X-Runtime: ['0.054385'] |
117 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
118 | content-length: ['108'] | 114 | content-length: ['109'] |
119 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
120 | - request: | 116 | - request: |
121 | body: whole_word=1&irreversible=0&phrase=japanimation&context%5B%5D=notifications | 117 | body: whole_word=1&irreversible=0&phrase=japanimation&context%5B%5D=notifications |
@@ -130,11 +126,10 @@ interactions: | |||
130 | method: POST | 126 | method: POST |
131 | uri: http://localhost:3000/api/v1/filters | 127 | uri: http://localhost:3000/api/v1/filters |
132 | response: | 128 | response: |
133 | body: {string: '{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 129 | body: {string: '{"id":"12","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
134 | headers: | 130 | headers: |
135 | Cache-Control: ['max-age=0, private, must-revalidate'] | 131 | Cache-Control: ['no-cache, no-store'] |
136 | Content-Type: [application/json; charset=utf-8] | 132 | Content-Type: [application/json; charset=utf-8] |
137 | ETag: [W/"3bd10b7ee8fa348230b8e08afa43b1cd"] | ||
138 | Referrer-Policy: [strict-origin-when-cross-origin] | 133 | Referrer-Policy: [strict-origin-when-cross-origin] |
139 | Transfer-Encoding: [chunked] | 134 | Transfer-Encoding: [chunked] |
140 | Vary: ['Accept-Encoding, Origin'] | 135 | Vary: ['Accept-Encoding, Origin'] |
@@ -142,10 +137,10 @@ interactions: | |||
142 | X-Download-Options: [noopen] | 137 | X-Download-Options: [noopen] |
143 | X-Frame-Options: [SAMEORIGIN] | 138 | X-Frame-Options: [SAMEORIGIN] |
144 | X-Permitted-Cross-Domain-Policies: [none] | 139 | X-Permitted-Cross-Domain-Policies: [none] |
145 | X-Request-Id: [a2eecf28-1fd4-4121-a4aa-1b3f27785e5f] | 140 | X-Request-Id: [787ad399-b1fd-499f-9487-9937c3d57ae2] |
146 | X-Runtime: ['0.087839'] | 141 | X-Runtime: ['0.025761'] |
147 | X-XSS-Protection: [1; mode=block] | 142 | X-XSS-Protection: [1; mode=block] |
148 | content-length: ['119'] | 143 | content-length: ['120'] |
149 | status: {code: 200, message: OK} | 144 | status: {code: 200, message: OK} |
150 | - request: | 145 | - request: |
151 | body: status=I+love+animes | 146 | body: status=I+love+animes |
@@ -160,13 +155,12 @@ interactions: | |||
160 | method: POST | 155 | method: POST |
161 | uri: http://localhost:3000/api/v1/statuses | 156 | uri: http://localhost:3000/api/v1/statuses |
162 | response: | 157 | response: |
163 | 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 | 158 | body: {string: '{"id":"102315425961647104","created_at":"2019-06-22T13:18:22.594Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315425961647104","url":"http://localhost/@admin/102315425961647104","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI |
164 | 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 | 159 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
165 | 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}'} | 160 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
166 | headers: | 161 | headers: |
167 | Cache-Control: ['max-age=0, private, must-revalidate'] | 162 | Cache-Control: ['no-cache, no-store'] |
168 | Content-Type: [application/json; charset=utf-8] | 163 | Content-Type: [application/json; charset=utf-8] |
169 | ETag: [W/"8ee8a0d6981c5f33ebd25b786c4e52ee"] | ||
170 | Referrer-Policy: [strict-origin-when-cross-origin] | 164 | Referrer-Policy: [strict-origin-when-cross-origin] |
171 | Transfer-Encoding: [chunked] | 165 | Transfer-Encoding: [chunked] |
172 | Vary: ['Accept-Encoding, Origin'] | 166 | Vary: ['Accept-Encoding, Origin'] |
@@ -174,8 +168,8 @@ interactions: | |||
174 | X-Download-Options: [noopen] | 168 | X-Download-Options: [noopen] |
175 | X-Frame-Options: [SAMEORIGIN] | 169 | X-Frame-Options: [SAMEORIGIN] |
176 | X-Permitted-Cross-Domain-Policies: [none] | 170 | X-Permitted-Cross-Domain-Policies: [none] |
177 | X-Request-Id: [304872bb-ea8d-455d-a001-951288eae01f] | 171 | X-Request-Id: [035615c0-6ddc-4844-8698-ad6c4735e006] |
178 | X-Runtime: ['0.501235'] | 172 | X-Runtime: ['0.216989'] |
179 | X-XSS-Protection: [1; mode=block] | 173 | X-XSS-Protection: [1; mode=block] |
180 | content-length: ['1179'] | 174 | content-length: ['1179'] |
181 | status: {code: 200, message: OK} | 175 | status: {code: 200, message: OK} |
@@ -192,12 +186,11 @@ interactions: | |||
192 | method: POST | 186 | method: POST |
193 | uri: http://localhost:3000/api/v1/statuses | 187 | uri: http://localhost:3000/api/v1/statuses |
194 | response: | 188 | response: |
195 | 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 | 189 | body: {string: '{"id":"102315425987132649","created_at":"2019-06-22T13:18:23.021Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315425987132649","url":"http://localhost/@admin/102315425987132649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
196 | 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}'} | 190 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
197 | headers: | 191 | headers: |
198 | Cache-Control: ['max-age=0, private, must-revalidate'] | 192 | Cache-Control: ['no-cache, no-store'] |
199 | Content-Type: [application/json; charset=utf-8] | 193 | Content-Type: [application/json; charset=utf-8] |
200 | ETag: [W/"5db8ce9ab64abe45a74e1f1f3fce5a80"] | ||
201 | Referrer-Policy: [strict-origin-when-cross-origin] | 194 | Referrer-Policy: [strict-origin-when-cross-origin] |
202 | Transfer-Encoding: [chunked] | 195 | Transfer-Encoding: [chunked] |
203 | Vary: ['Accept-Encoding, Origin'] | 196 | Vary: ['Accept-Encoding, Origin'] |
@@ -205,8 +198,8 @@ interactions: | |||
205 | X-Download-Options: [noopen] | 198 | X-Download-Options: [noopen] |
206 | X-Frame-Options: [SAMEORIGIN] | 199 | X-Frame-Options: [SAMEORIGIN] |
207 | X-Permitted-Cross-Domain-Policies: [none] | 200 | X-Permitted-Cross-Domain-Policies: [none] |
208 | X-Request-Id: [8bdf518f-b7e9-402d-b4f1-b9f8fe900fb2] | 201 | X-Request-Id: [14a373aa-85ab-418b-ae71-17d12a0b5a66] |
209 | X-Runtime: ['0.227495'] | 202 | X-Runtime: ['0.406684'] |
210 | X-XSS-Protection: [1; mode=block] | 203 | X-XSS-Protection: [1; mode=block] |
211 | content-length: ['1177'] | 204 | content-length: ['1177'] |
212 | status: {code: 200, message: OK} | 205 | status: {code: 200, message: OK} |
@@ -223,12 +216,11 @@ interactions: | |||
223 | method: POST | 216 | method: POST |
224 | uri: http://localhost:3000/api/v1/statuses | 217 | uri: http://localhost:3000/api/v1/statuses |
225 | response: | 218 | response: |
226 | 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 | 219 | body: {string: '{"id":"102315426014228795","created_at":"2019-06-22T13:18:23.419Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315426014228795","url":"http://localhost/@admin/102315426014228795","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
227 | 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}'} | 220 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":6,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
228 | headers: | 221 | headers: |
229 | Cache-Control: ['max-age=0, private, must-revalidate'] | 222 | Cache-Control: ['no-cache, no-store'] |
230 | Content-Type: [application/json; charset=utf-8] | 223 | Content-Type: [application/json; charset=utf-8] |
231 | ETag: [W/"92ef6284119c3150973698b408f2b92e"] | ||
232 | Referrer-Policy: [strict-origin-when-cross-origin] | 224 | Referrer-Policy: [strict-origin-when-cross-origin] |
233 | Transfer-Encoding: [chunked] | 225 | Transfer-Encoding: [chunked] |
234 | Vary: ['Accept-Encoding, Origin'] | 226 | Vary: ['Accept-Encoding, Origin'] |
@@ -236,8 +228,8 @@ interactions: | |||
236 | X-Download-Options: [noopen] | 228 | X-Download-Options: [noopen] |
237 | X-Frame-Options: [SAMEORIGIN] | 229 | X-Frame-Options: [SAMEORIGIN] |
238 | X-Permitted-Cross-Domain-Policies: [none] | 230 | X-Permitted-Cross-Domain-Policies: [none] |
239 | X-Request-Id: [804504f8-47f4-487f-a547-7696bca39dbc] | 231 | X-Request-Id: [6674428e-90ca-437a-94ec-61a9aaa80f0c] |
240 | X-Runtime: ['0.310984'] | 232 | X-Runtime: ['0.386256'] |
241 | X-XSS-Protection: [1; mode=block] | 233 | X-XSS-Protection: [1; mode=block] |
242 | content-length: ['1187'] | 234 | content-length: ['1187'] |
243 | status: {code: 200, message: OK} | 235 | status: {code: 200, message: OK} |
@@ -254,13 +246,12 @@ interactions: | |||
254 | method: POST | 246 | method: POST |
255 | uri: http://localhost:3000/api/v1/statuses | 247 | uri: http://localhost:3000/api/v1/statuses |
256 | response: | 248 | response: |
257 | 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 | 249 | body: {string: '{"id":"102315426037164364","created_at":"2019-06-22T13:18:23.770Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315426037164364","url":"http://localhost/@admin/102315426037164364","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI |
258 | 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 | 250 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
259 | 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}'} | 251 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
260 | headers: | 252 | headers: |
261 | Cache-Control: ['max-age=0, private, must-revalidate'] | 253 | Cache-Control: ['no-cache, no-store'] |
262 | Content-Type: [application/json; charset=utf-8] | 254 | Content-Type: [application/json; charset=utf-8] |
263 | ETag: [W/"6f40e1d1bceb77c21ecfd90813e118f7"] | ||
264 | Referrer-Policy: [strict-origin-when-cross-origin] | 255 | Referrer-Policy: [strict-origin-when-cross-origin] |
265 | Transfer-Encoding: [chunked] | 256 | Transfer-Encoding: [chunked] |
266 | Vary: ['Accept-Encoding, Origin'] | 257 | Vary: ['Accept-Encoding, Origin'] |
@@ -268,8 +259,8 @@ interactions: | |||
268 | X-Download-Options: [noopen] | 259 | X-Download-Options: [noopen] |
269 | X-Frame-Options: [SAMEORIGIN] | 260 | X-Frame-Options: [SAMEORIGIN] |
270 | X-Permitted-Cross-Domain-Policies: [none] | 261 | X-Permitted-Cross-Domain-Policies: [none] |
271 | X-Request-Id: [30049660-da7e-4ac8-93cc-361fc7605f65] | 262 | X-Request-Id: [a86e29df-2534-4125-b39a-8df3a5a5d4d4] |
272 | X-Runtime: ['0.207653'] | 263 | X-Runtime: ['0.309362'] |
273 | X-XSS-Protection: [1; mode=block] | 264 | X-XSS-Protection: [1; mode=block] |
274 | content-length: ['1186'] | 265 | content-length: ['1186'] |
275 | status: {code: 200, message: OK} | 266 | status: {code: 200, message: OK} |
@@ -284,19 +275,30 @@ interactions: | |||
284 | method: GET | 275 | method: GET |
285 | uri: http://localhost:3000/api/v1/timelines/home | 276 | uri: http://localhost:3000/api/v1/timelines/home |
286 | response: | 277 | response: |
287 | 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 | 278 | body: {string: '[{"id":"102315426037164364","created_at":"2019-06-22T13:18:23.770Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315426037164364","url":"http://localhost/@admin/102315426037164364","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI |
288 | 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 | 279 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
289 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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 | 280 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315426014228795","created_at":"2019-06-22T13:18:23.419Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315426014228795","url":"http://localhost/@admin/102315426014228795","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
290 | 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 | 281 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315425987132649","created_at":"2019-06-22T13:18:23.021Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315425987132649","url":"http://localhost/@admin/102315425987132649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
291 | 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 | 282 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315425961647104","created_at":"2019-06-22T13:18:22.594Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315425961647104","url":"http://localhost/@admin/102315425961647104","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI |
292 | 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 | 283 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
293 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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}]'} | 284 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
294 | headers: | 285 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
295 | Cache-Control: ['max-age=0, private, must-revalidate'] | 286 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
287 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
288 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
289 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
290 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":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 | ||
291 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
292 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
293 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
294 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315367801315401","created_at":"2019-06-22T13:03:35.156Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315367801315401","url":"http://localhost/@admin/102315367801315401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
295 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","expired":true,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four | ||
296 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} | ||
297 | headers: | ||
298 | Cache-Control: ['no-cache, no-store'] | ||
296 | Content-Type: [application/json; charset=utf-8] | 299 | Content-Type: [application/json; charset=utf-8] |
297 | ETag: [W/"aee0898572220b36390c809b2715a522"] | 300 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102315367801315401>; |
298 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=101999676811022364>; | 301 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102315426037164364>; |
299 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=101999676879561667>; | ||
300 | rel="prev"'] | 302 | rel="prev"'] |
301 | Referrer-Policy: [strict-origin-when-cross-origin] | 303 | Referrer-Policy: [strict-origin-when-cross-origin] |
302 | Transfer-Encoding: [chunked] | 304 | Transfer-Encoding: [chunked] |
@@ -305,10 +307,10 @@ interactions: | |||
305 | X-Download-Options: [noopen] | 307 | X-Download-Options: [noopen] |
306 | X-Frame-Options: [SAMEORIGIN] | 308 | X-Frame-Options: [SAMEORIGIN] |
307 | X-Permitted-Cross-Domain-Policies: [none] | 309 | X-Permitted-Cross-Domain-Policies: [none] |
308 | X-Request-Id: [347970ab-bc8a-4920-9433-5ace69508f29] | 310 | X-Request-Id: [e7731f6c-e113-4427-bddf-45c953aed01b] |
309 | X-Runtime: ['0.122269'] | 311 | X-Runtime: ['0.406452'] |
310 | X-XSS-Protection: [1; mode=block] | 312 | X-XSS-Protection: [1; mode=block] |
311 | content-length: ['4674'] | 313 | content-length: ['10359'] |
312 | status: {code: 200, message: OK} | 314 | status: {code: 200, message: OK} |
313 | - request: | 315 | - request: |
314 | body: null | 316 | body: null |
@@ -320,13 +322,12 @@ interactions: | |||
320 | Content-Length: ['0'] | 322 | Content-Length: ['0'] |
321 | User-Agent: [python-requests/2.18.4] | 323 | User-Agent: [python-requests/2.18.4] |
322 | method: DELETE | 324 | method: DELETE |
323 | uri: http://localhost:3000/api/v1/filters/1 | 325 | uri: http://localhost:3000/api/v1/filters/10 |
324 | response: | 326 | response: |
325 | body: {string: '{}'} | 327 | body: {string: '{}'} |
326 | headers: | 328 | headers: |
327 | Cache-Control: ['max-age=0, private, must-revalidate'] | 329 | Cache-Control: ['no-cache, no-store'] |
328 | Content-Type: [application/json; charset=utf-8] | 330 | Content-Type: [application/json; charset=utf-8] |
329 | ETag: [W/"8b719234e17a813dee509373496b9b3d"] | ||
330 | Referrer-Policy: [strict-origin-when-cross-origin] | 331 | Referrer-Policy: [strict-origin-when-cross-origin] |
331 | Transfer-Encoding: [chunked] | 332 | Transfer-Encoding: [chunked] |
332 | Vary: ['Accept-Encoding, Origin'] | 333 | Vary: ['Accept-Encoding, Origin'] |
@@ -334,8 +335,8 @@ interactions: | |||
334 | X-Download-Options: [noopen] | 335 | X-Download-Options: [noopen] |
335 | X-Frame-Options: [SAMEORIGIN] | 336 | X-Frame-Options: [SAMEORIGIN] |
336 | X-Permitted-Cross-Domain-Policies: [none] | 337 | X-Permitted-Cross-Domain-Policies: [none] |
337 | X-Request-Id: [89cd8cbd-409a-4ac4-9a63-be717aa23a2f] | 338 | X-Request-Id: [c583e9a3-2922-4dd5-9a2e-b43d8e025609] |
338 | X-Runtime: ['0.024666'] | 339 | X-Runtime: ['0.041088'] |
339 | X-XSS-Protection: [1; mode=block] | 340 | X-XSS-Protection: [1; mode=block] |
340 | content-length: ['2'] | 341 | content-length: ['2'] |
341 | status: {code: 200, message: OK} | 342 | status: {code: 200, message: OK} |
@@ -349,13 +350,12 @@ interactions: | |||
349 | Content-Length: ['0'] | 350 | Content-Length: ['0'] |
350 | User-Agent: [python-requests/2.18.4] | 351 | User-Agent: [python-requests/2.18.4] |
351 | method: DELETE | 352 | method: DELETE |
352 | uri: http://localhost:3000/api/v1/filters/2 | 353 | uri: http://localhost:3000/api/v1/filters/11 |
353 | response: | 354 | response: |
354 | body: {string: '{}'} | 355 | body: {string: '{}'} |
355 | headers: | 356 | headers: |
356 | Cache-Control: ['max-age=0, private, must-revalidate'] | 357 | Cache-Control: ['no-cache, no-store'] |
357 | Content-Type: [application/json; charset=utf-8] | 358 | Content-Type: [application/json; charset=utf-8] |
358 | ETag: [W/"8b719234e17a813dee509373496b9b3d"] | ||
359 | Referrer-Policy: [strict-origin-when-cross-origin] | 359 | Referrer-Policy: [strict-origin-when-cross-origin] |
360 | Transfer-Encoding: [chunked] | 360 | Transfer-Encoding: [chunked] |
361 | Vary: ['Accept-Encoding, Origin'] | 361 | Vary: ['Accept-Encoding, Origin'] |
@@ -363,8 +363,8 @@ interactions: | |||
363 | X-Download-Options: [noopen] | 363 | X-Download-Options: [noopen] |
364 | X-Frame-Options: [SAMEORIGIN] | 364 | X-Frame-Options: [SAMEORIGIN] |
365 | X-Permitted-Cross-Domain-Policies: [none] | 365 | X-Permitted-Cross-Domain-Policies: [none] |
366 | X-Request-Id: [4317f8c3-073e-4423-9a82-3f83ceb90ecf] | 366 | X-Request-Id: [5f1e0dc9-c60d-4fcc-9e62-4d8783635fb8] |
367 | X-Runtime: ['0.018183'] | 367 | X-Runtime: ['0.028396'] |
368 | X-XSS-Protection: [1; mode=block] | 368 | X-XSS-Protection: [1; mode=block] |
369 | content-length: ['2'] | 369 | content-length: ['2'] |
370 | status: {code: 200, message: OK} | 370 | status: {code: 200, message: OK} |
@@ -378,13 +378,12 @@ interactions: | |||
378 | Content-Length: ['0'] | 378 | Content-Length: ['0'] |
379 | User-Agent: [python-requests/2.18.4] | 379 | User-Agent: [python-requests/2.18.4] |
380 | method: DELETE | 380 | method: DELETE |
381 | uri: http://localhost:3000/api/v1/filters/3 | 381 | uri: http://localhost:3000/api/v1/filters/12 |
382 | response: | 382 | response: |
383 | body: {string: '{}'} | 383 | body: {string: '{}'} |
384 | headers: | 384 | headers: |
385 | Cache-Control: ['max-age=0, private, must-revalidate'] | 385 | Cache-Control: ['no-cache, no-store'] |
386 | Content-Type: [application/json; charset=utf-8] | 386 | Content-Type: [application/json; charset=utf-8] |
387 | ETag: [W/"8b719234e17a813dee509373496b9b3d"] | ||
388 | Referrer-Policy: [strict-origin-when-cross-origin] | 387 | Referrer-Policy: [strict-origin-when-cross-origin] |
389 | Transfer-Encoding: [chunked] | 388 | Transfer-Encoding: [chunked] |
390 | Vary: ['Accept-Encoding, Origin'] | 389 | Vary: ['Accept-Encoding, Origin'] |
@@ -392,8 +391,8 @@ interactions: | |||
392 | X-Download-Options: [noopen] | 391 | X-Download-Options: [noopen] |
393 | X-Frame-Options: [SAMEORIGIN] | 392 | X-Frame-Options: [SAMEORIGIN] |
394 | X-Permitted-Cross-Domain-Policies: [none] | 393 | X-Permitted-Cross-Domain-Policies: [none] |
395 | X-Request-Id: [6bdcdc08-09c6-47ef-baaa-67cc1adb6622] | 394 | X-Request-Id: [56faa123-2a40-48f1-8dc7-fc9cc16d44d7] |
396 | X-Runtime: ['0.040954'] | 395 | X-Runtime: ['0.029593'] |
397 | X-XSS-Protection: [1; mode=block] | 396 | X-XSS-Protection: [1; mode=block] |
398 | content-length: ['2'] | 397 | content-length: ['2'] |
399 | status: {code: 200, message: OK} | 398 | status: {code: 200, message: OK} |
@@ -407,13 +406,13 @@ interactions: | |||
407 | Content-Length: ['0'] | 406 | Content-Length: ['0'] |
408 | User-Agent: [python-requests/2.18.4] | 407 | User-Agent: [python-requests/2.18.4] |
409 | method: DELETE | 408 | method: DELETE |
410 | uri: http://localhost:3000/api/v1/statuses/101999676811022364 | 409 | uri: http://localhost:3000/api/v1/statuses/102315425961647104 |
411 | response: | 410 | response: |
412 | body: {string: '{}'} | 411 | body: {string: '{"id":"102315425961647104","created_at":"2019-06-22T13:18:22.594Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315425961647104","url":"http://localhost/@admin/102315425961647104","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I |
412 | love animes","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":7,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
413 | headers: | 413 | headers: |
414 | Cache-Control: ['max-age=0, private, must-revalidate'] | 414 | Cache-Control: ['no-cache, no-store'] |
415 | Content-Type: [application/json; charset=utf-8] | 415 | Content-Type: [application/json; charset=utf-8] |
416 | ETag: [W/"8b719234e17a813dee509373496b9b3d"] | ||
417 | Referrer-Policy: [strict-origin-when-cross-origin] | 416 | Referrer-Policy: [strict-origin-when-cross-origin] |
418 | Transfer-Encoding: [chunked] | 417 | Transfer-Encoding: [chunked] |
419 | Vary: ['Accept-Encoding, Origin'] | 418 | Vary: ['Accept-Encoding, Origin'] |
@@ -421,10 +420,10 @@ interactions: | |||
421 | X-Download-Options: [noopen] | 420 | X-Download-Options: [noopen] |
422 | X-Frame-Options: [SAMEORIGIN] | 421 | X-Frame-Options: [SAMEORIGIN] |
423 | X-Permitted-Cross-Domain-Policies: [none] | 422 | X-Permitted-Cross-Domain-Policies: [none] |
424 | X-Request-Id: [84800c26-07d9-4aa1-8908-6c36a18a4aa1] | 423 | X-Request-Id: [cce743eb-64d4-4425-b3d0-33fa8beb0822] |
425 | X-Runtime: ['0.025414'] | 424 | X-Runtime: ['0.112141'] |
426 | X-XSS-Protection: [1; mode=block] | 425 | X-XSS-Protection: [1; mode=block] |
427 | content-length: ['2'] | 426 | content-length: ['1149'] |
428 | status: {code: 200, message: OK} | 427 | status: {code: 200, message: OK} |
429 | - request: | 428 | - request: |
430 | body: null | 429 | body: null |
@@ -436,13 +435,13 @@ interactions: | |||
436 | Content-Length: ['0'] | 435 | Content-Length: ['0'] |
437 | User-Agent: [python-requests/2.18.4] | 436 | User-Agent: [python-requests/2.18.4] |
438 | method: DELETE | 437 | method: DELETE |
439 | uri: http://localhost:3000/api/v1/statuses/101999676840281890 | 438 | uri: http://localhost:3000/api/v1/statuses/102315425987132649 |
440 | response: | 439 | response: |
441 | body: {string: '{}'} | 440 | body: {string: '{"id":"102315425987132649","created_at":"2019-06-22T13:18:23.021Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315425987132649","url":"http://localhost/@admin/102315425987132649","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugamesh!","reblog":null,"application":{"name":"Mastodon.py |
441 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":6,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
442 | headers: | 442 | headers: |
443 | Cache-Control: ['max-age=0, private, must-revalidate'] | 443 | Cache-Control: ['no-cache, no-store'] |
444 | Content-Type: [application/json; charset=utf-8] | 444 | Content-Type: [application/json; charset=utf-8] |
445 | ETag: [W/"8b719234e17a813dee509373496b9b3d"] | ||
446 | Referrer-Policy: [strict-origin-when-cross-origin] | 445 | Referrer-Policy: [strict-origin-when-cross-origin] |
447 | Transfer-Encoding: [chunked] | 446 | Transfer-Encoding: [chunked] |
448 | Vary: ['Accept-Encoding, Origin'] | 447 | Vary: ['Accept-Encoding, Origin'] |
@@ -450,10 +449,10 @@ interactions: | |||
450 | X-Download-Options: [noopen] | 449 | X-Download-Options: [noopen] |
451 | X-Frame-Options: [SAMEORIGIN] | 450 | X-Frame-Options: [SAMEORIGIN] |
452 | X-Permitted-Cross-Domain-Policies: [none] | 451 | X-Permitted-Cross-Domain-Policies: [none] |
453 | X-Request-Id: [adf5781a-85c2-403f-b798-4b1e44e7bf17] | 452 | X-Request-Id: [508cdf6e-68b4-4ebc-bf35-bd30edd5bb04] |
454 | X-Runtime: ['0.046870'] | 453 | X-Runtime: ['0.140842'] |
455 | X-XSS-Protection: [1; mode=block] | 454 | X-XSS-Protection: [1; mode=block] |
456 | content-length: ['2'] | 455 | content-length: ['1147'] |
457 | status: {code: 200, message: OK} | 456 | status: {code: 200, message: OK} |
458 | - request: | 457 | - request: |
459 | body: null | 458 | body: null |
@@ -465,13 +464,13 @@ interactions: | |||
465 | Content-Length: ['0'] | 464 | Content-Length: ['0'] |
466 | User-Agent: [python-requests/2.18.4] | 465 | User-Agent: [python-requests/2.18.4] |
467 | method: DELETE | 466 | method: DELETE |
468 | uri: http://localhost:3000/api/v1/statuses/101999676860530716 | 467 | uri: http://localhost:3000/api/v1/statuses/102315426014228795 |
469 | response: | 468 | response: |
470 | body: {string: '{}'} | 469 | body: {string: '{"id":"102315426014228795","created_at":"2019-06-22T13:18:23.419Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315426014228795","url":"http://localhost/@admin/102315426014228795","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugameshnetworking!","reblog":null,"application":{"name":"Mastodon.py |
470 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":5,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
471 | headers: | 471 | headers: |
472 | Cache-Control: ['max-age=0, private, must-revalidate'] | 472 | Cache-Control: ['no-cache, no-store'] |
473 | Content-Type: [application/json; charset=utf-8] | 473 | Content-Type: [application/json; charset=utf-8] |
474 | ETag: [W/"8b719234e17a813dee509373496b9b3d"] | ||
475 | Referrer-Policy: [strict-origin-when-cross-origin] | 474 | Referrer-Policy: [strict-origin-when-cross-origin] |
476 | Transfer-Encoding: [chunked] | 475 | Transfer-Encoding: [chunked] |
477 | Vary: ['Accept-Encoding, Origin'] | 476 | Vary: ['Accept-Encoding, Origin'] |
@@ -479,10 +478,10 @@ interactions: | |||
479 | X-Download-Options: [noopen] | 478 | X-Download-Options: [noopen] |
480 | X-Frame-Options: [SAMEORIGIN] | 479 | X-Frame-Options: [SAMEORIGIN] |
481 | X-Permitted-Cross-Domain-Policies: [none] | 480 | X-Permitted-Cross-Domain-Policies: [none] |
482 | X-Request-Id: [1afcd347-83b3-4b6d-b56a-f4e152bd034a] | 481 | X-Request-Id: [8722865c-e9f3-42c7-b7ca-6d68b13d0cc4] |
483 | X-Runtime: ['0.068835'] | 482 | X-Runtime: ['0.132000'] |
484 | X-XSS-Protection: [1; mode=block] | 483 | X-XSS-Protection: [1; mode=block] |
485 | content-length: ['2'] | 484 | content-length: ['1157'] |
486 | status: {code: 200, message: OK} | 485 | status: {code: 200, message: OK} |
487 | - request: | 486 | - request: |
488 | body: null | 487 | body: null |
@@ -494,13 +493,14 @@ interactions: | |||
494 | Content-Length: ['0'] | 493 | Content-Length: ['0'] |
495 | User-Agent: [python-requests/2.18.4] | 494 | User-Agent: [python-requests/2.18.4] |
496 | method: DELETE | 495 | method: DELETE |
497 | uri: http://localhost:3000/api/v1/statuses/101999676879561667 | 496 | uri: http://localhost:3000/api/v1/statuses/102315426037164364 |
498 | response: | 497 | response: |
499 | body: {string: '{}'} | 498 | body: {string: '{"id":"102315426037164364","created_at":"2019-06-22T13:18:23.770Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315426037164364","url":"http://localhost/@admin/102315426037164364","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I |
499 | love japanimation!","reblog":null,"application":{"name":"Mastodon.py test | ||
500 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
500 | headers: | 501 | headers: |
501 | Cache-Control: ['max-age=0, private, must-revalidate'] | 502 | Cache-Control: ['no-cache, no-store'] |
502 | Content-Type: [application/json; charset=utf-8] | 503 | Content-Type: [application/json; charset=utf-8] |
503 | ETag: [W/"8b719234e17a813dee509373496b9b3d"] | ||
504 | Referrer-Policy: [strict-origin-when-cross-origin] | 504 | Referrer-Policy: [strict-origin-when-cross-origin] |
505 | Transfer-Encoding: [chunked] | 505 | Transfer-Encoding: [chunked] |
506 | Vary: ['Accept-Encoding, Origin'] | 506 | Vary: ['Accept-Encoding, Origin'] |
@@ -508,9 +508,9 @@ interactions: | |||
508 | X-Download-Options: [noopen] | 508 | X-Download-Options: [noopen] |
509 | X-Frame-Options: [SAMEORIGIN] | 509 | X-Frame-Options: [SAMEORIGIN] |
510 | X-Permitted-Cross-Domain-Policies: [none] | 510 | X-Permitted-Cross-Domain-Policies: [none] |
511 | X-Request-Id: [98d6605c-734d-45a6-afdd-b732d2ac9d84] | 511 | X-Request-Id: [f1f32445-3543-4d2f-8bae-15690e431e33] |
512 | X-Runtime: ['0.079543'] | 512 | X-Runtime: ['0.120437'] |
513 | X-XSS-Protection: [1; mode=block] | 513 | X-XSS-Protection: [1; mode=block] |
514 | content-length: ['2'] | 514 | content-length: ['1156'] |
515 | status: {code: 200, message: OK} | 515 | status: {code: 200, message: OK} |
516 | version: 1 | 516 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/filters | 13 | uri: http://localhost:3000/api/v1/filters |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"19","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 15 | body: {string: '{"id":"1","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"9289198334d408c47d29f9b7a0fe6e7d"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,10 +23,10 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [b4961890-0957-4de4-b44f-8f7ca02969f2] | 26 | X-Request-Id: [e8c37740-33a4-48cf-bc53-7c85ce2b4a41] |
28 | X-Runtime: ['0.029585'] | 27 | X-Runtime: ['0.075588'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['113'] | 29 | content-length: ['112'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
32 | - request: | 31 | - request: |
33 | body: null | 32 | body: null |
@@ -40,11 +39,10 @@ interactions: | |||
40 | method: GET | 39 | method: GET |
41 | uri: http://localhost:3000/api/v1/filters | 40 | uri: http://localhost:3000/api/v1/filters |
42 | response: | 41 | response: |
43 | 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}]'} | 42 | body: {string: '[{"id":"1","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}]'} |
44 | headers: | 43 | headers: |
45 | Cache-Control: ['max-age=0, private, must-revalidate'] | 44 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
47 | ETag: [W/"4c273b197afab93420bbf924a9642648"] | ||
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,10 +50,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [44e22500-2799-4424-b986-06b066203325] | 53 | X-Request-Id: [c3bc75c5-bfc5-4e59-a6e0-757725dd4f6d] |
56 | X-Runtime: ['0.023643'] | 54 | X-Runtime: ['0.031688'] |
57 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['356'] | 56 | content-length: ['114'] |
59 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
60 | - request: | 58 | - request: |
61 | body: null | 59 | body: null |
@@ -66,13 +64,12 @@ interactions: | |||
66 | Connection: [keep-alive] | 64 | Connection: [keep-alive] |
67 | User-Agent: [python-requests/2.18.4] | 65 | User-Agent: [python-requests/2.18.4] |
68 | method: GET | 66 | method: GET |
69 | uri: http://localhost:3000/api/v1/filters/19 | 67 | uri: http://localhost:3000/api/v1/filters/1 |
70 | response: | 68 | response: |
71 | body: {string: '{"id":"19","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 69 | body: {string: '{"id":"1","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
72 | headers: | 70 | headers: |
73 | Cache-Control: ['max-age=0, private, must-revalidate'] | 71 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 72 | Content-Type: [application/json; charset=utf-8] |
75 | ETag: [W/"9289198334d408c47d29f9b7a0fe6e7d"] | ||
76 | Referrer-Policy: [strict-origin-when-cross-origin] | 73 | Referrer-Policy: [strict-origin-when-cross-origin] |
77 | Transfer-Encoding: [chunked] | 74 | Transfer-Encoding: [chunked] |
78 | Vary: ['Accept-Encoding, Origin'] | 75 | Vary: ['Accept-Encoding, Origin'] |
@@ -80,10 +77,10 @@ interactions: | |||
80 | X-Download-Options: [noopen] | 77 | X-Download-Options: [noopen] |
81 | X-Frame-Options: [SAMEORIGIN] | 78 | X-Frame-Options: [SAMEORIGIN] |
82 | X-Permitted-Cross-Domain-Policies: [none] | 79 | X-Permitted-Cross-Domain-Policies: [none] |
83 | X-Request-Id: [3e043c5e-f4d7-488a-97cc-9e43727e7224] | 80 | X-Request-Id: [bb08444e-edef-4914-aaa6-d08e9fe3219a] |
84 | X-Runtime: ['0.022473'] | 81 | X-Runtime: ['0.029748'] |
85 | X-XSS-Protection: [1; mode=block] | 82 | X-XSS-Protection: [1; mode=block] |
86 | content-length: ['113'] | 83 | content-length: ['112'] |
87 | status: {code: 200, message: OK} | 84 | status: {code: 200, message: OK} |
88 | - request: | 85 | - request: |
89 | body: null | 86 | body: null |
@@ -95,13 +92,12 @@ interactions: | |||
95 | Content-Length: ['0'] | 92 | Content-Length: ['0'] |
96 | User-Agent: [python-requests/2.18.4] | 93 | User-Agent: [python-requests/2.18.4] |
97 | method: DELETE | 94 | method: DELETE |
98 | uri: http://localhost:3000/api/v1/filters/19 | 95 | uri: http://localhost:3000/api/v1/filters/1 |
99 | response: | 96 | response: |
100 | body: {string: '{}'} | 97 | body: {string: '{}'} |
101 | headers: | 98 | headers: |
102 | Cache-Control: ['max-age=0, private, must-revalidate'] | 99 | Cache-Control: ['no-cache, no-store'] |
103 | Content-Type: [application/json; charset=utf-8] | 100 | Content-Type: [application/json; charset=utf-8] |
104 | ETag: [W/"c6a41189c705fc6216f062c783b83fd0"] | ||
105 | Referrer-Policy: [strict-origin-when-cross-origin] | 101 | Referrer-Policy: [strict-origin-when-cross-origin] |
106 | Transfer-Encoding: [chunked] | 102 | Transfer-Encoding: [chunked] |
107 | Vary: ['Accept-Encoding, Origin'] | 103 | Vary: ['Accept-Encoding, Origin'] |
@@ -109,8 +105,8 @@ interactions: | |||
109 | X-Download-Options: [noopen] | 105 | X-Download-Options: [noopen] |
110 | X-Frame-Options: [SAMEORIGIN] | 106 | X-Frame-Options: [SAMEORIGIN] |
111 | X-Permitted-Cross-Domain-Policies: [none] | 107 | X-Permitted-Cross-Domain-Policies: [none] |
112 | X-Request-Id: [27273ccf-2b3e-42a4-b66b-fbbf3a4124ae] | 108 | X-Request-Id: [9e2ad6c1-a256-4e27-9177-8cf638ea4cb4] |
113 | X-Runtime: ['0.032739'] | 109 | X-Runtime: ['0.041075'] |
114 | X-XSS-Protection: [1; mode=block] | 110 | X-XSS-Protection: [1; mode=block] |
115 | content-length: ['2'] | 111 | content-length: ['2'] |
116 | status: {code: 200, message: OK} | 112 | status: {code: 200, message: OK} |
@@ -127,11 +123,10 @@ interactions: | |||
127 | method: POST | 123 | method: POST |
128 | uri: http://localhost:3000/api/v1/filters | 124 | uri: http://localhost:3000/api/v1/filters |
129 | response: | 125 | response: |
130 | body: {string: '{"id":"20","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} | 126 | body: {string: '{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} |
131 | headers: | 127 | headers: |
132 | Cache-Control: ['max-age=0, private, must-revalidate'] | 128 | Cache-Control: ['no-cache, no-store'] |
133 | Content-Type: [application/json; charset=utf-8] | 129 | Content-Type: [application/json; charset=utf-8] |
134 | ETag: [W/"85faeffd5444fd99f8aec00f2897d6e1"] | ||
135 | Referrer-Policy: [strict-origin-when-cross-origin] | 130 | Referrer-Policy: [strict-origin-when-cross-origin] |
136 | Transfer-Encoding: [chunked] | 131 | Transfer-Encoding: [chunked] |
137 | Vary: ['Accept-Encoding, Origin'] | 132 | Vary: ['Accept-Encoding, Origin'] |
@@ -139,10 +134,10 @@ interactions: | |||
139 | X-Download-Options: [noopen] | 134 | X-Download-Options: [noopen] |
140 | X-Frame-Options: [SAMEORIGIN] | 135 | X-Frame-Options: [SAMEORIGIN] |
141 | X-Permitted-Cross-Domain-Policies: [none] | 136 | X-Permitted-Cross-Domain-Policies: [none] |
142 | X-Request-Id: [6b56f3e5-bafe-4ab8-a98f-ff47a4b3ce73] | 137 | X-Request-Id: [045643ac-fa49-41f5-a7d0-f332230a4d77] |
143 | X-Runtime: ['0.029775'] | 138 | X-Runtime: ['0.036015'] |
144 | X-XSS-Protection: [1; mode=block] | 139 | X-XSS-Protection: [1; mode=block] |
145 | content-length: ['114'] | 140 | content-length: ['113'] |
146 | status: {code: 200, message: OK} | 141 | status: {code: 200, message: OK} |
147 | - request: | 142 | - request: |
148 | body: null | 143 | body: null |
@@ -155,11 +150,10 @@ interactions: | |||
155 | method: GET | 150 | method: GET |
156 | uri: http://localhost:3000/api/v1/filters | 151 | uri: http://localhost:3000/api/v1/filters |
157 | response: | 152 | response: |
158 | 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}]'} | 153 | body: {string: '[{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}]'} |
159 | headers: | 154 | headers: |
160 | Cache-Control: ['max-age=0, private, must-revalidate'] | 155 | Cache-Control: ['no-cache, no-store'] |
161 | Content-Type: [application/json; charset=utf-8] | 156 | Content-Type: [application/json; charset=utf-8] |
162 | ETag: [W/"4b5db3bdbead67957bb465147c52d3fb"] | ||
163 | Referrer-Policy: [strict-origin-when-cross-origin] | 157 | Referrer-Policy: [strict-origin-when-cross-origin] |
164 | Transfer-Encoding: [chunked] | 158 | Transfer-Encoding: [chunked] |
165 | Vary: ['Accept-Encoding, Origin'] | 159 | Vary: ['Accept-Encoding, Origin'] |
@@ -167,10 +161,10 @@ interactions: | |||
167 | X-Download-Options: [noopen] | 161 | X-Download-Options: [noopen] |
168 | X-Frame-Options: [SAMEORIGIN] | 162 | X-Frame-Options: [SAMEORIGIN] |
169 | X-Permitted-Cross-Domain-Policies: [none] | 163 | X-Permitted-Cross-Domain-Policies: [none] |
170 | X-Request-Id: [456bfb9f-0479-4f97-ae23-7244fc9c3eff] | 164 | X-Request-Id: [5a54baa4-0c28-4b1c-8009-6c02c130cdba] |
171 | X-Runtime: ['0.023413'] | 165 | X-Runtime: ['0.035559'] |
172 | X-XSS-Protection: [1; mode=block] | 166 | X-XSS-Protection: [1; mode=block] |
173 | content-length: ['357'] | 167 | content-length: ['115'] |
174 | status: {code: 200, message: OK} | 168 | status: {code: 200, message: OK} |
175 | - request: | 169 | - request: |
176 | body: null | 170 | body: null |
@@ -181,13 +175,12 @@ interactions: | |||
181 | Connection: [keep-alive] | 175 | Connection: [keep-alive] |
182 | User-Agent: [python-requests/2.18.4] | 176 | User-Agent: [python-requests/2.18.4] |
183 | method: GET | 177 | method: GET |
184 | uri: http://localhost:3000/api/v1/filters/20 | 178 | uri: http://localhost:3000/api/v1/filters/2 |
185 | response: | 179 | response: |
186 | body: {string: '{"id":"20","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} | 180 | body: {string: '{"id":"2","phrase":"anime","context":["notifications"],"whole_word":false,"expires_at":null,"irreversible":false}'} |
187 | headers: | 181 | headers: |
188 | Cache-Control: ['max-age=0, private, must-revalidate'] | 182 | Cache-Control: ['no-cache, no-store'] |
189 | Content-Type: [application/json; charset=utf-8] | 183 | Content-Type: [application/json; charset=utf-8] |
190 | ETag: [W/"85faeffd5444fd99f8aec00f2897d6e1"] | ||
191 | Referrer-Policy: [strict-origin-when-cross-origin] | 184 | Referrer-Policy: [strict-origin-when-cross-origin] |
192 | Transfer-Encoding: [chunked] | 185 | Transfer-Encoding: [chunked] |
193 | Vary: ['Accept-Encoding, Origin'] | 186 | Vary: ['Accept-Encoding, Origin'] |
@@ -195,10 +188,10 @@ interactions: | |||
195 | X-Download-Options: [noopen] | 188 | X-Download-Options: [noopen] |
196 | X-Frame-Options: [SAMEORIGIN] | 189 | X-Frame-Options: [SAMEORIGIN] |
197 | X-Permitted-Cross-Domain-Policies: [none] | 190 | X-Permitted-Cross-Domain-Policies: [none] |
198 | X-Request-Id: [013c4daa-f1cc-47e9-a6f8-7b106367aa23] | 191 | X-Request-Id: [161ca06a-8c49-4f40-b92e-791430951586] |
199 | X-Runtime: ['0.023936'] | 192 | X-Runtime: ['0.032881'] |
200 | X-XSS-Protection: [1; mode=block] | 193 | X-XSS-Protection: [1; mode=block] |
201 | content-length: ['114'] | 194 | content-length: ['113'] |
202 | status: {code: 200, message: OK} | 195 | status: {code: 200, message: OK} |
203 | - request: | 196 | - request: |
204 | body: null | 197 | body: null |
@@ -210,13 +203,12 @@ interactions: | |||
210 | Content-Length: ['0'] | 203 | Content-Length: ['0'] |
211 | User-Agent: [python-requests/2.18.4] | 204 | User-Agent: [python-requests/2.18.4] |
212 | method: DELETE | 205 | method: DELETE |
213 | uri: http://localhost:3000/api/v1/filters/20 | 206 | uri: http://localhost:3000/api/v1/filters/2 |
214 | response: | 207 | response: |
215 | body: {string: '{}'} | 208 | body: {string: '{}'} |
216 | headers: | 209 | headers: |
217 | Cache-Control: ['max-age=0, private, must-revalidate'] | 210 | Cache-Control: ['no-cache, no-store'] |
218 | Content-Type: [application/json; charset=utf-8] | 211 | Content-Type: [application/json; charset=utf-8] |
219 | ETag: [W/"c6a41189c705fc6216f062c783b83fd0"] | ||
220 | Referrer-Policy: [strict-origin-when-cross-origin] | 212 | Referrer-Policy: [strict-origin-when-cross-origin] |
221 | Transfer-Encoding: [chunked] | 213 | Transfer-Encoding: [chunked] |
222 | Vary: ['Accept-Encoding, Origin'] | 214 | Vary: ['Accept-Encoding, Origin'] |
@@ -224,8 +216,8 @@ interactions: | |||
224 | X-Download-Options: [noopen] | 216 | X-Download-Options: [noopen] |
225 | X-Frame-Options: [SAMEORIGIN] | 217 | X-Frame-Options: [SAMEORIGIN] |
226 | X-Permitted-Cross-Domain-Policies: [none] | 218 | X-Permitted-Cross-Domain-Policies: [none] |
227 | X-Request-Id: [56b15d57-239b-4c2c-987c-95e0d183bb75] | 219 | X-Request-Id: [d15537bb-b442-45ac-a80e-2c671be102c4] |
228 | X-Runtime: ['0.023065'] | 220 | X-Runtime: ['0.042867'] |
229 | X-XSS-Protection: [1; mode=block] | 221 | X-XSS-Protection: [1; mode=block] |
230 | content-length: ['2'] | 222 | content-length: ['2'] |
231 | status: {code: 200, message: OK} | 223 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_filter_serverside.yaml b/tests/cassettes/test_filter_serverside.yaml index 6e250d0..6eca24a 100644 --- a/tests/cassettes/test_filter_serverside.yaml +++ b/tests/cassettes/test_filter_serverside.yaml | |||
@@ -10,11 +10,10 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"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":[]}'} | 13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"e966e2d2ab964475ed66cd777eef8895"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [8287dc5e-adb4-4d92-8cad-0b843b808c17] | 24 | X-Request-Id: [236bd2c3-bbc8-4c44-ac08-e2be27cace54] |
26 | X-Runtime: ['0.046169'] | 25 | X-Runtime: ['0.043748'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['609'] | 27 | content-length: ['609'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
@@ -42,9 +41,8 @@ interactions: | |||
42 | response: | 41 | response: |
43 | 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}'} | 42 | 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}'} |
44 | headers: | 43 | headers: |
45 | Cache-Control: ['max-age=0, private, must-revalidate'] | 44 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
47 | ETag: [W/"5acd12d3f0c9bff73acb226eda092d84"] | ||
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,8 +50,8 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [b772ff77-894d-4245-bd68-670b8bf3e7b3] | 53 | X-Request-Id: [b6c1120b-cd05-45a2-ad01-ccac81cdea4e] |
56 | X-Runtime: ['0.074402'] | 54 | X-Runtime: ['0.095071'] |
57 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['209'] | 56 | content-length: ['209'] |
59 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -70,11 +68,10 @@ interactions: | |||
70 | method: POST | 68 | method: POST |
71 | uri: http://localhost:3000/api/v1/filters | 69 | uri: http://localhost:3000/api/v1/filters |
72 | response: | 70 | response: |
73 | body: {string: '{"id":"22","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":true}'} | 71 | body: {string: '{"id":"4","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":true}'} |
74 | headers: | 72 | headers: |
75 | Cache-Control: ['max-age=0, private, must-revalidate'] | 73 | Cache-Control: ['no-cache, no-store'] |
76 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
77 | ETag: [W/"3f62422000acd1438ba0b99aa16cd3d5"] | ||
78 | Referrer-Policy: [strict-origin-when-cross-origin] | 75 | Referrer-Policy: [strict-origin-when-cross-origin] |
79 | Transfer-Encoding: [chunked] | 76 | Transfer-Encoding: [chunked] |
80 | Vary: ['Accept-Encoding, Origin'] | 77 | Vary: ['Accept-Encoding, Origin'] |
@@ -82,10 +79,10 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [87bfc1f4-213c-4a49-b48f-8641fb5d08cd] | 82 | X-Request-Id: [022cc4aa-7590-4a2b-928f-8cef65a4d431] |
86 | X-Runtime: ['0.070385'] | 83 | X-Runtime: ['0.040205'] |
87 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['104'] | 85 | content-length: ['103'] |
89 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
90 | - request: | 87 | - request: |
91 | body: whole_word=1&irreversible=1&phrase=girugamesh&context%5B%5D=home | 88 | body: whole_word=1&irreversible=1&phrase=girugamesh&context%5B%5D=home |
@@ -100,11 +97,10 @@ interactions: | |||
100 | method: POST | 97 | method: POST |
101 | uri: http://localhost:3000/api/v1/filters | 98 | uri: http://localhost:3000/api/v1/filters |
102 | response: | 99 | response: |
103 | body: {string: '{"id":"23","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":true}'} | 100 | body: {string: '{"id":"5","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":true}'} |
104 | headers: | 101 | headers: |
105 | Cache-Control: ['max-age=0, private, must-revalidate'] | 102 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
107 | ETag: [W/"69ea8a2435364929cd000e2f294160f8"] | ||
108 | Referrer-Policy: [strict-origin-when-cross-origin] | 104 | Referrer-Policy: [strict-origin-when-cross-origin] |
109 | Transfer-Encoding: [chunked] | 105 | Transfer-Encoding: [chunked] |
110 | Vary: ['Accept-Encoding, Origin'] | 106 | Vary: ['Accept-Encoding, Origin'] |
@@ -112,10 +108,10 @@ interactions: | |||
112 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
113 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
114 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
115 | X-Request-Id: [e0de2cd4-3c55-48eb-a939-26089f8e8305] | 111 | X-Request-Id: [eef2d150-a5df-4655-959f-998c43757284] |
116 | X-Runtime: ['0.035610'] | 112 | X-Runtime: ['0.033745'] |
117 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
118 | content-length: ['108'] | 114 | content-length: ['107'] |
119 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
120 | - request: | 116 | - request: |
121 | body: whole_word=1&irreversible=1&phrase=japanimation&context%5B%5D=notifications | 117 | body: whole_word=1&irreversible=1&phrase=japanimation&context%5B%5D=notifications |
@@ -130,11 +126,10 @@ interactions: | |||
130 | method: POST | 126 | method: POST |
131 | uri: http://localhost:3000/api/v1/filters | 127 | uri: http://localhost:3000/api/v1/filters |
132 | response: | 128 | response: |
133 | body: {string: '{"id":"24","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":true}'} | 129 | body: {string: '{"id":"6","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":true}'} |
134 | headers: | 130 | headers: |
135 | Cache-Control: ['max-age=0, private, must-revalidate'] | 131 | Cache-Control: ['no-cache, no-store'] |
136 | Content-Type: [application/json; charset=utf-8] | 132 | Content-Type: [application/json; charset=utf-8] |
137 | ETag: [W/"a8b02555436ad7872ec2a51856f6cf4b"] | ||
138 | Referrer-Policy: [strict-origin-when-cross-origin] | 133 | Referrer-Policy: [strict-origin-when-cross-origin] |
139 | Transfer-Encoding: [chunked] | 134 | Transfer-Encoding: [chunked] |
140 | Vary: ['Accept-Encoding, Origin'] | 135 | Vary: ['Accept-Encoding, Origin'] |
@@ -142,10 +137,10 @@ interactions: | |||
142 | X-Download-Options: [noopen] | 137 | X-Download-Options: [noopen] |
143 | X-Frame-Options: [SAMEORIGIN] | 138 | X-Frame-Options: [SAMEORIGIN] |
144 | X-Permitted-Cross-Domain-Policies: [none] | 139 | X-Permitted-Cross-Domain-Policies: [none] |
145 | X-Request-Id: [4e9e68b4-c3b9-4c0b-962e-fc1170a893ce] | 140 | X-Request-Id: [d6271f3e-d4f6-45d9-8a0b-a611b90073c3] |
146 | X-Runtime: ['0.036076'] | 141 | X-Runtime: ['0.036029'] |
147 | X-XSS-Protection: [1; mode=block] | 142 | X-XSS-Protection: [1; mode=block] |
148 | content-length: ['119'] | 143 | content-length: ['118'] |
149 | status: {code: 200, message: OK} | 144 | status: {code: 200, message: OK} |
150 | - request: | 145 | - request: |
151 | body: status=I+love+animes | 146 | body: status=I+love+animes |
@@ -160,13 +155,12 @@ interactions: | |||
160 | method: POST | 155 | method: POST |
161 | uri: http://localhost:3000/api/v1/statuses | 156 | uri: http://localhost:3000/api/v1/statuses |
162 | response: | 157 | response: |
163 | 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 | 158 | body: {string: '{"id":"102315365567595451","created_at":"2019-06-22T13:03:01.056Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365567595451","url":"http://localhost/@admin/102315365567595451","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI |
164 | 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 | 159 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
165 | 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}'} | 160 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
166 | headers: | 161 | headers: |
167 | Cache-Control: ['max-age=0, private, must-revalidate'] | 162 | Cache-Control: ['no-cache, no-store'] |
168 | Content-Type: [application/json; charset=utf-8] | 163 | Content-Type: [application/json; charset=utf-8] |
169 | ETag: [W/"1ada855e39c030ed64a59df64ebe38b2"] | ||
170 | Referrer-Policy: [strict-origin-when-cross-origin] | 164 | Referrer-Policy: [strict-origin-when-cross-origin] |
171 | Transfer-Encoding: [chunked] | 165 | Transfer-Encoding: [chunked] |
172 | Vary: ['Accept-Encoding, Origin'] | 166 | Vary: ['Accept-Encoding, Origin'] |
@@ -174,8 +168,8 @@ interactions: | |||
174 | X-Download-Options: [noopen] | 168 | X-Download-Options: [noopen] |
175 | X-Frame-Options: [SAMEORIGIN] | 169 | X-Frame-Options: [SAMEORIGIN] |
176 | X-Permitted-Cross-Domain-Policies: [none] | 170 | X-Permitted-Cross-Domain-Policies: [none] |
177 | X-Request-Id: [20fd94c8-0188-44c7-84fb-caaf465f0c83] | 171 | X-Request-Id: [4220861b-dcfc-4e2e-91b2-663a969a47a9] |
178 | X-Runtime: ['0.148737'] | 172 | X-Runtime: ['0.146450'] |
179 | X-XSS-Protection: [1; mode=block] | 173 | X-XSS-Protection: [1; mode=block] |
180 | content-length: ['1179'] | 174 | content-length: ['1179'] |
181 | status: {code: 200, message: OK} | 175 | status: {code: 200, message: OK} |
@@ -192,12 +186,11 @@ interactions: | |||
192 | method: POST | 186 | method: POST |
193 | uri: http://localhost:3000/api/v1/statuses | 187 | uri: http://localhost:3000/api/v1/statuses |
194 | response: | 188 | response: |
195 | 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 | 189 | body: {string: '{"id":"102315365579209258","created_at":"2019-06-22T13:03:01.249Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365579209258","url":"http://localhost/@admin/102315365579209258","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
196 | 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}'} | 190 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
197 | headers: | 191 | headers: |
198 | Cache-Control: ['max-age=0, private, must-revalidate'] | 192 | Cache-Control: ['no-cache, no-store'] |
199 | Content-Type: [application/json; charset=utf-8] | 193 | Content-Type: [application/json; charset=utf-8] |
200 | ETag: [W/"c321dff78c12f9dd73ad6508a84c1905"] | ||
201 | Referrer-Policy: [strict-origin-when-cross-origin] | 194 | Referrer-Policy: [strict-origin-when-cross-origin] |
202 | Transfer-Encoding: [chunked] | 195 | Transfer-Encoding: [chunked] |
203 | Vary: ['Accept-Encoding, Origin'] | 196 | Vary: ['Accept-Encoding, Origin'] |
@@ -205,8 +198,8 @@ interactions: | |||
205 | X-Download-Options: [noopen] | 198 | X-Download-Options: [noopen] |
206 | X-Frame-Options: [SAMEORIGIN] | 199 | X-Frame-Options: [SAMEORIGIN] |
207 | X-Permitted-Cross-Domain-Policies: [none] | 200 | X-Permitted-Cross-Domain-Policies: [none] |
208 | X-Request-Id: [e53b05a2-0c7a-4e68-a90f-580821b4a801] | 201 | X-Request-Id: [2690d739-d02c-486f-aa9e-28d04474bd16] |
209 | X-Runtime: ['0.217536'] | 202 | X-Runtime: ['0.207877'] |
210 | X-XSS-Protection: [1; mode=block] | 203 | X-XSS-Protection: [1; mode=block] |
211 | content-length: ['1177'] | 204 | content-length: ['1177'] |
212 | status: {code: 200, message: OK} | 205 | status: {code: 200, message: OK} |
@@ -223,12 +216,11 @@ interactions: | |||
223 | method: POST | 216 | method: POST |
224 | uri: http://localhost:3000/api/v1/statuses | 217 | uri: http://localhost:3000/api/v1/statuses |
225 | response: | 218 | response: |
226 | 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 | 219 | body: {string: '{"id":"102315365592723513","created_at":"2019-06-22T13:03:01.439Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365592723513","url":"http://localhost/@admin/102315365592723513","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
227 | 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}'} | 220 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
228 | headers: | 221 | headers: |
229 | Cache-Control: ['max-age=0, private, must-revalidate'] | 222 | Cache-Control: ['no-cache, no-store'] |
230 | Content-Type: [application/json; charset=utf-8] | 223 | Content-Type: [application/json; charset=utf-8] |
231 | ETag: [W/"0b9436a14f52bee86351f9a261895ac8"] | ||
232 | Referrer-Policy: [strict-origin-when-cross-origin] | 224 | Referrer-Policy: [strict-origin-when-cross-origin] |
233 | Transfer-Encoding: [chunked] | 225 | Transfer-Encoding: [chunked] |
234 | Vary: ['Accept-Encoding, Origin'] | 226 | Vary: ['Accept-Encoding, Origin'] |
@@ -236,8 +228,8 @@ interactions: | |||
236 | X-Download-Options: [noopen] | 228 | X-Download-Options: [noopen] |
237 | X-Frame-Options: [SAMEORIGIN] | 229 | X-Frame-Options: [SAMEORIGIN] |
238 | X-Permitted-Cross-Domain-Policies: [none] | 230 | X-Permitted-Cross-Domain-Policies: [none] |
239 | X-Request-Id: [81c74bfb-5bfd-4a40-b78c-6f1cdc2fbef4] | 231 | X-Request-Id: [cc1b0475-3cae-4f7d-ba26-d736b71275b4] |
240 | X-Runtime: ['0.489519'] | 232 | X-Runtime: ['0.155025'] |
241 | X-XSS-Protection: [1; mode=block] | 233 | X-XSS-Protection: [1; mode=block] |
242 | content-length: ['1187'] | 234 | content-length: ['1187'] |
243 | status: {code: 200, message: OK} | 235 | status: {code: 200, message: OK} |
@@ -254,13 +246,12 @@ interactions: | |||
254 | method: POST | 246 | method: POST |
255 | uri: http://localhost:3000/api/v1/statuses | 247 | uri: http://localhost:3000/api/v1/statuses |
256 | response: | 248 | response: |
257 | 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 | 249 | body: {string: '{"id":"102315365604829044","created_at":"2019-06-22T13:03:01.653Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365604829044","url":"http://localhost/@admin/102315365604829044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI |
258 | 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 | 250 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
259 | 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}'} | 251 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
260 | headers: | 252 | headers: |
261 | Cache-Control: ['max-age=0, private, must-revalidate'] | 253 | Cache-Control: ['no-cache, no-store'] |
262 | Content-Type: [application/json; charset=utf-8] | 254 | Content-Type: [application/json; charset=utf-8] |
263 | ETag: [W/"8a4682f6010d91b4818b44f5e06aa432"] | ||
264 | Referrer-Policy: [strict-origin-when-cross-origin] | 255 | Referrer-Policy: [strict-origin-when-cross-origin] |
265 | Transfer-Encoding: [chunked] | 256 | Transfer-Encoding: [chunked] |
266 | Vary: ['Accept-Encoding, Origin'] | 257 | Vary: ['Accept-Encoding, Origin'] |
@@ -268,8 +259,8 @@ interactions: | |||
268 | X-Download-Options: [noopen] | 259 | X-Download-Options: [noopen] |
269 | X-Frame-Options: [SAMEORIGIN] | 260 | X-Frame-Options: [SAMEORIGIN] |
270 | X-Permitted-Cross-Domain-Policies: [none] | 261 | X-Permitted-Cross-Domain-Policies: [none] |
271 | X-Request-Id: [bf6f3da6-24c1-4ed8-8258-a45c01d6c4ee] | 262 | X-Request-Id: [9fcbb954-031e-4f3d-ba99-8490e6a58115] |
272 | X-Runtime: ['0.326674'] | 263 | X-Runtime: ['0.208349'] |
273 | X-XSS-Protection: [1; mode=block] | 264 | X-XSS-Protection: [1; mode=block] |
274 | content-length: ['1186'] | 265 | content-length: ['1186'] |
275 | status: {code: 200, message: OK} | 266 | status: {code: 200, message: OK} |
@@ -284,86 +275,15 @@ interactions: | |||
284 | method: GET | 275 | method: GET |
285 | uri: http://localhost:3000/api/v1/timelines/home | 276 | uri: http://localhost:3000/api/v1/timelines/home |
286 | response: | 277 | response: |
287 | 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 | 278 | body: {string: '[{"id":"102315365604829044","created_at":"2019-06-22T13:03:01.653Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365604829044","url":"http://localhost/@admin/102315365604829044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI |
288 | 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 | 279 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
289 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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 | 280 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315365592723513","created_at":"2019-06-22T13:03:01.439Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365592723513","url":"http://localhost/@admin/102315365592723513","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
290 | 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 | 281 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
291 | 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 | 282 | headers: |
292 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 283 | Cache-Control: ['no-cache, no-store'] |
293 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
294 | 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 | ||
295 | 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 | ||
296 | 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 | ||
297 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
298 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
299 | 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 | ||
300 | 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 | ||
301 | 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 | ||
302 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
303 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
304 | 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 | ||
305 | 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 | ||
306 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
307 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
308 | 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 | ||
309 | 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 | ||
310 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
311 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
312 | 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 | ||
313 | 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 | ||
314 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
315 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
316 | 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 | ||
317 | 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 | ||
318 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
319 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
320 | 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 | ||
321 | 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 | ||
322 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
323 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
324 | 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 | ||
325 | 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 | ||
326 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
327 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
328 | 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 | ||
329 | 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 | ||
330 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
331 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
332 | 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 | ||
333 | 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 | ||
334 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
335 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
336 | 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 | ||
337 | 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 | ||
338 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
339 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
340 | 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 | ||
341 | 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 | ||
342 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
343 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
344 | 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 | ||
345 | 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 | ||
346 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
347 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
348 | 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 | ||
349 | 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 | ||
350 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
351 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
352 | 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 | ||
353 | 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 | ||
354 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
355 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
356 | 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 | ||
357 | 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 | ||
358 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
359 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
360 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}]'} | ||
361 | headers: | ||
362 | Cache-Control: ['max-age=0, private, must-revalidate'] | ||
363 | Content-Type: [application/json; charset=utf-8] | 284 | Content-Type: [application/json; charset=utf-8] |
364 | ETag: [W/"81eee7c758e3a9aec0ecc1244bcd5739"] | 285 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102315365592723513>; |
365 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=101999489810056808>; | 286 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102315365604829044>; |
366 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=101999514601848044>; | ||
367 | rel="prev"'] | 287 | rel="prev"'] |
368 | Referrer-Policy: [strict-origin-when-cross-origin] | 288 | Referrer-Policy: [strict-origin-when-cross-origin] |
369 | Transfer-Encoding: [chunked] | 289 | Transfer-Encoding: [chunked] |
@@ -372,10 +292,10 @@ interactions: | |||
372 | X-Download-Options: [noopen] | 292 | X-Download-Options: [noopen] |
373 | X-Frame-Options: [SAMEORIGIN] | 293 | X-Frame-Options: [SAMEORIGIN] |
374 | X-Permitted-Cross-Domain-Policies: [none] | 294 | X-Permitted-Cross-Domain-Policies: [none] |
375 | X-Request-Id: [4c797923-911b-42a1-9710-e5e40cf81185] | 295 | X-Request-Id: [323d3a30-2301-4b05-89e2-2eaaac5d65e0] |
376 | X-Runtime: ['0.271404'] | 296 | X-Runtime: ['0.084889'] |
377 | X-XSS-Protection: [1; mode=block] | 297 | X-XSS-Protection: [1; mode=block] |
378 | content-length: ['30786'] | 298 | content-length: ['2346'] |
379 | status: {code: 200, message: OK} | 299 | status: {code: 200, message: OK} |
380 | - request: | 300 | - request: |
381 | body: null | 301 | body: null |
@@ -387,13 +307,12 @@ interactions: | |||
387 | Content-Length: ['0'] | 307 | Content-Length: ['0'] |
388 | User-Agent: [python-requests/2.18.4] | 308 | User-Agent: [python-requests/2.18.4] |
389 | method: DELETE | 309 | method: DELETE |
390 | uri: http://localhost:3000/api/v1/filters/22 | 310 | uri: http://localhost:3000/api/v1/filters/4 |
391 | response: | 311 | response: |
392 | body: {string: '{}'} | 312 | body: {string: '{}'} |
393 | headers: | 313 | headers: |
394 | Cache-Control: ['max-age=0, private, must-revalidate'] | 314 | Cache-Control: ['no-cache, no-store'] |
395 | Content-Type: [application/json; charset=utf-8] | 315 | Content-Type: [application/json; charset=utf-8] |
396 | ETag: [W/"723e93406561d909cd18da2afe693d31"] | ||
397 | Referrer-Policy: [strict-origin-when-cross-origin] | 316 | Referrer-Policy: [strict-origin-when-cross-origin] |
398 | Transfer-Encoding: [chunked] | 317 | Transfer-Encoding: [chunked] |
399 | Vary: ['Accept-Encoding, Origin'] | 318 | Vary: ['Accept-Encoding, Origin'] |
@@ -401,8 +320,8 @@ interactions: | |||
401 | X-Download-Options: [noopen] | 320 | X-Download-Options: [noopen] |
402 | X-Frame-Options: [SAMEORIGIN] | 321 | X-Frame-Options: [SAMEORIGIN] |
403 | X-Permitted-Cross-Domain-Policies: [none] | 322 | X-Permitted-Cross-Domain-Policies: [none] |
404 | X-Request-Id: [cf48604a-c1ae-4d06-869e-5d63eb8bda32] | 323 | X-Request-Id: [f8eee2f4-a735-4a4b-89bb-bf69455c1c89] |
405 | X-Runtime: ['0.025875'] | 324 | X-Runtime: ['0.034625'] |
406 | X-XSS-Protection: [1; mode=block] | 325 | X-XSS-Protection: [1; mode=block] |
407 | content-length: ['2'] | 326 | content-length: ['2'] |
408 | status: {code: 200, message: OK} | 327 | status: {code: 200, message: OK} |
@@ -416,13 +335,12 @@ interactions: | |||
416 | Content-Length: ['0'] | 335 | Content-Length: ['0'] |
417 | User-Agent: [python-requests/2.18.4] | 336 | User-Agent: [python-requests/2.18.4] |
418 | method: DELETE | 337 | method: DELETE |
419 | uri: http://localhost:3000/api/v1/filters/23 | 338 | uri: http://localhost:3000/api/v1/filters/5 |
420 | response: | 339 | response: |
421 | body: {string: '{}'} | 340 | body: {string: '{}'} |
422 | headers: | 341 | headers: |
423 | Cache-Control: ['max-age=0, private, must-revalidate'] | 342 | Cache-Control: ['no-cache, no-store'] |
424 | Content-Type: [application/json; charset=utf-8] | 343 | Content-Type: [application/json; charset=utf-8] |
425 | ETag: [W/"723e93406561d909cd18da2afe693d31"] | ||
426 | Referrer-Policy: [strict-origin-when-cross-origin] | 344 | Referrer-Policy: [strict-origin-when-cross-origin] |
427 | Transfer-Encoding: [chunked] | 345 | Transfer-Encoding: [chunked] |
428 | Vary: ['Accept-Encoding, Origin'] | 346 | Vary: ['Accept-Encoding, Origin'] |
@@ -430,8 +348,8 @@ interactions: | |||
430 | X-Download-Options: [noopen] | 348 | X-Download-Options: [noopen] |
431 | X-Frame-Options: [SAMEORIGIN] | 349 | X-Frame-Options: [SAMEORIGIN] |
432 | X-Permitted-Cross-Domain-Policies: [none] | 350 | X-Permitted-Cross-Domain-Policies: [none] |
433 | X-Request-Id: [330f3126-0462-4566-9708-16a716e670a8] | 351 | X-Request-Id: [43ede1eb-7e18-4c88-9e58-15beabbece73] |
434 | X-Runtime: ['0.021366'] | 352 | X-Runtime: ['0.045635'] |
435 | X-XSS-Protection: [1; mode=block] | 353 | X-XSS-Protection: [1; mode=block] |
436 | content-length: ['2'] | 354 | content-length: ['2'] |
437 | status: {code: 200, message: OK} | 355 | status: {code: 200, message: OK} |
@@ -445,13 +363,12 @@ interactions: | |||
445 | Content-Length: ['0'] | 363 | Content-Length: ['0'] |
446 | User-Agent: [python-requests/2.18.4] | 364 | User-Agent: [python-requests/2.18.4] |
447 | method: DELETE | 365 | method: DELETE |
448 | uri: http://localhost:3000/api/v1/filters/24 | 366 | uri: http://localhost:3000/api/v1/filters/6 |
449 | response: | 367 | response: |
450 | body: {string: '{}'} | 368 | body: {string: '{}'} |
451 | headers: | 369 | headers: |
452 | Cache-Control: ['max-age=0, private, must-revalidate'] | 370 | Cache-Control: ['no-cache, no-store'] |
453 | Content-Type: [application/json; charset=utf-8] | 371 | Content-Type: [application/json; charset=utf-8] |
454 | ETag: [W/"723e93406561d909cd18da2afe693d31"] | ||
455 | Referrer-Policy: [strict-origin-when-cross-origin] | 372 | Referrer-Policy: [strict-origin-when-cross-origin] |
456 | Transfer-Encoding: [chunked] | 373 | Transfer-Encoding: [chunked] |
457 | Vary: ['Accept-Encoding, Origin'] | 374 | Vary: ['Accept-Encoding, Origin'] |
@@ -459,8 +376,8 @@ interactions: | |||
459 | X-Download-Options: [noopen] | 376 | X-Download-Options: [noopen] |
460 | X-Frame-Options: [SAMEORIGIN] | 377 | X-Frame-Options: [SAMEORIGIN] |
461 | X-Permitted-Cross-Domain-Policies: [none] | 378 | X-Permitted-Cross-Domain-Policies: [none] |
462 | X-Request-Id: [a8b9c440-29a5-42bc-809d-aef9cdf1c700] | 379 | X-Request-Id: [af73ff05-3349-453d-8a10-da1f3b6d5141] |
463 | X-Runtime: ['0.020319'] | 380 | X-Runtime: ['0.022419'] |
464 | X-XSS-Protection: [1; mode=block] | 381 | X-XSS-Protection: [1; mode=block] |
465 | content-length: ['2'] | 382 | content-length: ['2'] |
466 | status: {code: 200, message: OK} | 383 | status: {code: 200, message: OK} |
@@ -474,13 +391,13 @@ interactions: | |||
474 | Content-Length: ['0'] | 391 | Content-Length: ['0'] |
475 | User-Agent: [python-requests/2.18.4] | 392 | User-Agent: [python-requests/2.18.4] |
476 | method: DELETE | 393 | method: DELETE |
477 | uri: http://localhost:3000/api/v1/statuses/101999514539256727 | 394 | uri: http://localhost:3000/api/v1/statuses/102315365567595451 |
478 | response: | 395 | response: |
479 | body: {string: '{}'} | 396 | body: {string: '{"id":"102315365567595451","created_at":"2019-06-22T13:03:01.056Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365567595451","url":"http://localhost/@admin/102315365567595451","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I |
397 | love animes","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
480 | headers: | 398 | headers: |
481 | Cache-Control: ['max-age=0, private, must-revalidate'] | 399 | Cache-Control: ['no-cache, no-store'] |
482 | Content-Type: [application/json; charset=utf-8] | 400 | Content-Type: [application/json; charset=utf-8] |
483 | ETag: [W/"723e93406561d909cd18da2afe693d31"] | ||
484 | Referrer-Policy: [strict-origin-when-cross-origin] | 401 | Referrer-Policy: [strict-origin-when-cross-origin] |
485 | Transfer-Encoding: [chunked] | 402 | Transfer-Encoding: [chunked] |
486 | Vary: ['Accept-Encoding, Origin'] | 403 | Vary: ['Accept-Encoding, Origin'] |
@@ -488,10 +405,10 @@ interactions: | |||
488 | X-Download-Options: [noopen] | 405 | X-Download-Options: [noopen] |
489 | X-Frame-Options: [SAMEORIGIN] | 406 | X-Frame-Options: [SAMEORIGIN] |
490 | X-Permitted-Cross-Domain-Policies: [none] | 407 | X-Permitted-Cross-Domain-Policies: [none] |
491 | X-Request-Id: [ef86e02a-26ea-4ad8-9266-9faca513b84f] | 408 | X-Request-Id: [13c0db2c-cf74-49e2-a050-b0dfb7cefdf0] |
492 | X-Runtime: ['0.024880'] | 409 | X-Runtime: ['0.078036'] |
493 | X-XSS-Protection: [1; mode=block] | 410 | X-XSS-Protection: [1; mode=block] |
494 | content-length: ['2'] | 411 | content-length: ['1149'] |
495 | status: {code: 200, message: OK} | 412 | status: {code: 200, message: OK} |
496 | - request: | 413 | - request: |
497 | body: null | 414 | body: null |
@@ -503,13 +420,13 @@ interactions: | |||
503 | Content-Length: ['0'] | 420 | Content-Length: ['0'] |
504 | User-Agent: [python-requests/2.18.4] | 421 | User-Agent: [python-requests/2.18.4] |
505 | method: DELETE | 422 | method: DELETE |
506 | uri: http://localhost:3000/api/v1/statuses/101999514552668983 | 423 | uri: http://localhost:3000/api/v1/statuses/102315365579209258 |
507 | response: | 424 | response: |
508 | body: {string: '{}'} | 425 | body: {string: '{"id":"102315365579209258","created_at":"2019-06-22T13:03:01.249Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365579209258","url":"http://localhost/@admin/102315365579209258","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugamesh!","reblog":null,"application":{"name":"Mastodon.py |
426 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
509 | headers: | 427 | headers: |
510 | Cache-Control: ['max-age=0, private, must-revalidate'] | 428 | Cache-Control: ['no-cache, no-store'] |
511 | Content-Type: [application/json; charset=utf-8] | 429 | Content-Type: [application/json; charset=utf-8] |
512 | ETag: [W/"723e93406561d909cd18da2afe693d31"] | ||
513 | Referrer-Policy: [strict-origin-when-cross-origin] | 430 | Referrer-Policy: [strict-origin-when-cross-origin] |
514 | Transfer-Encoding: [chunked] | 431 | Transfer-Encoding: [chunked] |
515 | Vary: ['Accept-Encoding, Origin'] | 432 | Vary: ['Accept-Encoding, Origin'] |
@@ -517,10 +434,10 @@ interactions: | |||
517 | X-Download-Options: [noopen] | 434 | X-Download-Options: [noopen] |
518 | X-Frame-Options: [SAMEORIGIN] | 435 | X-Frame-Options: [SAMEORIGIN] |
519 | X-Permitted-Cross-Domain-Policies: [none] | 436 | X-Permitted-Cross-Domain-Policies: [none] |
520 | X-Request-Id: [8e23f211-477d-4a53-91a8-6aacddc7dcfc] | 437 | X-Request-Id: [e31c5666-a114-499f-a839-d2ad1287b4db] |
521 | X-Runtime: ['0.085952'] | 438 | X-Runtime: ['0.101751'] |
522 | X-XSS-Protection: [1; mode=block] | 439 | X-XSS-Protection: [1; mode=block] |
523 | content-length: ['2'] | 440 | content-length: ['1147'] |
524 | status: {code: 200, message: OK} | 441 | status: {code: 200, message: OK} |
525 | - request: | 442 | - request: |
526 | body: null | 443 | body: null |
@@ -532,13 +449,13 @@ interactions: | |||
532 | Content-Length: ['0'] | 449 | Content-Length: ['0'] |
533 | User-Agent: [python-requests/2.18.4] | 450 | User-Agent: [python-requests/2.18.4] |
534 | method: DELETE | 451 | method: DELETE |
535 | uri: http://localhost:3000/api/v1/statuses/101999514577050344 | 452 | uri: http://localhost:3000/api/v1/statuses/102315365592723513 |
536 | response: | 453 | response: |
537 | body: {string: '{}'} | 454 | body: {string: '{"id":"102315365592723513","created_at":"2019-06-22T13:03:01.439Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365592723513","url":"http://localhost/@admin/102315365592723513","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Girugameshnetworking!","reblog":null,"application":{"name":"Mastodon.py |
455 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
538 | headers: | 456 | headers: |
539 | Cache-Control: ['max-age=0, private, must-revalidate'] | 457 | Cache-Control: ['no-cache, no-store'] |
540 | Content-Type: [application/json; charset=utf-8] | 458 | Content-Type: [application/json; charset=utf-8] |
541 | ETag: [W/"723e93406561d909cd18da2afe693d31"] | ||
542 | Referrer-Policy: [strict-origin-when-cross-origin] | 459 | Referrer-Policy: [strict-origin-when-cross-origin] |
543 | Transfer-Encoding: [chunked] | 460 | Transfer-Encoding: [chunked] |
544 | Vary: ['Accept-Encoding, Origin'] | 461 | Vary: ['Accept-Encoding, Origin'] |
@@ -546,10 +463,10 @@ interactions: | |||
546 | X-Download-Options: [noopen] | 463 | X-Download-Options: [noopen] |
547 | X-Frame-Options: [SAMEORIGIN] | 464 | X-Frame-Options: [SAMEORIGIN] |
548 | X-Permitted-Cross-Domain-Policies: [none] | 465 | X-Permitted-Cross-Domain-Policies: [none] |
549 | X-Request-Id: [a7f3e8c5-9852-4522-a469-b257225ea2d4] | 466 | X-Request-Id: [70c69b49-008c-4529-93de-334144a56312] |
550 | X-Runtime: ['0.088743'] | 467 | X-Runtime: ['0.100398'] |
551 | X-XSS-Protection: [1; mode=block] | 468 | X-XSS-Protection: [1; mode=block] |
552 | content-length: ['2'] | 469 | content-length: ['1157'] |
553 | status: {code: 200, message: OK} | 470 | status: {code: 200, message: OK} |
554 | - request: | 471 | - request: |
555 | body: null | 472 | body: null |
@@ -561,13 +478,14 @@ interactions: | |||
561 | Content-Length: ['0'] | 478 | Content-Length: ['0'] |
562 | User-Agent: [python-requests/2.18.4] | 479 | User-Agent: [python-requests/2.18.4] |
563 | method: DELETE | 480 | method: DELETE |
564 | uri: http://localhost:3000/api/v1/statuses/101999514601848044 | 481 | uri: http://localhost:3000/api/v1/statuses/102315365604829044 |
565 | response: | 482 | response: |
566 | body: {string: '{}'} | 483 | body: {string: '{"id":"102315365604829044","created_at":"2019-06-22T13:03:01.653Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315365604829044","url":"http://localhost/@admin/102315365604829044","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I |
484 | love japanimation!","reblog":null,"application":{"name":"Mastodon.py test | ||
485 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
567 | headers: | 486 | headers: |
568 | Cache-Control: ['max-age=0, private, must-revalidate'] | 487 | Cache-Control: ['no-cache, no-store'] |
569 | Content-Type: [application/json; charset=utf-8] | 488 | Content-Type: [application/json; charset=utf-8] |
570 | ETag: [W/"723e93406561d909cd18da2afe693d31"] | ||
571 | Referrer-Policy: [strict-origin-when-cross-origin] | 489 | Referrer-Policy: [strict-origin-when-cross-origin] |
572 | Transfer-Encoding: [chunked] | 490 | Transfer-Encoding: [chunked] |
573 | Vary: ['Accept-Encoding, Origin'] | 491 | Vary: ['Accept-Encoding, Origin'] |
@@ -575,9 +493,9 @@ interactions: | |||
575 | X-Download-Options: [noopen] | 493 | X-Download-Options: [noopen] |
576 | X-Frame-Options: [SAMEORIGIN] | 494 | X-Frame-Options: [SAMEORIGIN] |
577 | X-Permitted-Cross-Domain-Policies: [none] | 495 | X-Permitted-Cross-Domain-Policies: [none] |
578 | X-Request-Id: [b92b7a39-65fb-4bdc-9467-e617f1be6b59] | 496 | X-Request-Id: [f2979d48-026f-4894-ba48-000e6e06c58e] |
579 | X-Runtime: ['0.091645'] | 497 | X-Runtime: ['0.124443'] |
580 | X-XSS-Protection: [1; mode=block] | 498 | X-XSS-Protection: [1; mode=block] |
581 | content-length: ['2'] | 499 | content-length: ['1156'] |
582 | status: {code: 200, message: OK} | 500 | status: {code: 200, message: OK} |
583 | version: 1 | 501 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/filters | 13 | uri: http://localhost:3000/api/v1/filters |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"21","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 15 | body: {string: '{"id":"3","phrase":"anime","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"616b6a636748282f750aca9e2fbcbe21"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,10 +23,10 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [03b6ba4b-c341-457b-a0ef-f8808329489c] | 26 | X-Request-Id: [bd8dd539-c0a0-4e80-b882-a97b7a4fe8f1] |
28 | X-Runtime: ['0.020179'] | 27 | X-Runtime: ['0.034055'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['113'] | 29 | content-length: ['112'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
32 | - request: | 31 | - request: |
33 | body: phrase=japanimation | 32 | body: phrase=japanimation |
@@ -40,13 +39,12 @@ interactions: | |||
40 | Content-Type: [application/x-www-form-urlencoded] | 39 | Content-Type: [application/x-www-form-urlencoded] |
41 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
42 | method: PUT | 41 | method: PUT |
43 | uri: http://localhost:3000/api/v1/filters/21 | 42 | uri: http://localhost:3000/api/v1/filters/3 |
44 | response: | 43 | response: |
45 | body: {string: '{"id":"21","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 44 | body: {string: '{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
46 | headers: | 45 | headers: |
47 | Cache-Control: ['max-age=0, private, must-revalidate'] | 46 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
49 | ETag: [W/"3f41998f154881d6411e0b12151f9b0c"] | ||
50 | Referrer-Policy: [strict-origin-when-cross-origin] | 48 | Referrer-Policy: [strict-origin-when-cross-origin] |
51 | Transfer-Encoding: [chunked] | 49 | Transfer-Encoding: [chunked] |
52 | Vary: ['Accept-Encoding, Origin'] | 50 | Vary: ['Accept-Encoding, Origin'] |
@@ -54,10 +52,10 @@ interactions: | |||
54 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
55 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
56 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
57 | X-Request-Id: [9c5d627e-1a5d-40af-989c-6f2b835e1677] | 55 | X-Request-Id: [8f11357b-3bd5-46e7-8a5b-578299e3d426] |
58 | X-Runtime: ['0.020742'] | 56 | X-Runtime: ['0.086907'] |
59 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
60 | content-length: ['120'] | 58 | content-length: ['119'] |
61 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
62 | - request: | 60 | - request: |
63 | body: null | 61 | body: null |
@@ -68,13 +66,12 @@ interactions: | |||
68 | Connection: [keep-alive] | 66 | Connection: [keep-alive] |
69 | User-Agent: [python-requests/2.18.4] | 67 | User-Agent: [python-requests/2.18.4] |
70 | method: GET | 68 | method: GET |
71 | uri: http://localhost:3000/api/v1/filters/21 | 69 | uri: http://localhost:3000/api/v1/filters/3 |
72 | response: | 70 | response: |
73 | body: {string: '{"id":"21","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 71 | body: {string: '{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
74 | headers: | 72 | headers: |
75 | Cache-Control: ['max-age=0, private, must-revalidate'] | 73 | Cache-Control: ['no-cache, no-store'] |
76 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
77 | ETag: [W/"3f41998f154881d6411e0b12151f9b0c"] | ||
78 | Referrer-Policy: [strict-origin-when-cross-origin] | 75 | Referrer-Policy: [strict-origin-when-cross-origin] |
79 | Transfer-Encoding: [chunked] | 76 | Transfer-Encoding: [chunked] |
80 | Vary: ['Accept-Encoding, Origin'] | 77 | Vary: ['Accept-Encoding, Origin'] |
@@ -82,9 +79,9 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [0ba85b95-9017-4db9-801f-a7eac4a889c9] | 82 | X-Request-Id: [3758c54b-454e-47a6-be44-ca4b5b6ce94a] |
86 | X-Runtime: ['0.015210'] | 83 | X-Runtime: ['0.031811'] |
87 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['120'] | 85 | content-length: ['119'] |
89 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
90 | version: 1 | 87 | 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: | |||
14 | response: | 14 | response: |
15 | body: {string: '{"id":"1234567890123456","following":false,"showing_reblogs":true,"followed_by":true,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":true,"domain_blocking":false,"endorsed":false}'} | 15 | body: {string: '{"id":"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}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"a30e750b5504918fa9c1d43328a4c7f2"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,8 +23,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [72b70885-6bce-4fe0-ac3e-3890e2fcb1d6] | 26 | X-Request-Id: [3c7c2336-4d16-44ad-aa44-57703a7f1120] |
28 | X-Runtime: ['0.183969'] | 27 | X-Runtime: ['0.111889'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['223'] | 29 | content-length: ['223'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -43,9 +42,8 @@ interactions: | |||
43 | response: | 42 | response: |
44 | body: {string: '{}'} | 43 | body: {string: '{}'} |
45 | headers: | 44 | headers: |
46 | Cache-Control: ['max-age=0, private, must-revalidate'] | 45 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 46 | Content-Type: [application/json; charset=utf-8] |
48 | ETag: [W/"20f3c8b3cf06b52a4e5a0cfe9a79fa4e"] | ||
49 | Referrer-Policy: [strict-origin-when-cross-origin] | 47 | Referrer-Policy: [strict-origin-when-cross-origin] |
50 | Transfer-Encoding: [chunked] | 48 | Transfer-Encoding: [chunked] |
51 | Vary: ['Accept-Encoding, Origin'] | 49 | Vary: ['Accept-Encoding, Origin'] |
@@ -53,8 +51,8 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [bde29a4e-3b84-4b61-bdfa-7d487ddb4eff] | 54 | X-Request-Id: [8a412763-0a24-4fd4-a744-491411068af6] |
57 | X-Runtime: ['0.240846'] | 55 | X-Runtime: ['0.101909'] |
58 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['2'] | 57 | content-length: ['2'] |
60 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
@@ -72,9 +70,8 @@ interactions: | |||
72 | response: | 70 | response: |
73 | 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}'} | 71 | body: {string: '{"id":"1234567890123456","following":false,"showing_reblogs":false,"followed_by":true,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":false,"domain_blocking":false,"endorsed":false}'} |
74 | headers: | 72 | headers: |
75 | Cache-Control: ['max-age=0, private, must-revalidate'] | 73 | Cache-Control: ['no-cache, no-store'] |
76 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
77 | ETag: [W/"233b5014305b68a51bfc0974925721d7"] | ||
78 | Referrer-Policy: [strict-origin-when-cross-origin] | 75 | Referrer-Policy: [strict-origin-when-cross-origin] |
79 | Transfer-Encoding: [chunked] | 76 | Transfer-Encoding: [chunked] |
80 | Vary: ['Accept-Encoding, Origin'] | 77 | Vary: ['Accept-Encoding, Origin'] |
@@ -82,8 +79,8 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [72e62e75-ecfe-4817-837a-1c90be1059c6] | 82 | X-Request-Id: [4212d697-29e6-4265-b39c-d9f6b9a3815d] |
86 | X-Runtime: ['0.318512'] | 83 | X-Runtime: ['0.070500'] |
87 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['225'] | 85 | content-length: ['225'] |
89 | status: {code: 200, message: OK} | 86 | 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: | |||
14 | response: | 14 | response: |
15 | body: {string: '{"id":"1234567890123456","following":false,"showing_reblogs":true,"followed_by":true,"blocking":false,"blocked_by":false,"muting":false,"muting_notifications":false,"requested":true,"domain_blocking":false,"endorsed":false}'} | 15 | body: {string: '{"id":"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}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"a30e750b5504918fa9c1d43328a4c7f2"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,8 +23,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [9aa5d8f9-5b5e-4d2d-a3b4-b2539decadc0] | 26 | X-Request-Id: [59977bff-ff1e-492b-974a-3e9ec39a2488] |
28 | X-Runtime: ['0.083219'] | 27 | X-Runtime: ['0.055647'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['223'] | 29 | content-length: ['223'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -43,9 +42,8 @@ interactions: | |||
43 | response: | 42 | response: |
44 | body: {string: '{}'} | 43 | body: {string: '{}'} |
45 | headers: | 44 | headers: |
46 | Cache-Control: ['max-age=0, private, must-revalidate'] | 45 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 46 | Content-Type: [application/json; charset=utf-8] |
48 | ETag: [W/"20f3c8b3cf06b52a4e5a0cfe9a79fa4e"] | ||
49 | Referrer-Policy: [strict-origin-when-cross-origin] | 47 | Referrer-Policy: [strict-origin-when-cross-origin] |
50 | Transfer-Encoding: [chunked] | 48 | Transfer-Encoding: [chunked] |
51 | Vary: ['Accept-Encoding, Origin'] | 49 | Vary: ['Accept-Encoding, Origin'] |
@@ -53,8 +51,8 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [e89a169c-74c4-4485-9046-84872eea0ad7] | 54 | X-Request-Id: [1ee3d0d0-b6d5-46cd-9e41-feca12bfbf95] |
57 | X-Runtime: ['0.096371'] | 55 | X-Runtime: ['0.033143'] |
58 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['2'] | 57 | content-length: ['2'] |
60 | status: {code: 200, message: OK} | 58 | 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: | |||
12 | response: | 12 | response: |
13 | body: {string: '[]'} | 13 | body: {string: '[]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"044e6caae136805866a4bb31212a846d"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [39a58ccf-c537-4d9d-b343-f8d991bed29b] | 24 | X-Request-Id: [4d4293b3-1260-41d1-ba7e-80ed0172b9ad] |
26 | X-Runtime: ['0.141356'] | 25 | X-Runtime: ['0.027961'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['2'] | 27 | content-length: ['2'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_follow_suggestions.yaml b/tests/cassettes/test_follow_suggestions.yaml index d70bbfa..85e0f60 100644 --- a/tests/cassettes/test_follow_suggestions.yaml +++ b/tests/cassettes/test_follow_suggestions.yaml | |||
@@ -12,14 +12,13 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315364694961970","created_at":"2019-06-22T13:02:47.745Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364694961970","url":"http://localhost/@mastodonpy_test/102315364694961970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"c3f285e876a68f6e927cef0d1d1cb9fe"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [bb855852-dec6-4310-9658-370222e58d3e] | 29 | X-Request-Id: [7fc9961a-bd11-4027-bd72-e5c8e51faae8] |
31 | X-Runtime: ['0.156394'] | 30 | X-Runtime: ['0.322650'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,16 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: POST | 43 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses/101999566652865150/favourite | 44 | uri: http://localhost:3000/api/v1/statuses/102315364694961970/favourite |
46 | response: | 45 | response: |
47 | 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 | 46 | body: {string: '{"id":"102315364694961970","created_at":"2019-06-22T13:02:47.745Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364694961970","url":"http://localhost/@mastodonpy_test/102315364694961970","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
49 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
50 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
51 | headers: | 50 | headers: |
52 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
54 | ETag: [W/"7d3bedf90024c88f94060734a602970a"] | ||
55 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
56 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
57 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -59,10 +57,10 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [eef1e0e8-9db7-4704-a137-6cbcc0a56034] | 60 | X-Request-Id: [d91b5a3d-b23f-42ed-b571-8dc7a353e620] |
63 | X-Runtime: ['0.177688'] | 61 | X-Runtime: ['0.563459'] |
64 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1582'] | 63 | content-length: ['1581'] |
66 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
67 | - request: | 65 | - request: |
68 | body: null | 66 | body: null |
@@ -76,12 +74,11 @@ interactions: | |||
76 | uri: http://localhost:3000/api/v1/suggestions | 74 | uri: http://localhost:3000/api/v1/suggestions |
77 | response: | 75 | response: |
78 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 76 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
79 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 77 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
80 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}]}]'} | 78 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}]'} |
81 | headers: | 79 | headers: |
82 | Cache-Control: ['max-age=0, private, must-revalidate'] | 80 | Cache-Control: ['no-cache, no-store'] |
83 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
84 | ETag: [W/"f5fc20f36db05b447842aa50c237d66f"] | ||
85 | Referrer-Policy: [strict-origin-when-cross-origin] | 82 | Referrer-Policy: [strict-origin-when-cross-origin] |
86 | Transfer-Encoding: [chunked] | 83 | Transfer-Encoding: [chunked] |
87 | Vary: ['Accept-Encoding, Origin'] | 84 | Vary: ['Accept-Encoding, Origin'] |
@@ -89,10 +86,10 @@ interactions: | |||
89 | X-Download-Options: [noopen] | 86 | X-Download-Options: [noopen] |
90 | X-Frame-Options: [SAMEORIGIN] | 87 | X-Frame-Options: [SAMEORIGIN] |
91 | X-Permitted-Cross-Domain-Policies: [none] | 88 | X-Permitted-Cross-Domain-Policies: [none] |
92 | X-Request-Id: [5a67b07e-8380-4e7f-b462-9dcc7877b1ae] | 89 | X-Request-Id: [c841953f-e1be-4c9a-a661-ce5fcff3c30a] |
93 | X-Runtime: ['0.019551'] | 90 | X-Runtime: ['0.059090'] |
94 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
95 | content-length: ['932'] | 92 | content-length: ['931'] |
96 | status: {code: 200, message: OK} | 93 | status: {code: 200, message: OK} |
97 | - request: | 94 | - request: |
98 | body: null | 95 | body: null |
@@ -108,9 +105,8 @@ interactions: | |||
108 | response: | 105 | response: |
109 | body: {string: '{}'} | 106 | body: {string: '{}'} |
110 | headers: | 107 | headers: |
111 | Cache-Control: ['max-age=0, private, must-revalidate'] | 108 | Cache-Control: ['no-cache, no-store'] |
112 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
113 | ETag: [W/"a32095b18e61cd32984e3d6da4536825"] | ||
114 | Referrer-Policy: [strict-origin-when-cross-origin] | 110 | Referrer-Policy: [strict-origin-when-cross-origin] |
115 | Transfer-Encoding: [chunked] | 111 | Transfer-Encoding: [chunked] |
116 | Vary: ['Accept-Encoding, Origin'] | 112 | Vary: ['Accept-Encoding, Origin'] |
@@ -118,8 +114,8 @@ interactions: | |||
118 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
119 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
120 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
121 | X-Request-Id: [b4c22d5b-fbf0-4387-9888-0ebab3da023a] | 117 | X-Request-Id: [f599a468-8bd0-4be1-b4a0-fd7e6b1f7cbd] |
122 | X-Runtime: ['0.015695'] | 118 | X-Runtime: ['0.082804'] |
123 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
124 | content-length: ['2'] | 120 | content-length: ['2'] |
125 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
@@ -136,9 +132,8 @@ interactions: | |||
136 | response: | 132 | response: |
137 | body: {string: '[]'} | 133 | body: {string: '[]'} |
138 | headers: | 134 | headers: |
139 | Cache-Control: ['max-age=0, private, must-revalidate'] | 135 | Cache-Control: ['no-cache, no-store'] |
140 | Content-Type: [application/json; charset=utf-8] | 136 | Content-Type: [application/json; charset=utf-8] |
141 | ETag: [W/"237aa823c9dccb534cbd3f0f3da2818e"] | ||
142 | Referrer-Policy: [strict-origin-when-cross-origin] | 137 | Referrer-Policy: [strict-origin-when-cross-origin] |
143 | Transfer-Encoding: [chunked] | 138 | Transfer-Encoding: [chunked] |
144 | Vary: ['Accept-Encoding, Origin'] | 139 | Vary: ['Accept-Encoding, Origin'] |
@@ -146,8 +141,8 @@ interactions: | |||
146 | X-Download-Options: [noopen] | 141 | X-Download-Options: [noopen] |
147 | X-Frame-Options: [SAMEORIGIN] | 142 | X-Frame-Options: [SAMEORIGIN] |
148 | X-Permitted-Cross-Domain-Policies: [none] | 143 | X-Permitted-Cross-Domain-Policies: [none] |
149 | X-Request-Id: [7c64aae5-1f4d-49f1-86ae-ea68a8674fee] | 144 | X-Request-Id: [a99fc0ef-84a1-4aa7-a00d-7cb0be952f0a] |
150 | X-Runtime: ['0.014172'] | 145 | X-Runtime: ['0.027385'] |
151 | X-XSS-Protection: [1; mode=block] | 146 | X-XSS-Protection: [1; mode=block] |
152 | content-length: ['2'] | 147 | content-length: ['2'] |
153 | status: {code: 200, message: OK} | 148 | status: {code: 200, message: OK} |
@@ -161,13 +156,15 @@ interactions: | |||
161 | Content-Length: ['0'] | 156 | Content-Length: ['0'] |
162 | User-Agent: [python-requests/2.18.4] | 157 | User-Agent: [python-requests/2.18.4] |
163 | method: DELETE | 158 | method: DELETE |
164 | uri: http://localhost:3000/api/v1/statuses/101999566652865150 | 159 | uri: http://localhost:3000/api/v1/statuses/102315364694961970 |
165 | response: | 160 | response: |
166 | body: {string: '{}'} | 161 | body: {string: '{"id":"102315364694961970","created_at":"2019-06-22T13:02:47.745Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315364694961970","url":"http://localhost/@mastodonpy_test/102315364694961970","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
162 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
163 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
164 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
167 | headers: | 165 | headers: |
168 | Cache-Control: ['max-age=0, private, must-revalidate'] | 166 | Cache-Control: ['no-cache, no-store'] |
169 | Content-Type: [application/json; charset=utf-8] | 167 | Content-Type: [application/json; charset=utf-8] |
170 | ETag: [W/"a32095b18e61cd32984e3d6da4536825"] | ||
171 | Referrer-Policy: [strict-origin-when-cross-origin] | 168 | Referrer-Policy: [strict-origin-when-cross-origin] |
172 | Transfer-Encoding: [chunked] | 169 | Transfer-Encoding: [chunked] |
173 | Vary: ['Accept-Encoding, Origin'] | 170 | Vary: ['Accept-Encoding, Origin'] |
@@ -175,9 +172,9 @@ interactions: | |||
175 | X-Download-Options: [noopen] | 172 | X-Download-Options: [noopen] |
176 | X-Frame-Options: [SAMEORIGIN] | 173 | X-Frame-Options: [SAMEORIGIN] |
177 | X-Permitted-Cross-Domain-Policies: [none] | 174 | X-Permitted-Cross-Domain-Policies: [none] |
178 | X-Request-Id: [a31dd745-e6d3-4449-9bd5-5e2894fd56da] | 175 | X-Request-Id: [0ccbf81f-4930-4b85-bb78-5b0d9c724c42] |
179 | X-Runtime: ['0.024104'] | 176 | X-Runtime: ['0.132072'] |
180 | X-XSS-Protection: [1; mode=block] | 177 | X-XSS-Protection: [1; mode=block] |
181 | content-length: ['2'] | 178 | content-length: ['1567'] |
182 | status: {code: 200, message: OK} | 179 | status: {code: 200, message: OK} |
183 | version: 1 | 180 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315371935886180","created_at":"2019-06-22T13:04:38.253Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371935886180","url":"http://localhost/@mastodonpy_test/102315371935886180","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca |
16 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e | 16 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e |
17 | (hashtag toot)\u003c/p\u003e","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 | 17 | (hashtag toot)\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
19 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 19 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
20 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 20 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}'} |
21 | headers: | 21 | headers: |
22 | Cache-Control: ['max-age=0, private, must-revalidate'] | 22 | Cache-Control: ['no-cache, no-store'] |
23 | Content-Type: [application/json; charset=utf-8] | 23 | Content-Type: [application/json; charset=utf-8] |
24 | ETag: [W/"3c739053e64fe14c6c22e5bbc83eecce"] | ||
25 | Referrer-Policy: [strict-origin-when-cross-origin] | 24 | Referrer-Policy: [strict-origin-when-cross-origin] |
26 | Transfer-Encoding: [chunked] | 25 | Transfer-Encoding: [chunked] |
27 | Vary: ['Accept-Encoding, Origin'] | 26 | Vary: ['Accept-Encoding, Origin'] |
@@ -29,10 +28,10 @@ interactions: | |||
29 | X-Download-Options: [noopen] | 28 | X-Download-Options: [noopen] |
30 | X-Frame-Options: [SAMEORIGIN] | 29 | X-Frame-Options: [SAMEORIGIN] |
31 | X-Permitted-Cross-Domain-Policies: [none] | 30 | X-Permitted-Cross-Domain-Policies: [none] |
32 | X-Request-Id: [1c9a6ae3-9c75-468c-916e-86da9e1b6031] | 31 | X-Request-Id: [22d90296-9ed5-456b-bc39-0e56baf8fe98] |
33 | X-Runtime: ['0.265843'] | 32 | X-Runtime: ['0.250220'] |
34 | X-XSS-Protection: [1; mode=block] | 33 | X-XSS-Protection: [1; mode=block] |
35 | content-length: ['1797'] | 34 | content-length: ['1796'] |
36 | status: {code: 200, message: OK} | 35 | status: {code: 200, message: OK} |
37 | - request: | 36 | - request: |
38 | body: null | 37 | body: null |
@@ -45,18 +44,17 @@ interactions: | |||
45 | method: GET | 44 | method: GET |
46 | uri: http://localhost:3000/api/v1/timelines/tag/hoot | 45 | uri: http://localhost:3000/api/v1/timelines/tag/hoot |
47 | response: | 46 | response: |
48 | 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 | 47 | body: {string: '[{"id":"102315371935886180","created_at":"2019-06-22T13:04:38.253Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371935886180","url":"http://localhost/@mastodonpy_test/102315371935886180","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca |
49 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e | 48 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e |
50 | (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 | 49 | (hashtag toot)\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
51 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
52 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
53 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}]'} | 52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}]'} |
54 | headers: | 53 | headers: |
55 | Cache-Control: ['max-age=0, private, must-revalidate'] | 54 | Cache-Control: ['no-cache, no-store'] |
56 | Content-Type: [application/json; charset=utf-8] | 55 | Content-Type: [application/json; charset=utf-8] |
57 | ETag: [W/"07c64e813b0a627a237eaa3791f92e8f"] | 56 | Link: ['<http://localhost:3000/api/v1/timelines/tag/hoot?max_id=102315371935886180>; |
58 | Link: ['<http://localhost:3000/api/v1/timelines/tag/hoot?max_id=101999522702622961>; | 57 | rel="next", <http://localhost:3000/api/v1/timelines/tag/hoot?min_id=102315371935886180>; |
59 | rel="next", <http://localhost:3000/api/v1/timelines/tag/hoot?min_id=101999522702622961>; | ||
60 | rel="prev"'] | 58 | rel="prev"'] |
61 | Referrer-Policy: [strict-origin-when-cross-origin] | 59 | Referrer-Policy: [strict-origin-when-cross-origin] |
62 | Transfer-Encoding: [chunked] | 60 | Transfer-Encoding: [chunked] |
@@ -65,10 +63,10 @@ interactions: | |||
65 | X-Download-Options: [noopen] | 63 | X-Download-Options: [noopen] |
66 | X-Frame-Options: [SAMEORIGIN] | 64 | X-Frame-Options: [SAMEORIGIN] |
67 | X-Permitted-Cross-Domain-Policies: [none] | 65 | X-Permitted-Cross-Domain-Policies: [none] |
68 | X-Request-Id: [8221b0a7-145c-4136-99be-d14a5bc95eb9] | 66 | X-Request-Id: [bb2227a6-534d-4044-8432-f0b2c8dbe022] |
69 | X-Runtime: ['0.073456'] | 67 | X-Runtime: ['0.094503'] |
70 | X-XSS-Protection: [1; mode=block] | 68 | X-XSS-Protection: [1; mode=block] |
71 | content-length: ['1799'] | 69 | content-length: ['1798'] |
72 | status: {code: 200, message: OK} | 70 | status: {code: 200, message: OK} |
73 | - request: | 71 | - request: |
74 | body: null | 72 | body: null |
@@ -80,13 +78,15 @@ interactions: | |||
80 | Content-Length: ['0'] | 78 | Content-Length: ['0'] |
81 | User-Agent: [python-requests/2.18.4] | 79 | User-Agent: [python-requests/2.18.4] |
82 | method: DELETE | 80 | method: DELETE |
83 | uri: http://localhost:3000/api/v1/statuses/101999522702622961 | 81 | uri: http://localhost:3000/api/v1/statuses/102315371935886180 |
84 | response: | 82 | response: |
85 | body: {string: '{}'} | 83 | body: {string: '{"id":"102315371935886180","created_at":"2019-06-22T13:04:38.253Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371935886180","url":"http://localhost/@mastodonpy_test/102315371935886180","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"#hoot |
84 | (hashtag toot)","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
85 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
86 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}'} | ||
86 | headers: | 87 | headers: |
87 | Cache-Control: ['max-age=0, private, must-revalidate'] | 88 | Cache-Control: ['no-cache, no-store'] |
88 | Content-Type: [application/json; charset=utf-8] | 89 | Content-Type: [application/json; charset=utf-8] |
89 | ETag: [W/"be921832e14075ea0cb81a21959eda6a"] | ||
90 | Referrer-Policy: [strict-origin-when-cross-origin] | 90 | Referrer-Policy: [strict-origin-when-cross-origin] |
91 | Transfer-Encoding: [chunked] | 91 | Transfer-Encoding: [chunked] |
92 | Vary: ['Accept-Encoding, Origin'] | 92 | Vary: ['Accept-Encoding, Origin'] |
@@ -94,9 +94,9 @@ interactions: | |||
94 | X-Download-Options: [noopen] | 94 | X-Download-Options: [noopen] |
95 | X-Frame-Options: [SAMEORIGIN] | 95 | X-Frame-Options: [SAMEORIGIN] |
96 | X-Permitted-Cross-Domain-Policies: [none] | 96 | X-Permitted-Cross-Domain-Policies: [none] |
97 | X-Request-Id: [95432ccb-726e-4ce8-95ee-1454d76f93dc] | 97 | X-Request-Id: [4d4b7592-f53d-4e01-806e-2b8108a2b260] |
98 | X-Runtime: ['0.023391'] | 98 | X-Runtime: ['0.082464'] |
99 | X-XSS-Protection: [1; mode=block] | 99 | X-XSS-Protection: [1; mode=block] |
100 | content-length: ['2'] | 100 | content-length: ['1632'] |
101 | status: {code: 200, message: OK} | 101 | status: {code: 200, message: OK} |
102 | version: 1 | 102 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315371910881655","created_at":"2019-06-22T13:04:37.844Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371910881655","url":"http://localhost/@mastodonpy_test/102315371910881655","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"37d5e882d3a1ac6bb9a2ae48fe0a4650"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [d2a3ab43-0e97-4aea-a797-d5d62377e4df] | 29 | X-Request-Id: [f2f20d83-d4e9-4fb9-abc2-e8873254df85] |
31 | X-Runtime: ['0.150498'] | 30 | X-Runtime: ['0.150523'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -43,92 +42,19 @@ interactions: | |||
43 | method: GET | 42 | method: GET |
44 | uri: http://localhost:3000/api/v1/timelines/home | 43 | uri: http://localhost:3000/api/v1/timelines/home |
45 | response: | 44 | response: |
46 | 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 | 45 | body: {string: '[{"id":"102315371910881655","created_at":"2019-06-22T13:04:37.844Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371910881655","url":"http://localhost/@mastodonpy_test/102315371910881655","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 47 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 48 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
50 | 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 | 49 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
51 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 50 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
52 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
53 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
54 | 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 | ||
55 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
56 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
57 | 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 | ||
58 | 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 | ||
59 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
60 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
61 | 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 | ||
62 | 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 | ||
63 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
64 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
65 | 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 | ||
66 | 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 | ||
67 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
68 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
69 | 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 | ||
70 | 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 | ||
71 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
72 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
73 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
74 | 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 | ||
75 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
76 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
77 | 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 | ||
78 | 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 | ||
79 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
80 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
81 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
82 | 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 | ||
83 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
84 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
85 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
86 | 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 | ||
87 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
88 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
89 | 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 | ||
90 | 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 | ||
91 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
92 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
93 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
94 | 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 | ||
95 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
96 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
97 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
98 | 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 | ||
99 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
100 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
101 | 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 | ||
102 | 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 | ||
103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
104 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
105 | 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 | ||
106 | 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 | ||
107 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
108 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
109 | 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 | ||
110 | 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 | ||
111 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
112 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
113 | 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 | ||
114 | 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 | ||
115 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
116 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
117 | 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 | ||
118 | 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 | ||
119 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
120 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
121 | 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 | ||
122 | 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 | ||
123 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
124 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
125 | 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}]'} | ||
126 | headers: | 53 | headers: |
127 | Cache-Control: ['max-age=0, private, must-revalidate'] | 54 | Cache-Control: ['no-cache, no-store'] |
128 | Content-Type: [application/json; charset=utf-8] | 55 | Content-Type: [application/json; charset=utf-8] |
129 | ETag: [W/"ad88f3551824119b26d8c5e6b00d5b05"] | 56 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102315370831297879>; |
130 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=101999515682427403>; | 57 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102315371910881655>; |
131 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=101999522668295888>; | ||
132 | rel="prev"'] | 58 | rel="prev"'] |
133 | Referrer-Policy: [strict-origin-when-cross-origin] | 59 | Referrer-Policy: [strict-origin-when-cross-origin] |
134 | Transfer-Encoding: [chunked] | 60 | Transfer-Encoding: [chunked] |
@@ -137,10 +63,10 @@ interactions: | |||
137 | X-Download-Options: [noopen] | 63 | X-Download-Options: [noopen] |
138 | X-Frame-Options: [SAMEORIGIN] | 64 | X-Frame-Options: [SAMEORIGIN] |
139 | X-Permitted-Cross-Domain-Policies: [none] | 65 | X-Permitted-Cross-Domain-Policies: [none] |
140 | X-Request-Id: [d7e8cf4b-c0ff-464f-96bb-c0267c286d54] | 66 | X-Request-Id: [a5976aca-0c15-4645-ad15-d542fe1af05c] |
141 | X-Runtime: ['0.211876'] | 67 | X-Runtime: ['0.103635'] |
142 | X-XSS-Protection: [1; mode=block] | 68 | X-XSS-Protection: [1; mode=block] |
143 | content-length: ['32161'] | 69 | content-length: ['3215'] |
144 | status: {code: 200, message: OK} | 70 | status: {code: 200, message: OK} |
145 | - request: | 71 | - request: |
146 | body: null | 72 | body: null |
@@ -152,13 +78,15 @@ interactions: | |||
152 | Content-Length: ['0'] | 78 | Content-Length: ['0'] |
153 | User-Agent: [python-requests/2.18.4] | 79 | User-Agent: [python-requests/2.18.4] |
154 | method: DELETE | 80 | method: DELETE |
155 | uri: http://localhost:3000/api/v1/statuses/101999522668295888 | 81 | uri: http://localhost:3000/api/v1/statuses/102315371910881655 |
156 | response: | 82 | response: |
157 | body: {string: '{}'} | 83 | body: {string: '{"id":"102315371910881655","created_at":"2019-06-22T13:04:37.844Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371910881655","url":"http://localhost/@mastodonpy_test/102315371910881655","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
84 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
85 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
86 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
158 | headers: | 87 | headers: |
159 | Cache-Control: ['max-age=0, private, must-revalidate'] | 88 | Cache-Control: ['no-cache, no-store'] |
160 | Content-Type: [application/json; charset=utf-8] | 89 | Content-Type: [application/json; charset=utf-8] |
161 | ETag: [W/"be921832e14075ea0cb81a21959eda6a"] | ||
162 | Referrer-Policy: [strict-origin-when-cross-origin] | 90 | Referrer-Policy: [strict-origin-when-cross-origin] |
163 | Transfer-Encoding: [chunked] | 91 | Transfer-Encoding: [chunked] |
164 | Vary: ['Accept-Encoding, Origin'] | 92 | Vary: ['Accept-Encoding, Origin'] |
@@ -166,9 +94,9 @@ interactions: | |||
166 | X-Download-Options: [noopen] | 94 | X-Download-Options: [noopen] |
167 | X-Frame-Options: [SAMEORIGIN] | 95 | X-Frame-Options: [SAMEORIGIN] |
168 | X-Permitted-Cross-Domain-Policies: [none] | 96 | X-Permitted-Cross-Domain-Policies: [none] |
169 | X-Request-Id: [9460f3f2-577a-4eb0-8e01-1c39e05f3ee2] | 97 | X-Request-Id: [a473cfda-8b29-47bb-810f-e26f2a047885] |
170 | X-Runtime: ['0.033482'] | 98 | X-Runtime: ['0.075744'] |
171 | X-XSS-Protection: [1; mode=block] | 99 | X-XSS-Protection: [1; mode=block] |
172 | content-length: ['2'] | 100 | content-length: ['1567'] |
173 | status: {code: 200, message: OK} | 101 | status: {code: 200, message: OK} |
174 | version: 1 | 102 | 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: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [c66d8384-8e0d-484b-b668-159f83b76bf4] | 26 | X-Request-Id: [8c485fb2-8651-46cc-8a1b-be1032419556] |
27 | X-Runtime: ['0.032336'] | 27 | X-Runtime: ['0.039617'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['39'] | 29 | content-length: ['39'] |
30 | status: {code: 401, message: Unauthorized} | 30 | status: {code: 401, message: Unauthorized} |
diff --git a/tests/cassettes/test_id_hook.yaml b/tests/cassettes/test_id_hook.yaml index 2832fbd..9fc37af 100644 --- a/tests/cassettes/test_id_hook.yaml +++ b/tests/cassettes/test_id_hook.yaml | |||
@@ -12,14 +12,13 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315365939215936","created_at":"2019-06-22T13:03:06.727Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365939215936","url":"http://localhost/@mastodonpy_test/102315365939215936","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"2ee3d690f5d1ed22e943bc0a7ff9895f"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [ce77dce2-ba37-4f1a-be30-a4133eaeea5d] | 29 | X-Request-Id: [620472ea-a846-466a-8161-231f1183e00b] |
31 | X-Runtime: ['0.147219'] | 30 | X-Runtime: ['0.170576'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,13 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 43 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/101999515079066522 | 44 | uri: http://localhost:3000/api/v1/statuses/102315365939215936 |
46 | response: | 45 | response: |
47 | body: {string: '{}'} | 46 | body: {string: '{"id":"102315365939215936","created_at":"2019-06-22T13:03:06.727Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365939215936","url":"http://localhost/@mastodonpy_test/102315365939215936","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
48 | headers: | 50 | headers: |
49 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
51 | ETag: [W/"1bc954dc757aeeb6291ecce94c22dc03"] | ||
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,9 +57,9 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [3a193137-c69d-4fe1-90e0-c576a6ea6445] | 60 | X-Request-Id: [ba34e9a7-69de-4daf-9516-9faefbb16099] |
60 | X-Runtime: ['0.125752'] | 61 | X-Runtime: ['0.089693'] |
61 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2'] | 63 | content-length: ['1567'] |
63 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
64 | version: 1 | 65 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315365962149648","created_at":"2019-06-22T13:03:07.180Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365962149648","url":"http://localhost/@mastodonpy_test/102315365962149648","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"27c81f51adbb4d16a24a939de06663e4"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,13 +26,13 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [1079493d-1111-42c1-b08b-37f5ca165b21] | 29 | X-Request-Id: [e88eb6dc-42b7-47b0-b7d6-3b4c930ca003] |
31 | X-Runtime: ['0.162228'] | 30 | X-Runtime: ['0.476418'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: in_reply_to_id=101999515101982808&status=Reply%21 | 35 | body: in_reply_to_id=102315365962149648&status=Reply%21 |
37 | headers: | 36 | headers: |
38 | Accept: ['*/*'] | 37 | Accept: ['*/*'] |
39 | Accept-Encoding: ['gzip, deflate'] | 38 | Accept-Encoding: ['gzip, deflate'] |
@@ -45,14 +44,13 @@ interactions: | |||
45 | method: POST | 44 | method: POST |
46 | uri: http://localhost:3000/api/v1/statuses | 45 | uri: http://localhost:3000/api/v1/statuses |
47 | response: | 46 | response: |
48 | 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 | 47 | body: {string: '{"id":"102315365992100986","created_at":"2019-06-22T13:03:07.536Z","in_reply_to_id":"102315365962149648","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365992100986","url":"http://localhost/@mastodonpy_test/102315365992100986","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eReply!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
50 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 49 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 50 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
52 | headers: | 51 | headers: |
53 | Cache-Control: ['max-age=0, private, must-revalidate'] | 52 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 53 | Content-Type: [application/json; charset=utf-8] |
55 | ETag: [W/"fcb75bd2749a6f3b564b0c1fd3be754c"] | ||
56 | Referrer-Policy: [strict-origin-when-cross-origin] | 54 | Referrer-Policy: [strict-origin-when-cross-origin] |
57 | Transfer-Encoding: [chunked] | 55 | Transfer-Encoding: [chunked] |
58 | Vary: ['Accept-Encoding, Origin'] | 56 | Vary: ['Accept-Encoding, Origin'] |
@@ -60,10 +58,10 @@ interactions: | |||
60 | X-Download-Options: [noopen] | 58 | X-Download-Options: [noopen] |
61 | X-Frame-Options: [SAMEORIGIN] | 59 | X-Frame-Options: [SAMEORIGIN] |
62 | X-Permitted-Cross-Domain-Policies: [none] | 60 | X-Permitted-Cross-Domain-Policies: [none] |
63 | X-Request-Id: [376e7296-63d2-46d3-b145-6f8d535bc2e1] | 61 | X-Request-Id: [f60b1976-605d-4f9f-baa5-e8fe972bb82f] |
64 | X-Runtime: ['0.193434'] | 62 | X-Runtime: ['0.269256'] |
65 | X-XSS-Protection: [1; mode=block] | 63 | X-XSS-Protection: [1; mode=block] |
66 | content-length: ['1629'] | 64 | content-length: ['1628'] |
67 | status: {code: 200, message: OK} | 65 | status: {code: 200, message: OK} |
68 | - request: | 66 | - request: |
69 | body: null | 67 | body: null |
@@ -75,13 +73,15 @@ interactions: | |||
75 | Content-Length: ['0'] | 73 | Content-Length: ['0'] |
76 | User-Agent: [python-requests/2.18.4] | 74 | User-Agent: [python-requests/2.18.4] |
77 | method: DELETE | 75 | method: DELETE |
78 | uri: http://localhost:3000/api/v1/statuses/101999515112723358 | 76 | uri: http://localhost:3000/api/v1/statuses/102315365992100986 |
79 | response: | 77 | response: |
80 | body: {string: '{}'} | 78 | body: {string: '{"id":"102315365992100986","created_at":"2019-06-22T13:03:07.536Z","in_reply_to_id":"102315365962149648","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365992100986","url":"http://localhost/@mastodonpy_test/102315365992100986","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Reply!","reblog":null,"application":{"name":"Mastodon.py |
79 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
80 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
81 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
81 | headers: | 82 | headers: |
82 | Cache-Control: ['max-age=0, private, must-revalidate'] | 83 | Cache-Control: ['no-cache, no-store'] |
83 | Content-Type: [application/json; charset=utf-8] | 84 | Content-Type: [application/json; charset=utf-8] |
84 | ETag: [W/"1bc954dc757aeeb6291ecce94c22dc03"] | ||
85 | Referrer-Policy: [strict-origin-when-cross-origin] | 85 | Referrer-Policy: [strict-origin-when-cross-origin] |
86 | Transfer-Encoding: [chunked] | 86 | Transfer-Encoding: [chunked] |
87 | Vary: ['Accept-Encoding, Origin'] | 87 | Vary: ['Accept-Encoding, Origin'] |
@@ -89,10 +89,10 @@ interactions: | |||
89 | X-Download-Options: [noopen] | 89 | X-Download-Options: [noopen] |
90 | X-Frame-Options: [SAMEORIGIN] | 90 | X-Frame-Options: [SAMEORIGIN] |
91 | X-Permitted-Cross-Domain-Policies: [none] | 91 | X-Permitted-Cross-Domain-Policies: [none] |
92 | X-Request-Id: [9e9205aa-a26b-469e-ae8b-e73b3856b367] | 92 | X-Request-Id: [bf3d8a27-4e76-40da-ae57-473d90be0624] |
93 | X-Runtime: ['0.048644'] | 93 | X-Runtime: ['0.084137'] |
94 | X-XSS-Protection: [1; mode=block] | 94 | X-XSS-Protection: [1; mode=block] |
95 | content-length: ['2'] | 95 | content-length: ['1598'] |
96 | status: {code: 200, message: OK} | 96 | status: {code: 200, message: OK} |
97 | - request: | 97 | - request: |
98 | body: null | 98 | body: null |
@@ -104,13 +104,15 @@ interactions: | |||
104 | Content-Length: ['0'] | 104 | Content-Length: ['0'] |
105 | User-Agent: [python-requests/2.18.4] | 105 | User-Agent: [python-requests/2.18.4] |
106 | method: DELETE | 106 | method: DELETE |
107 | uri: http://localhost:3000/api/v1/statuses/101999515101982808 | 107 | uri: http://localhost:3000/api/v1/statuses/102315365962149648 |
108 | response: | 108 | response: |
109 | body: {string: '{}'} | 109 | body: {string: '{"id":"102315365962149648","created_at":"2019-06-22T13:03:07.180Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315365962149648","url":"http://localhost/@mastodonpy_test/102315365962149648","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
110 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
111 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
112 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
110 | headers: | 113 | headers: |
111 | Cache-Control: ['max-age=0, private, must-revalidate'] | 114 | Cache-Control: ['no-cache, no-store'] |
112 | Content-Type: [application/json; charset=utf-8] | 115 | Content-Type: [application/json; charset=utf-8] |
113 | ETag: [W/"1bc954dc757aeeb6291ecce94c22dc03"] | ||
114 | Referrer-Policy: [strict-origin-when-cross-origin] | 116 | Referrer-Policy: [strict-origin-when-cross-origin] |
115 | Transfer-Encoding: [chunked] | 117 | Transfer-Encoding: [chunked] |
116 | Vary: ['Accept-Encoding, Origin'] | 118 | Vary: ['Accept-Encoding, Origin'] |
@@ -118,9 +120,9 @@ interactions: | |||
118 | X-Download-Options: [noopen] | 120 | X-Download-Options: [noopen] |
119 | X-Frame-Options: [SAMEORIGIN] | 121 | X-Frame-Options: [SAMEORIGIN] |
120 | X-Permitted-Cross-Domain-Policies: [none] | 122 | X-Permitted-Cross-Domain-Policies: [none] |
121 | X-Request-Id: [7eb20562-b36a-44e5-b342-d247e75817cb] | 123 | X-Request-Id: [2cd50461-ff55-4f68-80a0-7aab88c17cb9] |
122 | X-Runtime: ['0.045852'] | 124 | X-Runtime: ['0.112977'] |
123 | X-XSS-Protection: [1; mode=block] | 125 | X-XSS-Protection: [1; mode=block] |
124 | content-length: ['2'] | 126 | content-length: ['1567'] |
125 | status: {code: 200, message: OK} | 127 | status: {code: 200, message: OK} |
126 | version: 1 | 128 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315366025212088","created_at":"2019-06-22T13:03:08.037Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366025212088","url":"http://localhost/@mastodonpy_test/102315366025212088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"859ec23dd16e7f6d908bbcef07ae18f7"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [6985b2d5-8657-4426-b4ff-b7ca53469d68] | 29 | X-Request-Id: [045708fb-711e-4c11-a81d-0cdb1df02342] |
31 | X-Runtime: ['0.209858'] | 30 | X-Runtime: ['0.153859'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,21 +41,20 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: POST | 43 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses/101999515139309872/reblog | 44 | uri: http://localhost:3000/api/v1/statuses/102315366025212088/reblog |
46 | response: | 45 | response: |
47 | 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 | 46 | body: {string: '{"id":"102315366036793429","created_at":"2019-06-22T13:03:08.211Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315366036793429/activity","url":"http://localhost/@mastodonpy_test/102315366036793429","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT |
48 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 47 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
49 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 48 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
50 | 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 | 49 | Toot!\u003c/p\u003e","reblog":{"id":"102315366025212088","created_at":"2019-06-22T13:03:08.037Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366025212088","url":"http://localhost/@mastodonpy_test/102315366025212088","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
51 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
52 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
53 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
54 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 53 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
55 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 54 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
56 | headers: | 55 | headers: |
57 | Cache-Control: ['max-age=0, private, must-revalidate'] | 56 | Cache-Control: ['no-cache, no-store'] |
58 | Content-Type: [application/json; charset=utf-8] | 57 | Content-Type: [application/json; charset=utf-8] |
59 | ETag: [W/"e3d9e8ee13495d4f2b680cf93f689ab0"] | ||
60 | Referrer-Policy: [strict-origin-when-cross-origin] | 58 | Referrer-Policy: [strict-origin-when-cross-origin] |
61 | Transfer-Encoding: [chunked] | 59 | Transfer-Encoding: [chunked] |
62 | Vary: ['Accept-Encoding, Origin'] | 60 | Vary: ['Accept-Encoding, Origin'] |
@@ -64,10 +62,10 @@ interactions: | |||
64 | X-Download-Options: [noopen] | 62 | X-Download-Options: [noopen] |
65 | X-Frame-Options: [SAMEORIGIN] | 63 | X-Frame-Options: [SAMEORIGIN] |
66 | X-Permitted-Cross-Domain-Policies: [none] | 64 | X-Permitted-Cross-Domain-Policies: [none] |
67 | X-Request-Id: [816f6740-31f1-43a8-92a4-9ce05ada9750] | 65 | X-Request-Id: [00a0f1ca-8fa5-4d42-87f7-0046667f880c] |
68 | X-Runtime: ['0.208925'] | 66 | X-Runtime: ['0.258364'] |
69 | X-XSS-Protection: [1; mode=block] | 67 | X-XSS-Protection: [1; mode=block] |
70 | content-length: ['3337'] | 68 | content-length: ['3335'] |
71 | status: {code: 200, message: OK} | 69 | status: {code: 200, message: OK} |
72 | - request: | 70 | - request: |
73 | body: null | 71 | body: null |
@@ -79,13 +77,17 @@ interactions: | |||
79 | Content-Length: ['0'] | 77 | Content-Length: ['0'] |
80 | User-Agent: [python-requests/2.18.4] | 78 | User-Agent: [python-requests/2.18.4] |
81 | method: DELETE | 79 | method: DELETE |
82 | uri: http://localhost:3000/api/v1/statuses/101999515152547076 | 80 | uri: http://localhost:3000/api/v1/statuses/102315366036793429 |
83 | response: | 81 | response: |
84 | body: {string: '{}'} | 82 | body: {string: '{"id":"102315366036793429","created_at":"2019-06-22T13:03:08.211Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315366036793429/activity","url":"http://localhost/@mastodonpy_test/102315366036793429","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"text":"","reblog":{"id":"102315366025212088","created_at":"2019-06-22T13:03:08.037Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366025212088","url":"http://localhost/@mastodonpy_test/102315366025212088","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
83 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
84 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
85 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
86 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
87 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
85 | headers: | 88 | headers: |
86 | Cache-Control: ['max-age=0, private, must-revalidate'] | 89 | Cache-Control: ['no-cache, no-store'] |
87 | Content-Type: [application/json; charset=utf-8] | 90 | Content-Type: [application/json; charset=utf-8] |
88 | ETag: [W/"b720d35eb7f85c6f1681586209afe41f"] | ||
89 | Referrer-Policy: [strict-origin-when-cross-origin] | 91 | Referrer-Policy: [strict-origin-when-cross-origin] |
90 | Transfer-Encoding: [chunked] | 92 | Transfer-Encoding: [chunked] |
91 | Vary: ['Accept-Encoding, Origin'] | 93 | Vary: ['Accept-Encoding, Origin'] |
@@ -93,10 +95,10 @@ interactions: | |||
93 | X-Download-Options: [noopen] | 95 | X-Download-Options: [noopen] |
94 | X-Frame-Options: [SAMEORIGIN] | 96 | X-Frame-Options: [SAMEORIGIN] |
95 | X-Permitted-Cross-Domain-Policies: [none] | 97 | X-Permitted-Cross-Domain-Policies: [none] |
96 | X-Request-Id: [e04902af-ac89-47dd-a6c9-dff07ddea080] | 98 | X-Request-Id: [f40fee62-c11b-4c8c-b69f-0ac8eaa07d95] |
97 | X-Runtime: ['0.067459'] | 99 | X-Runtime: ['0.146263'] |
98 | X-XSS-Protection: [1; mode=block] | 100 | X-XSS-Protection: [1; mode=block] |
99 | content-length: ['2'] | 101 | content-length: ['3073'] |
100 | status: {code: 200, message: OK} | 102 | status: {code: 200, message: OK} |
101 | - request: | 103 | - request: |
102 | body: null | 104 | body: null |
@@ -108,13 +110,15 @@ interactions: | |||
108 | Content-Length: ['0'] | 110 | Content-Length: ['0'] |
109 | User-Agent: [python-requests/2.18.4] | 111 | User-Agent: [python-requests/2.18.4] |
110 | method: DELETE | 112 | method: DELETE |
111 | uri: http://localhost:3000/api/v1/statuses/101999515139309872 | 113 | uri: http://localhost:3000/api/v1/statuses/102315366025212088 |
112 | response: | 114 | response: |
113 | body: {string: '{}'} | 115 | body: {string: '{"id":"102315366025212088","created_at":"2019-06-22T13:03:08.037Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315366025212088","url":"http://localhost/@mastodonpy_test/102315366025212088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
116 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
117 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
118 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":1,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
114 | headers: | 119 | headers: |
115 | Cache-Control: ['max-age=0, private, must-revalidate'] | 120 | Cache-Control: ['no-cache, no-store'] |
116 | Content-Type: [application/json; charset=utf-8] | 121 | Content-Type: [application/json; charset=utf-8] |
117 | ETag: [W/"b720d35eb7f85c6f1681586209afe41f"] | ||
118 | Referrer-Policy: [strict-origin-when-cross-origin] | 122 | Referrer-Policy: [strict-origin-when-cross-origin] |
119 | Transfer-Encoding: [chunked] | 123 | Transfer-Encoding: [chunked] |
120 | Vary: ['Accept-Encoding, Origin'] | 124 | Vary: ['Accept-Encoding, Origin'] |
@@ -122,9 +126,9 @@ interactions: | |||
122 | X-Download-Options: [noopen] | 126 | X-Download-Options: [noopen] |
123 | X-Frame-Options: [SAMEORIGIN] | 127 | X-Frame-Options: [SAMEORIGIN] |
124 | X-Permitted-Cross-Domain-Policies: [none] | 128 | X-Permitted-Cross-Domain-Policies: [none] |
125 | X-Request-Id: [88bf8ef9-e63f-4bae-bfcc-577761d9a174] | 129 | X-Request-Id: [b0449d43-7197-4d8b-b0ff-efd1e1435e15] |
126 | X-Runtime: ['0.043959'] | 130 | X-Runtime: ['0.075666'] |
127 | X-XSS-Protection: [1; mode=block] | 131 | X-XSS-Protection: [1; mode=block] |
128 | content-length: ['2'] | 132 | content-length: ['1567'] |
129 | status: {code: 200, message: OK} | 133 | status: {code: 200, message: OK} |
130 | version: 1 | 134 | 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: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/instance/ | 11 | uri: http://localhost:3000/api/v1/instance/ |
12 | response: | 12 | response: |
13 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.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}'} | 13 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":0,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=300, public'] | 15 | Cache-Control: ['max-age=300, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 27 Apr 2019 18:18:07 GMT'] | 17 | Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] |
18 | ETag: [W/"fab640311f43bfa9dcc2530421e6a5d2"] | 18 | ETag: [W/"aa44e20685fd12c840b2e6baad092d46"] |
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,9 +23,9 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [c470d5ae-04b8-4438-b187-43f7661f4c6e] | 26 | X-Request-Id: [87506aad-b8c8-4c21-b135-a3ef9b17e07d] |
27 | X-Runtime: ['0.065653'] | 27 | X-Runtime: ['0.055711'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['349'] | 29 | content-length: ['348'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | version: 1 | 31 | version: 1 |
diff --git a/tests/cassettes/test_instance_activity.yaml b/tests/cassettes/test_instance_activity.yaml index f342ba1..94a10c9 100644 --- a/tests/cassettes/test_instance_activity.yaml +++ b/tests/cassettes/test_instance_activity.yaml | |||
@@ -10,12 +10,12 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/instance/activity | 11 | uri: http://localhost:3000/api/v1/instance/activity |
12 | response: | 12 | response: |
13 | body: {string: '[{"week":"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"}]'} | 13 | body: {string: '[{"week":"1560722400","statuses":"18","logins":"2","registrations":"0"},{"week":"1560117600","statuses":"0","logins":"0","registrations":"0"},{"week":"1559512800","statuses":"0","logins":"0","registrations":"0"},{"week":"1558908000","statuses":"0","logins":"0","registrations":"0"},{"week":"1558303200","statuses":"0","logins":"0","registrations":"0"},{"week":"1557698400","statuses":"0","logins":"0","registrations":"0"},{"week":"1557093600","statuses":"0","logins":"0","registrations":"0"},{"week":"1556488800","statuses":"0","logins":"0","registrations":"0"},{"week":"1555884000","statuses":"461","logins":"2","registrations":"0"},{"week":"1555279200","statuses":"0","logins":"0","registrations":"0"},{"week":"1554674400","statuses":"0","logins":"0","registrations":"0"},{"week":"1554069600","statuses":"0","logins":"0","registrations":"0"}]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=86400, public'] | 15 | Cache-Control: ['max-age=86400, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 27 Apr 2019 18:18:07 GMT'] | 17 | Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] |
18 | ETag: [W/"d211794e3d36c2c7718ff12708b419f7"] | 18 | ETag: [W/"a248c34afce410c3334ff84cbac22552"] |
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,9 +23,9 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [810483a4-40bc-4f4a-9834-c407d59bab6b] | 26 | X-Request-Id: [1e0e4c2a-3fc2-4872-983c-67c1e962aa08] |
27 | X-Runtime: ['0.027486'] | 27 | X-Runtime: ['0.034326'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['843'] | 29 | content-length: ['844'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | version: 1 | 31 | version: 1 |
diff --git a/tests/cassettes/test_instance_peers.yaml b/tests/cassettes/test_instance_peers.yaml index a875c4d..97374d4 100644 --- a/tests/cassettes/test_instance_peers.yaml +++ b/tests/cassettes/test_instance_peers.yaml | |||
@@ -14,8 +14,8 @@ interactions: | |||
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=86400, public'] | 15 | Cache-Control: ['max-age=86400, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 27 Apr 2019 18:18:07 GMT'] | 17 | Date: ['Sat, 22 Jun 2019 13:03:09 GMT'] |
18 | ETag: [W/"5839a794e7a473cadc209ef56542b467"] | 18 | ETag: [W/"abc0f592302227cc9d889f9649cd9e1b"] |
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,8 +23,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [2db514cd-f3a9-46a8-84e7-5dcca953494b] | 26 | X-Request-Id: [16879b3f-aa29-4298-850f-67e70c0ab921] |
27 | X-Runtime: ['0.020984'] | 27 | X-Runtime: ['0.027175'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['2'] | 29 | content-length: ['2'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_add_remove_account.yaml b/tests/cassettes/test_list_add_remove_account.yaml index 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"13","title":"ham burglars"}'} | 15 | body: {string: '{"id":"3","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"07509f109f42d4687ab3f97cecc32f2d"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,10 +23,10 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [ecfb3d17-0eb9-47ef-88c6-cef7a63ca0fb] | 26 | X-Request-Id: [b41ce740-9bdc-450d-9673-6120aad25e27] |
28 | X-Runtime: ['0.025506'] | 27 | X-Runtime: ['0.043715'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['34'] | 29 | content-length: ['33'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
32 | - request: | 31 | - request: |
33 | body: null | 32 | body: null |
@@ -40,11 +39,10 @@ interactions: | |||
40 | method: GET | 39 | method: GET |
41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
42 | response: | 41 | response: |
43 | 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":[]}'} | 42 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
44 | headers: | 43 | headers: |
45 | Cache-Control: ['max-age=0, private, must-revalidate'] | 44 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
47 | ETag: [W/"4743bd5a10738b03a8075c666b8ae4b7"] | ||
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,8 +50,8 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [7a546efa-0f22-4b8d-a45c-31bea316120d] | 53 | X-Request-Id: [6fbf035d-a73c-4178-82e7-12a3abd321b4] |
56 | X-Runtime: ['0.019141'] | 54 | X-Runtime: ['0.023119'] |
57 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['609'] | 56 | content-length: ['609'] |
59 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -72,9 +70,8 @@ interactions: | |||
72 | response: | 70 | response: |
73 | 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}'} | 71 | 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}'} |
74 | headers: | 72 | headers: |
75 | Cache-Control: ['max-age=0, private, must-revalidate'] | 73 | Cache-Control: ['no-cache, no-store'] |
76 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
77 | ETag: [W/"b3b583b439113ba5a011fdfb18034122"] | ||
78 | Referrer-Policy: [strict-origin-when-cross-origin] | 75 | Referrer-Policy: [strict-origin-when-cross-origin] |
79 | Transfer-Encoding: [chunked] | 76 | Transfer-Encoding: [chunked] |
80 | Vary: ['Accept-Encoding, Origin'] | 77 | Vary: ['Accept-Encoding, Origin'] |
@@ -82,8 +79,8 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [3596d493-bc20-4630-ad44-874077a9021e] | 82 | X-Request-Id: [e397737b-a685-4e0d-8e56-c5fbb7716be2] |
86 | X-Runtime: ['0.052244'] | 83 | X-Runtime: ['0.034676'] |
87 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['209'] | 85 | content-length: ['209'] |
89 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -98,13 +95,12 @@ interactions: | |||
98 | Content-Type: [application/x-www-form-urlencoded] | 95 | Content-Type: [application/x-www-form-urlencoded] |
99 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
100 | method: POST | 97 | method: POST |
101 | uri: http://localhost:3000/api/v1/lists/13/accounts | 98 | uri: http://localhost:3000/api/v1/lists/3/accounts |
102 | response: | 99 | response: |
103 | body: {string: '{}'} | 100 | body: {string: '{}'} |
104 | headers: | 101 | headers: |
105 | Cache-Control: ['max-age=0, private, must-revalidate'] | 102 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
107 | ETag: [W/"f7218fbcd1fb889396566736881b9808"] | ||
108 | Referrer-Policy: [strict-origin-when-cross-origin] | 104 | Referrer-Policy: [strict-origin-when-cross-origin] |
109 | Transfer-Encoding: [chunked] | 105 | Transfer-Encoding: [chunked] |
110 | Vary: ['Accept-Encoding, Origin'] | 106 | Vary: ['Accept-Encoding, Origin'] |
@@ -112,8 +108,8 @@ interactions: | |||
112 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
113 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
114 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
115 | X-Request-Id: [7339a54b-fb1a-496e-bfda-ac8ac686dc00] | 111 | X-Request-Id: [7df89e97-661f-4b96-bef8-c89326ff70a9] |
116 | X-Runtime: ['0.060909'] | 112 | X-Runtime: ['0.056773'] |
117 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
118 | content-length: ['2'] | 114 | content-length: ['2'] |
119 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
@@ -126,14 +122,13 @@ interactions: | |||
126 | Connection: [keep-alive] | 122 | Connection: [keep-alive] |
127 | User-Agent: [python-requests/2.18.4] | 123 | User-Agent: [python-requests/2.18.4] |
128 | method: GET | 124 | method: GET |
129 | uri: http://localhost:3000/api/v1/lists/13/accounts | 125 | uri: http://localhost:3000/api/v1/lists/3/accounts |
130 | response: | 126 | response: |
131 | 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":[]}]'} | 127 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} |
132 | headers: | 128 | headers: |
133 | Cache-Control: ['max-age=0, private, must-revalidate'] | 129 | Cache-Control: ['no-cache, no-store'] |
134 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
135 | ETag: [W/"e56e3daf7f8db25fba528785afbc93e9"] | 131 | Link: ['<http://localhost:3000/api/v1/lists/3/accounts?since_id=1>; rel="prev"'] |
136 | Link: ['<http://localhost:3000/api/v1/lists/13/accounts?since_id=1>; rel="prev"'] | ||
137 | Referrer-Policy: [strict-origin-when-cross-origin] | 132 | Referrer-Policy: [strict-origin-when-cross-origin] |
138 | Transfer-Encoding: [chunked] | 133 | Transfer-Encoding: [chunked] |
139 | Vary: ['Accept-Encoding, Origin'] | 134 | Vary: ['Accept-Encoding, Origin'] |
@@ -141,8 +136,8 @@ interactions: | |||
141 | X-Download-Options: [noopen] | 136 | X-Download-Options: [noopen] |
142 | X-Frame-Options: [SAMEORIGIN] | 137 | X-Frame-Options: [SAMEORIGIN] |
143 | X-Permitted-Cross-Domain-Policies: [none] | 138 | X-Permitted-Cross-Domain-Policies: [none] |
144 | X-Request-Id: [ae178f64-95e9-42b4-88cf-6ca4fd86f9e1] | 139 | X-Request-Id: [96ba134e-49e8-4dc2-8226-4483d24b4037] |
145 | X-Runtime: ['0.020260'] | 140 | X-Runtime: ['0.021782'] |
146 | X-XSS-Protection: [1; mode=block] | 141 | X-XSS-Protection: [1; mode=block] |
147 | content-length: ['525'] | 142 | content-length: ['525'] |
148 | status: {code: 200, message: OK} | 143 | status: {code: 200, message: OK} |
@@ -160,9 +155,8 @@ interactions: | |||
160 | response: | 155 | response: |
161 | 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}'} | 156 | 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}'} |
162 | headers: | 157 | headers: |
163 | Cache-Control: ['max-age=0, private, must-revalidate'] | 158 | Cache-Control: ['no-cache, no-store'] |
164 | Content-Type: [application/json; charset=utf-8] | 159 | Content-Type: [application/json; charset=utf-8] |
165 | ETag: [W/"fce88baa792f3991e7dbd5b7006926f7"] | ||
166 | Referrer-Policy: [strict-origin-when-cross-origin] | 160 | Referrer-Policy: [strict-origin-when-cross-origin] |
167 | Transfer-Encoding: [chunked] | 161 | Transfer-Encoding: [chunked] |
168 | Vary: ['Accept-Encoding, Origin'] | 162 | Vary: ['Accept-Encoding, Origin'] |
@@ -170,8 +164,8 @@ interactions: | |||
170 | X-Download-Options: [noopen] | 164 | X-Download-Options: [noopen] |
171 | X-Frame-Options: [SAMEORIGIN] | 165 | X-Frame-Options: [SAMEORIGIN] |
172 | X-Permitted-Cross-Domain-Policies: [none] | 166 | X-Permitted-Cross-Domain-Policies: [none] |
173 | X-Request-Id: [91746aff-6054-4308-9356-6ecea72f49e7] | 167 | X-Request-Id: [c09bce26-3ff1-4bb8-b7dc-59a9e8e01aa6] |
174 | X-Runtime: ['0.045276'] | 168 | X-Runtime: ['0.053762'] |
175 | X-XSS-Protection: [1; mode=block] | 169 | X-XSS-Protection: [1; mode=block] |
176 | content-length: ['211'] | 170 | content-length: ['211'] |
177 | status: {code: 200, message: OK} | 171 | status: {code: 200, message: OK} |
@@ -184,13 +178,12 @@ interactions: | |||
184 | Connection: [keep-alive] | 178 | Connection: [keep-alive] |
185 | User-Agent: [python-requests/2.18.4] | 179 | User-Agent: [python-requests/2.18.4] |
186 | method: GET | 180 | method: GET |
187 | uri: http://localhost:3000/api/v1/lists/13/accounts | 181 | uri: http://localhost:3000/api/v1/lists/3/accounts |
188 | response: | 182 | response: |
189 | body: {string: '[]'} | 183 | body: {string: '[]'} |
190 | headers: | 184 | headers: |
191 | Cache-Control: ['max-age=0, private, must-revalidate'] | 185 | Cache-Control: ['no-cache, no-store'] |
192 | Content-Type: [application/json; charset=utf-8] | 186 | Content-Type: [application/json; charset=utf-8] |
193 | ETag: [W/"5839a794e7a473cadc209ef56542b467"] | ||
194 | Referrer-Policy: [strict-origin-when-cross-origin] | 187 | Referrer-Policy: [strict-origin-when-cross-origin] |
195 | Transfer-Encoding: [chunked] | 188 | Transfer-Encoding: [chunked] |
196 | Vary: ['Accept-Encoding, Origin'] | 189 | Vary: ['Accept-Encoding, Origin'] |
@@ -198,8 +191,8 @@ interactions: | |||
198 | X-Download-Options: [noopen] | 191 | X-Download-Options: [noopen] |
199 | X-Frame-Options: [SAMEORIGIN] | 192 | X-Frame-Options: [SAMEORIGIN] |
200 | X-Permitted-Cross-Domain-Policies: [none] | 193 | X-Permitted-Cross-Domain-Policies: [none] |
201 | X-Request-Id: [e1f4e3a6-d51f-482c-a3e7-a83a0551cc3b] | 194 | X-Request-Id: [a2702584-316c-4f75-b6d1-b0fc4f4b8017] |
202 | X-Runtime: ['0.021326'] | 195 | X-Runtime: ['0.023216'] |
203 | X-XSS-Protection: [1; mode=block] | 196 | X-XSS-Protection: [1; mode=block] |
204 | content-length: ['2'] | 197 | content-length: ['2'] |
205 | status: {code: 200, message: OK} | 198 | status: {code: 200, message: OK} |
@@ -218,9 +211,8 @@ interactions: | |||
218 | response: | 211 | response: |
219 | 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}'} | 212 | 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}'} |
220 | headers: | 213 | headers: |
221 | Cache-Control: ['max-age=0, private, must-revalidate'] | 214 | Cache-Control: ['no-cache, no-store'] |
222 | Content-Type: [application/json; charset=utf-8] | 215 | Content-Type: [application/json; charset=utf-8] |
223 | ETag: [W/"1d5525111153d4ca106111ca8fd589c9"] | ||
224 | Referrer-Policy: [strict-origin-when-cross-origin] | 216 | Referrer-Policy: [strict-origin-when-cross-origin] |
225 | Transfer-Encoding: [chunked] | 217 | Transfer-Encoding: [chunked] |
226 | Vary: ['Accept-Encoding, Origin'] | 218 | Vary: ['Accept-Encoding, Origin'] |
@@ -228,8 +220,8 @@ interactions: | |||
228 | X-Download-Options: [noopen] | 220 | X-Download-Options: [noopen] |
229 | X-Frame-Options: [SAMEORIGIN] | 221 | X-Frame-Options: [SAMEORIGIN] |
230 | X-Permitted-Cross-Domain-Policies: [none] | 222 | X-Permitted-Cross-Domain-Policies: [none] |
231 | X-Request-Id: [caec88f4-10ba-4ea3-b346-03d1a6a90772] | 223 | X-Request-Id: [b20c47c7-4ccd-46a0-932f-07fce792856d] |
232 | X-Runtime: ['0.080250'] | 224 | X-Runtime: ['0.071168'] |
233 | X-XSS-Protection: [1; mode=block] | 225 | X-XSS-Protection: [1; mode=block] |
234 | content-length: ['209'] | 226 | content-length: ['209'] |
235 | status: {code: 200, message: OK} | 227 | status: {code: 200, message: OK} |
@@ -244,13 +236,12 @@ interactions: | |||
244 | Content-Type: [application/x-www-form-urlencoded] | 236 | Content-Type: [application/x-www-form-urlencoded] |
245 | User-Agent: [python-requests/2.18.4] | 237 | User-Agent: [python-requests/2.18.4] |
246 | method: POST | 238 | method: POST |
247 | uri: http://localhost:3000/api/v1/lists/13/accounts | 239 | uri: http://localhost:3000/api/v1/lists/3/accounts |
248 | response: | 240 | response: |
249 | body: {string: '{}'} | 241 | body: {string: '{}'} |
250 | headers: | 242 | headers: |
251 | Cache-Control: ['max-age=0, private, must-revalidate'] | 243 | Cache-Control: ['no-cache, no-store'] |
252 | Content-Type: [application/json; charset=utf-8] | 244 | Content-Type: [application/json; charset=utf-8] |
253 | ETag: [W/"1f19006d4e16e44010f8b60659bab0b0"] | ||
254 | Referrer-Policy: [strict-origin-when-cross-origin] | 245 | Referrer-Policy: [strict-origin-when-cross-origin] |
255 | Transfer-Encoding: [chunked] | 246 | Transfer-Encoding: [chunked] |
256 | Vary: ['Accept-Encoding, Origin'] | 247 | Vary: ['Accept-Encoding, Origin'] |
@@ -258,8 +249,8 @@ interactions: | |||
258 | X-Download-Options: [noopen] | 249 | X-Download-Options: [noopen] |
259 | X-Frame-Options: [SAMEORIGIN] | 250 | X-Frame-Options: [SAMEORIGIN] |
260 | X-Permitted-Cross-Domain-Policies: [none] | 251 | X-Permitted-Cross-Domain-Policies: [none] |
261 | X-Request-Id: [439a863a-ce94-4c1f-a7b9-4469a1f42249] | 252 | X-Request-Id: [f5e2187b-726d-4a2b-a779-10b82ad3e905] |
262 | X-Runtime: ['0.091119'] | 253 | X-Runtime: ['0.042406'] |
263 | X-XSS-Protection: [1; mode=block] | 254 | X-XSS-Protection: [1; mode=block] |
264 | content-length: ['2'] | 255 | content-length: ['2'] |
265 | status: {code: 200, message: OK} | 256 | status: {code: 200, message: OK} |
@@ -272,14 +263,13 @@ interactions: | |||
272 | Connection: [keep-alive] | 263 | Connection: [keep-alive] |
273 | User-Agent: [python-requests/2.18.4] | 264 | User-Agent: [python-requests/2.18.4] |
274 | method: GET | 265 | method: GET |
275 | uri: http://localhost:3000/api/v1/lists/13/accounts | 266 | uri: http://localhost:3000/api/v1/lists/3/accounts |
276 | response: | 267 | response: |
277 | 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":[]}]'} | 268 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"emojis":[],"fields":[]}]'} |
278 | headers: | 269 | headers: |
279 | Cache-Control: ['max-age=0, private, must-revalidate'] | 270 | Cache-Control: ['no-cache, no-store'] |
280 | Content-Type: [application/json; charset=utf-8] | 271 | Content-Type: [application/json; charset=utf-8] |
281 | ETag: [W/"12d850bde19acd8541ce57682d068d23"] | 272 | Link: ['<http://localhost:3000/api/v1/lists/3/accounts?since_id=1>; rel="prev"'] |
282 | Link: ['<http://localhost:3000/api/v1/lists/13/accounts?since_id=1>; rel="prev"'] | ||
283 | Referrer-Policy: [strict-origin-when-cross-origin] | 273 | Referrer-Policy: [strict-origin-when-cross-origin] |
284 | Transfer-Encoding: [chunked] | 274 | Transfer-Encoding: [chunked] |
285 | Vary: ['Accept-Encoding, Origin'] | 275 | Vary: ['Accept-Encoding, Origin'] |
@@ -287,8 +277,8 @@ interactions: | |||
287 | X-Download-Options: [noopen] | 277 | X-Download-Options: [noopen] |
288 | X-Frame-Options: [SAMEORIGIN] | 278 | X-Frame-Options: [SAMEORIGIN] |
289 | X-Permitted-Cross-Domain-Policies: [none] | 279 | X-Permitted-Cross-Domain-Policies: [none] |
290 | X-Request-Id: [f64a85d5-0704-48a2-913d-f7edc512fd5d] | 280 | X-Request-Id: [eba683a4-4688-426a-b11a-566d486b2c8e] |
291 | X-Runtime: ['0.052260'] | 281 | X-Runtime: ['0.027438'] |
292 | X-XSS-Protection: [1; mode=block] | 282 | X-XSS-Protection: [1; mode=block] |
293 | content-length: ['525'] | 283 | content-length: ['525'] |
294 | status: {code: 200, message: OK} | 284 | status: {code: 200, message: OK} |
@@ -303,13 +293,12 @@ interactions: | |||
303 | Content-Type: [application/x-www-form-urlencoded] | 293 | Content-Type: [application/x-www-form-urlencoded] |
304 | User-Agent: [python-requests/2.18.4] | 294 | User-Agent: [python-requests/2.18.4] |
305 | method: DELETE | 295 | method: DELETE |
306 | uri: http://localhost:3000/api/v1/lists/13/accounts | 296 | uri: http://localhost:3000/api/v1/lists/3/accounts |
307 | response: | 297 | response: |
308 | body: {string: '{}'} | 298 | body: {string: '{}'} |
309 | headers: | 299 | headers: |
310 | Cache-Control: ['max-age=0, private, must-revalidate'] | 300 | Cache-Control: ['no-cache, no-store'] |
311 | Content-Type: [application/json; charset=utf-8] | 301 | Content-Type: [application/json; charset=utf-8] |
312 | ETag: [W/"1f19006d4e16e44010f8b60659bab0b0"] | ||
313 | Referrer-Policy: [strict-origin-when-cross-origin] | 302 | Referrer-Policy: [strict-origin-when-cross-origin] |
314 | Transfer-Encoding: [chunked] | 303 | Transfer-Encoding: [chunked] |
315 | Vary: ['Accept-Encoding, Origin'] | 304 | Vary: ['Accept-Encoding, Origin'] |
@@ -317,8 +306,8 @@ interactions: | |||
317 | X-Download-Options: [noopen] | 306 | X-Download-Options: [noopen] |
318 | X-Frame-Options: [SAMEORIGIN] | 307 | X-Frame-Options: [SAMEORIGIN] |
319 | X-Permitted-Cross-Domain-Policies: [none] | 308 | X-Permitted-Cross-Domain-Policies: [none] |
320 | X-Request-Id: [1d93f963-f3e1-430b-b12f-3a35b8c97b18] | 309 | X-Request-Id: [9c084136-2e78-45df-bea7-5d194672a358] |
321 | X-Runtime: ['0.061400'] | 310 | X-Runtime: ['0.031512'] |
322 | X-XSS-Protection: [1; mode=block] | 311 | X-XSS-Protection: [1; mode=block] |
323 | content-length: ['2'] | 312 | content-length: ['2'] |
324 | status: {code: 200, message: OK} | 313 | status: {code: 200, message: OK} |
@@ -331,13 +320,12 @@ interactions: | |||
331 | Connection: [keep-alive] | 320 | Connection: [keep-alive] |
332 | User-Agent: [python-requests/2.18.4] | 321 | User-Agent: [python-requests/2.18.4] |
333 | method: GET | 322 | method: GET |
334 | uri: http://localhost:3000/api/v1/lists/13/accounts | 323 | uri: http://localhost:3000/api/v1/lists/3/accounts |
335 | response: | 324 | response: |
336 | body: {string: '[]'} | 325 | body: {string: '[]'} |
337 | headers: | 326 | headers: |
338 | Cache-Control: ['max-age=0, private, must-revalidate'] | 327 | Cache-Control: ['no-cache, no-store'] |
339 | Content-Type: [application/json; charset=utf-8] | 328 | Content-Type: [application/json; charset=utf-8] |
340 | ETag: [W/"e6ae59ab52fdbf017d506af98d3c0346"] | ||
341 | Referrer-Policy: [strict-origin-when-cross-origin] | 329 | Referrer-Policy: [strict-origin-when-cross-origin] |
342 | Transfer-Encoding: [chunked] | 330 | Transfer-Encoding: [chunked] |
343 | Vary: ['Accept-Encoding, Origin'] | 331 | Vary: ['Accept-Encoding, Origin'] |
@@ -345,8 +333,8 @@ interactions: | |||
345 | X-Download-Options: [noopen] | 333 | X-Download-Options: [noopen] |
346 | X-Frame-Options: [SAMEORIGIN] | 334 | X-Frame-Options: [SAMEORIGIN] |
347 | X-Permitted-Cross-Domain-Policies: [none] | 335 | X-Permitted-Cross-Domain-Policies: [none] |
348 | X-Request-Id: [c8cb7671-b6cb-4afd-91e7-a8878ae10dca] | 336 | X-Request-Id: [9c87a884-72e6-4fe0-9c92-b7770c1741d2] |
349 | X-Runtime: ['0.020637'] | 337 | X-Runtime: ['0.017584'] |
350 | X-XSS-Protection: [1; mode=block] | 338 | X-XSS-Protection: [1; mode=block] |
351 | content-length: ['2'] | 339 | content-length: ['2'] |
352 | status: {code: 200, message: OK} | 340 | status: {code: 200, message: OK} |
@@ -364,9 +352,8 @@ interactions: | |||
364 | response: | 352 | response: |
365 | 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}'} | 353 | 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}'} |
366 | headers: | 354 | headers: |
367 | Cache-Control: ['max-age=0, private, must-revalidate'] | 355 | Cache-Control: ['no-cache, no-store'] |
368 | Content-Type: [application/json; charset=utf-8] | 356 | Content-Type: [application/json; charset=utf-8] |
369 | ETag: [W/"7de0bda800fc09d7aa7e4e09ff1e64ad"] | ||
370 | Referrer-Policy: [strict-origin-when-cross-origin] | 357 | Referrer-Policy: [strict-origin-when-cross-origin] |
371 | Transfer-Encoding: [chunked] | 358 | Transfer-Encoding: [chunked] |
372 | Vary: ['Accept-Encoding, Origin'] | 359 | Vary: ['Accept-Encoding, Origin'] |
@@ -374,8 +361,8 @@ interactions: | |||
374 | X-Download-Options: [noopen] | 361 | X-Download-Options: [noopen] |
375 | X-Frame-Options: [SAMEORIGIN] | 362 | X-Frame-Options: [SAMEORIGIN] |
376 | X-Permitted-Cross-Domain-Policies: [none] | 363 | X-Permitted-Cross-Domain-Policies: [none] |
377 | X-Request-Id: [a19d2776-8646-4bec-a6b3-34f371fecde7] | 364 | X-Request-Id: [d8b4495d-d870-4cd7-8a2c-2f8635e4d72b] |
378 | X-Runtime: ['0.049793'] | 365 | X-Runtime: ['0.048762'] |
379 | X-XSS-Protection: [1; mode=block] | 366 | X-XSS-Protection: [1; mode=block] |
380 | content-length: ['211'] | 367 | content-length: ['211'] |
381 | status: {code: 200, message: OK} | 368 | status: {code: 200, message: OK} |
@@ -389,13 +376,12 @@ interactions: | |||
389 | Content-Length: ['0'] | 376 | Content-Length: ['0'] |
390 | User-Agent: [python-requests/2.18.4] | 377 | User-Agent: [python-requests/2.18.4] |
391 | method: DELETE | 378 | method: DELETE |
392 | uri: http://localhost:3000/api/v1/lists/13 | 379 | uri: http://localhost:3000/api/v1/lists/3 |
393 | response: | 380 | response: |
394 | body: {string: '{}'} | 381 | body: {string: '{}'} |
395 | headers: | 382 | headers: |
396 | Cache-Control: ['max-age=0, private, must-revalidate'] | 383 | Cache-Control: ['no-cache, no-store'] |
397 | Content-Type: [application/json; charset=utf-8] | 384 | Content-Type: [application/json; charset=utf-8] |
398 | ETag: [W/"1f19006d4e16e44010f8b60659bab0b0"] | ||
399 | Referrer-Policy: [strict-origin-when-cross-origin] | 385 | Referrer-Policy: [strict-origin-when-cross-origin] |
400 | Transfer-Encoding: [chunked] | 386 | Transfer-Encoding: [chunked] |
401 | Vary: ['Accept-Encoding, Origin'] | 387 | Vary: ['Accept-Encoding, Origin'] |
@@ -403,8 +389,8 @@ interactions: | |||
403 | X-Download-Options: [noopen] | 389 | X-Download-Options: [noopen] |
404 | X-Frame-Options: [SAMEORIGIN] | 390 | X-Frame-Options: [SAMEORIGIN] |
405 | X-Permitted-Cross-Domain-Policies: [none] | 391 | X-Permitted-Cross-Domain-Policies: [none] |
406 | X-Request-Id: [b4f120a6-6147-445f-ac98-4d0a871c6e5b] | 392 | X-Request-Id: [30228e1f-6158-4012-9c6b-4ca8268b6c62] |
407 | X-Runtime: ['0.023427'] | 393 | X-Runtime: ['0.027308'] |
408 | X-XSS-Protection: [1; mode=block] | 394 | X-XSS-Protection: [1; mode=block] |
409 | content-length: ['2'] | 395 | content-length: ['2'] |
410 | status: {code: 200, message: OK} | 396 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_by_account.yaml b/tests/cassettes/test_list_by_account.yaml index 2b0c422..2a32f39 100644 --- a/tests/cassettes/test_list_by_account.yaml +++ b/tests/cassettes/test_list_by_account.yaml | |||
@@ -12,11 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"14","title":"ham burglars"}'} | 15 | body: {string: '{"id":"4","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"8247248ef314b99a42399ecd68df8cbc"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,10 +23,10 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [6933e1c3-5dd0-4ad3-91f2-c6a110bf03b0] | 26 | X-Request-Id: [c1ab893a-1331-4c16-a438-c5d5927ba280] |
28 | X-Runtime: ['0.023268'] | 27 | X-Runtime: ['0.022531'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['34'] | 29 | content-length: ['33'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
32 | - request: | 31 | - request: |
33 | body: null | 32 | body: null |
@@ -40,11 +39,10 @@ interactions: | |||
40 | method: GET | 39 | method: GET |
41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
42 | response: | 41 | response: |
43 | 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":[]}'} | 42 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
44 | headers: | 43 | headers: |
45 | Cache-Control: ['max-age=0, private, must-revalidate'] | 44 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
47 | ETag: [W/"2e9e6004bf46c303088605fe48e20847"] | ||
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,8 +50,8 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [fd21f18d-ee14-4826-b7f2-580f0561fd50] | 53 | X-Request-Id: [29319e34-a1b2-42d7-bcb7-492ebe7856fb] |
56 | X-Runtime: ['0.022522'] | 54 | X-Runtime: ['0.048339'] |
57 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['609'] | 56 | content-length: ['609'] |
59 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -72,9 +70,8 @@ interactions: | |||
72 | response: | 70 | response: |
73 | 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}'} | 71 | 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}'} |
74 | headers: | 72 | headers: |
75 | Cache-Control: ['max-age=0, private, must-revalidate'] | 73 | Cache-Control: ['no-cache, no-store'] |
76 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
77 | ETag: [W/"1d5525111153d4ca106111ca8fd589c9"] | ||
78 | Referrer-Policy: [strict-origin-when-cross-origin] | 75 | Referrer-Policy: [strict-origin-when-cross-origin] |
79 | Transfer-Encoding: [chunked] | 76 | Transfer-Encoding: [chunked] |
80 | Vary: ['Accept-Encoding, Origin'] | 77 | Vary: ['Accept-Encoding, Origin'] |
@@ -82,8 +79,8 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [f4fafc41-adf2-49f5-ace9-89f934a484db] | 82 | X-Request-Id: [f011c6d6-dda8-43aa-85c2-825c56e55356] |
86 | X-Runtime: ['0.100376'] | 83 | X-Runtime: ['0.089818'] |
87 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['209'] | 85 | content-length: ['209'] |
89 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -98,13 +95,12 @@ interactions: | |||
98 | Content-Type: [application/x-www-form-urlencoded] | 95 | Content-Type: [application/x-www-form-urlencoded] |
99 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
100 | method: POST | 97 | method: POST |
101 | uri: http://localhost:3000/api/v1/lists/14/accounts | 98 | uri: http://localhost:3000/api/v1/lists/4/accounts |
102 | response: | 99 | response: |
103 | body: {string: '{}'} | 100 | body: {string: '{}'} |
104 | headers: | 101 | headers: |
105 | Cache-Control: ['max-age=0, private, must-revalidate'] | 102 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
107 | ETag: [W/"1f19006d4e16e44010f8b60659bab0b0"] | ||
108 | Referrer-Policy: [strict-origin-when-cross-origin] | 104 | Referrer-Policy: [strict-origin-when-cross-origin] |
109 | Transfer-Encoding: [chunked] | 105 | Transfer-Encoding: [chunked] |
110 | Vary: ['Accept-Encoding, Origin'] | 106 | Vary: ['Accept-Encoding, Origin'] |
@@ -112,8 +108,8 @@ interactions: | |||
112 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
113 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
114 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
115 | X-Request-Id: [147f5c72-4189-4239-ba22-769519f55fb4] | 111 | X-Request-Id: [d822d920-1ba7-4662-9377-03461c5a902e] |
116 | X-Runtime: ['0.084526'] | 112 | X-Runtime: ['0.032625'] |
117 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
118 | content-length: ['2'] | 114 | content-length: ['2'] |
119 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
@@ -128,11 +124,10 @@ interactions: | |||
128 | method: GET | 124 | method: GET |
129 | uri: http://localhost:3000/api/v1/accounts/1/lists | 125 | uri: http://localhost:3000/api/v1/accounts/1/lists |
130 | response: | 126 | response: |
131 | body: {string: '[{"id":"14","title":"ham burglars"}]'} | 127 | body: {string: '[{"id":"4","title":"ham burglars"}]'} |
132 | headers: | 128 | headers: |
133 | Cache-Control: ['max-age=0, private, must-revalidate'] | 129 | Cache-Control: ['no-cache, no-store'] |
134 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
135 | ETag: [W/"064f9a87c08df2f323d84d6d7af9c345"] | ||
136 | Referrer-Policy: [strict-origin-when-cross-origin] | 131 | Referrer-Policy: [strict-origin-when-cross-origin] |
137 | Transfer-Encoding: [chunked] | 132 | Transfer-Encoding: [chunked] |
138 | Vary: ['Accept-Encoding, Origin'] | 133 | Vary: ['Accept-Encoding, Origin'] |
@@ -140,10 +135,10 @@ interactions: | |||
140 | X-Download-Options: [noopen] | 135 | X-Download-Options: [noopen] |
141 | X-Frame-Options: [SAMEORIGIN] | 136 | X-Frame-Options: [SAMEORIGIN] |
142 | X-Permitted-Cross-Domain-Policies: [none] | 137 | X-Permitted-Cross-Domain-Policies: [none] |
143 | X-Request-Id: [5d5ae84a-bb43-4300-9554-ceb1c16e7816] | 138 | X-Request-Id: [bf776395-6646-44c8-9485-9415071e9ec7] |
144 | X-Runtime: ['0.049153'] | 139 | X-Runtime: ['0.034514'] |
145 | X-XSS-Protection: [1; mode=block] | 140 | X-XSS-Protection: [1; mode=block] |
146 | content-length: ['36'] | 141 | content-length: ['35'] |
147 | status: {code: 200, message: OK} | 142 | status: {code: 200, message: OK} |
148 | - request: | 143 | - request: |
149 | body: null | 144 | body: null |
@@ -159,9 +154,8 @@ interactions: | |||
159 | response: | 154 | response: |
160 | 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}'} | 155 | 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}'} |
161 | headers: | 156 | headers: |
162 | Cache-Control: ['max-age=0, private, must-revalidate'] | 157 | Cache-Control: ['no-cache, no-store'] |
163 | Content-Type: [application/json; charset=utf-8] | 158 | Content-Type: [application/json; charset=utf-8] |
164 | ETag: [W/"7de0bda800fc09d7aa7e4e09ff1e64ad"] | ||
165 | Referrer-Policy: [strict-origin-when-cross-origin] | 159 | Referrer-Policy: [strict-origin-when-cross-origin] |
166 | Transfer-Encoding: [chunked] | 160 | Transfer-Encoding: [chunked] |
167 | Vary: ['Accept-Encoding, Origin'] | 161 | Vary: ['Accept-Encoding, Origin'] |
@@ -169,8 +163,8 @@ interactions: | |||
169 | X-Download-Options: [noopen] | 163 | X-Download-Options: [noopen] |
170 | X-Frame-Options: [SAMEORIGIN] | 164 | X-Frame-Options: [SAMEORIGIN] |
171 | X-Permitted-Cross-Domain-Policies: [none] | 165 | X-Permitted-Cross-Domain-Policies: [none] |
172 | X-Request-Id: [84b951b8-6419-46c9-a190-e50eab89fbec] | 166 | X-Request-Id: [deb7180d-c44f-46f0-9a0c-c3c1d85cf0f5] |
173 | X-Runtime: ['0.086345'] | 167 | X-Runtime: ['0.055473'] |
174 | X-XSS-Protection: [1; mode=block] | 168 | X-XSS-Protection: [1; mode=block] |
175 | content-length: ['211'] | 169 | content-length: ['211'] |
176 | status: {code: 200, message: OK} | 170 | status: {code: 200, message: OK} |
@@ -184,13 +178,12 @@ interactions: | |||
184 | Content-Length: ['0'] | 178 | Content-Length: ['0'] |
185 | User-Agent: [python-requests/2.18.4] | 179 | User-Agent: [python-requests/2.18.4] |
186 | method: DELETE | 180 | method: DELETE |
187 | uri: http://localhost:3000/api/v1/lists/14 | 181 | uri: http://localhost:3000/api/v1/lists/4 |
188 | response: | 182 | response: |
189 | body: {string: '{}'} | 183 | body: {string: '{}'} |
190 | headers: | 184 | headers: |
191 | Cache-Control: ['max-age=0, private, must-revalidate'] | 185 | Cache-Control: ['no-cache, no-store'] |
192 | Content-Type: [application/json; charset=utf-8] | 186 | Content-Type: [application/json; charset=utf-8] |
193 | ETag: [W/"1f19006d4e16e44010f8b60659bab0b0"] | ||
194 | Referrer-Policy: [strict-origin-when-cross-origin] | 187 | Referrer-Policy: [strict-origin-when-cross-origin] |
195 | Transfer-Encoding: [chunked] | 188 | Transfer-Encoding: [chunked] |
196 | Vary: ['Accept-Encoding, Origin'] | 189 | Vary: ['Accept-Encoding, Origin'] |
@@ -198,8 +191,8 @@ interactions: | |||
198 | X-Download-Options: [noopen] | 191 | X-Download-Options: [noopen] |
199 | X-Frame-Options: [SAMEORIGIN] | 192 | X-Frame-Options: [SAMEORIGIN] |
200 | X-Permitted-Cross-Domain-Policies: [none] | 193 | X-Permitted-Cross-Domain-Policies: [none] |
201 | X-Request-Id: [c3b79a30-dc4b-48b0-8843-bbe2a67b3714] | 194 | X-Request-Id: [267bccdc-f62a-4b0e-9e65-b510cb210f1a] |
202 | X-Runtime: ['0.022094'] | 195 | X-Runtime: ['0.025082'] |
203 | X-XSS-Protection: [1; mode=block] | 196 | X-XSS-Protection: [1; mode=block] |
204 | content-length: ['2'] | 197 | content-length: ['2'] |
205 | status: {code: 200, message: OK} | 198 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_create.yaml b/tests/cassettes/test_list_create.yaml index abd520e..4f29db4 100644 --- a/tests/cassettes/test_list_create.yaml +++ b/tests/cassettes/test_list_create.yaml | |||
@@ -12,11 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"11","title":"ham burglars"}'} | 15 | body: {string: '{"id":"1","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"d37198837856714b50e49788af214f55"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,10 +23,10 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [da15ebb8-9fc6-4a57-9b46-e582d9d837b6] | 26 | X-Request-Id: [99edb982-92b9-4746-bcb5-c9ef77f39572] |
28 | X-Runtime: ['0.036246'] | 27 | X-Runtime: ['0.052286'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['34'] | 29 | content-length: ['33'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
32 | - request: | 31 | - request: |
33 | body: null | 32 | body: null |
@@ -40,11 +39,10 @@ interactions: | |||
40 | method: GET | 39 | method: GET |
41 | uri: http://localhost:3000/api/v1/lists | 40 | uri: http://localhost:3000/api/v1/lists |
42 | response: | 41 | response: |
43 | body: {string: '[{"id":"11","title":"ham burglars"}]'} | 42 | body: {string: '[{"id":"1","title":"ham burglars"}]'} |
44 | headers: | 43 | headers: |
45 | Cache-Control: ['max-age=0, private, must-revalidate'] | 44 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
47 | ETag: [W/"4582bcda27bff6908da11d38882466f5"] | ||
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,10 +50,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [59308a3a-f4d1-4fde-bc53-45b4ddff87a3] | 53 | X-Request-Id: [df208a34-9ab7-4d18-ad6c-e969c61b747f] |
56 | X-Runtime: ['0.015534'] | 54 | X-Runtime: ['0.017683'] |
57 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['36'] | 56 | content-length: ['35'] |
59 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
60 | - request: | 58 | - request: |
61 | body: null | 59 | body: null |
@@ -67,13 +65,12 @@ interactions: | |||
67 | Content-Length: ['0'] | 65 | Content-Length: ['0'] |
68 | User-Agent: [python-requests/2.18.4] | 66 | User-Agent: [python-requests/2.18.4] |
69 | method: DELETE | 67 | method: DELETE |
70 | uri: http://localhost:3000/api/v1/lists/11 | 68 | uri: http://localhost:3000/api/v1/lists/1 |
71 | response: | 69 | response: |
72 | body: {string: '{}'} | 70 | body: {string: '{}'} |
73 | headers: | 71 | headers: |
74 | Cache-Control: ['max-age=0, private, must-revalidate'] | 72 | Cache-Control: ['no-cache, no-store'] |
75 | Content-Type: [application/json; charset=utf-8] | 73 | Content-Type: [application/json; charset=utf-8] |
76 | ETag: [W/"f7218fbcd1fb889396566736881b9808"] | ||
77 | Referrer-Policy: [strict-origin-when-cross-origin] | 74 | Referrer-Policy: [strict-origin-when-cross-origin] |
78 | Transfer-Encoding: [chunked] | 75 | Transfer-Encoding: [chunked] |
79 | Vary: ['Accept-Encoding, Origin'] | 76 | Vary: ['Accept-Encoding, Origin'] |
@@ -81,8 +78,8 @@ interactions: | |||
81 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
82 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
83 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
84 | X-Request-Id: [4aeee55e-c96c-4329-931e-82510245d35f] | 81 | X-Request-Id: [9323d374-a2f0-4b2e-adf9-a8cef39a1937] |
85 | X-Runtime: ['0.025341'] | 82 | X-Runtime: ['0.027703'] |
86 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
87 | content-length: ['2'] | 84 | content-length: ['2'] |
88 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_timeline.yaml b/tests/cassettes/test_list_timeline.yaml index 0fa4d04..170bbf9 100644 --- a/tests/cassettes/test_list_timeline.yaml +++ b/tests/cassettes/test_list_timeline.yaml | |||
@@ -12,11 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"15","title":"ham burglars"}'} | 15 | body: {string: '{"id":"5","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"35d9c20658d15aecef0d51932d8fbc97"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,10 +23,10 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [d36b9525-abe1-4f03-a2f0-5479f4830849] | 26 | X-Request-Id: [1f3c4bdc-37ce-4a2e-8f60-ce9becc78eed] |
28 | X-Runtime: ['0.020166'] | 27 | X-Runtime: ['0.024433'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['34'] | 29 | content-length: ['33'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
32 | - request: | 31 | - request: |
33 | body: null | 32 | body: null |
@@ -40,11 +39,10 @@ interactions: | |||
40 | method: GET | 39 | method: GET |
41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
42 | response: | 41 | response: |
43 | 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":[]}'} | 42 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
44 | headers: | 43 | headers: |
45 | Cache-Control: ['max-age=0, private, must-revalidate'] | 44 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
47 | ETag: [W/"2e9e6004bf46c303088605fe48e20847"] | ||
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,8 +50,8 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [6ec7caee-9ef0-4395-803f-4b3f8edb9d10] | 53 | X-Request-Id: [37bdac14-d813-43e4-8d2a-3248171052d9] |
56 | X-Runtime: ['0.022512'] | 54 | X-Runtime: ['0.023376'] |
57 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['609'] | 56 | content-length: ['609'] |
59 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -72,9 +70,8 @@ interactions: | |||
72 | response: | 70 | response: |
73 | 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}'} | 71 | 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}'} |
74 | headers: | 72 | headers: |
75 | Cache-Control: ['max-age=0, private, must-revalidate'] | 73 | Cache-Control: ['no-cache, no-store'] |
76 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
77 | ETag: [W/"8bb5f007d66d0e48cde8941828493c2f"] | ||
78 | Referrer-Policy: [strict-origin-when-cross-origin] | 75 | Referrer-Policy: [strict-origin-when-cross-origin] |
79 | Transfer-Encoding: [chunked] | 76 | Transfer-Encoding: [chunked] |
80 | Vary: ['Accept-Encoding, Origin'] | 77 | Vary: ['Accept-Encoding, Origin'] |
@@ -82,8 +79,8 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [78b1e360-1958-4a05-96db-533ab3a65b30] | 82 | X-Request-Id: [6c6db11d-ae98-471c-8e0c-b2b6fcd4c349] |
86 | X-Runtime: ['0.078609'] | 83 | X-Runtime: ['0.077111'] |
87 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['209'] | 85 | content-length: ['209'] |
89 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -98,13 +95,12 @@ interactions: | |||
98 | Content-Type: [application/x-www-form-urlencoded] | 95 | Content-Type: [application/x-www-form-urlencoded] |
99 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
100 | method: POST | 97 | method: POST |
101 | uri: http://localhost:3000/api/v1/lists/15/accounts | 98 | uri: http://localhost:3000/api/v1/lists/5/accounts |
102 | response: | 99 | response: |
103 | body: {string: '{}'} | 100 | body: {string: '{}'} |
104 | headers: | 101 | headers: |
105 | Cache-Control: ['max-age=0, private, must-revalidate'] | 102 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
107 | ETag: [W/"873fd6721b080f5ef31b79e7092c5c54"] | ||
108 | Referrer-Policy: [strict-origin-when-cross-origin] | 104 | Referrer-Policy: [strict-origin-when-cross-origin] |
109 | Transfer-Encoding: [chunked] | 105 | Transfer-Encoding: [chunked] |
110 | Vary: ['Accept-Encoding, Origin'] | 106 | Vary: ['Accept-Encoding, Origin'] |
@@ -112,8 +108,8 @@ interactions: | |||
112 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
113 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
114 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
115 | X-Request-Id: [3cc46091-6784-4b8e-a719-886ed486911e] | 111 | X-Request-Id: [8f64dda3-b754-44ec-9058-8a13fc7e4854] |
116 | X-Runtime: ['0.078086'] | 112 | X-Runtime: ['0.039091'] |
117 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
118 | content-length: ['2'] | 114 | content-length: ['2'] |
119 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
@@ -130,13 +126,12 @@ interactions: | |||
130 | method: POST | 126 | method: POST |
131 | uri: http://localhost:3000/api/v1/statuses | 127 | uri: http://localhost:3000/api/v1/statuses |
132 | response: | 128 | response: |
133 | 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 | 129 | body: {string: '{"id":"102315366232658666","created_at":"2019-06-22T13:03:11.207Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315366232658666","url":"http://localhost/@admin/102315366232658666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI |
134 | 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 | 130 | have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
135 | 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}'} | 131 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
136 | headers: | 132 | headers: |
137 | Cache-Control: ['max-age=0, private, must-revalidate'] | 133 | Cache-Control: ['no-cache, no-store'] |
138 | Content-Type: [application/json; charset=utf-8] | 134 | Content-Type: [application/json; charset=utf-8] |
139 | ETag: [W/"c38f7eefbb8b1cabc8a2e8ee3fb35044"] | ||
140 | Referrer-Policy: [strict-origin-when-cross-origin] | 135 | Referrer-Policy: [strict-origin-when-cross-origin] |
141 | Transfer-Encoding: [chunked] | 136 | Transfer-Encoding: [chunked] |
142 | Vary: ['Accept-Encoding, Origin'] | 137 | Vary: ['Accept-Encoding, Origin'] |
@@ -144,8 +139,8 @@ interactions: | |||
144 | X-Download-Options: [noopen] | 139 | X-Download-Options: [noopen] |
145 | X-Frame-Options: [SAMEORIGIN] | 140 | X-Frame-Options: [SAMEORIGIN] |
146 | X-Permitted-Cross-Domain-Policies: [none] | 141 | X-Permitted-Cross-Domain-Policies: [none] |
147 | X-Request-Id: [c1545708-8305-47ba-a94b-8656fcb8ed4d] | 142 | X-Request-Id: [2655bbd0-c716-4150-84d6-8461a1de9176] |
148 | X-Runtime: ['0.186044'] | 143 | X-Runtime: ['0.152767'] |
149 | X-XSS-Protection: [1; mode=block] | 144 | X-XSS-Protection: [1; mode=block] |
150 | content-length: ['1203'] | 145 | content-length: ['1203'] |
151 | status: {code: 200, message: OK} | 146 | status: {code: 200, message: OK} |
@@ -158,17 +153,16 @@ interactions: | |||
158 | Connection: [keep-alive] | 153 | Connection: [keep-alive] |
159 | User-Agent: [python-requests/2.18.4] | 154 | User-Agent: [python-requests/2.18.4] |
160 | method: GET | 155 | method: GET |
161 | uri: http://localhost:3000/api/v1/timelines/list/15 | 156 | uri: http://localhost:3000/api/v1/timelines/list/5 |
162 | response: | 157 | response: |
163 | 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 | 158 | body: {string: '[{"id":"102315366232658666","created_at":"2019-06-22T13:03:11.207Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315366232658666","url":"http://localhost/@admin/102315366232658666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI |
164 | 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 | 159 | have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
165 | 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}]'} | 160 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
166 | headers: | 161 | headers: |
167 | Cache-Control: ['max-age=0, private, must-revalidate'] | 162 | Cache-Control: ['no-cache, no-store'] |
168 | Content-Type: [application/json; charset=utf-8] | 163 | Content-Type: [application/json; charset=utf-8] |
169 | ETag: [W/"9280ea291d6b47bac0b8fbad9f763dd3"] | 164 | Link: ['<http://localhost:3000/api/v1/timelines/list/5?max_id=102315366232658666>; |
170 | Link: ['<http://localhost:3000/api/v1/timelines/list/15?max_id=101999515346991470>; | 165 | rel="next", <http://localhost:3000/api/v1/timelines/list/5?min_id=102315366232658666>; |
171 | rel="next", <http://localhost:3000/api/v1/timelines/list/15?min_id=101999515346991470>; | ||
172 | rel="prev"'] | 166 | rel="prev"'] |
173 | Referrer-Policy: [strict-origin-when-cross-origin] | 167 | Referrer-Policy: [strict-origin-when-cross-origin] |
174 | Transfer-Encoding: [chunked] | 168 | Transfer-Encoding: [chunked] |
@@ -177,8 +171,8 @@ interactions: | |||
177 | X-Download-Options: [noopen] | 171 | X-Download-Options: [noopen] |
178 | X-Frame-Options: [SAMEORIGIN] | 172 | X-Frame-Options: [SAMEORIGIN] |
179 | X-Permitted-Cross-Domain-Policies: [none] | 173 | X-Permitted-Cross-Domain-Policies: [none] |
180 | X-Request-Id: [5740f524-6ad4-4f9b-b6ac-12720e85b41f] | 174 | X-Request-Id: [0acf6672-99b8-459e-a81d-26cddae81c5c] |
181 | X-Runtime: ['0.076979'] | 175 | X-Runtime: ['0.053111'] |
182 | X-XSS-Protection: [1; mode=block] | 176 | X-XSS-Protection: [1; mode=block] |
183 | content-length: ['1190'] | 177 | content-length: ['1190'] |
184 | status: {code: 200, message: OK} | 178 | status: {code: 200, message: OK} |
@@ -192,13 +186,14 @@ interactions: | |||
192 | Content-Length: ['0'] | 186 | Content-Length: ['0'] |
193 | User-Agent: [python-requests/2.18.4] | 187 | User-Agent: [python-requests/2.18.4] |
194 | method: DELETE | 188 | method: DELETE |
195 | uri: http://localhost:3000/api/v1/statuses/101999515346991470 | 189 | uri: http://localhost:3000/api/v1/statuses/102315366232658666 |
196 | response: | 190 | response: |
197 | body: {string: '{}'} | 191 | body: {string: '{"id":"102315366232658666","created_at":"2019-06-22T13:03:11.207Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315366232658666","url":"http://localhost/@admin/102315366232658666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I |
192 | have never stolen a ham in my life.","reblog":null,"application":{"name":"Mastodon.py | ||
193 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
198 | headers: | 194 | headers: |
199 | Cache-Control: ['max-age=0, private, must-revalidate'] | 195 | Cache-Control: ['no-cache, no-store'] |
200 | Content-Type: [application/json; charset=utf-8] | 196 | Content-Type: [application/json; charset=utf-8] |
201 | ETag: [W/"71fb4d7e1e48f649eba00c8cd0090849"] | ||
202 | Referrer-Policy: [strict-origin-when-cross-origin] | 197 | Referrer-Policy: [strict-origin-when-cross-origin] |
203 | Transfer-Encoding: [chunked] | 198 | Transfer-Encoding: [chunked] |
204 | Vary: ['Accept-Encoding, Origin'] | 199 | Vary: ['Accept-Encoding, Origin'] |
@@ -206,10 +201,10 @@ interactions: | |||
206 | X-Download-Options: [noopen] | 201 | X-Download-Options: [noopen] |
207 | X-Frame-Options: [SAMEORIGIN] | 202 | X-Frame-Options: [SAMEORIGIN] |
208 | X-Permitted-Cross-Domain-Policies: [none] | 203 | X-Permitted-Cross-Domain-Policies: [none] |
209 | X-Request-Id: [ab0c27fe-e237-42ae-9faf-a2972baa8bfa] | 204 | X-Request-Id: [9c665524-0c17-4e3e-89ec-5218b7823af3] |
210 | X-Runtime: ['0.020533'] | 205 | X-Runtime: ['0.073855'] |
211 | X-XSS-Protection: [1; mode=block] | 206 | X-XSS-Protection: [1; mode=block] |
212 | content-length: ['2'] | 207 | content-length: ['1173'] |
213 | status: {code: 200, message: OK} | 208 | status: {code: 200, message: OK} |
214 | - request: | 209 | - request: |
215 | body: null | 210 | body: null |
@@ -225,9 +220,8 @@ interactions: | |||
225 | response: | 220 | response: |
226 | 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}'} | 221 | 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}'} |
227 | headers: | 222 | headers: |
228 | Cache-Control: ['max-age=0, private, must-revalidate'] | 223 | Cache-Control: ['no-cache, no-store'] |
229 | Content-Type: [application/json; charset=utf-8] | 224 | Content-Type: [application/json; charset=utf-8] |
230 | ETag: [W/"a981f53aa51b0f85997b6a7913278ca6"] | ||
231 | Referrer-Policy: [strict-origin-when-cross-origin] | 225 | Referrer-Policy: [strict-origin-when-cross-origin] |
232 | Transfer-Encoding: [chunked] | 226 | Transfer-Encoding: [chunked] |
233 | Vary: ['Accept-Encoding, Origin'] | 227 | Vary: ['Accept-Encoding, Origin'] |
@@ -235,8 +229,8 @@ interactions: | |||
235 | X-Download-Options: [noopen] | 229 | X-Download-Options: [noopen] |
236 | X-Frame-Options: [SAMEORIGIN] | 230 | X-Frame-Options: [SAMEORIGIN] |
237 | X-Permitted-Cross-Domain-Policies: [none] | 231 | X-Permitted-Cross-Domain-Policies: [none] |
238 | X-Request-Id: [37cb9622-9d6e-4502-8ef5-5a099a71a4a1] | 232 | X-Request-Id: [3be70ec4-f044-42f0-90a2-c438dfc66e82] |
239 | X-Runtime: ['0.119308'] | 233 | X-Runtime: ['0.073023'] |
240 | X-XSS-Protection: [1; mode=block] | 234 | X-XSS-Protection: [1; mode=block] |
241 | content-length: ['211'] | 235 | content-length: ['211'] |
242 | status: {code: 200, message: OK} | 236 | status: {code: 200, message: OK} |
@@ -250,13 +244,12 @@ interactions: | |||
250 | Content-Length: ['0'] | 244 | Content-Length: ['0'] |
251 | User-Agent: [python-requests/2.18.4] | 245 | User-Agent: [python-requests/2.18.4] |
252 | method: DELETE | 246 | method: DELETE |
253 | uri: http://localhost:3000/api/v1/lists/15 | 247 | uri: http://localhost:3000/api/v1/lists/5 |
254 | response: | 248 | response: |
255 | body: {string: '{}'} | 249 | body: {string: '{}'} |
256 | headers: | 250 | headers: |
257 | Cache-Control: ['max-age=0, private, must-revalidate'] | 251 | Cache-Control: ['no-cache, no-store'] |
258 | Content-Type: [application/json; charset=utf-8] | 252 | Content-Type: [application/json; charset=utf-8] |
259 | ETag: [W/"71fb4d7e1e48f649eba00c8cd0090849"] | ||
260 | Referrer-Policy: [strict-origin-when-cross-origin] | 253 | Referrer-Policy: [strict-origin-when-cross-origin] |
261 | Transfer-Encoding: [chunked] | 254 | Transfer-Encoding: [chunked] |
262 | Vary: ['Accept-Encoding, Origin'] | 255 | Vary: ['Accept-Encoding, Origin'] |
@@ -264,8 +257,8 @@ interactions: | |||
264 | X-Download-Options: [noopen] | 257 | X-Download-Options: [noopen] |
265 | X-Frame-Options: [SAMEORIGIN] | 258 | X-Frame-Options: [SAMEORIGIN] |
266 | X-Permitted-Cross-Domain-Policies: [none] | 259 | X-Permitted-Cross-Domain-Policies: [none] |
267 | X-Request-Id: [74ba4eae-f0a7-4ffc-8e74-dba7a27f3bda] | 260 | X-Request-Id: [21f34ce5-d202-4c38-952f-1e2079860b51] |
268 | X-Runtime: ['0.032257'] | 261 | X-Runtime: ['0.043072'] |
269 | X-XSS-Protection: [1; mode=block] | 262 | X-XSS-Protection: [1; mode=block] |
270 | content-length: ['2'] | 263 | content-length: ['2'] |
271 | status: {code: 200, message: OK} | 264 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_update.yaml b/tests/cassettes/test_list_update.yaml index 29561a0..902c696 100644 --- a/tests/cassettes/test_list_update.yaml +++ b/tests/cassettes/test_list_update.yaml | |||
@@ -12,11 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"12","title":"ham burglars"}'} | 15 | body: {string: '{"id":"2","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"74769f86e8fae8a99d2bd243cebde639"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,10 +23,10 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [3336c659-4139-4b86-ad79-14f5b94db0c0] | 26 | X-Request-Id: [7a3e67d6-4676-48ce-ae8f-6cc3203b4270] |
28 | X-Runtime: ['0.022639'] | 27 | X-Runtime: ['0.021679'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['34'] | 29 | content-length: ['33'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
32 | - request: | 31 | - request: |
33 | body: title=fry+kids | 32 | body: title=fry+kids |
@@ -40,13 +39,12 @@ interactions: | |||
40 | Content-Type: [application/x-www-form-urlencoded] | 39 | Content-Type: [application/x-www-form-urlencoded] |
41 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
42 | method: PUT | 41 | method: PUT |
43 | uri: http://localhost:3000/api/v1/lists/12 | 42 | uri: http://localhost:3000/api/v1/lists/2 |
44 | response: | 43 | response: |
45 | body: {string: '{"id":"12","title":"fry kids"}'} | 44 | body: {string: '{"id":"2","title":"fry kids"}'} |
46 | headers: | 45 | headers: |
47 | Cache-Control: ['max-age=0, private, must-revalidate'] | 46 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
49 | ETag: [W/"7eb040185722ff1421698e759173da1e"] | ||
50 | Referrer-Policy: [strict-origin-when-cross-origin] | 48 | Referrer-Policy: [strict-origin-when-cross-origin] |
51 | Transfer-Encoding: [chunked] | 49 | Transfer-Encoding: [chunked] |
52 | Vary: ['Accept-Encoding, Origin'] | 50 | Vary: ['Accept-Encoding, Origin'] |
@@ -54,10 +52,10 @@ interactions: | |||
54 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
55 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
56 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
57 | X-Request-Id: [2fd73526-6fe2-46a0-98ec-8d8c2edb6f38] | 55 | X-Request-Id: [40c498a2-2c8b-4a34-9494-e3aed7a481df] |
58 | X-Runtime: ['0.031404'] | 56 | X-Runtime: ['0.022328'] |
59 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
60 | content-length: ['30'] | 58 | content-length: ['29'] |
61 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
62 | - request: | 60 | - request: |
63 | body: null | 61 | body: null |
@@ -70,11 +68,10 @@ interactions: | |||
70 | method: GET | 68 | method: GET |
71 | uri: http://localhost:3000/api/v1/lists | 69 | uri: http://localhost:3000/api/v1/lists |
72 | response: | 70 | response: |
73 | body: {string: '[{"id":"12","title":"fry kids"}]'} | 71 | body: {string: '[{"id":"2","title":"fry kids"}]'} |
74 | headers: | 72 | headers: |
75 | Cache-Control: ['max-age=0, private, must-revalidate'] | 73 | Cache-Control: ['no-cache, no-store'] |
76 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
77 | ETag: [W/"46d32f4b243293ec2f9f8e32432a5e31"] | ||
78 | Referrer-Policy: [strict-origin-when-cross-origin] | 75 | Referrer-Policy: [strict-origin-when-cross-origin] |
79 | Transfer-Encoding: [chunked] | 76 | Transfer-Encoding: [chunked] |
80 | Vary: ['Accept-Encoding, Origin'] | 77 | Vary: ['Accept-Encoding, Origin'] |
@@ -82,10 +79,10 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [7c18b9b4-74b1-4814-8baf-5222027d98a7] | 82 | X-Request-Id: [69975442-93a0-4381-a7f2-81f787314057] |
86 | X-Runtime: ['0.015704'] | 83 | X-Runtime: ['0.017720'] |
87 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['32'] | 85 | content-length: ['31'] |
89 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
90 | - request: | 87 | - request: |
91 | body: null | 88 | body: null |
@@ -98,11 +95,10 @@ interactions: | |||
98 | method: GET | 95 | method: GET |
99 | uri: http://localhost:3000/api/v1/lists | 96 | uri: http://localhost:3000/api/v1/lists |
100 | response: | 97 | response: |
101 | body: {string: '[{"id":"12","title":"fry kids"}]'} | 98 | body: {string: '[{"id":"2","title":"fry kids"}]'} |
102 | headers: | 99 | headers: |
103 | Cache-Control: ['max-age=0, private, must-revalidate'] | 100 | Cache-Control: ['no-cache, no-store'] |
104 | Content-Type: [application/json; charset=utf-8] | 101 | Content-Type: [application/json; charset=utf-8] |
105 | ETag: [W/"46d32f4b243293ec2f9f8e32432a5e31"] | ||
106 | Referrer-Policy: [strict-origin-when-cross-origin] | 102 | Referrer-Policy: [strict-origin-when-cross-origin] |
107 | Transfer-Encoding: [chunked] | 103 | Transfer-Encoding: [chunked] |
108 | Vary: ['Accept-Encoding, Origin'] | 104 | Vary: ['Accept-Encoding, Origin'] |
@@ -110,10 +106,10 @@ interactions: | |||
110 | X-Download-Options: [noopen] | 106 | X-Download-Options: [noopen] |
111 | X-Frame-Options: [SAMEORIGIN] | 107 | X-Frame-Options: [SAMEORIGIN] |
112 | X-Permitted-Cross-Domain-Policies: [none] | 108 | X-Permitted-Cross-Domain-Policies: [none] |
113 | X-Request-Id: [cda72984-c48d-4b43-ae0f-a7c7572e86c6] | 109 | X-Request-Id: [32536a24-bf91-45a7-93e4-11e68366c245] |
114 | X-Runtime: ['0.015326'] | 110 | X-Runtime: ['0.016560'] |
115 | X-XSS-Protection: [1; mode=block] | 111 | X-XSS-Protection: [1; mode=block] |
116 | content-length: ['32'] | 112 | content-length: ['31'] |
117 | status: {code: 200, message: OK} | 113 | status: {code: 200, message: OK} |
118 | - request: | 114 | - request: |
119 | body: null | 115 | body: null |
@@ -124,13 +120,12 @@ interactions: | |||
124 | Connection: [keep-alive] | 120 | Connection: [keep-alive] |
125 | User-Agent: [python-requests/2.18.4] | 121 | User-Agent: [python-requests/2.18.4] |
126 | method: GET | 122 | method: GET |
127 | uri: http://localhost:3000/api/v1/lists/12 | 123 | uri: http://localhost:3000/api/v1/lists/2 |
128 | response: | 124 | response: |
129 | body: {string: '{"id":"12","title":"fry kids"}'} | 125 | body: {string: '{"id":"2","title":"fry kids"}'} |
130 | headers: | 126 | headers: |
131 | Cache-Control: ['max-age=0, private, must-revalidate'] | 127 | Cache-Control: ['no-cache, no-store'] |
132 | Content-Type: [application/json; charset=utf-8] | 128 | Content-Type: [application/json; charset=utf-8] |
133 | ETag: [W/"7eb040185722ff1421698e759173da1e"] | ||
134 | Referrer-Policy: [strict-origin-when-cross-origin] | 129 | Referrer-Policy: [strict-origin-when-cross-origin] |
135 | Transfer-Encoding: [chunked] | 130 | Transfer-Encoding: [chunked] |
136 | Vary: ['Accept-Encoding, Origin'] | 131 | Vary: ['Accept-Encoding, Origin'] |
@@ -138,10 +133,10 @@ interactions: | |||
138 | X-Download-Options: [noopen] | 133 | X-Download-Options: [noopen] |
139 | X-Frame-Options: [SAMEORIGIN] | 134 | X-Frame-Options: [SAMEORIGIN] |
140 | X-Permitted-Cross-Domain-Policies: [none] | 135 | X-Permitted-Cross-Domain-Policies: [none] |
141 | X-Request-Id: [f455489c-7149-4897-8d06-c705784f6b02] | 136 | X-Request-Id: [37e79f80-f338-440c-abd6-e9d0d6da7efe] |
142 | X-Runtime: ['0.016879'] | 137 | X-Runtime: ['0.017184'] |
143 | X-XSS-Protection: [1; mode=block] | 138 | X-XSS-Protection: [1; mode=block] |
144 | content-length: ['30'] | 139 | content-length: ['29'] |
145 | status: {code: 200, message: OK} | 140 | status: {code: 200, message: OK} |
146 | - request: | 141 | - request: |
147 | body: null | 142 | body: null |
@@ -153,13 +148,12 @@ interactions: | |||
153 | Content-Length: ['0'] | 148 | Content-Length: ['0'] |
154 | User-Agent: [python-requests/2.18.4] | 149 | User-Agent: [python-requests/2.18.4] |
155 | method: DELETE | 150 | method: DELETE |
156 | uri: http://localhost:3000/api/v1/lists/12 | 151 | uri: http://localhost:3000/api/v1/lists/2 |
157 | response: | 152 | response: |
158 | body: {string: '{}'} | 153 | body: {string: '{}'} |
159 | headers: | 154 | headers: |
160 | Cache-Control: ['max-age=0, private, must-revalidate'] | 155 | Cache-Control: ['no-cache, no-store'] |
161 | Content-Type: [application/json; charset=utf-8] | 156 | Content-Type: [application/json; charset=utf-8] |
162 | ETag: [W/"f7218fbcd1fb889396566736881b9808"] | ||
163 | Referrer-Policy: [strict-origin-when-cross-origin] | 157 | Referrer-Policy: [strict-origin-when-cross-origin] |
164 | Transfer-Encoding: [chunked] | 158 | Transfer-Encoding: [chunked] |
165 | Vary: ['Accept-Encoding, Origin'] | 159 | Vary: ['Accept-Encoding, Origin'] |
@@ -167,8 +161,8 @@ interactions: | |||
167 | X-Download-Options: [noopen] | 161 | X-Download-Options: [noopen] |
168 | X-Frame-Options: [SAMEORIGIN] | 162 | X-Frame-Options: [SAMEORIGIN] |
169 | X-Permitted-Cross-Domain-Policies: [none] | 163 | X-Permitted-Cross-Domain-Policies: [none] |
170 | X-Request-Id: [a99bc633-28e3-47db-8c9d-a773d015b25d] | 164 | X-Request-Id: [2a3ba842-1f5d-477b-ae06-f7ea48059ce9] |
171 | X-Runtime: ['0.028553'] | 165 | X-Runtime: ['0.028454'] |
172 | X-XSS-Protection: [1; mode=block] | 166 | X-XSS-Protection: [1; mode=block] |
173 | content-length: ['2'] | 167 | content-length: ['2'] |
174 | status: {code: 200, message: OK} | 168 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_log_in_password.yaml b/tests/cassettes/test_log_in_password.yaml index 6b34a9d..1f0eee9 100644 --- a/tests/cassettes/test_log_in_password.yaml +++ b/tests/cassettes/test_log_in_password.yaml | |||
@@ -1,27 +1,27 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | 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 | 3 | 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 |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Connection: [keep-alive] | 7 | Connection: [keep-alive] |
8 | Content-Length: ['240'] | 8 | Content-Length: ['233'] |
9 | Content-Type: [application/x-www-form-urlencoded] | 9 | Content-Type: [application/x-www-form-urlencoded] |
10 | User-Agent: [python-requests/2.18.4] | 10 | User-Agent: [python-requests/2.18.4] |
11 | method: POST | 11 | method: POST |
12 | uri: http://localhost:3000/oauth/token | 12 | uri: http://localhost:3000/oauth/token |
13 | response: | 13 | response: |
14 | body: {string: '{"access_token":"__MASTODON_PY_TEST_ACCESS_TOKEN_2","token_type":"Bearer","scope":"read | 14 | body: {string: '{"access_token":"__MASTODON_PY_TEST_ACCESS_TOKEN_2","token_type":"Bearer","scope":"read |
15 | write follow push","created_at":1556398580}'} | 15 | write follow push","created_at":1561214788}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['private, no-store'] | 17 | Cache-Control: ['private, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"e07660394b0fd53ff74e0468c46350d6"] | 19 | ETag: [W/"24c702c892d562d104453293f6d8ab58"] |
20 | Pragma: [no-cache] | 20 | Pragma: [no-cache] |
21 | Transfer-Encoding: [chunked] | 21 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 22 | Vary: ['Accept-Encoding, Origin'] |
23 | X-Request-Id: [df01a2d8-3f43-420d-8e4c-bbb0c36c858f] | 23 | X-Request-Id: [822a2b34-22bb-4d4b-bd07-30e59588c242] |
24 | X-Runtime: ['0.081349'] | 24 | X-Runtime: ['0.070731'] |
25 | content-length: ['131'] | 25 | content-length: ['131'] |
26 | status: {code: 200, message: OK} | 26 | status: {code: 200, message: OK} |
27 | version: 1 | 27 | version: 1 |
diff --git a/tests/cassettes/test_log_in_password_incorrect.yaml b/tests/cassettes/test_log_in_password_incorrect.yaml index 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 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | 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 | 3 | 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 |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Connection: [keep-alive] | 7 | Connection: [keep-alive] |
8 | Content-Length: ['234'] | 8 | Content-Length: ['227'] |
9 | Content-Type: [application/x-www-form-urlencoded] | 9 | Content-Type: [application/x-www-form-urlencoded] |
10 | User-Agent: [python-requests/2.18.4] | 10 | User-Agent: [python-requests/2.18.4] |
11 | method: POST | 11 | method: POST |
@@ -24,8 +24,8 @@ interactions: | |||
24 | provided authorization grant is invalid, expired, revoked, does not match | 24 | provided authorization grant is invalid, expired, revoked, does not match |
25 | the redirection URI used in the authorization request, or was issued to | 25 | the redirection URI used in the authorization request, or was issued to |
26 | another client."'] | 26 | another client."'] |
27 | X-Request-Id: [02409972-ac5b-4909-9902-558fd29567ab] | 27 | X-Request-Id: [b80469bd-d9b3-429f-8be8-51c8afbce6e9] |
28 | X-Runtime: ['0.062573'] | 28 | X-Runtime: ['0.063862'] |
29 | content-length: ['213'] | 29 | content-length: ['213'] |
30 | status: {code: 401, message: Unauthorized} | 30 | status: {code: 400, message: Bad Request} |
31 | version: 1 | 31 | version: 1 |
diff --git a/tests/cassettes/test_log_in_password_to_file.yaml b/tests/cassettes/test_log_in_password_to_file.yaml index 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 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | 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 | 3 | 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 |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Connection: [keep-alive] | 7 | Connection: [keep-alive] |
8 | Content-Length: ['240'] | 8 | Content-Length: ['233'] |
9 | Content-Type: [application/x-www-form-urlencoded] | 9 | Content-Type: [application/x-www-form-urlencoded] |
10 | User-Agent: [python-requests/2.18.4] | 10 | User-Agent: [python-requests/2.18.4] |
11 | method: POST | 11 | method: POST |
12 | uri: http://localhost:3000/oauth/token | 12 | uri: http://localhost:3000/oauth/token |
13 | response: | 13 | response: |
14 | body: {string: '{"access_token":"__MASTODON_PY_TEST_ACCESS_TOKEN_2","token_type":"Bearer","scope":"read | 14 | body: {string: '{"access_token":"__MASTODON_PY_TEST_ACCESS_TOKEN_2","token_type":"Bearer","scope":"read |
15 | write follow push","created_at":1556398580}'} | 15 | write follow push","created_at":1561214788}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['private, no-store'] | 17 | Cache-Control: ['private, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"e07660394b0fd53ff74e0468c46350d6"] | 19 | ETag: [W/"24c702c892d562d104453293f6d8ab58"] |
20 | Pragma: [no-cache] | 20 | Pragma: [no-cache] |
21 | Transfer-Encoding: [chunked] | 21 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 22 | Vary: ['Accept-Encoding, Origin'] |
23 | X-Request-Id: [be2f63a6-9485-42fa-b443-98572e2072bf] | 23 | X-Request-Id: [c3017f47-0494-4f94-ab7e-fcfa3f9ccff1] |
24 | X-Runtime: ['0.062174'] | 24 | X-Runtime: ['0.067294'] |
25 | content-length: ['131'] | 25 | content-length: ['131'] |
26 | status: {code: 200, message: OK} | 26 | status: {code: 200, message: OK} |
27 | - request: | 27 | - request: |
@@ -35,11 +35,10 @@ interactions: | |||
35 | method: GET | 35 | method: GET |
36 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 36 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
37 | response: | 37 | response: |
38 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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":[]}'} | 38 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
39 | headers: | 39 | headers: |
40 | Cache-Control: ['max-age=0, private, must-revalidate'] | 40 | Cache-Control: ['no-cache, no-store'] |
41 | Content-Type: [application/json; charset=utf-8] | 41 | Content-Type: [application/json; charset=utf-8] |
42 | ETag: [W/"ef0905262d6a98baf18f8430e875d51f"] | ||
43 | Referrer-Policy: [strict-origin-when-cross-origin] | 42 | Referrer-Policy: [strict-origin-when-cross-origin] |
44 | Transfer-Encoding: [chunked] | 43 | Transfer-Encoding: [chunked] |
45 | Vary: ['Accept-Encoding, Origin'] | 44 | Vary: ['Accept-Encoding, Origin'] |
@@ -47,8 +46,8 @@ interactions: | |||
47 | X-Download-Options: [noopen] | 46 | X-Download-Options: [noopen] |
48 | X-Frame-Options: [SAMEORIGIN] | 47 | X-Frame-Options: [SAMEORIGIN] |
49 | X-Permitted-Cross-Domain-Policies: [none] | 48 | X-Permitted-Cross-Domain-Policies: [none] |
50 | X-Request-Id: [1a9e6f5c-ce19-415a-935a-c2492a829fe9] | 49 | X-Request-Id: [ed77c025-4ba4-4c88-bc2c-9ac710e12d7c] |
51 | X-Runtime: ['0.136161'] | 50 | X-Runtime: ['0.022156'] |
52 | X-XSS-Protection: [1; mode=block] | 51 | X-XSS-Protection: [1; mode=block] |
53 | content-length: ['609'] | 52 | content-length: ['609'] |
54 | status: {code: 200, message: OK} | 53 | 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 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS1iYjg5NDk0Mzg4NmE0ODNjODc5MDZlODFkNTI2ZDE5NA0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS1iYmM3OTA0MWRjZGE0NGZkOTMyY2ZhYWU2MjhhMmU1Zg0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u | 5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u |
6 | eSB3YWxrDQotLWJiODk0OTQzODg2YTQ4M2M4NzkwNmU4MWQ1MjZkMTk0DQpDb250ZW50LURpc3Bv | 6 | eSB3YWxrDQotLWJiYzc5MDQxZGNkYTQ0ZmQ5MzJjZmFhZTYyOGEyZTVmDQpDb250ZW50LURpc3Bv |
7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1iYjg5NDk0Mzg4 | 7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1iYmM3OTA0MWRj |
8 | NmE0ODNjODc5MDZlODFkNTI2ZDE5NA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | 8 | ZGE0NGZkOTMyY2ZhYWU2MjhhMmU1Zg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu |
9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU1NjM4OTA5MS42MzQxMjc0 | 9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIwODU5My42MTI4Mjk3 |
10 | X1RDMEs2MFJDMjcuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA | 10 | XzlLUVRSRUhVQ04uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA |
11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ | 11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ |
12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA | 12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA |
13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe | 13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe |
@@ -943,24 +943,23 @@ interactions: | |||
943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI | 943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI |
944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV | 944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV |
945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp | 945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp |
946 | UqD/2Q0KLS1iYjg5NDk0Mzg4NmE0ODNjODc5MDZlODFkNTI2ZDE5NC0tDQo= | 946 | UqD/2Q0KLS1iYmM3OTA0MWRjZGE0NGZkOTMyY2ZhYWU2MjhhMmU1Zi0tDQo= |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
949 | Accept-Encoding: ['gzip, deflate'] | 949 | Accept-Encoding: ['gzip, deflate'] |
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53738'] | 952 | Content-Length: ['53738'] |
953 | Content-Type: [multipart/form-data; boundary=bb894943886a483c87906e81d526d194] | 953 | Content-Type: [multipart/form-data; boundary=bbc79041dcda44fd932cfaae628a2e5f] |
954 | User-Agent: [python-requests/2.18.4] | 954 | User-Agent: [python-requests/2.18.4] |
955 | method: POST | 955 | method: POST |
956 | uri: http://localhost:3000/api/v1/media | 956 | uri: http://localhost:3000/api/v1/media |
957 | response: | 957 | response: |
958 | body: {string: '{"id":"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 | 958 | body: {string: '{"id":"1","type":"image","url":"http://localhost/system/media_attachments/files/000/000/001/original/abfdfa2542f48377.jpeg?1561208593","preview_url":"http://localhost/system/media_attachments/files/000/000/001/small/abfdfa2542f48377.jpeg?1561208593","remote_url":null,"text_url":"http://localhost/media/DRJkMLZYxev5mJh9VqE","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
959 | Lennon doing a funny walk"}'} | 959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
960 | headers: | 960 | headers: |
961 | Cache-Control: ['max-age=0, private, must-revalidate'] | 961 | Cache-Control: ['no-cache, no-store'] |
962 | Content-Type: [application/json; charset=utf-8] | 962 | Content-Type: [application/json; charset=utf-8] |
963 | ETag: [W/"fd6e53a1aa8b05456031f3d04424f672"] | ||
964 | Referrer-Policy: [strict-origin-when-cross-origin] | 963 | Referrer-Policy: [strict-origin-when-cross-origin] |
965 | Transfer-Encoding: [chunked] | 964 | Transfer-Encoding: [chunked] |
966 | Vary: ['Accept-Encoding, Origin'] | 965 | Vary: ['Accept-Encoding, Origin'] |
@@ -968,13 +967,13 @@ interactions: | |||
968 | X-Download-Options: [noopen] | 967 | X-Download-Options: [noopen] |
969 | X-Frame-Options: [SAMEORIGIN] | 968 | X-Frame-Options: [SAMEORIGIN] |
970 | X-Permitted-Cross-Domain-Policies: [none] | 969 | X-Permitted-Cross-Domain-Policies: [none] |
971 | X-Request-Id: [79dc8d57-a19e-4d8b-a435-29cd1dcbfd42] | 970 | X-Request-Id: [4c4f3fed-01c4-4996-b065-d5bb42a625d1] |
972 | X-Runtime: ['0.123984'] | 971 | X-Runtime: ['0.297668'] |
973 | X-XSS-Protection: [1; mode=block] | 972 | X-XSS-Protection: [1; mode=block] |
974 | content-length: ['540'] | 973 | content-length: ['590'] |
975 | status: {code: 200, message: OK} | 974 | status: {code: 200, message: OK} |
976 | - request: | 975 | - request: |
977 | body: status=LOL+check+this+out&media_ids%5B%5D=9 | 976 | body: status=LOL+check+this+out&media_ids%5B%5D=1 |
978 | headers: | 977 | headers: |
979 | Accept: ['*/*'] | 978 | Accept: ['*/*'] |
980 | Accept-Encoding: ['gzip, deflate'] | 979 | Accept-Encoding: ['gzip, deflate'] |
@@ -986,16 +985,15 @@ interactions: | |||
986 | method: POST | 985 | method: POST |
987 | uri: http://localhost:3000/api/v1/statuses | 986 | uri: http://localhost:3000/api/v1/statuses |
988 | response: | 987 | response: |
989 | 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 | 988 | body: {string: '{"id":"102315366413514093","created_at":"2019-06-22T13:03:13.967Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315366413514093","url":"http://localhost/@mastodonpy_test/102315366413514093","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eLOL |
990 | 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 | 989 | check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
991 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 990 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
992 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 991 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
993 | 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 | 992 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[{"id":"1","type":"image","url":"http://localhost/system/media_attachments/files/000/000/001/original/abfdfa2542f48377.jpeg?1561208593","preview_url":"http://localhost/system/media_attachments/files/000/000/001/small/abfdfa2542f48377.jpeg?1561208593","remote_url":null,"text_url":"http://localhost/media/DRJkMLZYxev5mJh9VqE","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
994 | Lennon doing a funny walk"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 993 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
995 | headers: | 994 | headers: |
996 | Cache-Control: ['max-age=0, private, must-revalidate'] | 995 | Cache-Control: ['no-cache, no-store'] |
997 | Content-Type: [application/json; charset=utf-8] | 996 | Content-Type: [application/json; charset=utf-8] |
998 | ETag: [W/"dc46cbce50ee3193256916b8e2764163"] | ||
999 | Referrer-Policy: [strict-origin-when-cross-origin] | 997 | Referrer-Policy: [strict-origin-when-cross-origin] |
1000 | Transfer-Encoding: [chunked] | 998 | Transfer-Encoding: [chunked] |
1001 | Vary: ['Accept-Encoding, Origin'] | 999 | Vary: ['Accept-Encoding, Origin'] |
@@ -1003,10 +1001,10 @@ interactions: | |||
1003 | X-Download-Options: [noopen] | 1001 | X-Download-Options: [noopen] |
1004 | X-Frame-Options: [SAMEORIGIN] | 1002 | X-Frame-Options: [SAMEORIGIN] |
1005 | X-Permitted-Cross-Domain-Policies: [none] | 1003 | X-Permitted-Cross-Domain-Policies: [none] |
1006 | X-Request-Id: [6cab77d0-ed19-4bbb-b1ae-6ee00ea08221] | 1004 | X-Request-Id: [0ceb8d57-2323-4a8f-b29b-3e3b87c85017] |
1007 | X-Runtime: ['0.166404'] | 1005 | X-Runtime: ['0.146228'] |
1008 | X-XSS-Protection: [1; mode=block] | 1006 | X-XSS-Protection: [1; mode=block] |
1009 | content-length: ['2151'] | 1007 | content-length: ['2200'] |
1010 | status: {code: 200, message: OK} | 1008 | status: {code: 200, message: OK} |
1011 | - request: | 1009 | - request: |
1012 | body: null | 1010 | body: null |
@@ -1018,13 +1016,16 @@ interactions: | |||
1018 | Content-Length: ['0'] | 1016 | Content-Length: ['0'] |
1019 | User-Agent: [python-requests/2.18.4] | 1017 | User-Agent: [python-requests/2.18.4] |
1020 | method: DELETE | 1018 | method: DELETE |
1021 | uri: http://localhost:3000/api/v1/statuses/101999515521299851 | 1019 | uri: http://localhost:3000/api/v1/statuses/102315366413514093 |
1022 | response: | 1020 | response: |
1023 | body: {string: '{}'} | 1021 | body: {string: '{"id":"102315366413514093","created_at":"2019-06-22T13:03:13.967Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315366413514093","url":"http://localhost/@mastodonpy_test/102315366413514093","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"LOL |
1022 | check this out","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1023 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1024 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[{"id":"1","type":"image","url":"http://localhost/system/media_attachments/files/000/000/001/original/abfdfa2542f48377.jpeg?1561208593","preview_url":"http://localhost/system/media_attachments/files/000/000/001/small/abfdfa2542f48377.jpeg?1561208593","remote_url":null,"text_url":"http://localhost/media/DRJkMLZYxev5mJh9VqE","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John | ||
1025 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
1024 | headers: | 1026 | headers: |
1025 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1027 | Cache-Control: ['no-cache, no-store'] |
1026 | Content-Type: [application/json; charset=utf-8] | 1028 | Content-Type: [application/json; charset=utf-8] |
1027 | ETag: [W/"71fb4d7e1e48f649eba00c8cd0090849"] | ||
1028 | Referrer-Policy: [strict-origin-when-cross-origin] | 1029 | Referrer-Policy: [strict-origin-when-cross-origin] |
1029 | Transfer-Encoding: [chunked] | 1030 | Transfer-Encoding: [chunked] |
1030 | Vary: ['Accept-Encoding, Origin'] | 1031 | Vary: ['Accept-Encoding, Origin'] |
@@ -1032,9 +1033,9 @@ interactions: | |||
1032 | X-Download-Options: [noopen] | 1033 | X-Download-Options: [noopen] |
1033 | X-Frame-Options: [SAMEORIGIN] | 1034 | X-Frame-Options: [SAMEORIGIN] |
1034 | X-Permitted-Cross-Domain-Policies: [none] | 1035 | X-Permitted-Cross-Domain-Policies: [none] |
1035 | X-Request-Id: [4e394051-b9fc-400f-9ed2-8559a747d599] | 1036 | X-Request-Id: [f111387d-93bd-4bae-8b57-87e078ae35b6] |
1036 | X-Runtime: ['0.049374'] | 1037 | X-Runtime: ['0.121595'] |
1037 | X-XSS-Protection: [1; mode=block] | 1038 | X-XSS-Protection: [1; mode=block] |
1038 | content-length: ['2'] | 1039 | content-length: ['2170'] |
1039 | status: {code: 200, message: OK} | 1040 | status: {code: 200, message: OK} |
1040 | version: 1 | 1041 | 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 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS1hYjM5ZGEyMGZmMjg0ODMwYWZmNjYzNDI1YjgzZjMwMg0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS1hMDRiYjUxYzFmY2U0OWVhOWRkM2FhYzllMzI2MTdmYQ0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u | 5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u |
6 | eSB3YWxrDQotLWFiMzlkYTIwZmYyODQ4MzBhZmY2NjM0MjViODNmMzAyDQpDb250ZW50LURpc3Bv | 6 | eSB3YWxrDQotLWEwNGJiNTFjMWZjZTQ5ZWE5ZGQzYWFjOWUzMjYxN2ZhDQpDb250ZW50LURpc3Bv |
7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1hYjM5ZGEyMGZm | 7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1hMDRiYjUxYzFm |
8 | Mjg0ODMwYWZmNjYzNDI1YjgzZjMwMg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | 8 | Y2U0OWVhOWRkM2FhYzllMzI2MTdmYQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu |
9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU1NjM4OTA5Mi4wMjEyNTVf | 9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIwODU5NC4yMjczODk4 |
10 | UUlPUU9LV0M0WC5qcGUiDQpDb250ZW50LVR5cGU6IGltYWdlL2pwZWcNCg0K/9j/4AAQSkZJRgAB | 10 | XzNYS0NXM1FXOU4uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA |
11 | AQEASABIAAD/4gIcSUNDX1BST0ZJTEUAAQEAAAIMbGNtcwIQAABtbnRyUkdCIFhZWiAH3AABABkA | 11 | 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 | 596 | 5ppcpmUY4GiwaF0JMk2+CrUNREOUjFHou9Z9m8ZlFccz1SnLmojqW2SCHUQ6FBbC5dLiWyEDoJka |
597 | ZyPu4flQAptRqrGkse5rNd7MQyLcDJ9jeud1vrPhNv8Ah6fSXdUjvM2H8u9UamotxjmJIkHTA4K4 | 597 | C2cj7uH5UAKbUaqxpLHuazXezEMi3AyfY3rndb6z4Tb/AIen0l3VI7zNh/LvVGpqLcY5iSJB0wOC |
598 | 71N6Vta+1PW8MtkNREzch0Lh5HzR7/rbVTGELNi2eJip+dqBD1TxM3uW7F6GOsMifbrUHCQWL7bF | 598 | uO9TelbWvtT1vDLZDURM3IdC4eR80e/621UxhCzYtniYqfnagQ9U8TN7luxehjrDIn261BwkFi+2 |
599 | JCiOyfDSkZw5+ryda3PU93Sau/b4ppbRZndeS7aztk3zWFHdojrvQnqe5wrX6XheruWrehuXmcpy | 599 | xSQojsnw0pGcOfq8nWtz1Pd0mrv2+KaW0WZ3Xku2s7ZN81hR3aI670J6nucK1+l4Xq7lq3obl5nK |
600 | MMXHnsVq+ovVWl1pq+ExtRvFnUc1u/CeYhnKY/Urz6UIquMVKytuWSiOl0wNskSdgMZopbjvkzWf | 600 | cjDFx57FavqL1VpdaavhMbUbxZ1HNbvwnmIZymP1K8+lCKrjFSsrblkojpdMDbJEnYDGaKW475M1 |
601 | oL0pCZz3rTtscOTOTFFis25MvvUiESPKiP60eJEcjTuXobd2qquW48vMS746dqgqdBftT806cFWK | 601 | n6C9KQmc9607bHDkzkxRYrNuTL71IhEjyoj+tHiRHI07l6G3dqqrluPLzEu+OnaoKnQX7U/NOnBV |
602 | J8tQDth7rJUHsVGd0NhqcgjdDOyYGoIyucp3MUELwRtEg3Zj/Wo8Qg3NBcidMZxRrxgtUphc0VyC | 602 | iifLUA7Ye6yVB7FRndDYanII3QzsmBqCMrnKdzFBC8EbRIN2Y/1qPEINzQXInTGcUa8YLVKYXNFc |
603 | bI7/AIoA6Oy29HbiHUyHxRWETpJxjKvQarcL1xd0palguWDGe6VZZdZLtjJQobNAidacjiPN5600 | 603 | gmyO/wCKAOjstvR24h1Mh8UVhE6ScYyr0Gq3C9cXdKWpYLlgxnulWWXWS7YyUKGzQInWnI4jzeet |
604 | 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 |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
949 | Accept-Encoding: ['gzip, deflate'] | 949 | Accept-Encoding: ['gzip, deflate'] |
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53737'] | 952 | Content-Length: ['53738'] |
953 | Content-Type: [multipart/form-data; boundary=ab39da20ff284830aff663425b83f302] | 953 | Content-Type: [multipart/form-data; boundary=a04bb51c1fce49ea9dd3aac9e32617fa] |
954 | User-Agent: [python-requests/2.18.4] | 954 | User-Agent: [python-requests/2.18.4] |
955 | method: POST | 955 | method: POST |
956 | uri: http://localhost:3000/api/v1/media | 956 | uri: http://localhost:3000/api/v1/media |
957 | response: | 957 | response: |
958 | body: {string: '{"id":"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 | 958 | body: {string: '{"id":"2","type":"image","url":"http://localhost/system/media_attachments/files/000/000/002/original/fd9bd2b4baf21d6b.jpeg?1561208594","preview_url":"http://localhost/system/media_attachments/files/000/000/002/small/fd9bd2b4baf21d6b.jpeg?1561208594","remote_url":null,"text_url":"http://localhost/media/Bu4oWaVWL84UhAVT6MM","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
959 | Lennon doing a funny walk"}'} | 959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
960 | headers: | 960 | headers: |
961 | Cache-Control: ['max-age=0, private, must-revalidate'] | 961 | Cache-Control: ['no-cache, no-store'] |
962 | Content-Type: [application/json; charset=utf-8] | 962 | Content-Type: [application/json; charset=utf-8] |
963 | ETag: [W/"716767d29e9b14824b9c872df1425898"] | ||
964 | Referrer-Policy: [strict-origin-when-cross-origin] | 963 | Referrer-Policy: [strict-origin-when-cross-origin] |
965 | Transfer-Encoding: [chunked] | 964 | Transfer-Encoding: [chunked] |
966 | Vary: ['Accept-Encoding, Origin'] | 965 | Vary: ['Accept-Encoding, Origin'] |
@@ -968,34 +967,33 @@ interactions: | |||
968 | X-Download-Options: [noopen] | 967 | X-Download-Options: [noopen] |
969 | X-Frame-Options: [SAMEORIGIN] | 968 | X-Frame-Options: [SAMEORIGIN] |
970 | X-Permitted-Cross-Domain-Policies: [none] | 969 | X-Permitted-Cross-Domain-Policies: [none] |
971 | X-Request-Id: [4f7c755a-e63f-4d1c-a40f-dd3bf80d2b5b] | 970 | X-Request-Id: [076b4d7e-73db-4046-866b-5a19998db05a] |
972 | X-Runtime: ['0.137315'] | 971 | X-Runtime: ['0.398558'] |
973 | X-XSS-Protection: [1; mode=block] | 972 | X-XSS-Protection: [1; mode=block] |
974 | content-length: ['541'] | 973 | content-length: ['590'] |
975 | status: {code: 200, message: OK} | 974 | status: {code: 200, message: OK} |
976 | - request: | 975 | - request: |
977 | body: sensitive=1&status=LOL+check+this+out&media_ids%5B%5D=10 | 976 | body: sensitive=1&status=LOL+check+this+out&media_ids%5B%5D=2 |
978 | headers: | 977 | headers: |
979 | Accept: ['*/*'] | 978 | Accept: ['*/*'] |
980 | Accept-Encoding: ['gzip, deflate'] | 979 | Accept-Encoding: ['gzip, deflate'] |
981 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 980 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
982 | Connection: [keep-alive] | 981 | Connection: [keep-alive] |
983 | Content-Length: ['56'] | 982 | Content-Length: ['55'] |
984 | Content-Type: [application/x-www-form-urlencoded] | 983 | Content-Type: [application/x-www-form-urlencoded] |
985 | User-Agent: [python-requests/2.18.4] | 984 | User-Agent: [python-requests/2.18.4] |
986 | method: POST | 985 | method: POST |
987 | uri: http://localhost:3000/api/v1/statuses | 986 | uri: http://localhost:3000/api/v1/statuses |
988 | response: | 987 | response: |
989 | 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 | 988 | body: {string: '{"id":"102315366460423851","created_at":"2019-06-22T13:03:14.679Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315366460423851","url":"http://localhost/@mastodonpy_test/102315366460423851","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eLOL |
990 | 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 | 989 | check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
991 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 990 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
992 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 991 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
993 | 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 | 992 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[{"id":"2","type":"image","url":"http://localhost/system/media_attachments/files/000/000/002/original/fd9bd2b4baf21d6b.jpeg?1561208594","preview_url":"http://localhost/system/media_attachments/files/000/000/002/small/fd9bd2b4baf21d6b.jpeg?1561208594","remote_url":null,"text_url":"http://localhost/media/Bu4oWaVWL84UhAVT6MM","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
994 | Lennon doing a funny walk"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 993 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
995 | headers: | 994 | headers: |
996 | Cache-Control: ['max-age=0, private, must-revalidate'] | 995 | Cache-Control: ['no-cache, no-store'] |
997 | Content-Type: [application/json; charset=utf-8] | 996 | Content-Type: [application/json; charset=utf-8] |
998 | ETag: [W/"b3dac26d72294a03ec5cdb41d88260f0"] | ||
999 | Referrer-Policy: [strict-origin-when-cross-origin] | 997 | Referrer-Policy: [strict-origin-when-cross-origin] |
1000 | Transfer-Encoding: [chunked] | 998 | Transfer-Encoding: [chunked] |
1001 | Vary: ['Accept-Encoding, Origin'] | 999 | Vary: ['Accept-Encoding, Origin'] |
@@ -1003,10 +1001,10 @@ interactions: | |||
1003 | X-Download-Options: [noopen] | 1001 | X-Download-Options: [noopen] |
1004 | X-Frame-Options: [SAMEORIGIN] | 1002 | X-Frame-Options: [SAMEORIGIN] |
1005 | X-Permitted-Cross-Domain-Policies: [none] | 1003 | X-Permitted-Cross-Domain-Policies: [none] |
1006 | X-Request-Id: [35037fb1-d425-4813-a6a8-fc9ced11c790] | 1004 | X-Request-Id: [20aed872-3e62-4c41-941d-708f308f0e4c] |
1007 | X-Runtime: ['0.133845'] | 1005 | X-Runtime: ['0.144382'] |
1008 | X-XSS-Protection: [1; mode=block] | 1006 | X-XSS-Protection: [1; mode=block] |
1009 | content-length: ['2151'] | 1007 | content-length: ['2199'] |
1010 | status: {code: 200, message: OK} | 1008 | status: {code: 200, message: OK} |
1011 | - request: | 1009 | - request: |
1012 | body: null | 1010 | body: null |
@@ -1018,13 +1016,16 @@ interactions: | |||
1018 | Content-Length: ['0'] | 1016 | Content-Length: ['0'] |
1019 | User-Agent: [python-requests/2.18.4] | 1017 | User-Agent: [python-requests/2.18.4] |
1020 | method: DELETE | 1018 | method: DELETE |
1021 | uri: http://localhost:3000/api/v1/statuses/101999515546413017 | 1019 | uri: http://localhost:3000/api/v1/statuses/102315366460423851 |
1022 | response: | 1020 | response: |
1023 | body: {string: '{}'} | 1021 | body: {string: '{"id":"102315366460423851","created_at":"2019-06-22T13:03:14.679Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315366460423851","url":"http://localhost/@mastodonpy_test/102315366460423851","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"LOL |
1022 | check this out","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
1023 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
1024 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[{"id":"2","type":"image","url":"http://localhost/system/media_attachments/files/000/000/002/original/fd9bd2b4baf21d6b.jpeg?1561208594","preview_url":"http://localhost/system/media_attachments/files/000/000/002/small/fd9bd2b4baf21d6b.jpeg?1561208594","remote_url":null,"text_url":"http://localhost/media/Bu4oWaVWL84UhAVT6MM","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John | ||
1025 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
1024 | headers: | 1026 | headers: |
1025 | Cache-Control: ['max-age=0, private, must-revalidate'] | 1027 | Cache-Control: ['no-cache, no-store'] |
1026 | Content-Type: [application/json; charset=utf-8] | 1028 | Content-Type: [application/json; charset=utf-8] |
1027 | ETag: [W/"7bd56d5f176c5d3ff84c9fed988c1b66"] | ||
1028 | Referrer-Policy: [strict-origin-when-cross-origin] | 1029 | Referrer-Policy: [strict-origin-when-cross-origin] |
1029 | Transfer-Encoding: [chunked] | 1030 | Transfer-Encoding: [chunked] |
1030 | Vary: ['Accept-Encoding, Origin'] | 1031 | Vary: ['Accept-Encoding, Origin'] |
@@ -1032,9 +1033,9 @@ interactions: | |||
1032 | X-Download-Options: [noopen] | 1033 | X-Download-Options: [noopen] |
1033 | X-Frame-Options: [SAMEORIGIN] | 1034 | X-Frame-Options: [SAMEORIGIN] |
1034 | X-Permitted-Cross-Domain-Policies: [none] | 1035 | X-Permitted-Cross-Domain-Policies: [none] |
1035 | X-Request-Id: [259938c8-c82c-4f5e-9020-45693e0358bb] | 1036 | X-Request-Id: [44dfee9f-a2d5-4136-9cc5-708330799aef] |
1036 | X-Runtime: ['0.045379'] | 1037 | X-Runtime: ['0.102598'] |
1037 | X-XSS-Protection: [1; mode=block] | 1038 | X-XSS-Protection: [1; mode=block] |
1038 | content-length: ['2'] | 1039 | content-length: ['2169'] |
1039 | status: {code: 200, message: OK} | 1040 | status: {code: 200, message: OK} |
1040 | version: 1 | 1041 | 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 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS0zNmJiMjQ5ZmEzOWE0ZGFmOTgwMDQ0MDUwOWFjN2Y3Mg0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS1hYWUxYzZjNWYzMWE0NDlhYWJiMmE0YjQ4NjI2ZTBhNw0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU1NjM4 | 5 | Zm9ybS1kYXRhOyBuYW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIw |
6 | OTA5Mi41OTg4MjkzXzNWUlhaME1TSFguanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoN | 6 | ODU5NS4yOTgzNzlfVDVHUlhLVTQ4OC5qcGUiDQpDb250ZW50LVR5cGU6IGltYWdlL2pwZWcNCg0K |
7 | Cv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJH | 7 | /9j/4AAQSkZJRgABAQEASABIAAD/4gIcSUNDX1BST0ZJTEUAAQEAAAIMbGNtcwIQAABtbnRyUkdC |
8 | QiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEA | 8 | IFhZWiAH3AABABkAAwApADlhY3NwQVBQTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAA |
9 | AAAA0y1sY21zAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAK | 9 | AADTLWxjbXMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApk |
10 | ZGVzYwAAAPwAAABeY3BydAAAAVwAAAALd3RwdAAAAWgAAAAUYmtwdAAAAXwAAAAUclhZWgAAAZAA | 10 | ZXNjAAAA/AAAAF5jcHJ0AAABXAAAAAt3dHB0AAABaAAAABRia3B0AAABfAAAABRyWFlaAAABkAAA |
11 | AAAUZ1hZWgAAAaQAAAAUYlhZWgAAAbgAAAAUclRSQwAAAcwAAABAZ1RSQwAAAcwAAABAYlRSQwAA | 11 | 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 |
943 | headers: | 943 | headers: |
944 | Accept: ['*/*'] | 944 | Accept: ['*/*'] |
945 | Accept-Encoding: ['gzip, deflate'] | 945 | Accept-Encoding: ['gzip, deflate'] |
946 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 946 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
947 | Connection: [keep-alive] | 947 | Connection: [keep-alive] |
948 | Content-Length: ['53522'] | 948 | Content-Length: ['53521'] |
949 | Content-Type: [multipart/form-data; boundary=36bb249fa39a4daf9800440509ac7f72] | 949 | Content-Type: [multipart/form-data; boundary=aae1c6c5f31a449aabb2a4b48626e0a7] |
950 | User-Agent: [python-requests/2.18.4] | 950 | User-Agent: [python-requests/2.18.4] |
951 | method: POST | 951 | method: POST |
952 | uri: http://localhost:3000/api/v1/media | 952 | uri: http://localhost:3000/api/v1/media |
953 | response: | 953 | response: |
954 | body: {string: '{"id":"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}'} | 954 | body: {string: '{"id":"4","type":"image","url":"http://localhost/system/media_attachments/files/000/000/004/original/4f5ff1bcd64a77e5.jpeg?1561208595","preview_url":"http://localhost/system/media_attachments/files/000/000/004/small/4f5ff1bcd64a77e5.jpeg?1561208595","remote_url":null,"text_url":"http://localhost/media/hdjXJ3vLqSb5SdQ37HE","meta":{"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":null,"blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
955 | headers: | 955 | headers: |
956 | Cache-Control: ['max-age=0, private, must-revalidate'] | 956 | Cache-Control: ['no-cache, no-store'] |
957 | Content-Type: [application/json; charset=utf-8] | 957 | Content-Type: [application/json; charset=utf-8] |
958 | ETag: [W/"6e65b9110bc68b7fa8406d9e7cad33da"] | ||
959 | Referrer-Policy: [strict-origin-when-cross-origin] | 958 | Referrer-Policy: [strict-origin-when-cross-origin] |
960 | Transfer-Encoding: [chunked] | 959 | Transfer-Encoding: [chunked] |
961 | Vary: ['Accept-Encoding, Origin'] | 960 | Vary: ['Accept-Encoding, Origin'] |
@@ -963,9 +962,9 @@ interactions: | |||
963 | X-Download-Options: [noopen] | 962 | X-Download-Options: [noopen] |
964 | X-Frame-Options: [SAMEORIGIN] | 963 | X-Frame-Options: [SAMEORIGIN] |
965 | X-Permitted-Cross-Domain-Policies: [none] | 964 | X-Permitted-Cross-Domain-Policies: [none] |
966 | X-Request-Id: [cd227453-c087-4f67-8431-4142fc30c422] | 965 | X-Request-Id: [caed2c89-4ac4-44df-a667-8ba9d48506fd] |
967 | X-Runtime: ['0.102508'] | 966 | X-Runtime: ['0.294382'] |
968 | X-XSS-Protection: [1; mode=block] | 967 | X-XSS-Protection: [1; mode=block] |
969 | content-length: ['486'] | 968 | content-length: ['535'] |
970 | status: {code: 200, message: OK} | 969 | status: {code: 200, message: OK} |
971 | version: 1 | 970 | 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 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS0zYzVkMzYxNTZhNDI0ZWU3YWZlMjEyNWE4MzZjMmEwMA0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS0zYWU5MTYxYTdkOTk0MGU3YTc3Y2U5ZGE4NzcyMzIxMg0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u | 5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u |
6 | eSB3YWxrDQotLTNjNWQzNjE1NmE0MjRlZTdhZmUyMTI1YTgzNmMyYTAwDQpDb250ZW50LURpc3Bv | 6 | eSB3YWxrDQotLTNhZTkxNjFhN2Q5OTQwZTdhNzdjZTlkYTg3NzIzMjEyDQpDb250ZW50LURpc3Bv |
7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS0zYzVkMzYxNTZh | 7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS0zYWU5MTYxYTdk |
8 | NDI0ZWU3YWZlMjEyNWE4MzZjMmEwMA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | 8 | OTk0MGU3YTc3Y2U5ZGE4NzcyMzIxMg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu |
9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU1NjM4OTA5Mi4zOTA4NjY1 | 9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU2MTIwODU5NC45MzE0OTg1 |
10 | X1JTNktHTFM1V08uanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA | 10 | XzhCTkEwT0ZYSzcuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA |
11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ | 11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ |
12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA | 12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA |
13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe | 13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe |
@@ -943,24 +943,23 @@ interactions: | |||
943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI | 943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI |
944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV | 944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV |
945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp | 945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp |
946 | UqD/2Q0KLS0zYzVkMzYxNTZhNDI0ZWU3YWZlMjEyNWE4MzZjMmEwMC0tDQo= | 946 | UqD/2Q0KLS0zYWU5MTYxYTdkOTk0MGU3YTc3Y2U5ZGE4NzcyMzIxMi0tDQo= |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
949 | Accept-Encoding: ['gzip, deflate'] | 949 | Accept-Encoding: ['gzip, deflate'] |
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53738'] | 952 | Content-Length: ['53738'] |
953 | Content-Type: [multipart/form-data; boundary=3c5d36156a424ee7afe2125a836c2a00] | 953 | Content-Type: [multipart/form-data; boundary=3ae9161a7d9940e7a77ce9da87723212] |
954 | User-Agent: [python-requests/2.18.4] | 954 | User-Agent: [python-requests/2.18.4] |
955 | method: POST | 955 | method: POST |
956 | uri: http://localhost:3000/api/v1/media | 956 | uri: http://localhost:3000/api/v1/media |
957 | response: | 957 | response: |
958 | body: {string: '{"id":"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 | 958 | body: {string: '{"id":"3","type":"image","url":"http://localhost/system/media_attachments/files/000/000/003/original/b8823796e3ff1de2.jpeg?1561208594","preview_url":"http://localhost/system/media_attachments/files/000/000/003/small/b8823796e3ff1de2.jpeg?1561208594","remote_url":null,"text_url":"http://localhost/media/Eo0U8J3qkotMcQsHhpM","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
959 | Lennon doing a funny walk"}'} | 959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
960 | headers: | 960 | headers: |
961 | Cache-Control: ['max-age=0, private, must-revalidate'] | 961 | Cache-Control: ['no-cache, no-store'] |
962 | Content-Type: [application/json; charset=utf-8] | 962 | Content-Type: [application/json; charset=utf-8] |
963 | ETag: [W/"7d3fc40891e3eefbc28420e03eabf5c7"] | ||
964 | Referrer-Policy: [strict-origin-when-cross-origin] | 963 | Referrer-Policy: [strict-origin-when-cross-origin] |
965 | Transfer-Encoding: [chunked] | 964 | Transfer-Encoding: [chunked] |
966 | Vary: ['Accept-Encoding, Origin'] | 965 | Vary: ['Accept-Encoding, Origin'] |
@@ -968,10 +967,10 @@ interactions: | |||
968 | X-Download-Options: [noopen] | 967 | X-Download-Options: [noopen] |
969 | X-Frame-Options: [SAMEORIGIN] | 968 | X-Frame-Options: [SAMEORIGIN] |
970 | X-Permitted-Cross-Domain-Policies: [none] | 969 | X-Permitted-Cross-Domain-Policies: [none] |
971 | X-Request-Id: [2b740493-66ab-496c-9e3f-fa4ed6dd58ad] | 970 | X-Request-Id: [0dfb5073-34a9-4537-a078-353a597a8329] |
972 | X-Runtime: ['0.151981'] | 971 | X-Runtime: ['0.293913'] |
973 | X-XSS-Protection: [1; mode=block] | 972 | X-XSS-Protection: [1; mode=block] |
974 | content-length: ['541'] | 973 | content-length: ['590'] |
975 | status: {code: 200, message: OK} | 974 | status: {code: 200, message: OK} |
976 | - request: | 975 | - request: |
977 | body: focus=0.69%2C0.69&description=John+Lennon+doing+a+cool+walk | 976 | body: focus=0.69%2C0.69&description=John+Lennon+doing+a+cool+walk |
@@ -984,14 +983,13 @@ interactions: | |||
984 | Content-Type: [application/x-www-form-urlencoded] | 983 | Content-Type: [application/x-www-form-urlencoded] |
985 | User-Agent: [python-requests/2.18.4] | 984 | User-Agent: [python-requests/2.18.4] |
986 | method: PUT | 985 | method: PUT |
987 | uri: http://localhost:3000/api/v1/media/11 | 986 | uri: http://localhost:3000/api/v1/media/3 |
988 | response: | 987 | response: |
989 | 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 | 988 | body: {string: '{"id":"3","type":"image","url":"http://localhost/system/media_attachments/files/000/000/003/original/b8823796e3ff1de2.jpeg?1561208594","preview_url":"http://localhost/system/media_attachments/files/000/000/003/small/b8823796e3ff1de2.jpeg?1561208594","remote_url":null,"text_url":"http://localhost/media/Eo0U8J3qkotMcQsHhpM","meta":{"focus":{"x":0.69,"y":0.69},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
990 | Lennon doing a cool walk"}'} | 989 | Lennon doing a cool walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
991 | headers: | 990 | headers: |
992 | Cache-Control: ['max-age=0, private, must-revalidate'] | 991 | Cache-Control: ['no-cache, no-store'] |
993 | Content-Type: [application/json; charset=utf-8] | 992 | Content-Type: [application/json; charset=utf-8] |
994 | ETag: [W/"8169c654780425ce15560d27802e22d9"] | ||
995 | Referrer-Policy: [strict-origin-when-cross-origin] | 993 | Referrer-Policy: [strict-origin-when-cross-origin] |
996 | Transfer-Encoding: [chunked] | 994 | Transfer-Encoding: [chunked] |
997 | Vary: ['Accept-Encoding, Origin'] | 995 | Vary: ['Accept-Encoding, Origin'] |
@@ -999,9 +997,9 @@ interactions: | |||
999 | X-Download-Options: [noopen] | 997 | X-Download-Options: [noopen] |
1000 | X-Frame-Options: [SAMEORIGIN] | 998 | X-Frame-Options: [SAMEORIGIN] |
1001 | X-Permitted-Cross-Domain-Policies: [none] | 999 | X-Permitted-Cross-Domain-Policies: [none] |
1002 | X-Request-Id: [9cb15c4e-b289-41ed-a3c0-c8217820ee86] | 1000 | X-Request-Id: [74f7c73f-6a30-4610-9c29-b7139f460c03] |
1003 | X-Runtime: ['0.020121'] | 1001 | X-Runtime: ['0.030299'] |
1004 | X-XSS-Protection: [1; mode=block] | 1002 | X-XSS-Protection: [1; mode=block] |
1005 | content-length: ['541'] | 1003 | content-length: ['590'] |
1006 | status: {code: 200, message: OK} | 1004 | status: {code: 200, message: OK} |
1007 | version: 1 | 1005 | 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: | |||
12 | response: | 12 | response: |
13 | body: {string: '[]'} | 13 | body: {string: '[]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"0c6bce88f363a149a163d74b6bd89011"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [44bd8c53-57ed-485a-bbd9-57c90fdb06a0] | 24 | X-Request-Id: [32fa646c-16cf-4990-a5f2-5f5dfd2bd943] |
26 | X-Runtime: ['0.017772'] | 25 | X-Runtime: ['0.652668'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['2'] | 27 | content-length: ['2'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_notifications.yaml b/tests/cassettes/test_notifications.yaml index f3fb275..15d42e1 100644 --- a/tests/cassettes/test_notifications.yaml +++ b/tests/cassettes/test_notifications.yaml | |||
@@ -12,15 +12,14 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315366524646775","created_at":"2019-06-22T13:03:15.665Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315366524646775","url":"http://localhost/@admin/102315366524646775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
18 | hello!\u003c/p\u003e","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 | 18 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
19 | 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}'} | 19 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['max-age=0, private, must-revalidate'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
23 | ETag: [W/"0f9e40f384c20f5875bc5c9ca06d216f"] | ||
24 | Referrer-Policy: [strict-origin-when-cross-origin] | 23 | Referrer-Policy: [strict-origin-when-cross-origin] |
25 | Transfer-Encoding: [chunked] | 24 | Transfer-Encoding: [chunked] |
26 | Vary: ['Accept-Encoding, Origin'] | 25 | Vary: ['Accept-Encoding, Origin'] |
@@ -28,8 +27,8 @@ interactions: | |||
28 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
29 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
30 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
31 | X-Request-Id: [92369461-b4ae-4e90-821b-41a0799cee04] | 30 | X-Request-Id: [10ad4260-300a-4069-81d2-9f76e67e3a06] |
32 | X-Runtime: ['0.164169'] | 31 | X-Runtime: ['0.234936'] |
33 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
34 | content-length: ['1487'] | 33 | content-length: ['1487'] |
35 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
@@ -44,17 +43,16 @@ interactions: | |||
44 | method: GET | 43 | method: GET |
45 | uri: http://localhost:3000/api/v1/notifications | 44 | uri: http://localhost:3000/api/v1/notifications |
46 | response: | 45 | response: |
47 | 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 | 46 | body: {string: '[{"id":"10","type":"mention","created_at":"2019-06-22T13:03:15.823Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"status":{"id":"102315366524646775","created_at":"2019-06-22T13:03:15.665Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315366524646775","url":"http://localhost/@admin/102315366524646775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
48 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 47 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
49 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 48 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
50 | 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 | 49 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
51 | 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}}]'} | 50 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} |
52 | headers: | 51 | headers: |
53 | Cache-Control: ['max-age=0, private, must-revalidate'] | 52 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 53 | Content-Type: [application/json; charset=utf-8] |
55 | ETag: [W/"4fb47b61d32b2030fdf093c2a5f54da4"] | 54 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=10>; rel="next", |
56 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=35>; rel="next", | 55 | <http://localhost:3000/api/v1/notifications?min_id=10>; rel="prev"'] |
57 | <http://localhost:3000/api/v1/notifications?min_id=35>; rel="prev"'] | ||
58 | Referrer-Policy: [strict-origin-when-cross-origin] | 56 | Referrer-Policy: [strict-origin-when-cross-origin] |
59 | Transfer-Encoding: [chunked] | 57 | Transfer-Encoding: [chunked] |
60 | Vary: ['Accept-Encoding, Origin'] | 58 | Vary: ['Accept-Encoding, Origin'] |
@@ -62,8 +60,8 @@ interactions: | |||
62 | X-Download-Options: [noopen] | 60 | X-Download-Options: [noopen] |
63 | X-Frame-Options: [SAMEORIGIN] | 61 | X-Frame-Options: [SAMEORIGIN] |
64 | X-Permitted-Cross-Domain-Policies: [none] | 62 | X-Permitted-Cross-Domain-Policies: [none] |
65 | X-Request-Id: [cf11357f-f5b4-4bea-825a-8dc80073309f] | 63 | X-Request-Id: [9452e455-7b91-4781-9b36-6b8100a29134] |
66 | X-Runtime: ['0.143095'] | 64 | X-Runtime: ['0.127142'] |
67 | X-XSS-Protection: [1; mode=block] | 65 | X-XSS-Protection: [1; mode=block] |
68 | content-length: ['2086'] | 66 | content-length: ['2086'] |
69 | status: {code: 200, message: OK} | 67 | status: {code: 200, message: OK} |
@@ -76,17 +74,16 @@ interactions: | |||
76 | Connection: [keep-alive] | 74 | Connection: [keep-alive] |
77 | User-Agent: [python-requests/2.18.4] | 75 | User-Agent: [python-requests/2.18.4] |
78 | method: GET | 76 | method: GET |
79 | uri: http://localhost:3000/api/v1/notifications/35 | 77 | uri: http://localhost:3000/api/v1/notifications/10 |
80 | response: | 78 | response: |
81 | 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 | 79 | body: {string: '{"id":"10","type":"mention","created_at":"2019-06-22T13:03:15.823Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"status":{"id":"102315366524646775","created_at":"2019-06-22T13:03:15.665Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315366524646775","url":"http://localhost/@admin/102315366524646775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
82 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 80 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
83 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 81 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
84 | 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 | 82 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
85 | 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}}'} | 83 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}'} |
86 | headers: | 84 | headers: |
87 | Cache-Control: ['max-age=0, private, must-revalidate'] | 85 | Cache-Control: ['no-cache, no-store'] |
88 | Content-Type: [application/json; charset=utf-8] | 86 | Content-Type: [application/json; charset=utf-8] |
89 | ETag: [W/"704db292b16a463ad2a843975725099a"] | ||
90 | Referrer-Policy: [strict-origin-when-cross-origin] | 87 | Referrer-Policy: [strict-origin-when-cross-origin] |
91 | Transfer-Encoding: [chunked] | 88 | Transfer-Encoding: [chunked] |
92 | Vary: ['Accept-Encoding, Origin'] | 89 | Vary: ['Accept-Encoding, Origin'] |
@@ -94,8 +91,8 @@ interactions: | |||
94 | X-Download-Options: [noopen] | 91 | X-Download-Options: [noopen] |
95 | X-Frame-Options: [SAMEORIGIN] | 92 | X-Frame-Options: [SAMEORIGIN] |
96 | X-Permitted-Cross-Domain-Policies: [none] | 93 | X-Permitted-Cross-Domain-Policies: [none] |
97 | X-Request-Id: [066cc062-70b0-4d94-9dde-c313889bd285] | 94 | X-Request-Id: [9a6b503b-9a67-4a18-8399-8debff25f9ba] |
98 | X-Runtime: ['0.074639'] | 95 | X-Runtime: ['0.047759'] |
99 | X-XSS-Protection: [1; mode=block] | 96 | X-XSS-Protection: [1; mode=block] |
100 | content-length: ['2084'] | 97 | content-length: ['2084'] |
101 | status: {code: 200, message: OK} | 98 | status: {code: 200, message: OK} |
@@ -109,13 +106,13 @@ interactions: | |||
109 | Content-Length: ['0'] | 106 | Content-Length: ['0'] |
110 | User-Agent: [python-requests/2.18.4] | 107 | User-Agent: [python-requests/2.18.4] |
111 | method: DELETE | 108 | method: DELETE |
112 | uri: http://localhost:3000/api/v1/statuses/101999515582386290 | 109 | uri: http://localhost:3000/api/v1/statuses/102315366524646775 |
113 | response: | 110 | response: |
114 | body: {string: '{}'} | 111 | body: {string: '{"id":"102315366524646775","created_at":"2019-06-22T13:03:15.665Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315366524646775","url":"http://localhost/@admin/102315366524646775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test |
112 | hello!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
115 | headers: | 113 | headers: |
116 | Cache-Control: ['max-age=0, private, must-revalidate'] | 114 | Cache-Control: ['no-cache, no-store'] |
117 | Content-Type: [application/json; charset=utf-8] | 115 | Content-Type: [application/json; charset=utf-8] |
118 | ETag: [W/"88dd576ac221d006c8859529d1668250"] | ||
119 | Referrer-Policy: [strict-origin-when-cross-origin] | 116 | Referrer-Policy: [strict-origin-when-cross-origin] |
120 | Transfer-Encoding: [chunked] | 117 | Transfer-Encoding: [chunked] |
121 | Vary: ['Accept-Encoding, Origin'] | 118 | Vary: ['Accept-Encoding, Origin'] |
@@ -123,9 +120,9 @@ interactions: | |||
123 | X-Download-Options: [noopen] | 120 | X-Download-Options: [noopen] |
124 | X-Frame-Options: [SAMEORIGIN] | 121 | X-Frame-Options: [SAMEORIGIN] |
125 | X-Permitted-Cross-Domain-Policies: [none] | 122 | X-Permitted-Cross-Domain-Policies: [none] |
126 | X-Request-Id: [032b38e8-41ef-4435-b0f1-b720d882b319] | 123 | X-Request-Id: [d9a41fcd-1f7e-4d37-a022-0c947add7741] |
127 | X-Runtime: ['0.025405'] | 124 | X-Runtime: ['0.139183'] |
128 | X-XSS-Protection: [1; mode=block] | 125 | X-XSS-Protection: [1; mode=block] |
129 | content-length: ['2'] | 126 | content-length: ['1280'] |
130 | status: {code: 200, message: OK} | 127 | status: {code: 200, message: OK} |
131 | version: 1 | 128 | 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: | |||
13 | response: | 13 | response: |
14 | body: {string: '{}'} | 14 | body: {string: '{}'} |
15 | headers: | 15 | headers: |
16 | Cache-Control: ['max-age=0, private, must-revalidate'] | 16 | Cache-Control: ['no-cache, no-store'] |
17 | Content-Type: [application/json; charset=utf-8] | 17 | Content-Type: [application/json; charset=utf-8] |
18 | ETag: [W/"88dd576ac221d006c8859529d1668250"] | ||
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 18 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 19 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 20 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,8 +22,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [84ceba16-e8a4-4305-a164-085eecddb75d] | 25 | X-Request-Id: [39fdcf34-0311-4fd5-a17e-fed63b2f71d1] |
27 | X-Runtime: ['0.049692'] | 26 | X-Runtime: ['0.050363'] |
28 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['2'] | 28 | content-length: ['2'] |
30 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_notifications_dismiss.yaml b/tests/cassettes/test_notifications_dismiss.yaml index 447f29d..114c051 100644 --- a/tests/cassettes/test_notifications_dismiss.yaml +++ b/tests/cassettes/test_notifications_dismiss.yaml | |||
@@ -12,15 +12,14 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315366565823143","created_at":"2019-06-22T13:03:16.289Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315366565823143","url":"http://localhost/@admin/102315366565823143","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
18 | hello!\u003c/p\u003e","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 | 18 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
19 | 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}'} | 19 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['max-age=0, private, must-revalidate'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
23 | ETag: [W/"6d8bc582aeb8af93b2c9003cf3d66746"] | ||
24 | Referrer-Policy: [strict-origin-when-cross-origin] | 23 | Referrer-Policy: [strict-origin-when-cross-origin] |
25 | Transfer-Encoding: [chunked] | 24 | Transfer-Encoding: [chunked] |
26 | Vary: ['Accept-Encoding, Origin'] | 25 | Vary: ['Accept-Encoding, Origin'] |
@@ -28,8 +27,8 @@ interactions: | |||
28 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
29 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
30 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
31 | X-Request-Id: [e8f8182b-d864-4b5e-abfc-55f02b17f891] | 30 | X-Request-Id: [2560517d-2154-4f29-8fc9-8439b4e6beb5] |
32 | X-Runtime: ['0.223905'] | 31 | X-Runtime: ['0.169007'] |
33 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
34 | content-length: ['1487'] | 33 | content-length: ['1487'] |
35 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
@@ -44,17 +43,16 @@ interactions: | |||
44 | method: GET | 43 | method: GET |
45 | uri: http://localhost:3000/api/v1/notifications | 44 | uri: http://localhost:3000/api/v1/notifications |
46 | response: | 45 | response: |
47 | 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 | 46 | body: {string: '[{"id":"11","type":"mention","created_at":"2019-06-22T13:03:16.400Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"status":{"id":"102315366565823143","created_at":"2019-06-22T13:03:16.289Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315366565823143","url":"http://localhost/@admin/102315366565823143","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
48 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 47 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
49 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 48 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
50 | 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 | 49 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
51 | 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}}]'} | 50 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} |
52 | headers: | 51 | headers: |
53 | Cache-Control: ['max-age=0, private, must-revalidate'] | 52 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 53 | Content-Type: [application/json; charset=utf-8] |
55 | ETag: [W/"0d1ef8c8597e38acbe0bf63375b50e7d"] | 54 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=11>; rel="next", |
56 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=36>; rel="next", | 55 | <http://localhost:3000/api/v1/notifications?min_id=11>; rel="prev"'] |
57 | <http://localhost:3000/api/v1/notifications?min_id=36>; rel="prev"'] | ||
58 | Referrer-Policy: [strict-origin-when-cross-origin] | 56 | Referrer-Policy: [strict-origin-when-cross-origin] |
59 | Transfer-Encoding: [chunked] | 57 | Transfer-Encoding: [chunked] |
60 | Vary: ['Accept-Encoding, Origin'] | 58 | Vary: ['Accept-Encoding, Origin'] |
@@ -62,13 +60,13 @@ interactions: | |||
62 | X-Download-Options: [noopen] | 60 | X-Download-Options: [noopen] |
63 | X-Frame-Options: [SAMEORIGIN] | 61 | X-Frame-Options: [SAMEORIGIN] |
64 | X-Permitted-Cross-Domain-Policies: [none] | 62 | X-Permitted-Cross-Domain-Policies: [none] |
65 | X-Request-Id: [56f361dd-5390-4559-9ec9-6a2d81d4e26b] | 63 | X-Request-Id: [b2adbe00-bff7-4119-b1b2-5369c3759906] |
66 | X-Runtime: ['0.112854'] | 64 | X-Runtime: ['0.106558'] |
67 | X-XSS-Protection: [1; mode=block] | 65 | X-XSS-Protection: [1; mode=block] |
68 | content-length: ['2086'] | 66 | content-length: ['2086'] |
69 | status: {code: 200, message: OK} | 67 | status: {code: 200, message: OK} |
70 | - request: | 68 | - request: |
71 | body: id=36 | 69 | body: id=11 |
72 | headers: | 70 | headers: |
73 | Accept: ['*/*'] | 71 | Accept: ['*/*'] |
74 | Accept-Encoding: ['gzip, deflate'] | 72 | Accept-Encoding: ['gzip, deflate'] |
@@ -82,9 +80,8 @@ interactions: | |||
82 | response: | 80 | response: |
83 | body: {string: '{}'} | 81 | body: {string: '{}'} |
84 | headers: | 82 | headers: |
85 | Cache-Control: ['max-age=0, private, must-revalidate'] | 83 | Cache-Control: ['no-cache, no-store'] |
86 | Content-Type: [application/json; charset=utf-8] | 84 | Content-Type: [application/json; charset=utf-8] |
87 | ETag: [W/"88dd576ac221d006c8859529d1668250"] | ||
88 | Referrer-Policy: [strict-origin-when-cross-origin] | 85 | Referrer-Policy: [strict-origin-when-cross-origin] |
89 | Transfer-Encoding: [chunked] | 86 | Transfer-Encoding: [chunked] |
90 | Vary: ['Accept-Encoding, Origin'] | 87 | Vary: ['Accept-Encoding, Origin'] |
@@ -92,8 +89,8 @@ interactions: | |||
92 | X-Download-Options: [noopen] | 89 | X-Download-Options: [noopen] |
93 | X-Frame-Options: [SAMEORIGIN] | 90 | X-Frame-Options: [SAMEORIGIN] |
94 | X-Permitted-Cross-Domain-Policies: [none] | 91 | X-Permitted-Cross-Domain-Policies: [none] |
95 | X-Request-Id: [21f52454-d1f4-4f9d-b67e-48ddb78d8710] | 92 | X-Request-Id: [9bd80852-2584-4dcd-b35b-af14eccaf71c] |
96 | X-Runtime: ['0.045306'] | 93 | X-Runtime: ['0.032003'] |
97 | X-XSS-Protection: [1; mode=block] | 94 | X-XSS-Protection: [1; mode=block] |
98 | content-length: ['2'] | 95 | content-length: ['2'] |
99 | status: {code: 200, message: OK} | 96 | status: {code: 200, message: OK} |
@@ -107,13 +104,13 @@ interactions: | |||
107 | Content-Length: ['0'] | 104 | Content-Length: ['0'] |
108 | User-Agent: [python-requests/2.18.4] | 105 | User-Agent: [python-requests/2.18.4] |
109 | method: DELETE | 106 | method: DELETE |
110 | uri: http://localhost:3000/api/v1/statuses/101999515617762242 | 107 | uri: http://localhost:3000/api/v1/statuses/102315366565823143 |
111 | response: | 108 | response: |
112 | body: {string: '{}'} | 109 | body: {string: '{"id":"102315366565823143","created_at":"2019-06-22T13:03:16.289Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315366565823143","url":"http://localhost/@admin/102315366565823143","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test |
110 | hello!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
113 | headers: | 111 | headers: |
114 | Cache-Control: ['max-age=0, private, must-revalidate'] | 112 | Cache-Control: ['no-cache, no-store'] |
115 | Content-Type: [application/json; charset=utf-8] | 113 | Content-Type: [application/json; charset=utf-8] |
116 | ETag: [W/"88dd576ac221d006c8859529d1668250"] | ||
117 | Referrer-Policy: [strict-origin-when-cross-origin] | 114 | Referrer-Policy: [strict-origin-when-cross-origin] |
118 | Transfer-Encoding: [chunked] | 115 | Transfer-Encoding: [chunked] |
119 | Vary: ['Accept-Encoding, Origin'] | 116 | Vary: ['Accept-Encoding, Origin'] |
@@ -121,9 +118,9 @@ interactions: | |||
121 | X-Download-Options: [noopen] | 118 | X-Download-Options: [noopen] |
122 | X-Frame-Options: [SAMEORIGIN] | 119 | X-Frame-Options: [SAMEORIGIN] |
123 | X-Permitted-Cross-Domain-Policies: [none] | 120 | X-Permitted-Cross-Domain-Policies: [none] |
124 | X-Request-Id: [76a32196-8577-4c66-a093-c35899211e6d] | 121 | X-Request-Id: [d38f3203-ce1c-4b25-985b-60f2c2171eed] |
125 | X-Runtime: ['0.040782'] | 122 | X-Runtime: ['0.077059'] |
126 | X-XSS-Protection: [1; mode=block] | 123 | X-XSS-Protection: [1; mode=block] |
127 | content-length: ['2'] | 124 | content-length: ['1280'] |
128 | status: {code: 200, message: OK} | 125 | status: {code: 200, message: OK} |
129 | version: 1 | 126 | 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: | |||
13 | method: POST | 13 | method: POST |
14 | uri: http://localhost:3000/api/v1/statuses | 14 | uri: http://localhost:3000/api/v1/statuses |
15 | response: | 15 | response: |
16 | body: {string: '{"id":"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 | 16 | body: {string: '{"id":"102315367801315401","created_at":"2019-06-22T13:03:35.156Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315367801315401","url":"http://localhost/@admin/102315367801315401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":25,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"16","expires_at":"2019-04-28T21:10:24.070Z","expired":false,"multiple":false,"votes_count":0,"voted":true,"options":[{"title":"four | 17 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":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 |
18 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'} | 18 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"cb8935a9ac8d3dea6609462bbce81c7d"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [13adc429-bd63-4a6c-8afa-e52db1b58762] | 29 | X-Request-Id: [7047323d-cbaf-4b07-a335-72c73b09d5f2] |
31 | X-Runtime: ['0.342656'] | 30 | X-Runtime: ['0.222042'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1383'] | 32 | content-length: ['1381'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: choices%5B%5D=1 | 35 | body: choices%5B%5D=1 |
@@ -43,14 +42,13 @@ interactions: | |||
43 | Content-Type: [application/x-www-form-urlencoded] | 42 | Content-Type: [application/x-www-form-urlencoded] |
44 | User-Agent: [python-requests/2.18.4] | 43 | User-Agent: [python-requests/2.18.4] |
45 | method: POST | 44 | method: POST |
46 | uri: http://localhost:3000/api/v1/polls/16/votes | 45 | uri: http://localhost:3000/api/v1/polls/2/votes |
47 | response: | 46 | response: |
48 | body: {string: '{"id":"16","expires_at":"2019-04-28T21:10:24.070Z","expired":false,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four | 47 | body: {string: '{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","expired":false,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four |
49 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} | 48 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} |
50 | headers: | 49 | headers: |
51 | Cache-Control: ['max-age=0, private, must-revalidate'] | 50 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
53 | ETag: [W/"96d62a6ad640c2c992e83b4bffc10c7b"] | ||
54 | Referrer-Policy: [strict-origin-when-cross-origin] | 52 | Referrer-Policy: [strict-origin-when-cross-origin] |
55 | Transfer-Encoding: [chunked] | 53 | Transfer-Encoding: [chunked] |
56 | Vary: ['Accept-Encoding, Origin'] | 54 | Vary: ['Accept-Encoding, Origin'] |
@@ -58,10 +56,10 @@ interactions: | |||
58 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
59 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
60 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
61 | X-Request-Id: [d7715baa-8b11-47b3-bc72-401b22f6296c] | 59 | X-Request-Id: [e2684951-9032-4820-bb35-9e0cb9c9ebec] |
62 | X-Runtime: ['0.167098'] | 60 | X-Runtime: ['0.076741'] |
63 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
64 | content-length: ['216'] | 62 | content-length: ['215'] |
65 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
66 | - request: | 64 | - request: |
67 | body: choices%5B%5D=0 | 65 | body: choices%5B%5D=0 |
@@ -74,12 +72,12 @@ interactions: | |||
74 | Content-Type: [application/x-www-form-urlencoded] | 72 | Content-Type: [application/x-www-form-urlencoded] |
75 | User-Agent: [python-requests/2.18.4] | 73 | User-Agent: [python-requests/2.18.4] |
76 | method: POST | 74 | method: POST |
77 | uri: http://localhost:3000/api/v1/polls/16/votes | 75 | uri: http://localhost:3000/api/v1/polls/2/votes |
78 | response: | 76 | response: |
79 | body: {string: "{\"error\":\"\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306B\u5931\u6557\u3057\u307E\u3057\u305F: | 77 | body: {string: "{\"error\":\"\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306B\u5931\u6557\u3057\u307E\u3057\u305F: |
80 | \u3053\u306E\u30A2\u30F3\u30B1\u30FC\u30C8\u306B\u306F\u6295\u7968\u6E08\u307F\u3067\u3059\"}"} | 78 | \u3053\u306E\u30A2\u30F3\u30B1\u30FC\u30C8\u306B\u306F\u6295\u7968\u6E08\u307F\u3067\u3059\"}"} |
81 | headers: | 79 | headers: |
82 | Cache-Control: [no-cache] | 80 | Cache-Control: ['no-cache, no-store'] |
83 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
84 | Referrer-Policy: [strict-origin-when-cross-origin] | 82 | Referrer-Policy: [strict-origin-when-cross-origin] |
85 | Transfer-Encoding: [chunked] | 83 | Transfer-Encoding: [chunked] |
@@ -88,8 +86,8 @@ interactions: | |||
88 | X-Download-Options: [noopen] | 86 | X-Download-Options: [noopen] |
89 | X-Frame-Options: [SAMEORIGIN] | 87 | X-Frame-Options: [SAMEORIGIN] |
90 | X-Permitted-Cross-Domain-Policies: [none] | 88 | X-Permitted-Cross-Domain-Policies: [none] |
91 | X-Request-Id: [846275ac-e205-4fb2-8132-edeef42a2ff2] | 89 | X-Request-Id: [af79116b-f7ff-4224-b45a-43e9975c9117] |
92 | X-Runtime: ['0.101521'] | 90 | X-Runtime: ['0.034074'] |
93 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
94 | content-length: ['101'] | 92 | content-length: ['101'] |
95 | status: {code: 422, message: Unprocessable Entity} | 93 | status: {code: 422, message: Unprocessable Entity} |
diff --git a/tests/cassettes/test_polls.yaml b/tests/cassettes/test_polls.yaml index 6132074..c4700a4 100644 --- a/tests/cassettes/test_polls.yaml +++ b/tests/cassettes/test_polls.yaml | |||
@@ -13,13 +13,12 @@ interactions: | |||
13 | method: POST | 13 | method: POST |
14 | uri: http://localhost:3000/api/v1/statuses | 14 | uri: http://localhost:3000/api/v1/statuses |
15 | response: | 15 | response: |
16 | body: {string: '{"id":"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 | 16 | body: {string: '{"id":"102315367762013469","created_at":"2019-06-22T13:03:34.554Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315367762013469","url":"http://localhost/@admin/102315367762013469","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-04-27T18:52:42.626Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":25,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":0,"voted":true,"options":[{"title":"four | 17 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":0,"voted":true,"options":[{"title":"four |
18 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'} | 18 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"9b51d6b8d66f9e0eb1c833ed6f67df71"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [f11d8fa0-461a-446e-a0f5-20b81af7f6cc] | 29 | X-Request-Id: [eff31aa8-bda7-408b-8260-bc592dc9bbd4] |
31 | X-Runtime: ['0.157309'] | 30 | X-Runtime: ['0.223254'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1382'] | 32 | content-length: ['1380'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: choices%5B%5D=1 | 35 | body: choices%5B%5D=1 |
@@ -43,14 +42,13 @@ interactions: | |||
43 | Content-Type: [application/x-www-form-urlencoded] | 42 | Content-Type: [application/x-www-form-urlencoded] |
44 | User-Agent: [python-requests/2.18.4] | 43 | User-Agent: [python-requests/2.18.4] |
45 | method: POST | 44 | method: POST |
46 | uri: http://localhost:3000/api/v1/polls/15/votes | 45 | uri: http://localhost:3000/api/v1/polls/1/votes |
47 | response: | 46 | response: |
48 | body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"options":[{"title":"four | 47 | body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"options":[{"title":"four |
49 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} | 48 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} |
50 | headers: | 49 | headers: |
51 | Cache-Control: ['max-age=0, private, must-revalidate'] | 50 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
53 | ETag: [W/"5b2a849b672ccadf70a2620d4dc1cacb"] | ||
54 | Referrer-Policy: [strict-origin-when-cross-origin] | 52 | Referrer-Policy: [strict-origin-when-cross-origin] |
55 | Transfer-Encoding: [chunked] | 53 | Transfer-Encoding: [chunked] |
56 | Vary: ['Accept-Encoding, Origin'] | 54 | Vary: ['Accept-Encoding, Origin'] |
@@ -58,10 +56,10 @@ interactions: | |||
58 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
59 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
60 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
61 | X-Request-Id: [9bfef151-c9a3-44cc-94d4-6ed33e9e7c24] | 59 | X-Request-Id: [08c8efb8-8ee3-4087-b9f7-25ba1335b593] |
62 | X-Runtime: ['0.079564'] | 60 | X-Runtime: ['0.077040'] |
63 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
64 | content-length: ['215'] | 62 | content-length: ['214'] |
65 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
66 | - request: | 64 | - request: |
67 | body: null | 65 | body: null |
@@ -72,14 +70,13 @@ interactions: | |||
72 | Connection: [keep-alive] | 70 | Connection: [keep-alive] |
73 | User-Agent: [python-requests/2.18.4] | 71 | User-Agent: [python-requests/2.18.4] |
74 | method: GET | 72 | method: GET |
75 | uri: http://localhost:3000/api/v1/polls/15 | 73 | uri: http://localhost:3000/api/v1/polls/1 |
76 | response: | 74 | response: |
77 | body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"options":[{"title":"four | 75 | body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":1,"voted":true,"options":[{"title":"four |
78 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} | 76 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} |
79 | headers: | 77 | headers: |
80 | Cache-Control: ['max-age=0, private, must-revalidate'] | 78 | Cache-Control: ['no-cache, no-store'] |
81 | Content-Type: [application/json; charset=utf-8] | 79 | Content-Type: [application/json; charset=utf-8] |
82 | ETag: [W/"5b2a849b672ccadf70a2620d4dc1cacb"] | ||
83 | Referrer-Policy: [strict-origin-when-cross-origin] | 80 | Referrer-Policy: [strict-origin-when-cross-origin] |
84 | Transfer-Encoding: [chunked] | 81 | Transfer-Encoding: [chunked] |
85 | Vary: ['Accept-Encoding, Origin'] | 82 | Vary: ['Accept-Encoding, Origin'] |
@@ -87,10 +84,10 @@ interactions: | |||
87 | X-Download-Options: [noopen] | 84 | X-Download-Options: [noopen] |
88 | X-Frame-Options: [SAMEORIGIN] | 85 | X-Frame-Options: [SAMEORIGIN] |
89 | X-Permitted-Cross-Domain-Policies: [none] | 86 | X-Permitted-Cross-Domain-Policies: [none] |
90 | X-Request-Id: [f6a54825-bd65-49b0-a83f-39ef5124a362] | 87 | X-Request-Id: [39703b78-72bb-4bda-8f3d-ecc0fa9a3645] |
91 | X-Runtime: ['0.043202'] | 88 | X-Runtime: ['0.035297'] |
92 | X-XSS-Protection: [1; mode=block] | 89 | X-XSS-Protection: [1; mode=block] |
93 | content-length: ['215'] | 90 | content-length: ['214'] |
94 | status: {code: 200, message: OK} | 91 | status: {code: 200, message: OK} |
95 | - request: | 92 | - request: |
96 | body: choices%5B%5D=0 | 93 | body: choices%5B%5D=0 |
@@ -103,14 +100,13 @@ interactions: | |||
103 | Content-Type: [application/x-www-form-urlencoded] | 100 | Content-Type: [application/x-www-form-urlencoded] |
104 | User-Agent: [python-requests/2.18.4] | 101 | User-Agent: [python-requests/2.18.4] |
105 | method: POST | 102 | method: POST |
106 | uri: http://localhost:3000/api/v1/polls/15/votes | 103 | uri: http://localhost:3000/api/v1/polls/1/votes |
107 | response: | 104 | response: |
108 | body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four | 105 | body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four |
109 | twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} | 106 | twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} |
110 | headers: | 107 | headers: |
111 | Cache-Control: ['max-age=0, private, must-revalidate'] | 108 | Cache-Control: ['no-cache, no-store'] |
112 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
113 | ETag: [W/"567f9562c02e1a5533bf95d1d4bbdede"] | ||
114 | Referrer-Policy: [strict-origin-when-cross-origin] | 110 | Referrer-Policy: [strict-origin-when-cross-origin] |
115 | Transfer-Encoding: [chunked] | 111 | Transfer-Encoding: [chunked] |
116 | Vary: ['Accept-Encoding, Origin'] | 112 | Vary: ['Accept-Encoding, Origin'] |
@@ -118,10 +114,10 @@ interactions: | |||
118 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
119 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
120 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
121 | X-Request-Id: [209f0950-c9c0-4ab8-978f-de3239546a97] | 117 | X-Request-Id: [da03e008-863c-4d49-8c64-37fb93d629a0] |
122 | X-Runtime: ['0.062952'] | 118 | X-Runtime: ['0.043669'] |
123 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
124 | content-length: ['215'] | 120 | content-length: ['214'] |
125 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
126 | - request: | 122 | - request: |
127 | body: null | 123 | body: null |
@@ -132,14 +128,13 @@ interactions: | |||
132 | Connection: [keep-alive] | 128 | Connection: [keep-alive] |
133 | User-Agent: [python-requests/2.18.4] | 129 | User-Agent: [python-requests/2.18.4] |
134 | method: GET | 130 | method: GET |
135 | uri: http://localhost:3000/api/v1/polls/15 | 131 | uri: http://localhost:3000/api/v1/polls/1 |
136 | response: | 132 | response: |
137 | body: {string: '{"id":"15","expires_at":"2019-04-28T21:10:23.457Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four | 133 | body: {string: '{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four |
138 | twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} | 134 | twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} |
139 | headers: | 135 | headers: |
140 | Cache-Control: ['max-age=0, private, must-revalidate'] | 136 | Cache-Control: ['no-cache, no-store'] |
141 | Content-Type: [application/json; charset=utf-8] | 137 | Content-Type: [application/json; charset=utf-8] |
142 | ETag: [W/"567f9562c02e1a5533bf95d1d4bbdede"] | ||
143 | Referrer-Policy: [strict-origin-when-cross-origin] | 138 | Referrer-Policy: [strict-origin-when-cross-origin] |
144 | Transfer-Encoding: [chunked] | 139 | Transfer-Encoding: [chunked] |
145 | Vary: ['Accept-Encoding, Origin'] | 140 | Vary: ['Accept-Encoding, Origin'] |
@@ -147,10 +142,10 @@ interactions: | |||
147 | X-Download-Options: [noopen] | 142 | X-Download-Options: [noopen] |
148 | X-Frame-Options: [SAMEORIGIN] | 143 | X-Frame-Options: [SAMEORIGIN] |
149 | X-Permitted-Cross-Domain-Policies: [none] | 144 | X-Permitted-Cross-Domain-Policies: [none] |
150 | X-Request-Id: [7caa443c-5605-436f-bae1-f7088dc7db1d] | 145 | X-Request-Id: [ee710e5b-2403-45bd-97ca-0f2edcd70797] |
151 | X-Runtime: ['0.037629'] | 146 | X-Runtime: ['0.024792'] |
152 | X-XSS-Protection: [1; mode=block] | 147 | X-XSS-Protection: [1; mode=block] |
153 | content-length: ['215'] | 148 | content-length: ['214'] |
154 | status: {code: 200, message: OK} | 149 | status: {code: 200, message: OK} |
155 | - request: | 150 | - request: |
156 | body: null | 151 | body: null |
@@ -162,13 +157,14 @@ interactions: | |||
162 | Content-Length: ['0'] | 157 | Content-Length: ['0'] |
163 | User-Agent: [python-requests/2.18.4] | 158 | User-Agent: [python-requests/2.18.4] |
164 | method: DELETE | 159 | method: DELETE |
165 | uri: http://localhost:3000/api/v1/statuses/102005835265128615 | 160 | uri: http://localhost:3000/api/v1/statuses/102315367762013469 |
166 | response: | 161 | response: |
167 | body: {string: '{}'} | 162 | body: {string: '{"id":"102315367762013469","created_at":"2019-06-22T13:03:34.554Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315367762013469","url":"http://localhost/@admin/102315367762013469","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"nice","reblog":null,"application":{"name":"Mastodon.py |
163 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"1","expires_at":"2019-06-22T13:08:34.543Z","expired":false,"multiple":true,"votes_count":2,"voted":true,"options":[{"title":"four | ||
164 | twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}'} | ||
168 | headers: | 165 | headers: |
169 | Cache-Control: ['max-age=0, private, must-revalidate'] | 166 | Cache-Control: ['no-cache, no-store'] |
170 | Content-Type: [application/json; charset=utf-8] | 167 | Content-Type: [application/json; charset=utf-8] |
171 | ETag: [W/"6e856267241253766a52970611e7487c"] | ||
172 | Referrer-Policy: [strict-origin-when-cross-origin] | 168 | Referrer-Policy: [strict-origin-when-cross-origin] |
173 | Transfer-Encoding: [chunked] | 169 | Transfer-Encoding: [chunked] |
174 | Vary: ['Accept-Encoding, Origin'] | 170 | Vary: ['Accept-Encoding, Origin'] |
@@ -176,9 +172,9 @@ interactions: | |||
176 | X-Download-Options: [noopen] | 172 | X-Download-Options: [noopen] |
177 | X-Frame-Options: [SAMEORIGIN] | 173 | X-Frame-Options: [SAMEORIGIN] |
178 | X-Permitted-Cross-Domain-Policies: [none] | 174 | X-Permitted-Cross-Domain-Policies: [none] |
179 | X-Request-Id: [9a5591f2-fbaa-4f0e-832f-86f5d1b8e6b1] | 175 | X-Request-Id: [f5f1d50a-0185-482f-bfde-6b9ab6d97dfa] |
180 | X-Runtime: ['0.044707'] | 176 | X-Runtime: ['0.084331'] |
181 | X-XSS-Protection: [1; mode=block] | 177 | X-XSS-Protection: [1; mode=block] |
182 | content-length: ['2'] | 178 | content-length: ['1350'] |
183 | status: {code: 200, message: OK} | 179 | status: {code: 200, message: OK} |
184 | version: 1 | 180 | 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: | |||
12 | response: | 12 | response: |
13 | body: {string: '{"posting:default:visibility":"public","posting:default:sensitive":false,"posting:default:language":null,"reading:expand:media":"default","reading:expand:spoilers":false}'} | 13 | body: {string: '{"posting:default:visibility":"public","posting:default:sensitive":false,"posting:default:language":null,"reading:expand:media":"default","reading:expand:spoilers":false}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"16e1b4c608ece78202df9c19d6a56932"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [0b19cc10-64ae-4fd4-827e-0e8e1b46c673] | 24 | X-Request-Id: [afa3bad7-cc29-4ec0-88cf-16793cf7dfe2] |
26 | X-Runtime: ['0.032833'] | 25 | X-Runtime: ['0.074955'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['170'] | 27 | content-length: ['170'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_public_tl.yaml b/tests/cassettes/test_public_tl.yaml index 5b39128..af7a9ec 100644 --- a/tests/cassettes/test_public_tl.yaml +++ b/tests/cassettes/test_public_tl.yaml | |||
@@ -12,14 +12,13 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315371849429881","created_at":"2019-06-22T13:04:36.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371849429881","url":"http://localhost/@mastodonpy_test/102315371849429881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"f61b0300cd3435988d9154129046fd8b"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [bd9fb4e0-e17a-49ba-a0da-8682da4fb752] | 29 | X-Request-Id: [b9fbd00e-1d75-4e49-9044-1d9ee104f00b] |
31 | X-Runtime: ['0.147960'] | 30 | X-Runtime: ['0.162473'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -43,90 +42,27 @@ interactions: | |||
43 | method: GET | 42 | method: GET |
44 | uri: http://localhost:3000/api/v1/timelines/public | 43 | uri: http://localhost:3000/api/v1/timelines/public |
45 | response: | 44 | response: |
46 | 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 | 45 | body: {string: '[{"id":"102315371849429881","created_at":"2019-06-22T13:04:36.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371849429881","url":"http://localhost/@mastodonpy_test/102315371849429881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 47 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 48 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
50 | 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 | 49 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
51 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 50 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
52 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
53 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon |
54 | 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 | 53 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
55 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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 | 54 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
56 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 55 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
57 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 56 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
58 | 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 | 57 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
59 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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 | 58 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315367801315401","created_at":"2019-06-22T13:03:35.156Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315367801315401","url":"http://localhost/@admin/102315367801315401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
60 | 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 | 59 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","expired":false,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four |
61 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 60 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} |
62 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
63 | 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 | ||
64 | 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 | ||
65 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
66 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
67 | 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 | ||
68 | 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 | ||
69 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
70 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
71 | 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 | ||
72 | 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 | ||
73 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
74 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
75 | 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 | ||
76 | 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 | ||
77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
78 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
79 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
80 | 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 | ||
81 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
82 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
83 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
84 | 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 | ||
85 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
86 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
87 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
88 | 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 | ||
89 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
90 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
91 | 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 | ||
92 | 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 | ||
93 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
94 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
95 | 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 | ||
96 | 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 | ||
97 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
98 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
99 | 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 | ||
100 | 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 | ||
101 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
102 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
103 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
104 | 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 | ||
105 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
106 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
107 | 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 | ||
108 | 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 | ||
109 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
110 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
112 | 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 | ||
113 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
114 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
115 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
116 | 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 | ||
117 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
118 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
119 | 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 | ||
120 | 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 | ||
121 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
122 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
123 | 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}]'} | ||
124 | headers: | 61 | headers: |
125 | Cache-Control: ['max-age=0, private, must-revalidate'] | 62 | Cache-Control: ['no-cache, no-store'] |
126 | Content-Type: [application/json; charset=utf-8] | 63 | Content-Type: [application/json; charset=utf-8] |
127 | ETag: [W/"517377cdf7a12d931bd6baaffc317534"] | 64 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=102315367801315401>; |
128 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=101999515711027518>; | 65 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=102315371849429881>; |
129 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=101999522601646329>; | ||
130 | rel="prev"'] | 66 | rel="prev"'] |
131 | Referrer-Policy: [strict-origin-when-cross-origin] | 67 | Referrer-Policy: [strict-origin-when-cross-origin] |
132 | Transfer-Encoding: [chunked] | 68 | Transfer-Encoding: [chunked] |
@@ -135,10 +71,10 @@ interactions: | |||
135 | X-Download-Options: [noopen] | 71 | X-Download-Options: [noopen] |
136 | X-Frame-Options: [SAMEORIGIN] | 72 | X-Frame-Options: [SAMEORIGIN] |
137 | X-Permitted-Cross-Domain-Policies: [none] | 73 | X-Permitted-Cross-Domain-Policies: [none] |
138 | X-Request-Id: [148b1e07-0e4e-43e2-bab6-1fe1836d151d] | 74 | X-Request-Id: [ff8df590-fc07-489c-a43b-2200565e4b2b] |
139 | X-Runtime: ['0.274586'] | 75 | X-Runtime: ['0.171444'] |
140 | X-XSS-Protection: [1; mode=block] | 76 | X-XSS-Protection: [1; mode=block] |
141 | content-length: ['31648'] | 77 | content-length: ['7285'] |
142 | status: {code: 200, message: OK} | 78 | status: {code: 200, message: OK} |
143 | - request: | 79 | - request: |
144 | body: null | 80 | body: null |
@@ -151,90 +87,27 @@ interactions: | |||
151 | method: GET | 87 | method: GET |
152 | uri: http://localhost:3000/api/v1/timelines/public?local=1 | 88 | uri: http://localhost:3000/api/v1/timelines/public?local=1 |
153 | response: | 89 | response: |
154 | 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 | 90 | body: {string: '[{"id":"102315371849429881","created_at":"2019-06-22T13:04:36.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371849429881","url":"http://localhost/@mastodonpy_test/102315371849429881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
155 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 91 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
156 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 92 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
157 | 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 | 93 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
158 | 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 | 94 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
159 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 95 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
160 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 96 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
161 | 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 | 97 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon |
162 | 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 | 98 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
163 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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 | 99 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan |
164 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 100 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
165 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 101 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
166 | 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 | 102 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
167 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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 | 103 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315367801315401","created_at":"2019-06-22T13:03:35.156Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315367801315401","url":"http://localhost/@admin/102315367801315401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
168 | 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 | 104 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","expired":false,"multiple":false,"votes_count":1,"voted":true,"options":[{"title":"four |
169 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 105 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} |
170 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
171 | 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 | ||
172 | 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 | ||
173 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
174 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
175 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
176 | 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 | ||
177 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
178 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
179 | 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 | ||
180 | 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 | ||
181 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
182 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
183 | 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 | ||
184 | 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 | ||
185 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
186 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
187 | 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 | ||
188 | 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 | ||
189 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
190 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
191 | 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 | ||
192 | 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 | ||
193 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
194 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
195 | 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 | ||
196 | 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 | ||
197 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
198 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
199 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
200 | 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 | ||
201 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
202 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
203 | 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 | ||
204 | 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 | ||
205 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
206 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
207 | 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 | ||
208 | 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 | ||
209 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
210 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
211 | 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 | ||
212 | 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 | ||
213 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
214 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
215 | 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 | ||
216 | 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 | ||
217 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
218 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
219 | 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 | ||
220 | 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 | ||
221 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
222 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
223 | 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 | ||
224 | 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 | ||
225 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
226 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
227 | 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 | ||
228 | 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 | ||
229 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
230 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
231 | 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}]'} | ||
232 | headers: | 106 | headers: |
233 | Cache-Control: ['max-age=0, private, must-revalidate'] | 107 | Cache-Control: ['no-cache, no-store'] |
234 | Content-Type: [application/json; charset=utf-8] | 108 | Content-Type: [application/json; charset=utf-8] |
235 | ETag: [W/"517377cdf7a12d931bd6baaffc317534"] | 109 | Link: ['<http://localhost:3000/api/v1/timelines/public?local=1&max_id=102315367801315401>; |
236 | Link: ['<http://localhost:3000/api/v1/timelines/public?local=1&max_id=101999515711027518>; | 110 | rel="next", <http://localhost:3000/api/v1/timelines/public?local=1&min_id=102315371849429881>; |
237 | rel="next", <http://localhost:3000/api/v1/timelines/public?local=1&min_id=101999522601646329>; | ||
238 | rel="prev"'] | 111 | rel="prev"'] |
239 | Referrer-Policy: [strict-origin-when-cross-origin] | 112 | Referrer-Policy: [strict-origin-when-cross-origin] |
240 | Transfer-Encoding: [chunked] | 113 | Transfer-Encoding: [chunked] |
@@ -243,10 +116,10 @@ interactions: | |||
243 | X-Download-Options: [noopen] | 116 | X-Download-Options: [noopen] |
244 | X-Frame-Options: [SAMEORIGIN] | 117 | X-Frame-Options: [SAMEORIGIN] |
245 | X-Permitted-Cross-Domain-Policies: [none] | 118 | X-Permitted-Cross-Domain-Policies: [none] |
246 | X-Request-Id: [70ecf06e-e3b9-4486-8a64-9f36941bbd43] | 119 | X-Request-Id: [b236506e-c3ce-4685-a6c0-8dbc3f34fa3e] |
247 | X-Runtime: ['0.224317'] | 120 | X-Runtime: ['0.098205'] |
248 | X-XSS-Protection: [1; mode=block] | 121 | X-XSS-Protection: [1; mode=block] |
249 | content-length: ['31648'] | 122 | content-length: ['7285'] |
250 | status: {code: 200, message: OK} | 123 | status: {code: 200, message: OK} |
251 | - request: | 124 | - request: |
252 | body: null | 125 | body: null |
@@ -258,13 +131,15 @@ interactions: | |||
258 | Content-Length: ['0'] | 131 | Content-Length: ['0'] |
259 | User-Agent: [python-requests/2.18.4] | 132 | User-Agent: [python-requests/2.18.4] |
260 | method: DELETE | 133 | method: DELETE |
261 | uri: http://localhost:3000/api/v1/statuses/101999522601646329 | 134 | uri: http://localhost:3000/api/v1/statuses/102315371849429881 |
262 | response: | 135 | response: |
263 | body: {string: '{}'} | 136 | body: {string: '{"id":"102315371849429881","created_at":"2019-06-22T13:04:36.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371849429881","url":"http://localhost/@mastodonpy_test/102315371849429881","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
137 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
138 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
139 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
264 | headers: | 140 | headers: |
265 | Cache-Control: ['max-age=0, private, must-revalidate'] | 141 | Cache-Control: ['no-cache, no-store'] |
266 | Content-Type: [application/json; charset=utf-8] | 142 | Content-Type: [application/json; charset=utf-8] |
267 | ETag: [W/"5aac4bdcf7384ec5fb657333b4d79af8"] | ||
268 | Referrer-Policy: [strict-origin-when-cross-origin] | 143 | Referrer-Policy: [strict-origin-when-cross-origin] |
269 | Transfer-Encoding: [chunked] | 144 | Transfer-Encoding: [chunked] |
270 | Vary: ['Accept-Encoding, Origin'] | 145 | Vary: ['Accept-Encoding, Origin'] |
@@ -272,9 +147,9 @@ interactions: | |||
272 | X-Download-Options: [noopen] | 147 | X-Download-Options: [noopen] |
273 | X-Frame-Options: [SAMEORIGIN] | 148 | X-Frame-Options: [SAMEORIGIN] |
274 | X-Permitted-Cross-Domain-Policies: [none] | 149 | X-Permitted-Cross-Domain-Policies: [none] |
275 | X-Request-Id: [617bc697-68a0-456f-96ba-dfbffa97932c] | 150 | X-Request-Id: [5e7a451b-2c5b-49c9-ba5e-6c67879157b3] |
276 | X-Runtime: ['0.021311'] | 151 | X-Runtime: ['0.086696'] |
277 | X-XSS-Protection: [1; mode=block] | 152 | X-XSS-Protection: [1; mode=block] |
278 | content-length: ['2'] | 153 | content-length: ['1567'] |
279 | status: {code: 200, message: OK} | 154 | status: {code: 200, message: OK} |
280 | version: 1 | 155 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315371817901970","created_at":"2019-06-22T13:04:36.426Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371817901970","url":"http://localhost/@mastodonpy_test/102315371817901970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"2b5f58294d230e5c39b4e2a7b4e12580"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [bf6b33d0-843a-4fbb-8725-84dcfb2ce974] | 29 | X-Request-Id: [e565be41-e5a5-4538-8d62-45aea2829b53] |
31 | X-Runtime: ['0.150636'] | 30 | X-Runtime: ['0.132400'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,90 +41,27 @@ interactions: | |||
42 | method: GET | 41 | method: GET |
43 | uri: http://localhost:3000/api/v1/timelines/public | 42 | uri: http://localhost:3000/api/v1/timelines/public |
44 | response: | 43 | response: |
45 | 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 | 44 | body: {string: '[{"id":"102315371817901970","created_at":"2019-06-22T13:04:36.426Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371817901970","url":"http://localhost/@mastodonpy_test/102315371817901970","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
47 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 46 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
48 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 47 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eit\u0026apos;s |
49 | 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 | 48 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 49 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
51 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon |
53 | 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 | 52 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
54 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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 | 53 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e\u003cspan |
55 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 54 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
56 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 55 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
57 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","url":"http://localhost/@admin/101999518153289143","replies_count":0,"reblogs_count":0,"favourites_count":0,"reblog":null,"application":{"name":"Mastodon.py | 56 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
58 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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 | 57 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102315367801315401","created_at":"2019-06-22T13:03:35.156Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315367801315401","url":"http://localhost/@admin/102315367801315401","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
59 | 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 | 58 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2019-06-22T13:08:35.136Z","expired":false,"multiple":false,"votes_count":1,"options":[{"title":"four |
60 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 59 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} |
61 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
62 | 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 | ||
63 | 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 | ||
64 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
65 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
66 | 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 | ||
67 | 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 | ||
68 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
69 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
70 | 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 | ||
71 | 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 | ||
72 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
73 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
74 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
75 | 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 | ||
76 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
77 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
78 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
79 | 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 | ||
80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
81 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
82 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
83 | 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 | ||
84 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
85 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
86 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
87 | 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 | ||
88 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
89 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
90 | 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 | ||
91 | 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 | ||
92 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
93 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
94 | 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 | ||
95 | 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 | ||
96 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
97 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
98 | 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 | ||
99 | 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 | ||
100 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
101 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
102 | 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 | ||
103 | 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 | ||
104 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
105 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
106 | 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 | ||
107 | 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 | ||
108 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
109 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
110 | 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 | ||
111 | 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 | ||
112 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
113 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
114 | 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 | ||
115 | 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 | ||
116 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
117 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
118 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | ||
119 | 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 | ||
120 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
121 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | ||
122 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}]'} | ||
123 | headers: | 60 | headers: |
124 | Cache-Control: ['max-age=0, private, must-revalidate'] | 61 | Cache-Control: ['no-cache, no-store'] |
125 | Content-Type: [application/json; charset=utf-8] | 62 | Content-Type: [application/json; charset=utf-8] |
126 | ETag: [W/"b7be725e8c2f6c06d1c1e7c7f2003afb"] | 63 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=102315367801315401>; |
127 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=101999515711027518>; | 64 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=102315371817901970>; |
128 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=101999522564448286>; | ||
129 | rel="prev"'] | 65 | rel="prev"'] |
130 | Referrer-Policy: [strict-origin-when-cross-origin] | 66 | Referrer-Policy: [strict-origin-when-cross-origin] |
131 | Transfer-Encoding: [chunked] | 67 | Transfer-Encoding: [chunked] |
@@ -134,10 +70,10 @@ interactions: | |||
134 | X-Download-Options: [noopen] | 70 | X-Download-Options: [noopen] |
135 | X-Frame-Options: [SAMEORIGIN] | 71 | X-Frame-Options: [SAMEORIGIN] |
136 | X-Permitted-Cross-Domain-Policies: [none] | 72 | X-Permitted-Cross-Domain-Policies: [none] |
137 | X-Request-Id: [526ada8b-9047-4af1-8437-3812cd318c34] | 73 | X-Request-Id: [9e234262-a50a-405f-889e-430ed8c123fe] |
138 | X-Runtime: ['0.316778'] | 74 | X-Runtime: ['0.175171'] |
139 | X-XSS-Protection: [1; mode=block] | 75 | X-XSS-Protection: [1; mode=block] |
140 | content-length: ['30358'] | 76 | content-length: ['6987'] |
141 | status: {code: 200, message: OK} | 77 | status: {code: 200, message: OK} |
142 | - request: | 78 | - request: |
143 | body: null | 79 | body: null |
@@ -149,13 +85,15 @@ interactions: | |||
149 | Content-Length: ['0'] | 85 | Content-Length: ['0'] |
150 | User-Agent: [python-requests/2.18.4] | 86 | User-Agent: [python-requests/2.18.4] |
151 | method: DELETE | 87 | method: DELETE |
152 | uri: http://localhost:3000/api/v1/statuses/101999522564448286 | 88 | uri: http://localhost:3000/api/v1/statuses/102315371817901970 |
153 | response: | 89 | response: |
154 | body: {string: '{}'} | 90 | body: {string: '{"id":"102315371817901970","created_at":"2019-06-22T13:04:36.426Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371817901970","url":"http://localhost/@mastodonpy_test/102315371817901970","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
91 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
92 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
93 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
155 | headers: | 94 | headers: |
156 | Cache-Control: ['max-age=0, private, must-revalidate'] | 95 | Cache-Control: ['no-cache, no-store'] |
157 | Content-Type: [application/json; charset=utf-8] | 96 | Content-Type: [application/json; charset=utf-8] |
158 | ETag: [W/"5effbe02398d61e248200eecadbf01c2"] | ||
159 | Referrer-Policy: [strict-origin-when-cross-origin] | 97 | Referrer-Policy: [strict-origin-when-cross-origin] |
160 | Transfer-Encoding: [chunked] | 98 | Transfer-Encoding: [chunked] |
161 | Vary: ['Accept-Encoding, Origin'] | 99 | Vary: ['Accept-Encoding, Origin'] |
@@ -163,9 +101,9 @@ interactions: | |||
163 | X-Download-Options: [noopen] | 101 | X-Download-Options: [noopen] |
164 | X-Frame-Options: [SAMEORIGIN] | 102 | X-Frame-Options: [SAMEORIGIN] |
165 | X-Permitted-Cross-Domain-Policies: [none] | 103 | X-Permitted-Cross-Domain-Policies: [none] |
166 | X-Request-Id: [21033e47-1a70-4ca1-b8d9-488af18a3b93] | 104 | X-Request-Id: [bc7ea1a3-82a5-4bae-8b6e-91e2a43d480e] |
167 | X-Runtime: ['0.023948'] | 105 | X-Runtime: ['0.078779'] |
168 | X-XSS-Protection: [1; mode=block] | 106 | X-XSS-Protection: [1; mode=block] |
169 | content-length: ['2'] | 107 | content-length: ['1567'] |
170 | status: {code: 200, message: OK} | 108 | status: {code: 200, message: OK} |
171 | version: 1 | 109 | 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 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | 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 | 3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BMlrkErTM2M6bNEzb8k9wGH2nlmDbBn%2Fl7%2BZ0gCzWUYpP817a9NPt7OWTgNe7jrGEAOIfbFPLT0n94jvypNC0vE%3D&subscription%5Bkeys%5D%5Bauth%5D=fQmT60SBddqRsYrmSyNKcw%3D%3D |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
8 | Connection: [keep-alive] | 8 | Connection: [keep-alive] |
9 | Content-Length: ['258'] | 9 | Content-Length: ['244'] |
10 | Content-Type: [application/x-www-form-urlencoded] | 10 | Content-Type: [application/x-www-form-urlencoded] |
11 | User-Agent: [python-requests/2.18.4] | 11 | User-Agent: [python-requests/2.18.4] |
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/push/subscription | 13 | uri: http://localhost:3000/api/v1/push/subscription |
14 | response: | 14 | response: |
15 | body: {string: '{"id":9,"endpoint":"https://example.com","alerts":{},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} | 15 | body: {string: '{"id":3,"endpoint":"https://example.com","alerts":{},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"de21d3cb4400db6d36395f999819a89e"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,8 +23,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [724a903c-1a69-45fa-ad33-64d9c67f6e2c] | 26 | X-Request-Id: [c84a6c62-4994-4912-b969-b11a6e631950] |
28 | X-Runtime: ['0.021919'] | 27 | X-Runtime: ['0.027850'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['157'] | 29 | content-length: ['157'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -43,9 +42,8 @@ interactions: | |||
43 | response: | 42 | response: |
44 | body: {string: '{}'} | 43 | body: {string: '{}'} |
45 | headers: | 44 | headers: |
46 | Cache-Control: ['max-age=0, private, must-revalidate'] | 45 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 46 | Content-Type: [application/json; charset=utf-8] |
48 | ETag: [W/"3984996bab8ee0ed3859819e7e795ba4"] | ||
49 | Referrer-Policy: [strict-origin-when-cross-origin] | 47 | Referrer-Policy: [strict-origin-when-cross-origin] |
50 | Transfer-Encoding: [chunked] | 48 | Transfer-Encoding: [chunked] |
51 | Vary: ['Accept-Encoding, Origin'] | 49 | Vary: ['Accept-Encoding, Origin'] |
@@ -53,8 +51,8 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [07afa25a-0ba2-4375-b540-0e8f835403e0] | 54 | X-Request-Id: [d916def9-70dc-4cc9-b4cb-d58ec7ba3c2b] |
57 | X-Runtime: ['0.023131'] | 55 | X-Runtime: ['0.026985'] |
58 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['2'] | 57 | content-length: ['2'] |
60 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
@@ -71,7 +69,7 @@ interactions: | |||
71 | response: | 69 | response: |
72 | body: {string: '{"error":"Record not found"}'} | 70 | body: {string: '{"error":"Record not found"}'} |
73 | headers: | 71 | headers: |
74 | Cache-Control: [no-cache] | 72 | Cache-Control: ['no-cache, no-store'] |
75 | Content-Type: [application/json; charset=utf-8] | 73 | Content-Type: [application/json; charset=utf-8] |
76 | Referrer-Policy: [strict-origin-when-cross-origin] | 74 | Referrer-Policy: [strict-origin-when-cross-origin] |
77 | Transfer-Encoding: [chunked] | 75 | Transfer-Encoding: [chunked] |
@@ -80,8 +78,8 @@ interactions: | |||
80 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
81 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
82 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
83 | X-Request-Id: [93cd157c-214e-40cb-82f5-c732c9894882] | 81 | X-Request-Id: [9abe8dd7-e3d2-453f-9050-c40e8847ac69] |
84 | X-Runtime: ['0.013631'] | 82 | X-Runtime: ['0.014339'] |
85 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
86 | content-length: ['28'] | 84 | content-length: ['28'] |
87 | status: {code: 404, message: Not Found} | 85 | status: {code: 404, message: Not Found} |
diff --git a/tests/cassettes/test_push_set.yaml b/tests/cassettes/test_push_set.yaml index 2745be3..1237d79 100644 --- a/tests/cassettes/test_push_set.yaml +++ b/tests/cassettes/test_push_set.yaml | |||
@@ -1,22 +1,21 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | 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 | 3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BC8J%2BAOSp0qSf4liRHkw0mrx01QrIqDHjz5F6qc8NuiG6M03i4QGIeWm3IYhwvIqMkOO30bqGmkoewGU7BN1Fnc%3D&subscription%5Bkeys%5D%5Bauth%5D=C3U3NXZP%2Fei0KKRVU2anWw%3D%3D |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
8 | Connection: [keep-alive] | 8 | Connection: [keep-alive] |
9 | Content-Length: ['250'] | 9 | Content-Length: ['244'] |
10 | Content-Type: [application/x-www-form-urlencoded] | 10 | Content-Type: [application/x-www-form-urlencoded] |
11 | User-Agent: [python-requests/2.18.4] | 11 | User-Agent: [python-requests/2.18.4] |
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/push/subscription | 13 | uri: http://localhost:3000/api/v1/push/subscription |
14 | response: | 14 | response: |
15 | body: {string: '{"id":7,"endpoint":"https://example.com","alerts":{},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} | 15 | body: {string: '{"id":1,"endpoint":"https://example.com","alerts":{},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"30a0afc7d55cb1d4863b67d20c8b93d6"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,8 +23,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [a239b437-9f21-41b2-88e7-2d43de580991] | 26 | X-Request-Id: [14d88eb8-c6e3-42d9-954d-35a3b28c47f4] |
28 | X-Runtime: ['0.067181'] | 27 | X-Runtime: ['0.044297'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['157'] | 29 | content-length: ['157'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -40,11 +39,10 @@ interactions: | |||
40 | method: GET | 39 | method: GET |
41 | uri: http://localhost:3000/api/v1/push/subscription | 40 | uri: http://localhost:3000/api/v1/push/subscription |
42 | response: | 41 | response: |
43 | body: {string: '{"id":7,"endpoint":"https://example.com","alerts":{},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} | 42 | body: {string: '{"id":1,"endpoint":"https://example.com","alerts":{},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} |
44 | headers: | 43 | headers: |
45 | Cache-Control: ['max-age=0, private, must-revalidate'] | 44 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
47 | ETag: [W/"30a0afc7d55cb1d4863b67d20c8b93d6"] | ||
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,8 +50,8 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [e0a552f1-4ff9-4ab3-b1f5-c5e226965714] | 53 | X-Request-Id: [dc0af102-227e-4701-80d5-0939633bad49] |
56 | X-Runtime: ['0.015818'] | 54 | X-Runtime: ['0.017843'] |
57 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['157'] | 56 | content-length: ['157'] |
59 | status: {code: 200, message: OK} | 57 | 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 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | 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 | 3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BCSaRbfF44wktnrM7Fk%2BGpfbi0wAYv7GWggcO%2FWDo2TE6lzmMKToEgNn%2F2wJ0joGbgTvSlLxy1TTdC7lnhWqKpQ%3D&subscription%5Bkeys%5D%5Bauth%5D=a33tvmLQP2HR1OEYwlMbJg%3D%3D&data%5Balerts%5D%5Bfollow%5D=False&data%5Balerts%5D%5Bfavourite%5D=False&data%5Balerts%5D%5Breblog%5D=False&data%5Balerts%5D%5Bmention%5D=False |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
8 | Connection: [keep-alive] | 8 | Connection: [keep-alive] |
9 | Content-Length: ['394'] | 9 | Content-Length: ['390'] |
10 | Content-Type: [application/x-www-form-urlencoded] | 10 | Content-Type: [application/x-www-form-urlencoded] |
11 | User-Agent: [python-requests/2.18.4] | 11 | User-Agent: [python-requests/2.18.4] |
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/push/subscription | 13 | uri: http://localhost:3000/api/v1/push/subscription |
14 | response: | 14 | response: |
15 | body: {string: '{"id":8,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} | 15 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
19 | ETag: [W/"a9f714714ecf13be238f8e14137ad705"] | ||
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
22 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -24,8 +23,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [6689cc6f-dd12-47e3-9be8-8d324809756f] | 26 | X-Request-Id: [4664e69f-5eb3-4914-b582-311b223d1742] |
28 | X-Runtime: ['0.024519'] | 27 | X-Runtime: ['0.027990'] |
29 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['228'] | 29 | content-length: ['228'] |
31 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -42,11 +41,10 @@ interactions: | |||
42 | method: PUT | 41 | method: PUT |
43 | uri: http://localhost:3000/api/v1/push/subscription | 42 | uri: http://localhost:3000/api/v1/push/subscription |
44 | response: | 43 | response: |
45 | body: {string: '{"id":8,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} | 44 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} |
46 | headers: | 45 | headers: |
47 | Cache-Control: ['max-age=0, private, must-revalidate'] | 46 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
49 | ETag: [W/"5df558b00f6a5c9e0f94f4c8e4505b33"] | ||
50 | Referrer-Policy: [strict-origin-when-cross-origin] | 48 | Referrer-Policy: [strict-origin-when-cross-origin] |
51 | Transfer-Encoding: [chunked] | 49 | Transfer-Encoding: [chunked] |
52 | Vary: ['Accept-Encoding, Origin'] | 50 | Vary: ['Accept-Encoding, Origin'] |
@@ -54,8 +52,8 @@ interactions: | |||
54 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
55 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
56 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
57 | X-Request-Id: [2f636234-36ea-49e5-ab5c-7b2c0e0b1a6d] | 55 | X-Request-Id: [8c70a605-241a-4428-8c83-449b6a9a09a9] |
58 | X-Runtime: ['0.020232'] | 56 | X-Runtime: ['0.018987'] |
59 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
60 | content-length: ['224'] | 58 | content-length: ['224'] |
61 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
@@ -70,11 +68,10 @@ interactions: | |||
70 | method: GET | 68 | method: GET |
71 | uri: http://localhost:3000/api/v1/push/subscription | 69 | uri: http://localhost:3000/api/v1/push/subscription |
72 | response: | 70 | response: |
73 | body: {string: '{"id":8,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} | 71 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"True","favourite":"True","reblog":"True","mention":"True"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} |
74 | headers: | 72 | headers: |
75 | Cache-Control: ['max-age=0, private, must-revalidate'] | 73 | Cache-Control: ['no-cache, no-store'] |
76 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
77 | ETag: [W/"0d6e9bdc5b0f821bfffd98651bb53f5d"] | ||
78 | Referrer-Policy: [strict-origin-when-cross-origin] | 75 | Referrer-Policy: [strict-origin-when-cross-origin] |
79 | Transfer-Encoding: [chunked] | 76 | Transfer-Encoding: [chunked] |
80 | Vary: ['Accept-Encoding, Origin'] | 77 | Vary: ['Accept-Encoding, Origin'] |
@@ -82,8 +79,8 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [878a3b34-e985-4b71-994c-5302abd2e3ca] | 82 | X-Request-Id: [1637493b-ac39-482b-9872-6a377d574442] |
86 | X-Runtime: ['0.052652'] | 83 | X-Runtime: ['0.016466'] |
87 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['224'] | 85 | content-length: ['224'] |
89 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -100,11 +97,10 @@ interactions: | |||
100 | method: PUT | 97 | method: PUT |
101 | uri: http://localhost:3000/api/v1/push/subscription | 98 | uri: http://localhost:3000/api/v1/push/subscription |
102 | response: | 99 | response: |
103 | body: {string: '{"id":8,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} | 100 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} |
104 | headers: | 101 | headers: |
105 | Cache-Control: ['max-age=0, private, must-revalidate'] | 102 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
107 | ETag: [W/"58efea622787388ae99d1c4e21701d46"] | ||
108 | Referrer-Policy: [strict-origin-when-cross-origin] | 104 | Referrer-Policy: [strict-origin-when-cross-origin] |
109 | Transfer-Encoding: [chunked] | 105 | Transfer-Encoding: [chunked] |
110 | Vary: ['Accept-Encoding, Origin'] | 106 | Vary: ['Accept-Encoding, Origin'] |
@@ -112,8 +108,8 @@ interactions: | |||
112 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
113 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
114 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
115 | X-Request-Id: [7a27b5cc-f810-4ea6-ad96-fac6810f5747] | 111 | X-Request-Id: [0664fb73-af67-4cbb-ab55-f4cfdf0e5a22] |
116 | X-Runtime: ['0.026188'] | 112 | X-Runtime: ['0.027340'] |
117 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
118 | content-length: ['228'] | 114 | content-length: ['228'] |
119 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
@@ -128,11 +124,10 @@ interactions: | |||
128 | method: GET | 124 | method: GET |
129 | uri: http://localhost:3000/api/v1/push/subscription | 125 | uri: http://localhost:3000/api/v1/push/subscription |
130 | response: | 126 | response: |
131 | body: {string: '{"id":8,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BP3YHleCxMqxCT6NGjNfl8rRj9BVI9ZGr3xLNzK53Uf0AcMo2VUFgAtdwQBfGofTb48sImPX-LRHTZgmZACu8A0="}'} | 127 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":"False","favourite":"False","reblog":"False","mention":"False"},"server_key":"BDoiaZnI8zQeheo5OzO3lDE5gn63dlzoaHrLTP7tctyKW-hj8yFIvIfWyCp8e-dT8kpJd9Ru7Sd-TTO2DXYgvwI="}'} |
132 | headers: | 128 | headers: |
133 | Cache-Control: ['max-age=0, private, must-revalidate'] | 129 | Cache-Control: ['no-cache, no-store'] |
134 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
135 | ETag: [W/"7968a6fb2a6f4e3cb959f29ba1bd38d5"] | ||
136 | Referrer-Policy: [strict-origin-when-cross-origin] | 131 | Referrer-Policy: [strict-origin-when-cross-origin] |
137 | Transfer-Encoding: [chunked] | 132 | Transfer-Encoding: [chunked] |
138 | Vary: ['Accept-Encoding, Origin'] | 133 | Vary: ['Accept-Encoding, Origin'] |
@@ -140,8 +135,8 @@ interactions: | |||
140 | X-Download-Options: [noopen] | 135 | X-Download-Options: [noopen] |
141 | X-Frame-Options: [SAMEORIGIN] | 136 | X-Frame-Options: [SAMEORIGIN] |
142 | X-Permitted-Cross-Domain-Policies: [none] | 137 | X-Permitted-Cross-Domain-Policies: [none] |
143 | X-Request-Id: [9eeec92f-a9b0-427d-b266-affaaf8f7f98] | 138 | X-Request-Id: [fe12165a-06c0-4bce-9eb3-037c6828f0cf] |
144 | X-Runtime: ['0.035473'] | 139 | X-Runtime: ['0.022023'] |
145 | X-XSS-Protection: [1; mode=block] | 140 | X-XSS-Protection: [1; mode=block] |
146 | content-length: ['228'] | 141 | content-length: ['228'] |
147 | status: {code: 200, message: OK} | 142 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315367988549632","created_at":"2019-06-22T13:03:37.995Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367988549632","url":"http://localhost/@mastodonpy_test/102315367988549632","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"939686c63c13d25dd228cfe9ee5877ef"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [f9805fc4-6f54-4aad-973e-5658ef5c4fcb] | 29 | X-Request-Id: [1eb65c2e-58f3-4cc6-8ae5-fc0e2398a4f0] |
31 | X-Runtime: ['0.125429'] | 30 | X-Runtime: ['0.140193'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -44,13 +43,12 @@ interactions: | |||
44 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 43 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
45 | response: | 44 | response: |
46 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 45 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
47 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 46 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
48 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 47 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"source":{"privacy":"public","sensitive":false,"language":null,"note":"I |
49 | 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}]}'} | 48 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
50 | headers: | 49 | headers: |
51 | Cache-Control: ['max-age=0, private, must-revalidate'] | 50 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
53 | ETag: [W/"dc0b0d6abf42097a6dcc282e3148e256"] | ||
54 | Referrer-Policy: [strict-origin-when-cross-origin] | 52 | Referrer-Policy: [strict-origin-when-cross-origin] |
55 | Transfer-Encoding: [chunked] | 53 | Transfer-Encoding: [chunked] |
56 | Vary: ['Accept-Encoding, Origin'] | 54 | Vary: ['Accept-Encoding, Origin'] |
@@ -58,13 +56,13 @@ interactions: | |||
58 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
59 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
60 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
61 | X-Request-Id: [ce974d1d-4f1c-41d2-b40a-b17d540ae3e5] | 59 | X-Request-Id: [f9fcd645-4998-41e3-a33a-6226a651ae14] |
62 | X-Runtime: ['0.065290'] | 60 | X-Runtime: ['0.073167'] |
63 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
64 | content-length: ['1135'] | 62 | content-length: ['1134'] |
65 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
66 | - request: | 64 | - request: |
67 | body: comment=makes+the+bad+post&account_id=1234567890123456&status_ids%5B%5D=101999516759302325 | 65 | body: comment=makes+the+bad+post&account_id=1234567890123456&status_ids%5B%5D=102315367988549632 |
68 | headers: | 66 | headers: |
69 | Accept: ['*/*'] | 67 | Accept: ['*/*'] |
70 | Accept-Encoding: ['gzip, deflate'] | 68 | Accept-Encoding: ['gzip, deflate'] |
@@ -76,11 +74,10 @@ interactions: | |||
76 | method: POST | 74 | method: POST |
77 | uri: http://localhost:3000/api/v1/reports/ | 75 | uri: http://localhost:3000/api/v1/reports/ |
78 | response: | 76 | response: |
79 | body: {string: '{"id":"3","action_taken":false}'} | 77 | body: {string: '{"id":"1","action_taken":false}'} |
80 | headers: | 78 | headers: |
81 | Cache-Control: ['max-age=0, private, must-revalidate'] | 79 | Cache-Control: ['no-cache, no-store'] |
82 | Content-Type: [application/json; charset=utf-8] | 80 | Content-Type: [application/json; charset=utf-8] |
83 | ETag: [W/"8e361134f5e46c52643d79ad4be8b2a0"] | ||
84 | Referrer-Policy: [strict-origin-when-cross-origin] | 81 | Referrer-Policy: [strict-origin-when-cross-origin] |
85 | Transfer-Encoding: [chunked] | 82 | Transfer-Encoding: [chunked] |
86 | Vary: ['Accept-Encoding, Origin'] | 83 | Vary: ['Accept-Encoding, Origin'] |
@@ -88,8 +85,8 @@ interactions: | |||
88 | X-Download-Options: [noopen] | 85 | X-Download-Options: [noopen] |
89 | X-Frame-Options: [SAMEORIGIN] | 86 | X-Frame-Options: [SAMEORIGIN] |
90 | X-Permitted-Cross-Domain-Policies: [none] | 87 | X-Permitted-Cross-Domain-Policies: [none] |
91 | X-Request-Id: [1ef58f57-6d40-4b21-bac2-ef20bf3bf43e] | 88 | X-Request-Id: [8582245c-8bf2-453c-ae3d-3b19d004980f] |
92 | X-Runtime: ['0.055404'] | 89 | X-Runtime: ['0.086724'] |
93 | X-XSS-Protection: [1; mode=block] | 90 | X-XSS-Protection: [1; mode=block] |
94 | content-length: ['31'] | 91 | content-length: ['31'] |
95 | status: {code: 200, message: OK} | 92 | status: {code: 200, message: OK} |
@@ -103,13 +100,15 @@ interactions: | |||
103 | Content-Length: ['0'] | 100 | Content-Length: ['0'] |
104 | User-Agent: [python-requests/2.18.4] | 101 | User-Agent: [python-requests/2.18.4] |
105 | method: DELETE | 102 | method: DELETE |
106 | uri: http://localhost:3000/api/v1/statuses/101999516759302325 | 103 | uri: http://localhost:3000/api/v1/statuses/102315367988549632 |
107 | response: | 104 | response: |
108 | body: {string: '{}'} | 105 | body: {string: '{"id":"102315367988549632","created_at":"2019-06-22T13:03:37.995Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315367988549632","url":"http://localhost/@mastodonpy_test/102315367988549632","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
107 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
108 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
109 | headers: | 109 | headers: |
110 | Cache-Control: ['max-age=0, private, must-revalidate'] | 110 | Cache-Control: ['no-cache, no-store'] |
111 | Content-Type: [application/json; charset=utf-8] | 111 | Content-Type: [application/json; charset=utf-8] |
112 | ETag: [W/"3984996bab8ee0ed3859819e7e795ba4"] | ||
113 | Referrer-Policy: [strict-origin-when-cross-origin] | 112 | Referrer-Policy: [strict-origin-when-cross-origin] |
114 | Transfer-Encoding: [chunked] | 113 | Transfer-Encoding: [chunked] |
115 | Vary: ['Accept-Encoding, Origin'] | 114 | Vary: ['Accept-Encoding, Origin'] |
@@ -117,9 +116,9 @@ interactions: | |||
117 | X-Download-Options: [noopen] | 116 | X-Download-Options: [noopen] |
118 | X-Frame-Options: [SAMEORIGIN] | 117 | X-Frame-Options: [SAMEORIGIN] |
119 | X-Permitted-Cross-Domain-Policies: [none] | 118 | X-Permitted-Cross-Domain-Policies: [none] |
120 | X-Request-Id: [73e0ffba-f782-4f15-8f30-40010266f0ba] | 119 | X-Request-Id: [852aa280-95fc-4656-a2d5-078ae7835e84] |
121 | X-Runtime: ['0.024496'] | 120 | X-Runtime: ['0.166886'] |
122 | X-XSS-Protection: [1; mode=block] | 121 | X-XSS-Protection: [1; mode=block] |
123 | content-length: ['2'] | 122 | content-length: ['1567'] |
124 | status: {code: 200, message: OK} | 123 | status: {code: 200, message: OK} |
125 | version: 1 | 124 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"22","scheduled_at":"4000-01-01T14:33:14.000Z","params":{"text":"please | 15 | body: {string: '{"id":"1","scheduled_at":"4000-01-01T14:33:14.000Z","params":{"text":"please |
16 | ensure adequate headroom","media_ids":null,"sensitive":null,"spoiler_text":null,"visibility":null,"scheduled_at":null,"poll":null,"idempotency":null,"in_reply_to_id":null,"application_id":1234567890123456},"media_attachments":[]}'} | 16 | ensure adequate headroom","media_ids":null,"sensitive":null,"spoiler_text":null,"visibility":null,"scheduled_at":null,"poll":null,"idempotency":null,"in_reply_to_id":null,"application_id":1234567890123456},"media_attachments":[]}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['max-age=0, private, must-revalidate'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
20 | ETag: [W/"431356517ac1801e2d1509f1a573b8fb"] | ||
21 | Referrer-Policy: [strict-origin-when-cross-origin] | 20 | Referrer-Policy: [strict-origin-when-cross-origin] |
22 | Transfer-Encoding: [chunked] | 21 | Transfer-Encoding: [chunked] |
23 | Vary: ['Accept-Encoding, Origin'] | 22 | Vary: ['Accept-Encoding, Origin'] |
@@ -25,10 +24,10 @@ interactions: | |||
25 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
26 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
27 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
28 | X-Request-Id: [3dd7a195-fb64-468f-8bb0-a8c82c6ba5c4] | 27 | X-Request-Id: [9687c41c-1b26-49b1-9b92-bf01cf03eece] |
29 | X-Runtime: ['0.057517'] | 28 | X-Runtime: ['0.062004'] |
30 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
31 | content-length: ['307'] | 30 | content-length: ['306'] |
32 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
33 | - request: | 32 | - request: |
34 | body: scheduled_at=4000-01-01T14%3A23%3A14%2B00%3A00 | 33 | body: scheduled_at=4000-01-01T14%3A23%3A14%2B00%3A00 |
@@ -41,14 +40,13 @@ interactions: | |||
41 | Content-Type: [application/x-www-form-urlencoded] | 40 | Content-Type: [application/x-www-form-urlencoded] |
42 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
43 | method: PUT | 42 | method: PUT |
44 | uri: http://localhost:3000/api/v1/scheduled_statuses/22 | 43 | uri: http://localhost:3000/api/v1/scheduled_statuses/1 |
45 | response: | 44 | response: |
46 | body: {string: '{"id":"22","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please | 45 | body: {string: '{"id":"1","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please |
47 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} | 46 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} |
48 | headers: | 47 | headers: |
49 | Cache-Control: ['max-age=0, private, must-revalidate'] | 48 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 49 | Content-Type: [application/json; charset=utf-8] |
51 | ETag: [W/"9f9235f1c4979c255c414e2899ef61da"] | ||
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 50 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 51 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 52 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,10 +54,10 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 54 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 55 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 56 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [49e8a1d5-8fa9-4d99-968a-52151dc3e7b1] | 57 | X-Request-Id: [13564f2c-9377-4bd8-ba34-31e131fde7fc] |
60 | X-Runtime: ['0.024146'] | 58 | X-Runtime: ['0.032800'] |
61 | X-XSS-Protection: [1; mode=block] | 59 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['307'] | 60 | content-length: ['306'] |
63 | status: {code: 200, message: OK} | 61 | status: {code: 200, message: OK} |
64 | - request: | 62 | - request: |
65 | body: null | 63 | body: null |
@@ -72,13 +70,12 @@ interactions: | |||
72 | method: GET | 70 | method: GET |
73 | uri: http://localhost:3000/api/v1/scheduled_statuses | 71 | uri: http://localhost:3000/api/v1/scheduled_statuses |
74 | response: | 72 | response: |
75 | body: {string: '[{"id":"22","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please | 73 | body: {string: '[{"id":"1","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please |
76 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}]'} | 74 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}]'} |
77 | headers: | 75 | headers: |
78 | Cache-Control: ['max-age=0, private, must-revalidate'] | 76 | Cache-Control: ['no-cache, no-store'] |
79 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
80 | ETag: [W/"7049b476e76f735f8a9cbafa4379451a"] | 78 | Link: ['<http://localhost:3000/api/v1/scheduled_statuses?min_id=1>; rel="prev"'] |
81 | Link: ['<http://localhost:3000/api/v1/scheduled_statuses?min_id=22>; rel="prev"'] | ||
82 | Referrer-Policy: [strict-origin-when-cross-origin] | 79 | Referrer-Policy: [strict-origin-when-cross-origin] |
83 | Transfer-Encoding: [chunked] | 80 | Transfer-Encoding: [chunked] |
84 | Vary: ['Accept-Encoding, Origin'] | 81 | Vary: ['Accept-Encoding, Origin'] |
@@ -86,10 +83,10 @@ interactions: | |||
86 | X-Download-Options: [noopen] | 83 | X-Download-Options: [noopen] |
87 | X-Frame-Options: [SAMEORIGIN] | 84 | X-Frame-Options: [SAMEORIGIN] |
88 | X-Permitted-Cross-Domain-Policies: [none] | 85 | X-Permitted-Cross-Domain-Policies: [none] |
89 | X-Request-Id: [f05135d0-6a73-4520-968b-f206cc892935] | 86 | X-Request-Id: [175575fa-0de6-4d36-8a1a-a2f37c76646d] |
90 | X-Runtime: ['0.017669'] | 87 | X-Runtime: ['0.019602'] |
91 | X-XSS-Protection: [1; mode=block] | 88 | X-XSS-Protection: [1; mode=block] |
92 | content-length: ['309'] | 89 | content-length: ['308'] |
93 | status: {code: 200, message: OK} | 90 | status: {code: 200, message: OK} |
94 | - request: | 91 | - request: |
95 | body: null | 92 | body: null |
@@ -100,14 +97,13 @@ interactions: | |||
100 | Connection: [keep-alive] | 97 | Connection: [keep-alive] |
101 | User-Agent: [python-requests/2.18.4] | 98 | User-Agent: [python-requests/2.18.4] |
102 | method: GET | 99 | method: GET |
103 | uri: http://localhost:3000/api/v1/scheduled_statuses/22 | 100 | uri: http://localhost:3000/api/v1/scheduled_statuses/1 |
104 | response: | 101 | response: |
105 | body: {string: '{"id":"22","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please | 102 | body: {string: '{"id":"1","scheduled_at":"4000-01-01T14:23:14.000Z","params":{"poll":null,"text":"please |
106 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} | 103 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} |
107 | headers: | 104 | headers: |
108 | Cache-Control: ['max-age=0, private, must-revalidate'] | 105 | Cache-Control: ['no-cache, no-store'] |
109 | Content-Type: [application/json; charset=utf-8] | 106 | Content-Type: [application/json; charset=utf-8] |
110 | ETag: [W/"9f9235f1c4979c255c414e2899ef61da"] | ||
111 | Referrer-Policy: [strict-origin-when-cross-origin] | 107 | Referrer-Policy: [strict-origin-when-cross-origin] |
112 | Transfer-Encoding: [chunked] | 108 | Transfer-Encoding: [chunked] |
113 | Vary: ['Accept-Encoding, Origin'] | 109 | Vary: ['Accept-Encoding, Origin'] |
@@ -115,10 +111,10 @@ interactions: | |||
115 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
116 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
117 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
118 | X-Request-Id: [fc7a55bd-b43b-4df4-bd07-f69b8709557b] | 114 | X-Request-Id: [f50d4b55-c0a6-46f1-adc8-b143fe2d16ee] |
119 | X-Runtime: ['0.017029'] | 115 | X-Runtime: ['0.018354'] |
120 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
121 | content-length: ['307'] | 117 | content-length: ['306'] |
122 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
123 | - request: | 119 | - request: |
124 | body: null | 120 | body: null |
@@ -130,13 +126,12 @@ interactions: | |||
130 | Content-Length: ['0'] | 126 | Content-Length: ['0'] |
131 | User-Agent: [python-requests/2.18.4] | 127 | User-Agent: [python-requests/2.18.4] |
132 | method: DELETE | 128 | method: DELETE |
133 | uri: http://localhost:3000/api/v1/scheduled_statuses/22 | 129 | uri: http://localhost:3000/api/v1/scheduled_statuses/1 |
134 | response: | 130 | response: |
135 | body: {string: '{}'} | 131 | body: {string: '{}'} |
136 | headers: | 132 | headers: |
137 | Cache-Control: ['max-age=0, private, must-revalidate'] | 133 | Cache-Control: ['no-cache, no-store'] |
138 | Content-Type: [application/json; charset=utf-8] | 134 | Content-Type: [application/json; charset=utf-8] |
139 | ETag: [W/"b9de64b821db05245efe4f96c8b026b9"] | ||
140 | Referrer-Policy: [strict-origin-when-cross-origin] | 135 | Referrer-Policy: [strict-origin-when-cross-origin] |
141 | Transfer-Encoding: [chunked] | 136 | Transfer-Encoding: [chunked] |
142 | Vary: ['Accept-Encoding, Origin'] | 137 | Vary: ['Accept-Encoding, Origin'] |
@@ -144,8 +139,8 @@ interactions: | |||
144 | X-Download-Options: [noopen] | 139 | X-Download-Options: [noopen] |
145 | X-Frame-Options: [SAMEORIGIN] | 140 | X-Frame-Options: [SAMEORIGIN] |
146 | X-Permitted-Cross-Domain-Policies: [none] | 141 | X-Permitted-Cross-Domain-Policies: [none] |
147 | X-Request-Id: [c4f909ec-b77f-4d78-8402-9fd101d0b475] | 142 | X-Request-Id: [b2c3cb6e-afbe-46d3-8647-ac4d0f5d746f] |
148 | X-Runtime: ['0.037066'] | 143 | X-Runtime: ['0.067970'] |
149 | X-XSS-Protection: [1; mode=block] | 144 | X-XSS-Protection: [1; mode=block] |
150 | content-length: ['2'] | 145 | content-length: ['2'] |
151 | status: {code: 200, message: OK} | 146 | status: {code: 200, message: OK} |
@@ -162,9 +157,8 @@ interactions: | |||
162 | response: | 157 | response: |
163 | body: {string: '[]'} | 158 | body: {string: '[]'} |
164 | headers: | 159 | headers: |
165 | Cache-Control: ['max-age=0, private, must-revalidate'] | 160 | Cache-Control: ['no-cache, no-store'] |
166 | Content-Type: [application/json; charset=utf-8] | 161 | Content-Type: [application/json; charset=utf-8] |
167 | ETag: [W/"6bb634643e4bac058e18a20692823c5f"] | ||
168 | Referrer-Policy: [strict-origin-when-cross-origin] | 162 | Referrer-Policy: [strict-origin-when-cross-origin] |
169 | Transfer-Encoding: [chunked] | 163 | Transfer-Encoding: [chunked] |
170 | Vary: ['Accept-Encoding, Origin'] | 164 | Vary: ['Accept-Encoding, Origin'] |
@@ -172,8 +166,8 @@ interactions: | |||
172 | X-Download-Options: [noopen] | 166 | X-Download-Options: [noopen] |
173 | X-Frame-Options: [SAMEORIGIN] | 167 | X-Frame-Options: [SAMEORIGIN] |
174 | X-Permitted-Cross-Domain-Policies: [none] | 168 | X-Permitted-Cross-Domain-Policies: [none] |
175 | X-Request-Id: [f672f2a0-5d54-4a11-9187-8e9763c337cf] | 169 | X-Request-Id: [5972b817-f365-43ba-a0c5-3931c665ce1a] |
176 | X-Runtime: ['0.018850'] | 170 | X-Runtime: ['0.018815'] |
177 | X-XSS-Protection: [1; mode=block] | 171 | X-XSS-Protection: [1; mode=block] |
178 | content-length: ['2'] | 172 | content-length: ['2'] |
179 | status: {code: 200, message: OK} | 173 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_search.yaml b/tests/cassettes/test_search.yaml index 1983178..54202bc 100644 --- a/tests/cassettes/test_search.yaml +++ b/tests/cassettes/test_search.yaml | |||
@@ -10,11 +10,12 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/search?q=mastodonpy_test | 11 | uri: http://localhost:3000/api/v1/search?q=mastodonpy_test |
12 | response: | 12 | response: |
13 | body: {string: '{"hashtags":[],"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","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":[]}'} | 13 | body: {string: '{"hashtags":[],"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
14 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"statuses":[]}'} | ||
14 | headers: | 16 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 17 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"9b6c418bdbb3a0abd5277c65cc102118"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,10 +23,10 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [0d222257-5114-433c-b10b-1e7c849a6b9a] | 26 | X-Request-Id: [98a6d4e6-9ebe-4964-97e5-2d1497916e56] |
26 | X-Runtime: ['0.025732'] | 27 | X-Runtime: ['0.134380'] |
27 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['610'] | 29 | content-length: ['972'] |
29 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
30 | - request: | 31 | - request: |
31 | body: null | 32 | body: null |
@@ -38,11 +39,12 @@ interactions: | |||
38 | method: GET | 39 | method: GET |
39 | uri: http://localhost:3000/api/v2/search?resolve=1&q=mastodonpy_test | 40 | uri: http://localhost:3000/api/v2/search?resolve=1&q=mastodonpy_test |
40 | response: | 41 | response: |
41 | 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":[]}'} | 42 | body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
43 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
44 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"statuses":[],"hashtags":[]}'} | ||
42 | headers: | 45 | headers: |
43 | Cache-Control: ['max-age=0, private, must-revalidate'] | 46 | Cache-Control: ['no-cache, no-store'] |
44 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
45 | ETag: [W/"dc01e7fe955c38320762927b42201386"] | ||
46 | Referrer-Policy: [strict-origin-when-cross-origin] | 48 | Referrer-Policy: [strict-origin-when-cross-origin] |
47 | Transfer-Encoding: [chunked] | 49 | Transfer-Encoding: [chunked] |
48 | Vary: ['Accept-Encoding, Origin'] | 50 | Vary: ['Accept-Encoding, Origin'] |
@@ -50,10 +52,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [fe4a8ac5-89c8-40fa-b156-b53907927af8] | 55 | X-Request-Id: [774d8100-31d1-4c40-bb03-2803dd9a744d] |
54 | X-Runtime: ['0.036339'] | 56 | X-Runtime: ['0.096811'] |
55 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['610'] | 58 | content-length: ['972'] |
57 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
58 | - request: | 60 | - request: |
59 | body: null | 61 | body: null |
@@ -66,11 +68,12 @@ interactions: | |||
66 | method: GET | 68 | method: GET |
67 | uri: http://localhost:3000/api/v2/search?resolve=1&q=mastodonpy_test | 69 | uri: http://localhost:3000/api/v2/search?resolve=1&q=mastodonpy_test |
68 | response: | 70 | response: |
69 | 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":[]}'} | 71 | body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
72 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
73 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}],"statuses":[],"hashtags":[]}'} | ||
70 | headers: | 74 | headers: |
71 | Cache-Control: ['max-age=0, private, must-revalidate'] | 75 | Cache-Control: ['no-cache, no-store'] |
72 | Content-Type: [application/json; charset=utf-8] | 76 | Content-Type: [application/json; charset=utf-8] |
73 | ETag: [W/"dc01e7fe955c38320762927b42201386"] | ||
74 | Referrer-Policy: [strict-origin-when-cross-origin] | 77 | Referrer-Policy: [strict-origin-when-cross-origin] |
75 | Transfer-Encoding: [chunked] | 78 | Transfer-Encoding: [chunked] |
76 | Vary: ['Accept-Encoding, Origin'] | 79 | Vary: ['Accept-Encoding, Origin'] |
@@ -78,10 +81,10 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 81 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 82 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 83 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [db56fc6d-bc14-4197-ad8e-526451c31ef8] | 84 | X-Request-Id: [438c01eb-6871-4984-a790-c5ba42653ce5] |
82 | X-Runtime: ['0.031569'] | 85 | X-Runtime: ['0.077231'] |
83 | X-XSS-Protection: [1; mode=block] | 86 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['610'] | 87 | content-length: ['972'] |
85 | status: {code: 200, message: OK} | 88 | status: {code: 200, message: OK} |
86 | - request: | 89 | - request: |
87 | body: null | 90 | body: null |
@@ -96,9 +99,8 @@ interactions: | |||
96 | response: | 99 | response: |
97 | body: {string: '{"accounts":[],"statuses":[],"hashtags":[]}'} | 100 | body: {string: '{"accounts":[],"statuses":[],"hashtags":[]}'} |
98 | headers: | 101 | headers: |
99 | Cache-Control: ['max-age=0, private, must-revalidate'] | 102 | Cache-Control: ['no-cache, no-store'] |
100 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
101 | ETag: [W/"2f5f5aeb866795515ef92460da252331"] | ||
102 | Referrer-Policy: [strict-origin-when-cross-origin] | 104 | Referrer-Policy: [strict-origin-when-cross-origin] |
103 | Transfer-Encoding: [chunked] | 105 | Transfer-Encoding: [chunked] |
104 | Vary: ['Accept-Encoding, Origin'] | 106 | Vary: ['Accept-Encoding, Origin'] |
@@ -106,8 +108,8 @@ interactions: | |||
106 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
107 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
108 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
109 | X-Request-Id: [0af31e14-f026-43f7-9fdc-b8e3130479cf] | 111 | X-Request-Id: [d6200f02-291f-4daf-b480-054fac8761ed] |
110 | X-Runtime: ['0.043284'] | 112 | X-Runtime: ['0.036176'] |
111 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
112 | content-length: ['43'] | 114 | content-length: ['43'] |
113 | status: {code: 200, message: OK} | 115 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368051614345","created_at":"2019-06-22T13:03:38.961Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368051614345","url":"http://localhost/@mastodonpy_test/102315368051614345","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"aaf157a1475601c43853da912423d345"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [792a7cf9-294c-4f03-bc17-a67b943f8304] | 29 | X-Request-Id: [ec866446-c681-4474-8d67-7ecb5bce733c] |
31 | X-Runtime: ['0.160315'] | 30 | X-Runtime: ['0.175253'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -41,16 +40,15 @@ interactions: | |||
41 | Connection: [keep-alive] | 40 | Connection: [keep-alive] |
42 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
43 | method: GET | 42 | method: GET |
44 | uri: http://localhost:3000/api/v1/statuses/101999516791339863 | 43 | uri: http://localhost:3000/api/v1/statuses/102315368051614345 |
45 | response: | 44 | response: |
46 | 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 | 45 | body: {string: '{"id":"102315368051614345","created_at":"2019-06-22T13:03:38.961Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368051614345","url":"http://localhost/@mastodonpy_test/102315368051614345","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
48 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 47 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 48 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
50 | headers: | 49 | headers: |
51 | Cache-Control: ['max-age=0, private, must-revalidate'] | 50 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
53 | ETag: [W/"aaf157a1475601c43853da912423d345"] | ||
54 | Referrer-Policy: [strict-origin-when-cross-origin] | 52 | Referrer-Policy: [strict-origin-when-cross-origin] |
55 | Transfer-Encoding: [chunked] | 53 | Transfer-Encoding: [chunked] |
56 | Vary: ['Accept-Encoding, Origin'] | 54 | Vary: ['Accept-Encoding, Origin'] |
@@ -58,10 +56,10 @@ interactions: | |||
58 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
59 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
60 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
61 | X-Request-Id: [d0f84904-f4a9-489e-8527-f5b34d546a80] | 59 | X-Request-Id: [9e5f6e3f-e26d-4b89-accf-599c0d16439b] |
62 | X-Runtime: ['0.067466'] | 60 | X-Runtime: ['0.089826'] |
63 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
64 | content-length: ['1598'] | 62 | content-length: ['1597'] |
65 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
66 | - request: | 64 | - request: |
67 | body: null | 65 | body: null |
@@ -73,13 +71,15 @@ interactions: | |||
73 | Content-Length: ['0'] | 71 | Content-Length: ['0'] |
74 | User-Agent: [python-requests/2.18.4] | 72 | User-Agent: [python-requests/2.18.4] |
75 | method: DELETE | 73 | method: DELETE |
76 | uri: http://localhost:3000/api/v1/statuses/101999516791339863 | 74 | uri: http://localhost:3000/api/v1/statuses/102315368051614345 |
77 | response: | 75 | response: |
78 | body: {string: '{}'} | 76 | body: {string: '{"id":"102315368051614345","created_at":"2019-06-22T13:03:38.961Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368051614345","url":"http://localhost/@mastodonpy_test/102315368051614345","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
78 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
79 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
79 | headers: | 80 | headers: |
80 | Cache-Control: ['max-age=0, private, must-revalidate'] | 81 | Cache-Control: ['no-cache, no-store'] |
81 | Content-Type: [application/json; charset=utf-8] | 82 | Content-Type: [application/json; charset=utf-8] |
82 | ETag: [W/"ba94a58b98163dd67430ed33e7f2c7a0"] | ||
83 | Referrer-Policy: [strict-origin-when-cross-origin] | 83 | Referrer-Policy: [strict-origin-when-cross-origin] |
84 | Transfer-Encoding: [chunked] | 84 | Transfer-Encoding: [chunked] |
85 | Vary: ['Accept-Encoding, Origin'] | 85 | Vary: ['Accept-Encoding, Origin'] |
@@ -87,9 +87,9 @@ interactions: | |||
87 | X-Download-Options: [noopen] | 87 | X-Download-Options: [noopen] |
88 | X-Frame-Options: [SAMEORIGIN] | 88 | X-Frame-Options: [SAMEORIGIN] |
89 | X-Permitted-Cross-Domain-Policies: [none] | 89 | X-Permitted-Cross-Domain-Policies: [none] |
90 | X-Request-Id: [bcf6dc21-0b90-45a7-b374-a9caef2d8ce6] | 90 | X-Request-Id: [adb4902f-0430-463d-8983-d94639fba96f] |
91 | X-Runtime: ['0.021823'] | 91 | X-Runtime: ['0.125843'] |
92 | X-XSS-Protection: [1; mode=block] | 92 | X-XSS-Protection: [1; mode=block] |
93 | content-length: ['2'] | 93 | content-length: ['1567'] |
94 | status: {code: 200, message: OK} | 94 | status: {code: 200, message: OK} |
95 | version: 1 | 95 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368149139826","created_at":"2019-06-22T13:03:40.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315368149139826","url":"http://localhost/@mastodonpy_test/102315368149139826","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca |
16 | href=\"http://example.org/\" rel=\"nofollow noopener\" target=\"_blank\"\u003e\u003cspan | 16 | href=\"http://example.org/\" rel=\"nofollow noopener\" target=\"_blank\"\u003e\u003cspan |
17 | class=\"invisible\"\u003ehttp://\u003c/span\u003e\u003cspan class=\"\"\u003eexample.org/\u003c/span\u003e\u003cspan | 17 | class=\"invisible\"\u003ehttp://\u003c/span\u003e\u003cspan class=\"\"\u003eexample.org/\u003c/span\u003e\u003cspan |
18 | class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","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 | 18 | class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
19 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 19 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
20 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 20 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
21 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 21 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
22 | headers: | 22 | headers: |
23 | Cache-Control: ['max-age=0, private, must-revalidate'] | 23 | Cache-Control: ['no-cache, no-store'] |
24 | Content-Type: [application/json; charset=utf-8] | 24 | Content-Type: [application/json; charset=utf-8] |
25 | ETag: [W/"3241b02d1b529e027d092c4c0257b517"] | ||
26 | Referrer-Policy: [strict-origin-when-cross-origin] | 25 | Referrer-Policy: [strict-origin-when-cross-origin] |
27 | Transfer-Encoding: [chunked] | 26 | Transfer-Encoding: [chunked] |
28 | Vary: ['Accept-Encoding, Origin'] | 27 | Vary: ['Accept-Encoding, Origin'] |
@@ -30,10 +29,10 @@ interactions: | |||
30 | X-Download-Options: [noopen] | 29 | X-Download-Options: [noopen] |
31 | X-Frame-Options: [SAMEORIGIN] | 30 | X-Frame-Options: [SAMEORIGIN] |
32 | X-Permitted-Cross-Domain-Policies: [none] | 31 | X-Permitted-Cross-Domain-Policies: [none] |
33 | X-Request-Id: [551c4e77-7f89-493f-9f6c-fe68a46e73f3] | 32 | X-Request-Id: [64446d1e-a40e-4cb5-9c27-7ffd3989070b] |
34 | X-Runtime: ['0.128703'] | 33 | X-Runtime: ['0.133104'] |
35 | X-XSS-Protection: [1; mode=block] | 34 | X-XSS-Protection: [1; mode=block] |
36 | content-length: ['1862'] | 35 | content-length: ['1861'] |
37 | status: {code: 200, message: OK} | 36 | status: {code: 200, message: OK} |
38 | - request: | 37 | - request: |
39 | body: null | 38 | body: null |
@@ -44,13 +43,12 @@ interactions: | |||
44 | Connection: [keep-alive] | 43 | Connection: [keep-alive] |
45 | User-Agent: [python-requests/2.18.4] | 44 | User-Agent: [python-requests/2.18.4] |
46 | method: GET | 45 | method: GET |
47 | uri: http://localhost:3000/api/v1/statuses/101999516870002869/card | 46 | uri: http://localhost:3000/api/v1/statuses/102315368149139826/card |
48 | response: | 47 | response: |
49 | 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":""}'} | 48 | body: {string: '{"url":"http://example.org/","title":"Example Domain","description":"","type":"link","author_name":"","author_url":"","provider_name":"","provider_url":"","html":"","width":0,"height":0,"image":null,"embed_url":""}'} |
50 | headers: | 49 | headers: |
51 | Cache-Control: ['max-age=0, private, must-revalidate'] | 50 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
53 | ETag: [W/"207285dc3a305a83f835b12e00844ada"] | ||
54 | Referrer-Policy: [strict-origin-when-cross-origin] | 52 | Referrer-Policy: [strict-origin-when-cross-origin] |
55 | Transfer-Encoding: [chunked] | 53 | Transfer-Encoding: [chunked] |
56 | Vary: ['Accept-Encoding, Origin'] | 54 | Vary: ['Accept-Encoding, Origin'] |
@@ -58,8 +56,8 @@ interactions: | |||
58 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
59 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
60 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
61 | X-Request-Id: [41b840fa-e953-4dd1-919c-dac31a271d40] | 59 | X-Request-Id: [0fe87a33-ce21-43f9-b687-7275d0b31ccf] |
62 | X-Runtime: ['0.035309'] | 60 | X-Runtime: ['0.041347'] |
63 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
64 | content-length: ['214'] | 62 | content-length: ['214'] |
65 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
@@ -73,13 +71,16 @@ interactions: | |||
73 | Content-Length: ['0'] | 71 | Content-Length: ['0'] |
74 | User-Agent: [python-requests/2.18.4] | 72 | User-Agent: [python-requests/2.18.4] |
75 | method: DELETE | 73 | method: DELETE |
76 | uri: http://localhost:3000/api/v1/statuses/101999516870002869 | 74 | uri: http://localhost:3000/api/v1/statuses/102315368149139826 |
77 | response: | 75 | response: |
78 | body: {string: '{}'} | 76 | body: {string: '{"id":"102315368149139826","created_at":"2019-06-22T13:03:40.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315368149139826","url":"http://localhost/@mastodonpy_test/102315368149139826","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"http://example.org/","reblog":null,"application":{"name":"Mastodon.py |
77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
78 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
79 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":{"url":"http://example.org/","title":"Example | ||
80 | Domain","description":"","type":"link","author_name":"","author_url":"","provider_name":"","provider_url":"","html":"","width":0,"height":0,"image":null,"embed_url":""},"poll":null}'} | ||
79 | headers: | 81 | headers: |
80 | Cache-Control: ['max-age=0, private, must-revalidate'] | 82 | Cache-Control: ['no-cache, no-store'] |
81 | Content-Type: [application/json; charset=utf-8] | 83 | Content-Type: [application/json; charset=utf-8] |
82 | ETag: [W/"f51e65cdc2c02e9f992d709455377f2e"] | ||
83 | Referrer-Policy: [strict-origin-when-cross-origin] | 84 | Referrer-Policy: [strict-origin-when-cross-origin] |
84 | Transfer-Encoding: [chunked] | 85 | Transfer-Encoding: [chunked] |
85 | Vary: ['Accept-Encoding, Origin'] | 86 | Vary: ['Accept-Encoding, Origin'] |
@@ -87,9 +88,9 @@ interactions: | |||
87 | X-Download-Options: [noopen] | 88 | X-Download-Options: [noopen] |
88 | X-Frame-Options: [SAMEORIGIN] | 89 | X-Frame-Options: [SAMEORIGIN] |
89 | X-Permitted-Cross-Domain-Policies: [none] | 90 | X-Permitted-Cross-Domain-Policies: [none] |
90 | X-Request-Id: [941f3139-0645-4cf6-9918-620725a7c2c1] | 91 | X-Request-Id: [2f239a4e-bd87-4623-9ff6-8d46bb0bfaed] |
91 | X-Runtime: ['0.024565'] | 92 | X-Runtime: ['0.078619'] |
92 | X-XSS-Protection: [1; mode=block] | 93 | X-XSS-Protection: [1; mode=block] |
93 | content-length: ['2'] | 94 | content-length: ['1791'] |
94 | status: {code: 200, message: OK} | 95 | status: {code: 200, message: OK} |
95 | version: 1 | 96 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368498761904","created_at":"2019-06-22T13:03:45.780Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368498761904","url":"http://localhost/@mastodonpy_test/102315368498761904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"59f021e67eaf36b4c2911c16f3cf0b9c"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [718847c6-4a3d-4f9a-9c03-4226764f1658] | 29 | X-Request-Id: [3c1d6fc7-c9d2-4539-bf20-f5422f562491] |
31 | X-Runtime: ['0.161023'] | 30 | X-Runtime: ['0.151291'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -41,13 +40,12 @@ interactions: | |||
41 | Connection: [keep-alive] | 40 | Connection: [keep-alive] |
42 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
43 | method: GET | 42 | method: GET |
44 | uri: http://localhost:3000/api/v1/statuses/101999517217102789/context | 43 | uri: http://localhost:3000/api/v1/statuses/102315368498761904/context |
45 | response: | 44 | response: |
46 | body: {string: '{"ancestors":[],"descendants":[]}'} | 45 | body: {string: '{"ancestors":[],"descendants":[]}'} |
47 | headers: | 46 | headers: |
48 | Cache-Control: ['max-age=0, private, must-revalidate'] | 47 | Cache-Control: ['no-cache, no-store'] |
49 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
50 | ETag: [W/"e12caf0d1c486ccd247a1c445df1c49f"] | ||
51 | Referrer-Policy: [strict-origin-when-cross-origin] | 49 | Referrer-Policy: [strict-origin-when-cross-origin] |
52 | Transfer-Encoding: [chunked] | 50 | Transfer-Encoding: [chunked] |
53 | Vary: ['Accept-Encoding, Origin'] | 51 | Vary: ['Accept-Encoding, Origin'] |
@@ -55,8 +53,8 @@ interactions: | |||
55 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
56 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
57 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
58 | X-Request-Id: [b0248ad6-bb12-4760-8605-3720f2f9a3f0] | 56 | X-Request-Id: [ee9dd2c6-6b1e-43b0-a6fa-c7f39d90ffd7] |
59 | X-Runtime: ['0.069795'] | 57 | X-Runtime: ['0.052980'] |
60 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
61 | content-length: ['33'] | 59 | content-length: ['33'] |
62 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
@@ -70,13 +68,15 @@ interactions: | |||
70 | Content-Length: ['0'] | 68 | Content-Length: ['0'] |
71 | User-Agent: [python-requests/2.18.4] | 69 | User-Agent: [python-requests/2.18.4] |
72 | method: DELETE | 70 | method: DELETE |
73 | uri: http://localhost:3000/api/v1/statuses/101999517217102789 | 71 | uri: http://localhost:3000/api/v1/statuses/102315368498761904 |
74 | response: | 72 | response: |
75 | body: {string: '{}'} | 73 | body: {string: '{"id":"102315368498761904","created_at":"2019-06-22T13:03:45.780Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368498761904","url":"http://localhost/@mastodonpy_test/102315368498761904","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
75 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
76 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
76 | headers: | 77 | headers: |
77 | Cache-Control: ['max-age=0, private, must-revalidate'] | 78 | Cache-Control: ['no-cache, no-store'] |
78 | Content-Type: [application/json; charset=utf-8] | 79 | Content-Type: [application/json; charset=utf-8] |
79 | ETag: [W/"f51e65cdc2c02e9f992d709455377f2e"] | ||
80 | Referrer-Policy: [strict-origin-when-cross-origin] | 80 | Referrer-Policy: [strict-origin-when-cross-origin] |
81 | Transfer-Encoding: [chunked] | 81 | Transfer-Encoding: [chunked] |
82 | Vary: ['Accept-Encoding, Origin'] | 82 | Vary: ['Accept-Encoding, Origin'] |
@@ -84,9 +84,9 @@ interactions: | |||
84 | X-Download-Options: [noopen] | 84 | X-Download-Options: [noopen] |
85 | X-Frame-Options: [SAMEORIGIN] | 85 | X-Frame-Options: [SAMEORIGIN] |
86 | X-Permitted-Cross-Domain-Policies: [none] | 86 | X-Permitted-Cross-Domain-Policies: [none] |
87 | X-Request-Id: [e8dc429d-6778-41c5-ad4e-fa510d0c27b8] | 87 | X-Request-Id: [a7dc8d0d-21ea-4b41-8e77-3025e237b0e0] |
88 | X-Runtime: ['0.024804'] | 88 | X-Runtime: ['0.074916'] |
89 | X-XSS-Protection: [1; mode=block] | 89 | X-XSS-Protection: [1; mode=block] |
90 | content-length: ['2'] | 90 | content-length: ['1567'] |
91 | status: {code: 200, message: OK} | 91 | status: {code: 200, message: OK} |
92 | version: 1 | 92 | 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: | |||
15 | body: {string: "{\"error\":\"\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306B\u5931\u6557\u3057\u307E\u3057\u305F: | 15 | body: {string: "{\"error\":\"\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306B\u5931\u6557\u3057\u307E\u3057\u305F: |
16 | Text\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\"}"} | 16 | Text\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\"}"} |
17 | headers: | 17 | headers: |
18 | Cache-Control: [no-cache] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
20 | Referrer-Policy: [strict-origin-when-cross-origin] | 20 | Referrer-Policy: [strict-origin-when-cross-origin] |
21 | Transfer-Encoding: [chunked] | 21 | Transfer-Encoding: [chunked] |
@@ -24,8 +24,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [53472b64-b970-4fb5-8695-a624ab0a2656] | 27 | X-Request-Id: [f57ae369-5db8-4f03-92ac-eb8d8f9353c3] |
28 | X-Runtime: ['0.089238'] | 28 | X-Runtime: ['0.045864'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['87'] | 30 | content-length: ['87'] |
31 | status: {code: 422, message: Unprocessable Entity} | 31 | status: {code: 422, message: Unprocessable Entity} |
diff --git a/tests/cassettes/test_status_fav_unfav.yaml b/tests/cassettes/test_status_fav_unfav.yaml index df3a026..02bb9fc 100644 --- a/tests/cassettes/test_status_fav_unfav.yaml +++ b/tests/cassettes/test_status_fav_unfav.yaml | |||
@@ -12,14 +12,13 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368907921493","created_at":"2019-06-22T13:03:52.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368907921493","url":"http://localhost/@mastodonpy_test/102315368907921493","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"8119d06c13cbeba2476408a385b631a7"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [845298fc-1d04-46f3-8233-457fb0dcbd16] | 29 | X-Request-Id: [7e6b3784-3bcb-45ea-8569-6315c9377799] |
31 | X-Runtime: ['0.171469'] | 30 | X-Runtime: ['0.210047'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,16 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: POST | 43 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses/101999517562380578/favourite | 44 | uri: http://localhost:3000/api/v1/statuses/102315368907921493/favourite |
46 | response: | 45 | response: |
47 | 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 | 46 | body: {string: '{"id":"102315368907921493","created_at":"2019-06-22T13:03:52.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368907921493","url":"http://localhost/@mastodonpy_test/102315368907921493","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
49 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
50 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
51 | headers: | 50 | headers: |
52 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
54 | ETag: [W/"dd4b90a4cc60a9693423e9529842492e"] | ||
55 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
56 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
57 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -59,10 +57,10 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [8217ffc4-b8cb-4b6d-bc77-c3222db3c8cf] | 60 | X-Request-Id: [3bc78216-d29b-4674-a225-f8470bf0316b] |
63 | X-Runtime: ['0.092553'] | 61 | X-Runtime: ['0.063374'] |
64 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1597'] | 63 | content-length: ['1596'] |
66 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
67 | - request: | 65 | - request: |
68 | body: null | 66 | body: null |
@@ -74,16 +72,15 @@ interactions: | |||
74 | Content-Length: ['0'] | 72 | Content-Length: ['0'] |
75 | User-Agent: [python-requests/2.18.4] | 73 | User-Agent: [python-requests/2.18.4] |
76 | method: POST | 74 | method: POST |
77 | uri: http://localhost:3000/api/v1/statuses/101999517562380578/unfavourite | 75 | uri: http://localhost:3000/api/v1/statuses/102315368907921493/unfavourite |
78 | response: | 76 | response: |
79 | 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 | 77 | body: {string: '{"id":"102315368907921493","created_at":"2019-06-22T13:03:52.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368907921493","url":"http://localhost/@mastodonpy_test/102315368907921493","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 78 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
81 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 79 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
82 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 80 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
83 | headers: | 81 | headers: |
84 | Cache-Control: ['max-age=0, private, must-revalidate'] | 82 | Cache-Control: ['no-cache, no-store'] |
85 | Content-Type: [application/json; charset=utf-8] | 83 | Content-Type: [application/json; charset=utf-8] |
86 | ETag: [W/"ff2c8b61f821d7cb0866b1ab99f1a291"] | ||
87 | Referrer-Policy: [strict-origin-when-cross-origin] | 84 | Referrer-Policy: [strict-origin-when-cross-origin] |
88 | Transfer-Encoding: [chunked] | 85 | Transfer-Encoding: [chunked] |
89 | Vary: ['Accept-Encoding, Origin'] | 86 | Vary: ['Accept-Encoding, Origin'] |
@@ -91,10 +88,10 @@ interactions: | |||
91 | X-Download-Options: [noopen] | 88 | X-Download-Options: [noopen] |
92 | X-Frame-Options: [SAMEORIGIN] | 89 | X-Frame-Options: [SAMEORIGIN] |
93 | X-Permitted-Cross-Domain-Policies: [none] | 90 | X-Permitted-Cross-Domain-Policies: [none] |
94 | X-Request-Id: [ec96789c-ef39-44e9-b173-6db237b5901d] | 91 | X-Request-Id: [baa6b7fb-50f8-4a3a-a8b3-66ff5e4ae1f2] |
95 | X-Runtime: ['0.049277'] | 92 | X-Runtime: ['0.064270'] |
96 | X-XSS-Protection: [1; mode=block] | 93 | X-XSS-Protection: [1; mode=block] |
97 | content-length: ['1598'] | 94 | content-length: ['1597'] |
98 | status: {code: 200, message: OK} | 95 | status: {code: 200, message: OK} |
99 | - request: | 96 | - request: |
100 | body: null | 97 | body: null |
@@ -106,13 +103,15 @@ interactions: | |||
106 | Content-Length: ['0'] | 103 | Content-Length: ['0'] |
107 | User-Agent: [python-requests/2.18.4] | 104 | User-Agent: [python-requests/2.18.4] |
108 | method: DELETE | 105 | method: DELETE |
109 | uri: http://localhost:3000/api/v1/statuses/101999517562380578 | 106 | uri: http://localhost:3000/api/v1/statuses/102315368907921493 |
110 | response: | 107 | response: |
111 | body: {string: '{}'} | 108 | body: {string: '{"id":"102315368907921493","created_at":"2019-06-22T13:03:52.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368907921493","url":"http://localhost/@mastodonpy_test/102315368907921493","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
109 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
110 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
112 | headers: | 112 | headers: |
113 | Cache-Control: ['max-age=0, private, must-revalidate'] | 113 | Cache-Control: ['no-cache, no-store'] |
114 | Content-Type: [application/json; charset=utf-8] | 114 | Content-Type: [application/json; charset=utf-8] |
115 | ETag: [W/"3e46fb8c936eeb5f07724d5b58acfbe5"] | ||
116 | Referrer-Policy: [strict-origin-when-cross-origin] | 115 | Referrer-Policy: [strict-origin-when-cross-origin] |
117 | Transfer-Encoding: [chunked] | 116 | Transfer-Encoding: [chunked] |
118 | Vary: ['Accept-Encoding, Origin'] | 117 | Vary: ['Accept-Encoding, Origin'] |
@@ -120,9 +119,9 @@ interactions: | |||
120 | X-Download-Options: [noopen] | 119 | X-Download-Options: [noopen] |
121 | X-Frame-Options: [SAMEORIGIN] | 120 | X-Frame-Options: [SAMEORIGIN] |
122 | X-Permitted-Cross-Domain-Policies: [none] | 121 | X-Permitted-Cross-Domain-Policies: [none] |
123 | X-Request-Id: [02b780d8-eff3-4296-966b-f025cc13f0cb] | 122 | X-Request-Id: [42bc93c2-6d27-4444-810d-82f9b1b19124] |
124 | X-Runtime: ['0.022696'] | 123 | X-Runtime: ['0.073518'] |
125 | X-XSS-Protection: [1; mode=block] | 124 | X-XSS-Protection: [1; mode=block] |
126 | content-length: ['2'] | 125 | content-length: ['1567'] |
127 | status: {code: 200, message: OK} | 126 | status: {code: 200, message: OK} |
128 | version: 1 | 127 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368603393672","created_at":"2019-06-22T13:03:47.393Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368603393672","url":"http://localhost/@mastodonpy_test/102315368603393672","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"152c2c9c1518a3efbb4c4822097ffd74"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [86bf91f2-2e7a-407d-ad80-2dc41aadc7fa] | 29 | X-Request-Id: [6b2f8f6c-11a9-4d6e-8a93-aee172be0b93] |
31 | X-Runtime: ['0.257294'] | 30 | X-Runtime: ['0.209455'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,16 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: POST | 43 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses/101999517277330622/favourite | 44 | uri: http://localhost:3000/api/v1/statuses/102315368603393672/favourite |
46 | response: | 45 | response: |
47 | 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 | 46 | body: {string: '{"id":"102315368603393672","created_at":"2019-06-22T13:03:47.393Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368603393672","url":"http://localhost/@mastodonpy_test/102315368603393672","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
49 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
50 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
51 | headers: | 50 | headers: |
52 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
54 | ETag: [W/"e6c7b9f76f12b87fe0ca2766e8545b26"] | ||
55 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
56 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
57 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -59,10 +57,10 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [e83e80dd-331a-403b-8828-926e69971b7a] | 60 | X-Request-Id: [0537591f-202b-41bc-81c9-d3c395d78445] |
63 | X-Runtime: ['0.168346'] | 61 | X-Runtime: ['0.091658'] |
64 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1597'] | 63 | content-length: ['1596'] |
66 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
67 | - request: | 65 | - request: |
68 | body: null | 66 | body: null |
@@ -73,16 +71,15 @@ interactions: | |||
73 | Connection: [keep-alive] | 71 | Connection: [keep-alive] |
74 | User-Agent: [python-requests/2.18.4] | 72 | User-Agent: [python-requests/2.18.4] |
75 | method: GET | 73 | method: GET |
76 | uri: http://localhost:3000/api/v1/statuses/101999517277330622/favourited_by | 74 | uri: http://localhost:3000/api/v1/statuses/102315368603393672/favourited_by |
77 | response: | 75 | response: |
78 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 76 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
79 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 77 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
80 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}]}]'} | 78 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}]'} |
81 | headers: | 79 | headers: |
82 | Cache-Control: ['max-age=0, private, must-revalidate'] | 80 | Cache-Control: ['no-cache, no-store'] |
83 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
84 | ETag: [W/"d016d0f5899de95cef5e88a93930b263"] | 82 | Link: ['<http://localhost:3000/api/v1/statuses/102315368603393672/favourited_by?since_id=2>; |
85 | Link: ['<http://localhost:3000/api/v1/statuses/101999517277330622/favourited_by?since_id=5>; | ||
86 | rel="prev"'] | 83 | rel="prev"'] |
87 | Referrer-Policy: [strict-origin-when-cross-origin] | 84 | Referrer-Policy: [strict-origin-when-cross-origin] |
88 | Transfer-Encoding: [chunked] | 85 | Transfer-Encoding: [chunked] |
@@ -91,10 +88,10 @@ interactions: | |||
91 | X-Download-Options: [noopen] | 88 | X-Download-Options: [noopen] |
92 | X-Frame-Options: [SAMEORIGIN] | 89 | X-Frame-Options: [SAMEORIGIN] |
93 | X-Permitted-Cross-Domain-Policies: [none] | 90 | X-Permitted-Cross-Domain-Policies: [none] |
94 | X-Request-Id: [aed86d2a-e9ed-4ee7-a1b3-47dba265e606] | 91 | X-Request-Id: [bea55f1b-e3a1-4c70-991a-90a63cf32569] |
95 | X-Runtime: ['0.025563'] | 92 | X-Runtime: ['0.062559'] |
96 | X-XSS-Protection: [1; mode=block] | 93 | X-XSS-Protection: [1; mode=block] |
97 | content-length: ['932'] | 94 | content-length: ['931'] |
98 | status: {code: 200, message: OK} | 95 | status: {code: 200, message: OK} |
99 | - request: | 96 | - request: |
100 | body: null | 97 | body: null |
@@ -106,13 +103,15 @@ interactions: | |||
106 | Content-Length: ['0'] | 103 | Content-Length: ['0'] |
107 | User-Agent: [python-requests/2.18.4] | 104 | User-Agent: [python-requests/2.18.4] |
108 | method: DELETE | 105 | method: DELETE |
109 | uri: http://localhost:3000/api/v1/statuses/101999517277330622 | 106 | uri: http://localhost:3000/api/v1/statuses/102315368603393672 |
110 | response: | 107 | response: |
111 | body: {string: '{}'} | 108 | body: {string: '{"id":"102315368603393672","created_at":"2019-06-22T13:03:47.393Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368603393672","url":"http://localhost/@mastodonpy_test/102315368603393672","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
109 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
110 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
112 | headers: | 112 | headers: |
113 | Cache-Control: ['max-age=0, private, must-revalidate'] | 113 | Cache-Control: ['no-cache, no-store'] |
114 | Content-Type: [application/json; charset=utf-8] | 114 | Content-Type: [application/json; charset=utf-8] |
115 | ETag: [W/"3ccd6d1053718a8357ec5565c23571cd"] | ||
116 | Referrer-Policy: [strict-origin-when-cross-origin] | 115 | Referrer-Policy: [strict-origin-when-cross-origin] |
117 | Transfer-Encoding: [chunked] | 116 | Transfer-Encoding: [chunked] |
118 | Vary: ['Accept-Encoding, Origin'] | 117 | Vary: ['Accept-Encoding, Origin'] |
@@ -120,9 +119,9 @@ interactions: | |||
120 | X-Download-Options: [noopen] | 119 | X-Download-Options: [noopen] |
121 | X-Frame-Options: [SAMEORIGIN] | 120 | X-Frame-Options: [SAMEORIGIN] |
122 | X-Permitted-Cross-Domain-Policies: [none] | 121 | X-Permitted-Cross-Domain-Policies: [none] |
123 | X-Request-Id: [f42188bf-fbec-40f9-9975-6ead0b2c7e55] | 122 | X-Request-Id: [61aa5c47-4c8d-431e-ae5f-1d8fb5cf2e56] |
124 | X-Runtime: ['0.025270'] | 123 | X-Runtime: ['0.086434'] |
125 | X-XSS-Protection: [1; mode=block] | 124 | X-XSS-Protection: [1; mode=block] |
126 | content-length: ['2'] | 125 | content-length: ['1566'] |
127 | status: {code: 200, message: OK} | 126 | status: {code: 200, message: OK} |
128 | version: 1 | 127 | 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: | |||
12 | response: | 12 | response: |
13 | body: {string: '{"error":"Record not found"}'} | 13 | body: {string: '{"error":"Record not found"}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: [no-cache] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
18 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [fe9d6c1f-a34a-4732-9527-c84eb2fbea85] | 24 | X-Request-Id: [15f9cdc0-4135-4562-a45c-3a30aeba6d69] |
25 | X-Runtime: ['0.016643'] | 25 | X-Runtime: ['0.019773'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['28'] | 27 | content-length: ['28'] |
28 | status: {code: 404, message: Not Found} | 28 | status: {code: 404, message: Not Found} |
diff --git a/tests/cassettes/test_status_mute_unmute.yaml b/tests/cassettes/test_status_mute_unmute.yaml index 202e2ff..84c740f 100644 --- a/tests/cassettes/test_status_mute_unmute.yaml +++ b/tests/cassettes/test_status_mute_unmute.yaml | |||
@@ -12,14 +12,13 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368942184388","created_at":"2019-06-22T13:03:52.549Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368942184388","url":"http://localhost/@mastodonpy_test/102315368942184388","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"9f9bbdbe289aa334e47377a384f32c99"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [4b2e4dab-794e-4ee4-9ad3-7c55a8e6ca24] | 29 | X-Request-Id: [489d4064-a286-4ee3-b0c0-17d1a3a03cc8] |
31 | X-Runtime: ['0.126321'] | 30 | X-Runtime: ['0.181733'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,16 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: POST | 43 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses/101999517593030497/mute | 44 | uri: http://localhost:3000/api/v1/statuses/102315368942184388/mute |
46 | response: | 45 | response: |
47 | 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 | 46 | body: {string: '{"id":"102315368942184388","created_at":"2019-06-22T13:03:52.549Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368942184388","url":"http://localhost/@mastodonpy_test/102315368942184388","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":true,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
49 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
50 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
51 | headers: | 50 | headers: |
52 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
54 | ETag: [W/"4a5fd1fda6172a27120984c0a7571e70"] | ||
55 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
56 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
57 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -59,10 +57,10 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [6e42e992-f094-49c4-adc0-c1bd338379fa] | 60 | X-Request-Id: [a155c7d7-bf59-4087-a378-633970e01bb7] |
63 | X-Runtime: ['0.124713'] | 61 | X-Runtime: ['0.064815'] |
64 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1597'] | 63 | content-length: ['1596'] |
66 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
67 | - request: | 65 | - request: |
68 | body: null | 66 | body: null |
@@ -74,16 +72,15 @@ interactions: | |||
74 | Content-Length: ['0'] | 72 | Content-Length: ['0'] |
75 | User-Agent: [python-requests/2.18.4] | 73 | User-Agent: [python-requests/2.18.4] |
76 | method: POST | 74 | method: POST |
77 | uri: http://localhost:3000/api/v1/statuses/101999517593030497/unmute | 75 | uri: http://localhost:3000/api/v1/statuses/102315368942184388/unmute |
78 | response: | 76 | response: |
79 | 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 | 77 | body: {string: '{"id":"102315368942184388","created_at":"2019-06-22T13:03:52.549Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368942184388","url":"http://localhost/@mastodonpy_test/102315368942184388","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 78 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
81 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 79 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
82 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 80 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
83 | headers: | 81 | headers: |
84 | Cache-Control: ['max-age=0, private, must-revalidate'] | 82 | Cache-Control: ['no-cache, no-store'] |
85 | Content-Type: [application/json; charset=utf-8] | 83 | Content-Type: [application/json; charset=utf-8] |
86 | ETag: [W/"9f9bbdbe289aa334e47377a384f32c99"] | ||
87 | Referrer-Policy: [strict-origin-when-cross-origin] | 84 | Referrer-Policy: [strict-origin-when-cross-origin] |
88 | Transfer-Encoding: [chunked] | 85 | Transfer-Encoding: [chunked] |
89 | Vary: ['Accept-Encoding, Origin'] | 86 | Vary: ['Accept-Encoding, Origin'] |
@@ -91,10 +88,10 @@ interactions: | |||
91 | X-Download-Options: [noopen] | 88 | X-Download-Options: [noopen] |
92 | X-Frame-Options: [SAMEORIGIN] | 89 | X-Frame-Options: [SAMEORIGIN] |
93 | X-Permitted-Cross-Domain-Policies: [none] | 90 | X-Permitted-Cross-Domain-Policies: [none] |
94 | X-Request-Id: [2efbf01e-4956-41f9-b695-5730f0759532] | 91 | X-Request-Id: [4ea9f10f-6380-4d22-8bbf-670eb8c08f85] |
95 | X-Runtime: ['0.041066'] | 92 | X-Runtime: ['0.048262'] |
96 | X-XSS-Protection: [1; mode=block] | 93 | X-XSS-Protection: [1; mode=block] |
97 | content-length: ['1598'] | 94 | content-length: ['1597'] |
98 | status: {code: 200, message: OK} | 95 | status: {code: 200, message: OK} |
99 | - request: | 96 | - request: |
100 | body: null | 97 | body: null |
@@ -106,13 +103,15 @@ interactions: | |||
106 | Content-Length: ['0'] | 103 | Content-Length: ['0'] |
107 | User-Agent: [python-requests/2.18.4] | 104 | User-Agent: [python-requests/2.18.4] |
108 | method: DELETE | 105 | method: DELETE |
109 | uri: http://localhost:3000/api/v1/statuses/101999517593030497 | 106 | uri: http://localhost:3000/api/v1/statuses/102315368942184388 |
110 | response: | 107 | response: |
111 | body: {string: '{}'} | 108 | body: {string: '{"id":"102315368942184388","created_at":"2019-06-22T13:03:52.549Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368942184388","url":"http://localhost/@mastodonpy_test/102315368942184388","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
109 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
110 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
112 | headers: | 112 | headers: |
113 | Cache-Control: ['max-age=0, private, must-revalidate'] | 113 | Cache-Control: ['no-cache, no-store'] |
114 | Content-Type: [application/json; charset=utf-8] | 114 | Content-Type: [application/json; charset=utf-8] |
115 | ETag: [W/"3e46fb8c936eeb5f07724d5b58acfbe5"] | ||
116 | Referrer-Policy: [strict-origin-when-cross-origin] | 115 | Referrer-Policy: [strict-origin-when-cross-origin] |
117 | Transfer-Encoding: [chunked] | 116 | Transfer-Encoding: [chunked] |
118 | Vary: ['Accept-Encoding, Origin'] | 117 | Vary: ['Accept-Encoding, Origin'] |
@@ -120,9 +119,9 @@ interactions: | |||
120 | X-Download-Options: [noopen] | 119 | X-Download-Options: [noopen] |
121 | X-Frame-Options: [SAMEORIGIN] | 120 | X-Frame-Options: [SAMEORIGIN] |
122 | X-Permitted-Cross-Domain-Policies: [none] | 121 | X-Permitted-Cross-Domain-Policies: [none] |
123 | X-Request-Id: [2976d878-94c4-44c8-92e2-84b4bfc6244b] | 122 | X-Request-Id: [4987594a-ab00-4116-8462-089a805b096b] |
124 | X-Runtime: ['0.022721'] | 123 | X-Runtime: ['0.086085'] |
125 | X-XSS-Protection: [1; mode=block] | 124 | X-XSS-Protection: [1; mode=block] |
126 | content-length: ['2'] | 125 | content-length: ['1567'] |
127 | status: {code: 200, message: OK} | 126 | status: {code: 200, message: OK} |
128 | version: 1 | 127 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368971375023","created_at":"2019-06-22T13:03:52.992Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368971375023","url":"http://localhost/@mastodonpy_test/102315368971375023","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"790c2122860bac7eb90ab3e4f1442477"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [dcb35be2-ddf4-4686-ae8b-3322372e5225] | 29 | X-Request-Id: [4ccc4e30-a877-4256-bf91-0da14a903e73] |
31 | X-Runtime: ['0.153650'] | 30 | X-Runtime: ['0.148795'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,16 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: POST | 43 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses/101999517617954612/pin | 44 | uri: http://localhost:3000/api/v1/statuses/102315368971375023/pin |
46 | response: | 45 | response: |
47 | 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 | 46 | body: {string: '{"id":"102315368971375023","created_at":"2019-06-22T13:03:52.992Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368971375023","url":"http://localhost/@mastodonpy_test/102315368971375023","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
49 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
50 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
51 | headers: | 50 | headers: |
52 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
54 | ETag: [W/"e42f861f8fe47ec2019c2586ce1c1efd"] | ||
55 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
56 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
57 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -59,10 +57,10 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [7bd53b57-e753-412e-b0ee-3403e4504bc2] | 60 | X-Request-Id: [833a862f-221d-4ad2-ac5e-4ef8a56923a3] |
63 | X-Runtime: ['0.097068'] | 61 | X-Runtime: ['0.098206'] |
64 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1597'] | 63 | content-length: ['1596'] |
66 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
67 | - request: | 65 | - request: |
68 | body: null | 66 | body: null |
@@ -74,16 +72,15 @@ interactions: | |||
74 | Content-Length: ['0'] | 72 | Content-Length: ['0'] |
75 | User-Agent: [python-requests/2.18.4] | 73 | User-Agent: [python-requests/2.18.4] |
76 | method: POST | 74 | method: POST |
77 | uri: http://localhost:3000/api/v1/statuses/101999517617954612/unpin | 75 | uri: http://localhost:3000/api/v1/statuses/102315368971375023/unpin |
78 | response: | 76 | response: |
79 | 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 | 77 | body: {string: '{"id":"102315368971375023","created_at":"2019-06-22T13:03:52.992Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368971375023","url":"http://localhost/@mastodonpy_test/102315368971375023","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 78 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
81 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 79 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
82 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 80 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
83 | headers: | 81 | headers: |
84 | Cache-Control: ['max-age=0, private, must-revalidate'] | 82 | Cache-Control: ['no-cache, no-store'] |
85 | Content-Type: [application/json; charset=utf-8] | 83 | Content-Type: [application/json; charset=utf-8] |
86 | ETag: [W/"8d2a58cbfa7d164e23a2da036e1e99cb"] | ||
87 | Referrer-Policy: [strict-origin-when-cross-origin] | 84 | Referrer-Policy: [strict-origin-when-cross-origin] |
88 | Transfer-Encoding: [chunked] | 85 | Transfer-Encoding: [chunked] |
89 | Vary: ['Accept-Encoding, Origin'] | 86 | Vary: ['Accept-Encoding, Origin'] |
@@ -91,10 +88,10 @@ interactions: | |||
91 | X-Download-Options: [noopen] | 88 | X-Download-Options: [noopen] |
92 | X-Frame-Options: [SAMEORIGIN] | 89 | X-Frame-Options: [SAMEORIGIN] |
93 | X-Permitted-Cross-Domain-Policies: [none] | 90 | X-Permitted-Cross-Domain-Policies: [none] |
94 | X-Request-Id: [33bf93ad-6381-448a-864e-ed50545a1109] | 91 | X-Request-Id: [4cfd2dd0-d83a-4af8-904a-eaadafc48165] |
95 | X-Runtime: ['0.050600'] | 92 | X-Runtime: ['0.068824'] |
96 | X-XSS-Protection: [1; mode=block] | 93 | X-XSS-Protection: [1; mode=block] |
97 | content-length: ['1598'] | 94 | content-length: ['1597'] |
98 | status: {code: 200, message: OK} | 95 | status: {code: 200, message: OK} |
99 | - request: | 96 | - request: |
100 | body: null | 97 | body: null |
@@ -106,13 +103,15 @@ interactions: | |||
106 | Content-Length: ['0'] | 103 | Content-Length: ['0'] |
107 | User-Agent: [python-requests/2.18.4] | 104 | User-Agent: [python-requests/2.18.4] |
108 | method: DELETE | 105 | method: DELETE |
109 | uri: http://localhost:3000/api/v1/statuses/101999517617954612 | 106 | uri: http://localhost:3000/api/v1/statuses/102315368971375023 |
110 | response: | 107 | response: |
111 | body: {string: '{}'} | 108 | body: {string: '{"id":"102315368971375023","created_at":"2019-06-22T13:03:52.992Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368971375023","url":"http://localhost/@mastodonpy_test/102315368971375023","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
109 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
110 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
111 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
112 | headers: | 112 | headers: |
113 | Cache-Control: ['max-age=0, private, must-revalidate'] | 113 | Cache-Control: ['no-cache, no-store'] |
114 | Content-Type: [application/json; charset=utf-8] | 114 | Content-Type: [application/json; charset=utf-8] |
115 | ETag: [W/"68df8e07e51fee639e4126c7d81a336e"] | ||
116 | Referrer-Policy: [strict-origin-when-cross-origin] | 115 | Referrer-Policy: [strict-origin-when-cross-origin] |
117 | Transfer-Encoding: [chunked] | 116 | Transfer-Encoding: [chunked] |
118 | Vary: ['Accept-Encoding, Origin'] | 117 | Vary: ['Accept-Encoding, Origin'] |
@@ -120,9 +119,9 @@ interactions: | |||
120 | X-Download-Options: [noopen] | 119 | X-Download-Options: [noopen] |
121 | X-Frame-Options: [SAMEORIGIN] | 120 | X-Frame-Options: [SAMEORIGIN] |
122 | X-Permitted-Cross-Domain-Policies: [none] | 121 | X-Permitted-Cross-Domain-Policies: [none] |
123 | X-Request-Id: [e54dbdb0-5603-4f0c-bf6a-07dc2893eb21] | 122 | X-Request-Id: [41940512-b457-4bda-8d7f-a16af186dcb3] |
124 | X-Runtime: ['0.022107'] | 123 | X-Runtime: ['0.086046'] |
125 | X-XSS-Protection: [1; mode=block] | 124 | X-XSS-Protection: [1; mode=block] |
126 | content-length: ['2'] | 125 | content-length: ['1567'] |
127 | status: {code: 200, message: OK} | 126 | status: {code: 200, message: OK} |
128 | version: 1 | 127 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368762221219","created_at":"2019-06-22T13:03:49.801Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
16 | 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 | 16 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368762221219","url":"http://localhost/@mastodonpy_test/102315368762221219","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
18 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 18 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['max-age=0, private, must-revalidate'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
23 | ETag: [W/"f08c871b1bd743d2b6f3029a3038d262"] | ||
24 | Referrer-Policy: [strict-origin-when-cross-origin] | 23 | Referrer-Policy: [strict-origin-when-cross-origin] |
25 | Transfer-Encoding: [chunked] | 24 | Transfer-Encoding: [chunked] |
26 | Vary: ['Accept-Encoding, Origin'] | 25 | Vary: ['Accept-Encoding, Origin'] |
@@ -28,10 +27,10 @@ interactions: | |||
28 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
29 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
30 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
31 | X-Request-Id: [8dfb6a14-5e37-4c58-baa7-2f497f2cb8f1] | 30 | X-Request-Id: [a00e32bc-6f33-4692-89eb-0a025eef5901] |
32 | X-Runtime: ['0.153563'] | 31 | X-Runtime: ['0.141816'] |
33 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
34 | content-length: ['1612'] | 33 | content-length: ['1611'] |
35 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
36 | - request: | 35 | - request: |
37 | body: null | 36 | body: null |
@@ -43,13 +42,16 @@ interactions: | |||
43 | Content-Length: ['0'] | 42 | Content-Length: ['0'] |
44 | User-Agent: [python-requests/2.18.4] | 43 | User-Agent: [python-requests/2.18.4] |
45 | method: DELETE | 44 | method: DELETE |
46 | uri: http://localhost:3000/api/v1/statuses/101999517429649227 | 45 | uri: http://localhost:3000/api/v1/statuses/102315368762221219 |
47 | response: | 46 | response: |
48 | body: {string: '{}'} | 47 | body: {string: '{"id":"102315368762221219","created_at":"2019-06-22T13:03:49.801Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
48 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368762221219","url":"http://localhost/@mastodonpy_test/102315368762221219","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | ||
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
49 | headers: | 52 | headers: |
50 | Cache-Control: ['max-age=0, private, must-revalidate'] | 53 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 54 | Content-Type: [application/json; charset=utf-8] |
52 | ETag: [W/"a938512bc5dde87cbf4f41409207e918"] | ||
53 | Referrer-Policy: [strict-origin-when-cross-origin] | 55 | Referrer-Policy: [strict-origin-when-cross-origin] |
54 | Transfer-Encoding: [chunked] | 56 | Transfer-Encoding: [chunked] |
55 | Vary: ['Accept-Encoding, Origin'] | 57 | Vary: ['Accept-Encoding, Origin'] |
@@ -57,9 +59,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 59 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 60 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 61 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [3494b9e8-4eca-4772-9a8e-80969f8af72c] | 62 | X-Request-Id: [8914c0c6-d4d9-49e9-8ed3-91d21fd82b12] |
61 | X-Runtime: ['0.053263'] | 63 | X-Runtime: ['0.085476'] |
62 | X-XSS-Protection: [1; mode=block] | 64 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['2'] | 65 | content-length: ['1581'] |
64 | status: {code: 200, message: OK} | 66 | status: {code: 200, message: OK} |
65 | version: 1 | 67 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368781184594","created_at":"2019-06-22T13:03:50.092Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
16 | 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 | 16 | warning","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368781184594","url":"http://localhost/@mastodonpy_test/102315368781184594","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
18 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 18 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['max-age=0, private, must-revalidate'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
23 | ETag: [W/"418313a3d3e609966cae1c80d169376a"] | ||
24 | Referrer-Policy: [strict-origin-when-cross-origin] | 23 | Referrer-Policy: [strict-origin-when-cross-origin] |
25 | Transfer-Encoding: [chunked] | 24 | Transfer-Encoding: [chunked] |
26 | Vary: ['Accept-Encoding, Origin'] | 25 | Vary: ['Accept-Encoding, Origin'] |
@@ -28,10 +27,10 @@ interactions: | |||
28 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
29 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
30 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
31 | X-Request-Id: [cad38a9a-0d6c-4e27-a598-84b82cc2994b] | 30 | X-Request-Id: [9c161f75-b3c3-43a6-ae42-5725a2edcb5b] |
32 | X-Runtime: ['0.172567'] | 31 | X-Runtime: ['0.130933'] |
33 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
34 | content-length: ['1597'] | 33 | content-length: ['1596'] |
35 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
36 | - request: | 35 | - request: |
37 | body: null | 36 | body: null |
@@ -43,13 +42,16 @@ interactions: | |||
43 | Content-Length: ['0'] | 42 | Content-Length: ['0'] |
44 | User-Agent: [python-requests/2.18.4] | 43 | User-Agent: [python-requests/2.18.4] |
45 | method: DELETE | 44 | method: DELETE |
46 | uri: http://localhost:3000/api/v1/statuses/101999517447767016 | 45 | uri: http://localhost:3000/api/v1/statuses/102315368781184594 |
47 | response: | 46 | response: |
48 | body: {string: '{}'} | 47 | body: {string: '{"id":"102315368781184594","created_at":"2019-06-22T13:03:50.092Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
48 | warning","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368781184594","url":"http://localhost/@mastodonpy_test/102315368781184594","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | ||
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
49 | headers: | 52 | headers: |
50 | Cache-Control: ['max-age=0, private, must-revalidate'] | 53 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 54 | Content-Type: [application/json; charset=utf-8] |
52 | ETag: [W/"a938512bc5dde87cbf4f41409207e918"] | ||
53 | Referrer-Policy: [strict-origin-when-cross-origin] | 55 | Referrer-Policy: [strict-origin-when-cross-origin] |
54 | Transfer-Encoding: [chunked] | 56 | Transfer-Encoding: [chunked] |
55 | Vary: ['Accept-Encoding, Origin'] | 57 | Vary: ['Accept-Encoding, Origin'] |
@@ -57,9 +59,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 59 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 60 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 61 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [364fbfef-78f9-4052-84ff-a915c08b765c] | 62 | X-Request-Id: [ce1ff1a3-302f-4044-ba2a-6bbe5f8cb904] |
61 | X-Runtime: ['0.021707'] | 63 | X-Runtime: ['0.082524'] |
62 | X-XSS-Protection: [1; mode=block] | 64 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['2'] | 65 | content-length: ['1566'] |
64 | status: {code: 200, message: OK} | 66 | status: {code: 200, message: OK} |
65 | version: 1 | 67 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368797840479","created_at":"2019-06-22T13:03:50.347Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
16 | 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 | 16 | warning","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368797840479","url":"http://localhost/@mastodonpy_test/102315368797840479","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
18 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 18 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['max-age=0, private, must-revalidate'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
23 | ETag: [W/"6c31bad9865e0c540f1e7334c39f305f"] | ||
24 | Referrer-Policy: [strict-origin-when-cross-origin] | 23 | Referrer-Policy: [strict-origin-when-cross-origin] |
25 | Transfer-Encoding: [chunked] | 24 | Transfer-Encoding: [chunked] |
26 | Vary: ['Accept-Encoding, Origin'] | 25 | Vary: ['Accept-Encoding, Origin'] |
@@ -28,10 +27,10 @@ interactions: | |||
28 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
29 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
30 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
31 | X-Request-Id: [7b54a81a-992e-4742-ab2c-22d82e6f620b] | 30 | X-Request-Id: [369f2e8c-2028-47d2-a19d-1800080e0ec5] |
32 | X-Runtime: ['0.143576'] | 31 | X-Runtime: ['0.129036'] |
33 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
34 | content-length: ['1598'] | 33 | content-length: ['1597'] |
35 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
36 | - request: | 35 | - request: |
37 | body: null | 36 | body: null |
@@ -43,13 +42,16 @@ interactions: | |||
43 | Content-Length: ['0'] | 42 | Content-Length: ['0'] |
44 | User-Agent: [python-requests/2.18.4] | 43 | User-Agent: [python-requests/2.18.4] |
45 | method: DELETE | 44 | method: DELETE |
46 | uri: http://localhost:3000/api/v1/statuses/101999517463371727 | 45 | uri: http://localhost:3000/api/v1/statuses/102315368797840479 |
47 | response: | 46 | response: |
48 | body: {string: '{}'} | 47 | body: {string: '{"id":"102315368797840479","created_at":"2019-06-22T13:03:50.347Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
48 | warning","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368797840479","url":"http://localhost/@mastodonpy_test/102315368797840479","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | ||
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
49 | headers: | 52 | headers: |
50 | Cache-Control: ['max-age=0, private, must-revalidate'] | 53 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 54 | Content-Type: [application/json; charset=utf-8] |
52 | ETag: [W/"a938512bc5dde87cbf4f41409207e918"] | ||
53 | Referrer-Policy: [strict-origin-when-cross-origin] | 55 | Referrer-Policy: [strict-origin-when-cross-origin] |
54 | Transfer-Encoding: [chunked] | 56 | Transfer-Encoding: [chunked] |
55 | Vary: ['Accept-Encoding, Origin'] | 57 | Vary: ['Accept-Encoding, Origin'] |
@@ -57,9 +59,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 59 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 60 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 61 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [e77df297-ede4-4d89-907c-a5fc45c913a8] | 62 | X-Request-Id: [18b6ace3-8df2-4cd0-ada7-0ac78904396b] |
61 | X-Runtime: ['0.054208'] | 63 | X-Runtime: ['0.085398'] |
62 | X-XSS-Protection: [1; mode=block] | 64 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['2'] | 65 | content-length: ['1567'] |
64 | status: {code: 200, message: OK} | 66 | status: {code: 200, message: OK} |
65 | version: 1 | 67 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368833860371","created_at":"2019-06-22T13:03:50.897Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
16 | 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 | 16 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368833860371","url":"http://localhost/@mastodonpy_test/102315368833860371","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
18 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 18 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['max-age=0, private, must-revalidate'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
23 | ETag: [W/"67ac39369543e2e2248bb91b22acf108"] | ||
24 | Referrer-Policy: [strict-origin-when-cross-origin] | 23 | Referrer-Policy: [strict-origin-when-cross-origin] |
25 | Transfer-Encoding: [chunked] | 24 | Transfer-Encoding: [chunked] |
26 | Vary: ['Accept-Encoding, Origin'] | 25 | Vary: ['Accept-Encoding, Origin'] |
@@ -28,10 +27,10 @@ interactions: | |||
28 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
29 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
30 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
31 | X-Request-Id: [b8b903f6-732d-4c34-a08b-39582eaf6a23] | 30 | X-Request-Id: [09795cd0-21a7-4753-b2c8-bdc86293c7c3] |
32 | X-Runtime: ['0.162251'] | 31 | X-Runtime: ['0.140098'] |
33 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
34 | content-length: ['1612'] | 33 | content-length: ['1611'] |
35 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
36 | - request: | 35 | - request: |
37 | body: null | 36 | body: null |
@@ -43,13 +42,16 @@ interactions: | |||
43 | Content-Length: ['0'] | 42 | Content-Length: ['0'] |
44 | User-Agent: [python-requests/2.18.4] | 43 | User-Agent: [python-requests/2.18.4] |
45 | method: DELETE | 44 | method: DELETE |
46 | uri: http://localhost:3000/api/v1/statuses/101999517497650336 | 45 | uri: http://localhost:3000/api/v1/statuses/102315368833860371 |
47 | response: | 46 | response: |
48 | body: {string: '{}'} | 47 | body: {string: '{"id":"102315368833860371","created_at":"2019-06-22T13:03:50.897Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
48 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368833860371","url":"http://localhost/@mastodonpy_test/102315368833860371","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | ||
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
49 | headers: | 52 | headers: |
50 | Cache-Control: ['max-age=0, private, must-revalidate'] | 53 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 54 | Content-Type: [application/json; charset=utf-8] |
52 | ETag: [W/"cb6c07d89597cfa64d140d572188e632"] | ||
53 | Referrer-Policy: [strict-origin-when-cross-origin] | 55 | Referrer-Policy: [strict-origin-when-cross-origin] |
54 | Transfer-Encoding: [chunked] | 56 | Transfer-Encoding: [chunked] |
55 | Vary: ['Accept-Encoding, Origin'] | 57 | Vary: ['Accept-Encoding, Origin'] |
@@ -57,9 +59,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 59 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 60 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 61 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [e16c65a3-51cb-4e89-9eb8-0c8f3315c8a6] | 62 | X-Request-Id: [9d06ec6d-80dd-4815-a39a-c856f28a4b00] |
61 | X-Runtime: ['0.054964'] | 63 | X-Runtime: ['0.121984'] |
62 | X-XSS-Protection: [1; mode=block] | 64 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['2'] | 65 | content-length: ['1581'] |
64 | status: {code: 200, message: OK} | 66 | status: {code: 200, message: OK} |
65 | version: 1 | 67 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368814935289","created_at":"2019-06-22T13:03:50.609Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
16 | 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 | 16 | warning","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368814935289","url":"http://localhost/@mastodonpy_test/102315368814935289","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
18 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 18 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 19 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['max-age=0, private, must-revalidate'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
23 | ETag: [W/"e7aa8e10387115d4737d5928d3f5eeac"] | ||
24 | Referrer-Policy: [strict-origin-when-cross-origin] | 23 | Referrer-Policy: [strict-origin-when-cross-origin] |
25 | Transfer-Encoding: [chunked] | 24 | Transfer-Encoding: [chunked] |
26 | Vary: ['Accept-Encoding, Origin'] | 25 | Vary: ['Accept-Encoding, Origin'] |
@@ -28,10 +27,10 @@ interactions: | |||
28 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
29 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
30 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
31 | X-Request-Id: [b11194dd-7f09-4517-8ea6-6a24cdfd4175] | 30 | X-Request-Id: [65e8f642-2422-458d-941d-1f681a6cc3d8] |
32 | X-Runtime: ['0.154441'] | 31 | X-Runtime: ['0.152191'] |
33 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
34 | content-length: ['1614'] | 33 | content-length: ['1613'] |
35 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
36 | - request: | 35 | - request: |
37 | body: null | 36 | body: null |
@@ -43,13 +42,16 @@ interactions: | |||
43 | Content-Length: ['0'] | 42 | Content-Length: ['0'] |
44 | User-Agent: [python-requests/2.18.4] | 43 | User-Agent: [python-requests/2.18.4] |
45 | method: DELETE | 44 | method: DELETE |
46 | uri: http://localhost:3000/api/v1/statuses/101999517478961297 | 45 | uri: http://localhost:3000/api/v1/statuses/102315368814935289 |
47 | response: | 46 | response: |
48 | body: {string: '{}'} | 47 | body: {string: '{"id":"102315368814935289","created_at":"2019-06-22T13:03:50.609Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
48 | warning","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368814935289","url":"http://localhost/@mastodonpy_test/102315368814935289","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | ||
49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
50 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
51 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
49 | headers: | 52 | headers: |
50 | Cache-Control: ['max-age=0, private, must-revalidate'] | 53 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 54 | Content-Type: [application/json; charset=utf-8] |
52 | ETag: [W/"a938512bc5dde87cbf4f41409207e918"] | ||
53 | Referrer-Policy: [strict-origin-when-cross-origin] | 55 | Referrer-Policy: [strict-origin-when-cross-origin] |
54 | Transfer-Encoding: [chunked] | 56 | Transfer-Encoding: [chunked] |
55 | Vary: ['Accept-Encoding, Origin'] | 57 | Vary: ['Accept-Encoding, Origin'] |
@@ -57,9 +59,9 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 59 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 60 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 61 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [986ec6b1-da0e-46f1-87fd-5752c60f3987] | 62 | X-Request-Id: [c8ca7047-d5af-482e-9771-2335c53b9243] |
61 | X-Runtime: ['0.059162'] | 63 | X-Runtime: ['0.088273'] |
62 | X-XSS-Protection: [1; mode=block] | 64 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['2'] | 65 | content-length: ['1583'] |
64 | status: {code: 200, message: OK} | 66 | status: {code: 200, message: OK} |
65 | version: 1 | 67 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368655116174","created_at":"2019-06-22T13:03:48.166Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368655116174","url":"http://localhost/@mastodonpy_test/102315368655116174","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"6c747d39cddab58dde2a240d218d7df9"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [6af68ef5-068d-4436-9fae-02a70a8842f2] | 29 | X-Request-Id: [92a62994-3af8-4cf0-9d38-5abb3ec77a48] |
31 | X-Runtime: ['0.190092'] | 30 | X-Runtime: ['0.123309'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,13 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 43 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/101999517325342226 | 44 | uri: http://localhost:3000/api/v1/statuses/102315368655116174 |
46 | response: | 45 | response: |
47 | body: {string: '{}'} | 46 | body: {string: '{"id":"102315368655116174","created_at":"2019-06-22T13:03:48.166Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368655116174","url":"http://localhost/@mastodonpy_test/102315368655116174","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
48 | headers: | 50 | headers: |
49 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
51 | ETag: [W/"ac0c964f92ddf9922d54c461443bfa25"] | ||
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,9 +57,9 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [df10c390-0370-4f29-99b6-c2442d2da928] | 60 | X-Request-Id: [ee695a18-359b-40d1-9d6a-747b1b59e96a] |
60 | X-Runtime: ['0.055858'] | 61 | X-Runtime: ['0.119435'] |
61 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2'] | 63 | content-length: ['1567'] |
63 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
64 | version: 1 | 65 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368673952698","created_at":"2019-06-22T13:03:48.454Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368673952698","url":"http://localhost/@mastodonpy_test/102315368673952698","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"b09d7b53ea947a070d3f4f3653afd42f"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [89538adb-a6ee-4235-b8a8-8e1a8bd08194] | 29 | X-Request-Id: [ba177e18-58c2-4656-99c8-f63b0a3c8c19] |
31 | X-Runtime: ['0.162339'] | 30 | X-Runtime: ['0.134347'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1583'] | 32 | content-length: ['1582'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,13 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 43 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/101999517344489105 | 44 | uri: http://localhost:3000/api/v1/statuses/102315368673952698 |
46 | response: | 45 | response: |
47 | body: {string: '{}'} | 46 | body: {string: '{"id":"102315368673952698","created_at":"2019-06-22T13:03:48.454Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368673952698","url":"http://localhost/@mastodonpy_test/102315368673952698","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":0,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
48 | headers: | 50 | headers: |
49 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
51 | ETag: [W/"ac0c964f92ddf9922d54c461443bfa25"] | ||
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,9 +57,9 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [6a571acf-883a-4432-9c37-20a398f5ac61] | 60 | X-Request-Id: [038ba297-aac0-4a98-b6b9-26d09ecad315] |
60 | X-Runtime: ['0.067273'] | 61 | X-Runtime: ['0.086301'] |
61 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2'] | 63 | content-length: ['1552'] |
63 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
64 | version: 1 | 65 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368692193928","created_at":"2019-06-22T13:03:48.745Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368692193928","url":"http://localhost/@mastodonpy_test/102315368692193928","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"90956a7af6f8cfdff8f0aff431f7bf90"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [b8d2336b-4ac7-4d1c-a6fb-2785d4c31821] | 29 | X-Request-Id: [584a2dd9-17e0-41ec-b26f-4f590e6e9321] |
31 | X-Runtime: ['0.207547'] | 30 | X-Runtime: ['0.185684'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1584'] | 32 | content-length: ['1583'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,13 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 43 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/101999517364085722 | 44 | uri: http://localhost:3000/api/v1/statuses/102315368692193928 |
46 | response: | 45 | response: |
47 | body: {string: '{}'} | 46 | body: {string: '{"id":"102315368692193928","created_at":"2019-06-22T13:03:48.745Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368692193928","url":"http://localhost/@mastodonpy_test/102315368692193928","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
48 | headers: | 50 | headers: |
49 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
51 | ETag: [W/"0a9aec0fd817fe9e3d1bda0e4b5990e1"] | ||
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,9 +57,9 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [b332ae6d-ba89-4e55-9b0a-6d5f2d75288b] | 60 | X-Request-Id: [74dd4825-6beb-4fbd-8fc9-c5c7a62c092e] |
60 | X-Runtime: ['0.057268'] | 61 | X-Runtime: ['0.081625'] |
61 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2'] | 63 | content-length: ['1553'] |
63 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
64 | version: 1 | 65 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368734617546","created_at":"2019-06-22T13:03:49.381Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368734617546","url":"http://localhost/@mastodonpy_test/102315368734617546","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"440d81c43ee412b39753000104355c5c"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [e1de9e72-c618-4427-ade0-724845cd85d7] | 29 | X-Request-Id: [ccba7cbf-7e39-403d-bcfe-c1c82a2287b5] |
31 | X-Runtime: ['0.181610'] | 30 | X-Runtime: ['0.185054'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,13 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 43 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/101999517404414261 | 44 | uri: http://localhost:3000/api/v1/statuses/102315368734617546 |
46 | response: | 45 | response: |
47 | body: {string: '{}'} | 46 | body: {string: '{"id":"102315368734617546","created_at":"2019-06-22T13:03:49.381Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368734617546","url":"http://localhost/@mastodonpy_test/102315368734617546","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
48 | headers: | 50 | headers: |
49 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
51 | ETag: [W/"0a9aec0fd817fe9e3d1bda0e4b5990e1"] | ||
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,9 +57,9 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [1bc6f4c2-82b4-4c01-b3e2-3aa8a89ac511] | 60 | X-Request-Id: [23952bd9-034f-4636-b257-9726453571d8] |
60 | X-Runtime: ['0.049162'] | 61 | X-Runtime: ['0.102749'] |
61 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2'] | 63 | content-length: ['1567'] |
63 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
64 | version: 1 | 65 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368713034288","created_at":"2019-06-22T13:03:49.051Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368713034288","url":"http://localhost/@mastodonpy_test/102315368713034288","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"4b8f14db039749c9956b7e113e4c747a"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [c035fcb6-5193-4b92-a86c-c46af4e8e42a] | 29 | X-Request-Id: [a29d7ff7-1365-42af-8b16-199b5cb3e312] |
31 | X-Runtime: ['0.187054'] | 30 | X-Runtime: ['0.163880'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1600'] | 32 | content-length: ['1599'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,13 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 43 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/101999517384338818 | 44 | uri: http://localhost:3000/api/v1/statuses/102315368713034288 |
46 | response: | 45 | response: |
47 | body: {string: '{}'} | 46 | body: {string: '{"id":"102315368713034288","created_at":"2019-06-22T13:03:49.051Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368713034288","url":"http://localhost/@mastodonpy_test/102315368713034288","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
48 | headers: | 50 | headers: |
49 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
51 | ETag: [W/"0a9aec0fd817fe9e3d1bda0e4b5990e1"] | ||
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,9 +57,9 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [bdaf893c-9ab7-4b4b-9092-a3d05ede0392] | 60 | X-Request-Id: [a6e0e585-594b-4609-bbec-e20b3fee1312] |
60 | X-Runtime: ['0.055305'] | 61 | X-Runtime: ['0.096272'] |
61 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2'] | 63 | content-length: ['1569'] |
63 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
64 | version: 1 | 65 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368861064563","created_at":"2019-06-22T13:03:51.308Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368861064563","url":"http://localhost/@mastodonpy_test/102315368861064563","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"6db7103684f90b53b6efd5b7943e0902"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [7e9c1d71-07d3-4834-918e-fdab93b5b615] | 29 | X-Request-Id: [735efd5c-821e-4318-9185-f29ac9bdd064] |
31 | X-Runtime: ['0.118711'] | 30 | X-Runtime: ['0.108638'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,21 +41,20 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: POST | 43 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses/101999517521227872/reblog | 44 | uri: http://localhost:3000/api/v1/statuses/102315368861064563/reblog |
46 | response: | 45 | response: |
47 | 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 | 46 | body: {string: '{"id":"102315368874174391","created_at":"2019-06-22T13:03:51.515Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315368874174391/activity","url":"http://localhost/@mastodonpy_test/102315368874174391","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT |
48 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 47 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
49 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 48 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
50 | 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 | 49 | Toot!\u003c/p\u003e","reblog":{"id":"102315368861064563","created_at":"2019-06-22T13:03:51.308Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368861064563","url":"http://localhost/@mastodonpy_test/102315368861064563","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
51 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
52 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
53 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
54 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 53 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
55 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 54 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
56 | headers: | 55 | headers: |
57 | Cache-Control: ['max-age=0, private, must-revalidate'] | 56 | Cache-Control: ['no-cache, no-store'] |
58 | Content-Type: [application/json; charset=utf-8] | 57 | Content-Type: [application/json; charset=utf-8] |
59 | ETag: [W/"18798e29ab3953f386ac15fffb1dc681"] | ||
60 | Referrer-Policy: [strict-origin-when-cross-origin] | 58 | Referrer-Policy: [strict-origin-when-cross-origin] |
61 | Transfer-Encoding: [chunked] | 59 | Transfer-Encoding: [chunked] |
62 | Vary: ['Accept-Encoding, Origin'] | 60 | Vary: ['Accept-Encoding, Origin'] |
@@ -64,10 +62,10 @@ interactions: | |||
64 | X-Download-Options: [noopen] | 62 | X-Download-Options: [noopen] |
65 | X-Frame-Options: [SAMEORIGIN] | 63 | X-Frame-Options: [SAMEORIGIN] |
66 | X-Permitted-Cross-Domain-Policies: [none] | 64 | X-Permitted-Cross-Domain-Policies: [none] |
67 | X-Request-Id: [591dd657-7feb-4c0a-bd59-73889445e6c0] | 65 | X-Request-Id: [54590af0-3e02-46a2-82e2-84ce4dee4ff5] |
68 | X-Runtime: ['0.287865'] | 66 | X-Runtime: ['0.309928'] |
69 | X-XSS-Protection: [1; mode=block] | 67 | X-XSS-Protection: [1; mode=block] |
70 | content-length: ['3337'] | 68 | content-length: ['3335'] |
71 | status: {code: 200, message: OK} | 69 | status: {code: 200, message: OK} |
72 | - request: | 70 | - request: |
73 | body: null | 71 | body: null |
@@ -79,16 +77,15 @@ interactions: | |||
79 | Content-Length: ['0'] | 77 | Content-Length: ['0'] |
80 | User-Agent: [python-requests/2.18.4] | 78 | User-Agent: [python-requests/2.18.4] |
81 | method: POST | 79 | method: POST |
82 | uri: http://localhost:3000/api/v1/statuses/101999517521227872/unreblog | 80 | uri: http://localhost:3000/api/v1/statuses/102315368861064563/unreblog |
83 | response: | 81 | response: |
84 | 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 | 82 | body: {string: '{"id":"102315368861064563","created_at":"2019-06-22T13:03:51.308Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368861064563","url":"http://localhost/@mastodonpy_test/102315368861064563","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
85 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 83 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
86 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 84 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
87 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 85 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
88 | headers: | 86 | headers: |
89 | Cache-Control: ['max-age=0, private, must-revalidate'] | 87 | Cache-Control: ['no-cache, no-store'] |
90 | Content-Type: [application/json; charset=utf-8] | 88 | Content-Type: [application/json; charset=utf-8] |
91 | ETag: [W/"b7783fe2d327a88e64a96ee2762dd5dc"] | ||
92 | Referrer-Policy: [strict-origin-when-cross-origin] | 89 | Referrer-Policy: [strict-origin-when-cross-origin] |
93 | Transfer-Encoding: [chunked] | 90 | Transfer-Encoding: [chunked] |
94 | Vary: ['Accept-Encoding, Origin'] | 91 | Vary: ['Accept-Encoding, Origin'] |
@@ -96,10 +93,10 @@ interactions: | |||
96 | X-Download-Options: [noopen] | 93 | X-Download-Options: [noopen] |
97 | X-Frame-Options: [SAMEORIGIN] | 94 | X-Frame-Options: [SAMEORIGIN] |
98 | X-Permitted-Cross-Domain-Policies: [none] | 95 | X-Permitted-Cross-Domain-Policies: [none] |
99 | X-Request-Id: [138c748b-74de-454b-a747-cc4b9db7058d] | 96 | X-Request-Id: [b4b965e0-eedb-414d-b6a5-d6ecb22f19ab] |
100 | X-Runtime: ['0.068494'] | 97 | X-Runtime: ['0.086224'] |
101 | X-XSS-Protection: [1; mode=block] | 98 | X-XSS-Protection: [1; mode=block] |
102 | content-length: ['1598'] | 99 | content-length: ['1597'] |
103 | status: {code: 200, message: OK} | 100 | status: {code: 200, message: OK} |
104 | - request: | 101 | - request: |
105 | body: null | 102 | body: null |
@@ -111,13 +108,15 @@ interactions: | |||
111 | Content-Length: ['0'] | 108 | Content-Length: ['0'] |
112 | User-Agent: [python-requests/2.18.4] | 109 | User-Agent: [python-requests/2.18.4] |
113 | method: DELETE | 110 | method: DELETE |
114 | uri: http://localhost:3000/api/v1/statuses/101999517521227872 | 111 | uri: http://localhost:3000/api/v1/statuses/102315368861064563 |
115 | response: | 112 | response: |
116 | body: {string: '{}'} | 113 | body: {string: '{"id":"102315368861064563","created_at":"2019-06-22T13:03:51.308Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368861064563","url":"http://localhost/@mastodonpy_test/102315368861064563","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
114 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
115 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
116 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
117 | headers: | 117 | headers: |
118 | Cache-Control: ['max-age=0, private, must-revalidate'] | 118 | Cache-Control: ['no-cache, no-store'] |
119 | Content-Type: [application/json; charset=utf-8] | 119 | Content-Type: [application/json; charset=utf-8] |
120 | ETag: [W/"cb6c07d89597cfa64d140d572188e632"] | ||
121 | Referrer-Policy: [strict-origin-when-cross-origin] | 120 | Referrer-Policy: [strict-origin-when-cross-origin] |
122 | Transfer-Encoding: [chunked] | 121 | Transfer-Encoding: [chunked] |
123 | Vary: ['Accept-Encoding, Origin'] | 122 | Vary: ['Accept-Encoding, Origin'] |
@@ -125,9 +124,9 @@ interactions: | |||
125 | X-Download-Options: [noopen] | 124 | X-Download-Options: [noopen] |
126 | X-Frame-Options: [SAMEORIGIN] | 125 | X-Frame-Options: [SAMEORIGIN] |
127 | X-Permitted-Cross-Domain-Policies: [none] | 126 | X-Permitted-Cross-Domain-Policies: [none] |
128 | X-Request-Id: [f13b887f-85d7-4ef1-a187-18286b4cfb3a] | 127 | X-Request-Id: [89905a35-e263-4993-a16d-08976bff43c8] |
129 | X-Runtime: ['0.046478'] | 128 | X-Runtime: ['0.123902'] |
130 | X-XSS-Protection: [1; mode=block] | 129 | X-XSS-Protection: [1; mode=block] |
131 | content-length: ['2'] | 130 | content-length: ['1567'] |
132 | status: {code: 200, message: OK} | 131 | status: {code: 200, message: OK} |
133 | version: 1 | 132 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368567849473","created_at":"2019-06-22T13:03:46.837Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368567849473","url":"http://localhost/@mastodonpy_test/102315368567849473","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | 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}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
17 | headers: | 19 | headers: |
18 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
20 | ETag: [W/"5f9216b37a617266e1e57234796c9452"] | ||
21 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
22 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
23 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -25,10 +26,10 @@ interactions: | |||
25 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
26 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
27 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
28 | X-Request-Id: [9c86d267-e58f-44e5-a529-26b9ff76fc9e] | 29 | X-Request-Id: [1fa3d80a-ab0c-4511-ad2b-fc4ccb2dddb6] |
29 | X-Runtime: ['0.201113'] | 30 | X-Runtime: ['0.158751'] |
30 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
31 | content-length: ['1235'] | 32 | content-length: ['1597'] |
32 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
33 | - request: | 34 | - request: |
34 | body: visibility=unlisted | 35 | body: visibility=unlisted |
@@ -41,17 +42,20 @@ interactions: | |||
41 | Content-Type: [application/x-www-form-urlencoded] | 42 | Content-Type: [application/x-www-form-urlencoded] |
42 | User-Agent: [python-requests/2.18.4] | 43 | User-Agent: [python-requests/2.18.4] |
43 | method: POST | 44 | method: POST |
44 | uri: http://localhost:3000/api/v1/statuses/102005434139190710/reblog | 45 | uri: http://localhost:3000/api/v1/statuses/102315368567849473/reblog |
45 | response: | 46 | response: |
46 | 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 | 47 | body: {string: '{"id":"102315368578673552","created_at":"2019-06-22T13:03:46.995Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"unlisted","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315368578673552/activity","url":"http://localhost/@mastodonpy_test/102315368578673552","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT |
47 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 48 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
48 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 49 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
49 | 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 | 50 | Toot!\u003c/p\u003e","reblog":{"id":"102315368567849473","created_at":"2019-06-22T13:03:46.837Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368567849473","url":"http://localhost/@mastodonpy_test/102315368567849473","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
50 | 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}'} | 51 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
52 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
53 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
54 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
55 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
51 | headers: | 56 | headers: |
52 | Cache-Control: ['max-age=0, private, must-revalidate'] | 57 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 58 | Content-Type: [application/json; charset=utf-8] |
54 | ETag: [W/"2959f64592e5d171090e7ddea7694697"] | ||
55 | Referrer-Policy: [strict-origin-when-cross-origin] | 59 | Referrer-Policy: [strict-origin-when-cross-origin] |
56 | Transfer-Encoding: [chunked] | 60 | Transfer-Encoding: [chunked] |
57 | Vary: ['Accept-Encoding, Origin'] | 61 | Vary: ['Accept-Encoding, Origin'] |
@@ -59,10 +63,10 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 63 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 64 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 65 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [cf8be3bc-b130-41f2-b113-19d60a7b7f2a] | 66 | X-Request-Id: [23911b96-252a-408f-bbb8-7fd841911c13] |
63 | X-Runtime: ['0.306052'] | 67 | X-Runtime: ['0.212221'] |
64 | X-XSS-Protection: [1; mode=block] | 68 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['2613'] | 69 | content-length: ['3337'] |
66 | status: {code: 200, message: OK} | 70 | status: {code: 200, message: OK} |
67 | - request: | 71 | - request: |
68 | body: null | 72 | body: null |
@@ -74,13 +78,15 @@ interactions: | |||
74 | Content-Length: ['0'] | 78 | Content-Length: ['0'] |
75 | User-Agent: [python-requests/2.18.4] | 79 | User-Agent: [python-requests/2.18.4] |
76 | method: DELETE | 80 | method: DELETE |
77 | uri: http://localhost:3000/api/v1/statuses/102005434139190710 | 81 | uri: http://localhost:3000/api/v1/statuses/102315368567849473 |
78 | response: | 82 | response: |
79 | body: {string: '{}'} | 83 | body: {string: '{"id":"102315368567849473","created_at":"2019-06-22T13:03:46.837Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368567849473","url":"http://localhost/@mastodonpy_test/102315368567849473","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
84 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
85 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
86 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
80 | headers: | 87 | headers: |
81 | Cache-Control: ['max-age=0, private, must-revalidate'] | 88 | Cache-Control: ['no-cache, no-store'] |
82 | Content-Type: [application/json; charset=utf-8] | 89 | Content-Type: [application/json; charset=utf-8] |
83 | ETag: [W/"7f009dc9f14d1cd3a178123556c5e99c"] | ||
84 | Referrer-Policy: [strict-origin-when-cross-origin] | 90 | Referrer-Policy: [strict-origin-when-cross-origin] |
85 | Transfer-Encoding: [chunked] | 91 | Transfer-Encoding: [chunked] |
86 | Vary: ['Accept-Encoding, Origin'] | 92 | Vary: ['Accept-Encoding, Origin'] |
@@ -88,9 +94,9 @@ interactions: | |||
88 | X-Download-Options: [noopen] | 94 | X-Download-Options: [noopen] |
89 | X-Frame-Options: [SAMEORIGIN] | 95 | X-Frame-Options: [SAMEORIGIN] |
90 | X-Permitted-Cross-Domain-Policies: [none] | 96 | X-Permitted-Cross-Domain-Policies: [none] |
91 | X-Request-Id: [11dfaf76-732a-4a29-a1cf-41a526ad3c9a] | 97 | X-Request-Id: [d81e78e2-b862-4a6e-8f10-fc1f3023f9f5] |
92 | X-Runtime: ['0.031563'] | 98 | X-Runtime: ['0.077066'] |
93 | X-XSS-Protection: [1; mode=block] | 99 | X-XSS-Protection: [1; mode=block] |
94 | content-length: ['2'] | 100 | content-length: ['1566'] |
95 | status: {code: 200, message: OK} | 101 | status: {code: 200, message: OK} |
96 | version: 1 | 102 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368521100182","created_at":"2019-06-22T13:03:46.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368521100182","url":"http://localhost/@mastodonpy_test/102315368521100182","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"3665a8f9b36085b943eeb699ca1d9773"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [528aedf0-637f-4f39-84a9-5ef660be486a] | 29 | X-Request-Id: [e90c633c-9620-483e-89e3-636fb3856a25] |
31 | X-Runtime: ['0.172736'] | 30 | X-Runtime: ['0.169824'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,21 +41,20 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: POST | 43 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses/101999517238481770/reblog | 44 | uri: http://localhost:3000/api/v1/statuses/102315368521100182/reblog |
46 | response: | 45 | response: |
47 | 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 | 46 | body: {string: '{"id":"102315368533458780","created_at":"2019-06-22T13:03:46.306Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":null,"uri":"http://localhost/users/mastodonpy_test/statuses/102315368533458780/activity","url":"http://localhost/@mastodonpy_test/102315368533458780","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT |
48 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 47 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
49 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 48 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
50 | 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 | 49 | Toot!\u003c/p\u003e","reblog":{"id":"102315368521100182","created_at":"2019-06-22T13:03:46.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368521100182","url":"http://localhost/@mastodonpy_test/102315368521100182","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
51 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
52 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 51 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
53 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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 | 52 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
54 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 53 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
55 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 54 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
56 | headers: | 55 | headers: |
57 | Cache-Control: ['max-age=0, private, must-revalidate'] | 56 | Cache-Control: ['no-cache, no-store'] |
58 | Content-Type: [application/json; charset=utf-8] | 57 | Content-Type: [application/json; charset=utf-8] |
59 | ETag: [W/"48fd519c97bc6a677299ef7a49ad78fb"] | ||
60 | Referrer-Policy: [strict-origin-when-cross-origin] | 58 | Referrer-Policy: [strict-origin-when-cross-origin] |
61 | Transfer-Encoding: [chunked] | 59 | Transfer-Encoding: [chunked] |
62 | Vary: ['Accept-Encoding, Origin'] | 60 | Vary: ['Accept-Encoding, Origin'] |
@@ -64,10 +62,10 @@ interactions: | |||
64 | X-Download-Options: [noopen] | 62 | X-Download-Options: [noopen] |
65 | X-Frame-Options: [SAMEORIGIN] | 63 | X-Frame-Options: [SAMEORIGIN] |
66 | X-Permitted-Cross-Domain-Policies: [none] | 64 | X-Permitted-Cross-Domain-Policies: [none] |
67 | X-Request-Id: [942de221-afac-4d79-bc55-bd46c2043b4c] | 65 | X-Request-Id: [ee493d47-4a46-40a7-b61e-30e017d447ec] |
68 | X-Runtime: ['0.235262'] | 66 | X-Runtime: ['0.309059'] |
69 | X-XSS-Protection: [1; mode=block] | 67 | X-XSS-Protection: [1; mode=block] |
70 | content-length: ['3337'] | 68 | content-length: ['3335'] |
71 | status: {code: 200, message: OK} | 69 | status: {code: 200, message: OK} |
72 | - request: | 70 | - request: |
73 | body: null | 71 | body: null |
@@ -78,16 +76,15 @@ interactions: | |||
78 | Connection: [keep-alive] | 76 | Connection: [keep-alive] |
79 | User-Agent: [python-requests/2.18.4] | 77 | User-Agent: [python-requests/2.18.4] |
80 | method: GET | 78 | method: GET |
81 | uri: http://localhost:3000/api/v1/statuses/101999517238481770/reblogged_by | 79 | uri: http://localhost:3000/api/v1/statuses/102315368521100182/reblogged_by |
82 | response: | 80 | response: |
83 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 81 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
84 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 82 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
85 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}]}]'} | 83 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}]'} |
86 | headers: | 84 | headers: |
87 | Cache-Control: ['max-age=0, private, must-revalidate'] | 85 | Cache-Control: ['no-cache, no-store'] |
88 | Content-Type: [application/json; charset=utf-8] | 86 | Content-Type: [application/json; charset=utf-8] |
89 | ETag: [W/"8801c54dc76f02ea42447723e49f4f18"] | 87 | Link: ['<http://localhost:3000/api/v1/statuses/102315368521100182/reblogged_by?since_id=102315368533458780>; |
90 | Link: ['<http://localhost:3000/api/v1/statuses/101999517238481770/reblogged_by?since_id=101999517249859420>; | ||
91 | rel="prev"'] | 88 | rel="prev"'] |
92 | Referrer-Policy: [strict-origin-when-cross-origin] | 89 | Referrer-Policy: [strict-origin-when-cross-origin] |
93 | Transfer-Encoding: [chunked] | 90 | Transfer-Encoding: [chunked] |
@@ -96,10 +93,10 @@ interactions: | |||
96 | X-Download-Options: [noopen] | 93 | X-Download-Options: [noopen] |
97 | X-Frame-Options: [SAMEORIGIN] | 94 | X-Frame-Options: [SAMEORIGIN] |
98 | X-Permitted-Cross-Domain-Policies: [none] | 95 | X-Permitted-Cross-Domain-Policies: [none] |
99 | X-Request-Id: [2b63300b-d94d-45cf-a565-93759afeb6f5] | 96 | X-Request-Id: [0880c678-e580-4471-a44c-dce4881dae6c] |
100 | X-Runtime: ['0.036819'] | 97 | X-Runtime: ['0.047117'] |
101 | X-XSS-Protection: [1; mode=block] | 98 | X-XSS-Protection: [1; mode=block] |
102 | content-length: ['932'] | 99 | content-length: ['931'] |
103 | status: {code: 200, message: OK} | 100 | status: {code: 200, message: OK} |
104 | - request: | 101 | - request: |
105 | body: null | 102 | body: null |
@@ -111,13 +108,15 @@ interactions: | |||
111 | Content-Length: ['0'] | 108 | Content-Length: ['0'] |
112 | User-Agent: [python-requests/2.18.4] | 109 | User-Agent: [python-requests/2.18.4] |
113 | method: DELETE | 110 | method: DELETE |
114 | uri: http://localhost:3000/api/v1/statuses/101999517238481770 | 111 | uri: http://localhost:3000/api/v1/statuses/102315368521100182 |
115 | response: | 112 | response: |
116 | body: {string: '{}'} | 113 | body: {string: '{"id":"102315368521100182","created_at":"2019-06-22T13:03:46.128Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368521100182","url":"http://localhost/@mastodonpy_test/102315368521100182","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
114 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
115 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
116 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
117 | headers: | 117 | headers: |
118 | Cache-Control: ['max-age=0, private, must-revalidate'] | 118 | Cache-Control: ['no-cache, no-store'] |
119 | Content-Type: [application/json; charset=utf-8] | 119 | Content-Type: [application/json; charset=utf-8] |
120 | ETag: [W/"3ccd6d1053718a8357ec5565c23571cd"] | ||
121 | Referrer-Policy: [strict-origin-when-cross-origin] | 120 | Referrer-Policy: [strict-origin-when-cross-origin] |
122 | Transfer-Encoding: [chunked] | 121 | Transfer-Encoding: [chunked] |
123 | Vary: ['Accept-Encoding, Origin'] | 122 | Vary: ['Accept-Encoding, Origin'] |
@@ -125,9 +124,9 @@ interactions: | |||
125 | X-Download-Options: [noopen] | 124 | X-Download-Options: [noopen] |
126 | X-Frame-Options: [SAMEORIGIN] | 125 | X-Frame-Options: [SAMEORIGIN] |
127 | X-Permitted-Cross-Domain-Policies: [none] | 126 | X-Permitted-Cross-Domain-Policies: [none] |
128 | X-Request-Id: [32fc5419-ddb1-4f2e-a6d5-225c73a7da6a] | 127 | X-Request-Id: [3c06ada4-8ea1-4e4d-960c-3fb4e303a5bd] |
129 | X-Runtime: ['0.026074'] | 128 | X-Runtime: ['0.082513'] |
130 | X-XSS-Protection: [1; mode=block] | 129 | X-XSS-Protection: [1; mode=block] |
131 | content-length: ['2'] | 130 | content-length: ['1566'] |
132 | status: {code: 200, message: OK} | 131 | status: {code: 200, message: OK} |
133 | version: 1 | 132 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368082869206","created_at":"2019-06-22T13:03:39.439Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368082869206","url":"http://localhost/@mastodonpy_test/102315368082869206","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"b9e9d545500e45c8cde10a4d8b27a74e"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [1762430f-e236-49f3-92f7-0803054c14c4] | 29 | X-Request-Id: [266c3499-7668-4c84-a800-69e3f545abfb] |
31 | X-Runtime: ['0.171317'] | 30 | X-Runtime: ['0.204094'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -43,11 +42,10 @@ interactions: | |||
43 | method: GET | 42 | method: GET |
44 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 43 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
45 | response: | 44 | response: |
46 | 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":[]}'} | 45 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
47 | headers: | 46 | headers: |
48 | Cache-Control: ['max-age=0, private, must-revalidate'] | 47 | Cache-Control: ['no-cache, no-store'] |
49 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
50 | ETag: [W/"06a2d7eb514f2463091718affb56000a"] | ||
51 | Referrer-Policy: [strict-origin-when-cross-origin] | 49 | Referrer-Policy: [strict-origin-when-cross-origin] |
52 | Transfer-Encoding: [chunked] | 50 | Transfer-Encoding: [chunked] |
53 | Vary: ['Accept-Encoding, Origin'] | 51 | Vary: ['Accept-Encoding, Origin'] |
@@ -55,13 +53,13 @@ interactions: | |||
55 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
56 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
57 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
58 | X-Request-Id: [f10f7a0f-3f2a-47f5-97cc-ae827d2e17ab] | 56 | X-Request-Id: [df88a595-49ac-40c6-ad21-af29ef898a3c] |
59 | X-Runtime: ['0.067666'] | 57 | X-Runtime: ['0.050308'] |
60 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
61 | content-length: ['609'] | 59 | content-length: ['609'] |
62 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
63 | - request: | 61 | - request: |
64 | body: spoiler_text=&visibility=public&in_reply_to_id=101999516810790838&status=%40mastodonpy_test+same%21 | 62 | body: spoiler_text=&visibility=public&in_reply_to_id=102315368082869206&status=%40mastodonpy_test+same%21 |
65 | headers: | 63 | headers: |
66 | Accept: ['*/*'] | 64 | Accept: ['*/*'] |
67 | Accept-Encoding: ['gzip, deflate'] | 65 | Accept-Encoding: ['gzip, deflate'] |
@@ -73,15 +71,14 @@ interactions: | |||
73 | method: POST | 71 | method: POST |
74 | uri: http://localhost:3000/api/v1/statuses | 72 | uri: http://localhost:3000/api/v1/statuses |
75 | response: | 73 | response: |
76 | 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 | 74 | body: {string: '{"id":"102315368099679936","created_at":"2019-06-22T13:03:39.697Z","in_reply_to_id":"102315368082869206","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315368099679936","url":"http://localhost/@admin/102315368099679936","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
77 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 75 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
78 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 76 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
79 | 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 | 77 | same!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
80 | 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}'} | 78 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
81 | headers: | 79 | headers: |
82 | Cache-Control: ['max-age=0, private, must-revalidate'] | 80 | Cache-Control: ['no-cache, no-store'] |
83 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
84 | ETag: [W/"36394d8dd4a3c82df7ecf180583c3623"] | ||
85 | Referrer-Policy: [strict-origin-when-cross-origin] | 82 | Referrer-Policy: [strict-origin-when-cross-origin] |
86 | Transfer-Encoding: [chunked] | 83 | Transfer-Encoding: [chunked] |
87 | Vary: ['Accept-Encoding, Origin'] | 84 | Vary: ['Accept-Encoding, Origin'] |
@@ -89,8 +86,8 @@ interactions: | |||
89 | X-Download-Options: [noopen] | 86 | X-Download-Options: [noopen] |
90 | X-Frame-Options: [SAMEORIGIN] | 87 | X-Frame-Options: [SAMEORIGIN] |
91 | X-Permitted-Cross-Domain-Policies: [none] | 88 | X-Permitted-Cross-Domain-Policies: [none] |
92 | X-Request-Id: [0aa6f574-a2b5-4e1b-979e-500104fe9f5c] | 89 | X-Request-Id: [f6a5c545-4cc4-4f44-a512-ad7f846fba13] |
93 | X-Runtime: ['0.212809'] | 90 | X-Runtime: ['0.294790'] |
94 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
95 | content-length: ['1516'] | 92 | content-length: ['1516'] |
96 | status: {code: 200, message: OK} | 93 | status: {code: 200, message: OK} |
@@ -104,13 +101,13 @@ interactions: | |||
104 | Content-Length: ['0'] | 101 | Content-Length: ['0'] |
105 | User-Agent: [python-requests/2.18.4] | 102 | User-Agent: [python-requests/2.18.4] |
106 | method: DELETE | 103 | method: DELETE |
107 | uri: http://localhost:3000/api/v1/statuses/101999516827762539 | 104 | uri: http://localhost:3000/api/v1/statuses/102315368099679936 |
108 | response: | 105 | response: |
109 | body: {string: '{}'} | 106 | body: {string: '{"id":"102315368099679936","created_at":"2019-06-22T13:03:39.697Z","in_reply_to_id":"102315368082869206","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315368099679936","url":"http://localhost/@admin/102315368099679936","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test |
107 | same!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
110 | headers: | 108 | headers: |
111 | Cache-Control: ['max-age=0, private, must-revalidate'] | 109 | Cache-Control: ['no-cache, no-store'] |
112 | Content-Type: [application/json; charset=utf-8] | 110 | Content-Type: [application/json; charset=utf-8] |
113 | ETag: [W/"03499d2396def7cd70f82639d27b509f"] | ||
114 | Referrer-Policy: [strict-origin-when-cross-origin] | 111 | Referrer-Policy: [strict-origin-when-cross-origin] |
115 | Transfer-Encoding: [chunked] | 112 | Transfer-Encoding: [chunked] |
116 | Vary: ['Accept-Encoding, Origin'] | 113 | Vary: ['Accept-Encoding, Origin'] |
@@ -118,10 +115,10 @@ interactions: | |||
118 | X-Download-Options: [noopen] | 115 | X-Download-Options: [noopen] |
119 | X-Frame-Options: [SAMEORIGIN] | 116 | X-Frame-Options: [SAMEORIGIN] |
120 | X-Permitted-Cross-Domain-Policies: [none] | 117 | X-Permitted-Cross-Domain-Policies: [none] |
121 | X-Request-Id: [f40cbb90-05dd-433c-90e3-389f1192dd54] | 118 | X-Request-Id: [13f8de28-57f3-46e1-ad93-b97e544baa0a] |
122 | X-Runtime: ['0.084676'] | 119 | X-Runtime: ['0.203312'] |
123 | X-XSS-Protection: [1; mode=block] | 120 | X-XSS-Protection: [1; mode=block] |
124 | content-length: ['2'] | 121 | content-length: ['1309'] |
125 | status: {code: 200, message: OK} | 122 | status: {code: 200, message: OK} |
126 | - request: | 123 | - request: |
127 | body: null | 124 | body: null |
@@ -133,13 +130,15 @@ interactions: | |||
133 | Content-Length: ['0'] | 130 | Content-Length: ['0'] |
134 | User-Agent: [python-requests/2.18.4] | 131 | User-Agent: [python-requests/2.18.4] |
135 | method: DELETE | 132 | method: DELETE |
136 | uri: http://localhost:3000/api/v1/statuses/101999516810790838 | 133 | uri: http://localhost:3000/api/v1/statuses/102315368082869206 |
137 | response: | 134 | response: |
138 | body: {string: '{}'} | 135 | body: {string: '{"id":"102315368082869206","created_at":"2019-06-22T13:03:39.439Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368082869206","url":"http://localhost/@mastodonpy_test/102315368082869206","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
136 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
137 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
138 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
139 | headers: | 139 | headers: |
140 | Cache-Control: ['max-age=0, private, must-revalidate'] | 140 | Cache-Control: ['no-cache, no-store'] |
141 | Content-Type: [application/json; charset=utf-8] | 141 | Content-Type: [application/json; charset=utf-8] |
142 | ETag: [W/"03499d2396def7cd70f82639d27b509f"] | ||
143 | Referrer-Policy: [strict-origin-when-cross-origin] | 142 | Referrer-Policy: [strict-origin-when-cross-origin] |
144 | Transfer-Encoding: [chunked] | 143 | Transfer-Encoding: [chunked] |
145 | Vary: ['Accept-Encoding, Origin'] | 144 | Vary: ['Accept-Encoding, Origin'] |
@@ -147,9 +146,9 @@ interactions: | |||
147 | X-Download-Options: [noopen] | 146 | X-Download-Options: [noopen] |
148 | X-Frame-Options: [SAMEORIGIN] | 147 | X-Frame-Options: [SAMEORIGIN] |
149 | X-Permitted-Cross-Domain-Policies: [none] | 148 | X-Permitted-Cross-Domain-Policies: [none] |
150 | X-Request-Id: [c8de3f31-e56c-43df-8e50-637be2b03103] | 149 | X-Request-Id: [19a74944-a214-449e-9306-aaac33a5b3cf] |
151 | X-Runtime: ['0.107661'] | 150 | X-Runtime: ['0.098138'] |
152 | X-XSS-Protection: [1; mode=block] | 151 | X-XSS-Protection: [1; mode=block] |
153 | content-length: ['2'] | 152 | content-length: ['1567'] |
154 | status: {code: 200, message: OK} | 153 | status: {code: 200, message: OK} |
155 | version: 1 | 154 | 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: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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":[]}'} | 13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"cd2127b055679523c42093d9fa35eaf9"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,8 +21,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [d33ae198-a4ca-4207-afb4-036e11d9033b] | 24 | X-Request-Id: [1fca6cd2-444a-4918-a374-6fcc3f6cbf6d] |
26 | X-Runtime: ['0.190787'] | 25 | X-Runtime: ['0.057864'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['609'] | 27 | content-length: ['609'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
@@ -41,9 +40,8 @@ interactions: | |||
41 | response: | 40 | response: |
42 | 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}'} | 41 | 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}'} |
43 | headers: | 42 | headers: |
44 | Cache-Control: ['max-age=0, private, must-revalidate'] | 43 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 44 | Content-Type: [application/json; charset=utf-8] |
46 | ETag: [W/"c69d2321c40813c2e91746f6df8c685b"] | ||
47 | Referrer-Policy: [strict-origin-when-cross-origin] | 45 | Referrer-Policy: [strict-origin-when-cross-origin] |
48 | Transfer-Encoding: [chunked] | 46 | Transfer-Encoding: [chunked] |
49 | Vary: ['Accept-Encoding, Origin'] | 47 | Vary: ['Accept-Encoding, Origin'] |
@@ -51,8 +49,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 49 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 50 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 51 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [559452ea-a4ca-49ce-a41c-9789a4e175d6] | 52 | X-Request-Id: [76cbc535-db11-451c-990b-ad974b1e2701] |
55 | X-Runtime: ['0.027095'] | 53 | X-Runtime: ['0.088849'] |
56 | X-XSS-Protection: [1; mode=block] | 54 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['211'] | 55 | content-length: ['211'] |
58 | status: {code: 200, message: OK} | 56 | status: {code: 200, message: OK} |
@@ -67,12 +65,12 @@ interactions: | |||
67 | method: GET | 65 | method: GET |
68 | uri: http://localhost:3000/api/v1/instance/ | 66 | uri: http://localhost:3000/api/v1/instance/ |
69 | response: | 67 | response: |
70 | 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}'} | 68 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":1,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
71 | headers: | 69 | headers: |
72 | Cache-Control: ['max-age=300, public'] | 70 | Cache-Control: ['max-age=300, public'] |
73 | Content-Type: [application/json; charset=utf-8] | 71 | Content-Type: [application/json; charset=utf-8] |
74 | Date: ['Sat, 27 Apr 2019 23:51:08 GMT'] | 72 | Date: ['Sat, 22 Jun 2019 13:03:56 GMT'] |
75 | ETag: [W/"1853e19f93744ec050047787c0defeb4"] | 73 | ETag: [W/"ee7808ee1b13d469fd4f8951cd3f9f8a"] |
76 | Referrer-Policy: [strict-origin-when-cross-origin] | 74 | Referrer-Policy: [strict-origin-when-cross-origin] |
77 | Transfer-Encoding: [chunked] | 75 | Transfer-Encoding: [chunked] |
78 | Vary: ['Accept-Encoding, Origin'] | 76 | Vary: ['Accept-Encoding, Origin'] |
@@ -80,10 +78,10 @@ interactions: | |||
80 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
81 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
82 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
83 | X-Request-Id: [15378378-5d7a-4d03-aef0-2da0d7523ab3] | 81 | X-Request-Id: [cfb4c102-f7f1-48df-8209-2c0fea3dbf0c] |
84 | X-Runtime: ['0.038039'] | 82 | X-Runtime: ['0.043274'] |
85 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
86 | content-length: ['349'] | 84 | content-length: ['348'] |
87 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
88 | - request: | 86 | - request: |
89 | body: status=only+real+cars+respond. | 87 | body: status=only+real+cars+respond. |
@@ -98,13 +96,14 @@ interactions: | |||
98 | method: POST | 96 | method: POST |
99 | uri: http://localhost:3000/api/v1/statuses | 97 | uri: http://localhost:3000/api/v1/statuses |
100 | response: | 98 | response: |
101 | 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 | 99 | body: {string: '{"id":"102315369511109147","created_at":"2019-06-22T13:04:01.231Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315369511109147","url":"http://localhost/@mastodonpy_test/102315369511109147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eonly |
102 | 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 | 100 | real cars respond.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
103 | 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}'} | 101 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
102 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
103 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
104 | headers: | 104 | headers: |
105 | Cache-Control: ['max-age=0, private, must-revalidate'] | 105 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 106 | Content-Type: [application/json; charset=utf-8] |
107 | ETag: [W/"6a5a7e8c76cf1f6e542c7fa3d0b324e6"] | ||
108 | Referrer-Policy: [strict-origin-when-cross-origin] | 107 | Referrer-Policy: [strict-origin-when-cross-origin] |
109 | Transfer-Encoding: [chunked] | 108 | Transfer-Encoding: [chunked] |
110 | Vary: ['Accept-Encoding, Origin'] | 109 | Vary: ['Accept-Encoding, Origin'] |
@@ -112,10 +111,10 @@ interactions: | |||
112 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
113 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
114 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
115 | X-Request-Id: [f07f61fc-8265-4d61-8c98-84e0388f31c0] | 114 | X-Request-Id: [4b875c60-55fe-4455-adcc-0dda8683da0a] |
116 | X-Runtime: ['0.541242'] | 115 | X-Runtime: ['0.148230'] |
117 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
118 | content-length: ['1253'] | 117 | content-length: ['1615'] |
119 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
120 | - request: | 119 | - request: |
121 | body: status=%40mastodonpy_test+beep+beep+I%27m+a+jeep | 120 | body: status=%40mastodonpy_test+beep+beep+I%27m+a+jeep |
@@ -130,15 +129,14 @@ interactions: | |||
130 | method: POST | 129 | method: POST |
131 | uri: http://localhost:3000/api/v1/statuses | 130 | uri: http://localhost:3000/api/v1/statuses |
132 | response: | 131 | response: |
133 | 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 | 132 | body: {string: '{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
134 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 133 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
135 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 134 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
136 | 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 | 135 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
137 | 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}'} | 136 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
138 | headers: | 137 | headers: |
139 | Cache-Control: ['max-age=0, private, must-revalidate'] | 138 | Cache-Control: ['no-cache, no-store'] |
140 | Content-Type: [application/json; charset=utf-8] | 139 | Content-Type: [application/json; charset=utf-8] |
141 | ETag: [W/"2ccbe7c603db538a9b9d94ff8174016d"] | ||
142 | Referrer-Policy: [strict-origin-when-cross-origin] | 140 | Referrer-Policy: [strict-origin-when-cross-origin] |
143 | Transfer-Encoding: [chunked] | 141 | Transfer-Encoding: [chunked] |
144 | Vary: ['Accept-Encoding, Origin'] | 142 | Vary: ['Accept-Encoding, Origin'] |
@@ -146,8 +144,8 @@ interactions: | |||
146 | X-Download-Options: [noopen] | 144 | X-Download-Options: [noopen] |
147 | X-Frame-Options: [SAMEORIGIN] | 145 | X-Frame-Options: [SAMEORIGIN] |
148 | X-Permitted-Cross-Domain-Policies: [none] | 146 | X-Permitted-Cross-Domain-Policies: [none] |
149 | X-Request-Id: [13c205c2-e5bc-4469-b6a0-a7dc18dd5f11] | 147 | X-Request-Id: [ea5b4ce1-da66-4937-b029-a61639667174] |
150 | X-Runtime: ['0.213550'] | 148 | X-Runtime: ['0.260557'] |
151 | X-XSS-Protection: [1; mode=block] | 149 | X-XSS-Protection: [1; mode=block] |
152 | content-length: ['1511'] | 150 | content-length: ['1511'] |
153 | status: {code: 200, message: OK} | 151 | status: {code: 200, message: OK} |
@@ -164,13 +162,12 @@ interactions: | |||
164 | method: POST | 162 | method: POST |
165 | uri: http://localhost:3000/api/v1/statuses | 163 | uri: http://localhost:3000/api/v1/statuses |
166 | response: | 164 | response: |
167 | 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 | 165 | body: {string: '{"id":"102315369541189753","created_at":"2019-06-22T13:04:01.698Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315369541189753","url":"http://localhost/@admin/102315369541189753","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eon |
168 | 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 | 166 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
169 | 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}'} | 167 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
170 | headers: | 168 | headers: |
171 | Cache-Control: ['max-age=0, private, must-revalidate'] | 169 | Cache-Control: ['no-cache, no-store'] |
172 | Content-Type: [application/json; charset=utf-8] | 170 | Content-Type: [application/json; charset=utf-8] |
173 | ETag: [W/"c2ab6b89316efb69005c230c72accb6b"] | ||
174 | Referrer-Policy: [strict-origin-when-cross-origin] | 171 | Referrer-Policy: [strict-origin-when-cross-origin] |
175 | Transfer-Encoding: [chunked] | 172 | Transfer-Encoding: [chunked] |
176 | Vary: ['Accept-Encoding, Origin'] | 173 | Vary: ['Accept-Encoding, Origin'] |
@@ -178,10 +175,10 @@ interactions: | |||
178 | X-Download-Options: [noopen] | 175 | X-Download-Options: [noopen] |
179 | X-Frame-Options: [SAMEORIGIN] | 176 | X-Frame-Options: [SAMEORIGIN] |
180 | X-Permitted-Cross-Domain-Policies: [none] | 177 | X-Permitted-Cross-Domain-Policies: [none] |
181 | X-Request-Id: [48b902b9-9cb6-422d-a3f1-ea014a8cd6e7] | 178 | X-Request-Id: [51ec6fe5-86a0-4a15-bc7f-07350127cf57] |
182 | X-Runtime: ['0.165465'] | 179 | X-Runtime: ['0.185403'] |
183 | X-XSS-Protection: [1; mode=block] | 180 | X-XSS-Protection: [1; mode=block] |
184 | content-length: ['1221'] | 181 | content-length: ['1220'] |
185 | status: {code: 200, message: OK} | 182 | status: {code: 200, message: OK} |
186 | - request: | 183 | - request: |
187 | body: null | 184 | body: null |
@@ -193,13 +190,16 @@ interactions: | |||
193 | Content-Length: ['0'] | 190 | Content-Length: ['0'] |
194 | User-Agent: [python-requests/2.18.4] | 191 | User-Agent: [python-requests/2.18.4] |
195 | method: DELETE | 192 | method: DELETE |
196 | uri: http://localhost:3000/api/v1/statuses/102000825046689277 | 193 | uri: http://localhost:3000/api/v1/statuses/102315369511109147 |
197 | response: | 194 | response: |
198 | body: {string: '{}'} | 195 | body: {string: '{"id":"102315369511109147","created_at":"2019-06-22T13:04:01.231Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315369511109147","url":"http://localhost/@mastodonpy_test/102315369511109147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"only |
196 | real cars respond.","reblog":null,"application":{"name":"Mastodon.py test | ||
197 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
198 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
199 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
199 | headers: | 200 | headers: |
200 | Cache-Control: ['max-age=0, private, must-revalidate'] | 201 | Cache-Control: ['no-cache, no-store'] |
201 | Content-Type: [application/json; charset=utf-8] | 202 | Content-Type: [application/json; charset=utf-8] |
202 | ETag: [W/"68dc9d53058fab55b922570e8d9416d8"] | ||
203 | Referrer-Policy: [strict-origin-when-cross-origin] | 203 | Referrer-Policy: [strict-origin-when-cross-origin] |
204 | Transfer-Encoding: [chunked] | 204 | Transfer-Encoding: [chunked] |
205 | Vary: ['Accept-Encoding, Origin'] | 205 | Vary: ['Accept-Encoding, Origin'] |
@@ -207,10 +207,10 @@ interactions: | |||
207 | X-Download-Options: [noopen] | 207 | X-Download-Options: [noopen] |
208 | X-Frame-Options: [SAMEORIGIN] | 208 | X-Frame-Options: [SAMEORIGIN] |
209 | X-Permitted-Cross-Domain-Policies: [none] | 209 | X-Permitted-Cross-Domain-Policies: [none] |
210 | X-Request-Id: [1c002f40-b79d-40a4-8e64-e8e81bbde4a3] | 210 | X-Request-Id: [b7b8739b-bf64-4bf8-88b8-81a4507406dd] |
211 | X-Runtime: ['0.062087'] | 211 | X-Runtime: ['0.103892'] |
212 | X-XSS-Protection: [1; mode=block] | 212 | X-XSS-Protection: [1; mode=block] |
213 | content-length: ['2'] | 213 | content-length: ['1585'] |
214 | status: {code: 200, message: OK} | 214 | status: {code: 200, message: OK} |
215 | - request: | 215 | - request: |
216 | body: null | 216 | body: null |
@@ -225,22 +225,24 @@ interactions: | |||
225 | response: | 225 | response: |
226 | body: {string: 'event: update | 226 | body: {string: 'event: update |
227 | 227 | ||
228 | 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":"<p>only | 228 | data: {"id":"102315369511109147","created_at":"2019-06-22T13:04:01.231Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/mastodonpy_test/statuses/102315369511109147","url":"http://localhost/@mastodonpy_test/102315369511109147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"<p>only |
229 | real cars respond.</p>","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 | 229 | real cars respond.</p>","reblog":null,"application":{"name":"Mastodon.py test |
230 | 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":"<p></p>","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} | 230 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
231 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"<p>I | ||
232 | walk funny</p>","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} | ||
231 | 233 | ||
232 | 234 | ||
233 | event: notification | 235 | event: notification |
234 | 236 | ||
235 | 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":"<p></p>","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":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":"<p><span | 237 | data: {"id":"13","type":"mention","created_at":"2019-06-22T13:04:01.554Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"<p></p>","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"status":{"id":"102315369523202198","created_at":"2019-06-22T13:04:01.445Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102315369523202198","url":"http://localhost/@admin/102315369523202198","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"<p><span |
236 | class=\"h-card\"><a href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 238 | class=\"h-card\"><a href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
237 | mention\">@<span>mastodonpy_test</span></a></span> beep beep I'm a jeep</p>","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 | 239 | mention\">@<span>mastodonpy_test</span></a></span> beep beep I'm a jeep</p>","reblog":null,"application":{"name":"Mastodon.py |
238 | 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":"<p></p>","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":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}} | 240 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"<p></p>","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}} |
239 | 241 | ||
240 | 242 | ||
241 | event: delete | 243 | event: delete |
242 | 244 | ||
243 | data: 102000825046689277 | 245 | data: 102315369511109147 |
244 | 246 | ||
245 | 247 | ||
246 | :'} | 248 | :'} |
@@ -250,9 +252,9 @@ interactions: | |||
250 | Access-Control-Allow-Origin: ['*'] | 252 | Access-Control-Allow-Origin: ['*'] |
251 | Connection: [keep-alive] | 253 | Connection: [keep-alive] |
252 | Content-Type: [text/event-stream] | 254 | Content-Type: [text/event-stream] |
253 | Date: ['Sat, 27 Apr 2019 23:51:14 GMT'] | 255 | Date: ['Sat, 22 Jun 2019 13:04:01 GMT'] |
254 | Transfer-Encoding: [chunked] | 256 | Transfer-Encoding: [chunked] |
255 | X-Powered-By: [Express] | 257 | X-Powered-By: [Express] |
256 | X-Request-Id: [b9afd71f-bd22-418a-82c9-b6b308aaf422] | 258 | X-Request-Id: [c4f3c36c-06d0-48d1-b740-e9e5dd5e701a] |
257 | status: {code: 200, message: OK} | 259 | status: {code: 200, message: OK} |
258 | version: 1 | 260 | 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: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-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":[]}'} | 13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[]},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"897cda4d35dcffc1a0e9dd29fc71130f"] | ||
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 17 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,10 +21,10 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [9c808452-96f3-4dee-b8b4-5159a9686307] | 24 | X-Request-Id: [ad992017-5f81-4f72-9485-97febd9ec5d6] |
26 | X-Runtime: ['0.024396'] | 25 | X-Runtime: ['0.025060'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['610'] | 27 | content-length: ['609'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
30 | - request: | 29 | - request: |
31 | body: null | 30 | body: null |
@@ -41,9 +40,8 @@ interactions: | |||
41 | response: | 40 | response: |
42 | 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}'} | 41 | 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}'} |
43 | headers: | 42 | headers: |
44 | Cache-Control: ['max-age=0, private, must-revalidate'] | 43 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 44 | Content-Type: [application/json; charset=utf-8] |
46 | ETag: [W/"2268b88a081c532f69d4e8f3f6cc1a41"] | ||
47 | Referrer-Policy: [strict-origin-when-cross-origin] | 45 | Referrer-Policy: [strict-origin-when-cross-origin] |
48 | Transfer-Encoding: [chunked] | 46 | Transfer-Encoding: [chunked] |
49 | Vary: ['Accept-Encoding, Origin'] | 47 | Vary: ['Accept-Encoding, Origin'] |
@@ -51,8 +49,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 49 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 50 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 51 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [809c4964-6493-485a-8a47-5ffc3c0e6d5d] | 52 | X-Request-Id: [89572238-4859-4178-b577-e872c8c10048] |
55 | X-Runtime: ['0.022342'] | 53 | X-Runtime: ['0.026184'] |
56 | X-XSS-Protection: [1; mode=block] | 54 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['211'] | 55 | content-length: ['211'] |
58 | status: {code: 200, message: OK} | 56 | status: {code: 200, message: OK} |
@@ -67,12 +65,12 @@ interactions: | |||
67 | method: GET | 65 | method: GET |
68 | uri: http://localhost:3000/api/v1/instance/ | 66 | uri: http://localhost:3000/api/v1/instance/ |
69 | response: | 67 | response: |
70 | 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}'} | 68 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":3,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
71 | headers: | 69 | headers: |
72 | Cache-Control: ['max-age=300, public'] | 70 | Cache-Control: ['max-age=300, public'] |
73 | Content-Type: [application/json; charset=utf-8] | 71 | Content-Type: [application/json; charset=utf-8] |
74 | Date: ['Sat, 27 Apr 2019 23:51:28 GMT'] | 72 | Date: ['Sat, 22 Jun 2019 13:04:16 GMT'] |
75 | ETag: [W/"23dbf13c779b1cc02bec5079773083f5"] | 73 | ETag: [W/"e46b43e71d02bdf7eafa21eaa51869ad"] |
76 | Referrer-Policy: [strict-origin-when-cross-origin] | 74 | Referrer-Policy: [strict-origin-when-cross-origin] |
77 | Transfer-Encoding: [chunked] | 75 | Transfer-Encoding: [chunked] |
78 | Vary: ['Accept-Encoding, Origin'] | 76 | Vary: ['Accept-Encoding, Origin'] |
@@ -80,10 +78,10 @@ interactions: | |||
80 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
81 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
82 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
83 | X-Request-Id: [b3f91b98-37e1-4689-b1d5-ca0915bc72c6] | 81 | X-Request-Id: [b8b7e68f-4c6f-4843-9ae2-ce52e1e00d33] |
84 | X-Runtime: ['0.023238'] | 82 | X-Runtime: ['0.027002'] |
85 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
86 | content-length: ['349'] | 84 | content-length: ['348'] |
87 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
88 | - request: | 86 | - request: |
89 | body: status=it%27s+cool+guy | 87 | body: status=it%27s+cool+guy |
@@ -98,13 +96,14 @@ interactions: | |||
98 | method: POST | 96 | method: POST |
99 | uri: http://localhost:3000/api/v1/statuses | 97 | uri: http://localhost:3000/api/v1/statuses |
100 | response: | 98 | response: |
101 | 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 | 99 | body: {string: '{"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
102 | 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 | 100 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
103 | 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}'} | 101 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
102 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
103 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
104 | headers: | 104 | headers: |
105 | Cache-Control: ['max-age=0, private, must-revalidate'] | 105 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 106 | Content-Type: [application/json; charset=utf-8] |
107 | ETag: [W/"31fb33fa6323ac79ab4d8a1caf4d1c40"] | ||
108 | Referrer-Policy: [strict-origin-when-cross-origin] | 107 | Referrer-Policy: [strict-origin-when-cross-origin] |
109 | Transfer-Encoding: [chunked] | 108 | Transfer-Encoding: [chunked] |
110 | Vary: ['Accept-Encoding, Origin'] | 109 | Vary: ['Accept-Encoding, Origin'] |
@@ -112,10 +111,10 @@ interactions: | |||
112 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
113 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
114 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
115 | X-Request-Id: [0f41d973-d9b0-4e72-9f81-8c98d8ddfb40] | 114 | X-Request-Id: [6d8e5859-d19a-4e7b-a0bd-9977aa200db0] |
116 | X-Runtime: ['0.158456'] | 115 | X-Runtime: ['0.224264'] |
117 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
118 | content-length: ['1253'] | 117 | content-length: ['1615'] |
119 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
120 | - request: | 119 | - request: |
121 | body: null | 120 | body: null |
@@ -130,9 +129,10 @@ interactions: | |||
130 | response: | 129 | response: |
131 | body: {string: 'event: update | 130 | body: {string: 'event: update |
132 | 131 | ||
133 | 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":"<p>it's | 132 | data: {"id":"102315370831297879","created_at":"2019-06-22T13:04:21.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315370831297879","url":"http://localhost/@mastodonpy_test/102315370831297879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"<p>it's |
134 | cool guy</p>","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 | 133 | cool guy</p>","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
135 | 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":"<p></p>","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} | 134 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"<p>I |
135 | walk funny</p>","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} | ||
136 | 136 | ||
137 | 137 | ||
138 | :'} | 138 | :'} |
@@ -142,9 +142,9 @@ interactions: | |||
142 | Access-Control-Allow-Origin: ['*'] | 142 | Access-Control-Allow-Origin: ['*'] |
143 | Connection: [keep-alive] | 143 | Connection: [keep-alive] |
144 | Content-Type: [text/event-stream] | 144 | Content-Type: [text/event-stream] |
145 | Date: ['Sat, 27 Apr 2019 23:51:33 GMT'] | 145 | Date: ['Sat, 22 Jun 2019 13:04:21 GMT'] |
146 | Transfer-Encoding: [chunked] | 146 | Transfer-Encoding: [chunked] |
147 | X-Powered-By: [Express] | 147 | X-Powered-By: [Express] |
148 | X-Request-Id: [d39b3ece-b7de-459d-8cea-f55d018ce010] | 148 | X-Request-Id: [12e545fa-06b0-4c73-9bca-f267a7bd7770] |
149 | status: {code: 200, message: OK} | 149 | status: {code: 200, message: OK} |
150 | version: 1 | 150 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315368635941166","created_at":"2019-06-22T13:03:47.873Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368635941166","url":"http://localhost/@mastodonpy_test/102315368635941166","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"ca451f4d640ad6f2215973331909c365"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [cf25909d-7375-4628-abe7-972602d54ec3] | 29 | X-Request-Id: [cd6ebb2e-2c6a-4063-bf8f-4d7b68114707] |
31 | X-Runtime: ['0.153381'] | 30 | X-Runtime: ['0.161095'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -42,13 +41,15 @@ interactions: | |||
42 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
43 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
44 | method: DELETE | 43 | method: DELETE |
45 | uri: http://localhost:3000/api/v1/statuses/101999517308554311 | 44 | uri: http://localhost:3000/api/v1/statuses/102315368635941166 |
46 | response: | 45 | response: |
47 | body: {string: '{}'} | 46 | body: {string: '{"id":"102315368635941166","created_at":"2019-06-22T13:03:47.873Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315368635941166","url":"http://localhost/@mastodonpy_test/102315368635941166","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
48 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
49 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":1,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
48 | headers: | 50 | headers: |
49 | Cache-Control: ['max-age=0, private, must-revalidate'] | 51 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
51 | ETag: [W/"ac0c964f92ddf9922d54c461443bfa25"] | ||
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 55 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,9 +57,9 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [fc6217e9-5a9a-41b0-a53a-088830eeeebe] | 60 | X-Request-Id: [7959cac3-052f-4aea-979e-314412657959] |
60 | X-Runtime: ['0.072274'] | 61 | X-Runtime: ['0.091010'] |
61 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2'] | 63 | content-length: ['1567'] |
63 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
64 | version: 1 | 65 | 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: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"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 | 15 | body: {string: '{"id":"102315371886838822","created_at":"2019-06-22T13:04:37.477Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371886838822","url":"http://localhost/@mastodonpy_test/102315371886838822","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
17 | Lennon","locked":true,"bot":false,"created_at":"2019-04-27T20:03:12.393Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI |
18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?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}'} | 18 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['max-age=0, private, must-revalidate'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
22 | ETag: [W/"2d3d8e3ec1c6124a2fc1a9abfa50be96"] | ||
23 | Referrer-Policy: [strict-origin-when-cross-origin] | 22 | Referrer-Policy: [strict-origin-when-cross-origin] |
24 | Transfer-Encoding: [chunked] | 23 | Transfer-Encoding: [chunked] |
25 | Vary: ['Accept-Encoding, Origin'] | 24 | Vary: ['Accept-Encoding, Origin'] |
@@ -27,10 +26,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [6b60ce97-dc10-46b8-9b9d-c3552016bef0] | 29 | X-Request-Id: [1292648b-0989-4d3c-8219-bd95ec23a54b] |
31 | X-Runtime: ['0.143550'] | 30 | X-Runtime: ['0.148586'] |
32 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1598'] | 32 | content-length: ['1597'] |
34 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
35 | - request: | 34 | - request: |
36 | body: null | 35 | body: null |
@@ -56,8 +55,8 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [e96e87b3-3511-4e72-9224-31acb451ca1c] | 58 | X-Request-Id: [dc554e69-2cf0-40bb-8864-487cec302618] |
60 | X-Runtime: ['0.032546'] | 59 | X-Runtime: ['0.069648'] |
61 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['39'] | 61 | content-length: ['39'] |
63 | status: {code: 401, message: Unauthorized} | 62 | status: {code: 401, message: Unauthorized} |
@@ -71,13 +70,15 @@ interactions: | |||
71 | Content-Length: ['0'] | 70 | Content-Length: ['0'] |
72 | User-Agent: [python-requests/2.18.4] | 71 | User-Agent: [python-requests/2.18.4] |
73 | method: DELETE | 72 | method: DELETE |
74 | uri: http://localhost:3000/api/v1/statuses/101999522650555084 | 73 | uri: http://localhost:3000/api/v1/statuses/102315371886838822 |
75 | response: | 74 | response: |
76 | body: {string: '{}'} | 75 | body: {string: '{"id":"102315371886838822","created_at":"2019-06-22T13:04:37.477Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102315371886838822","url":"http://localhost/@mastodonpy_test/102315371886838822","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
76 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | ||
77 | Lennon","locked":true,"bot":false,"created_at":"2019-06-22T14:46:28.567Z","note":"\u003cp\u003eI | ||
78 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1561208564","followers_count":0,"following_count":0,"statuses_count":2,"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | ||
77 | headers: | 79 | headers: |
78 | Cache-Control: ['max-age=0, private, must-revalidate'] | 80 | Cache-Control: ['no-cache, no-store'] |
79 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
80 | ETag: [W/"5aac4bdcf7384ec5fb657333b4d79af8"] | ||
81 | Referrer-Policy: [strict-origin-when-cross-origin] | 82 | Referrer-Policy: [strict-origin-when-cross-origin] |
82 | Transfer-Encoding: [chunked] | 83 | Transfer-Encoding: [chunked] |
83 | Vary: ['Accept-Encoding, Origin'] | 84 | Vary: ['Accept-Encoding, Origin'] |
@@ -85,9 +86,9 @@ interactions: | |||
85 | X-Download-Options: [noopen] | 86 | X-Download-Options: [noopen] |
86 | X-Frame-Options: [SAMEORIGIN] | 87 | X-Frame-Options: [SAMEORIGIN] |
87 | X-Permitted-Cross-Domain-Policies: [none] | 88 | X-Permitted-Cross-Domain-Policies: [none] |
88 | X-Request-Id: [2c874eca-7ccb-413a-bf3a-e181ae295d1c] | 89 | X-Request-Id: [7f124627-537e-4ff5-a821-bdc4ea589e75] |
89 | X-Runtime: ['0.031334'] | 90 | X-Runtime: ['0.080084'] |
90 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
91 | content-length: ['2'] | 92 | content-length: ['1567'] |
92 | status: {code: 200, message: OK} | 93 | status: {code: 200, message: OK} |
93 | version: 1 | 94 | 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: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/instance/ | 11 | uri: http://localhost:3000/api/v1/instance/ |
12 | response: | 12 | response: |
13 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.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}'} | 13 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":0,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=300, public'] | 15 | Cache-Control: ['max-age=300, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 27 Apr 2019 18:17:53 GMT'] | 17 | Date: ['Sat, 22 Jun 2019 13:02:56 GMT'] |
18 | ETag: [W/"98508d6117d3c1cc49e05e6813dab7f2"] | 18 | ETag: [W/"773f55297ccb8b1dbefc0751e076fca2"] |
19 | Referrer-Policy: [strict-origin-when-cross-origin] | 19 | Referrer-Policy: [strict-origin-when-cross-origin] |
20 | Transfer-Encoding: [chunked] | 20 | Transfer-Encoding: [chunked] |
21 | Vary: ['Accept-Encoding, Origin'] | 21 | Vary: ['Accept-Encoding, Origin'] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [724fc186-da26-4319-b572-6402246bab7e] | 26 | X-Request-Id: [0e723618-83ca-496e-947f-699bdcf5061a] |
27 | X-Runtime: ['0.031647'] | 27 | X-Runtime: ['0.071545'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['349'] | 29 | content-length: ['348'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,12 +39,12 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/instance/ | 40 | uri: http://localhost:3000/api/v1/instance/ |
41 | response: | 41 | response: |
42 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.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}'} | 42 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":0,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['max-age=300, public'] | 44 | Cache-Control: ['max-age=300, public'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
46 | Date: ['Sat, 27 Apr 2019 18:17:53 GMT'] | 46 | Date: ['Sat, 22 Jun 2019 13:02:56 GMT'] |
47 | ETag: [W/"98508d6117d3c1cc49e05e6813dab7f2"] | 47 | ETag: [W/"773f55297ccb8b1dbefc0751e076fca2"] |
48 | Referrer-Policy: [strict-origin-when-cross-origin] | 48 | Referrer-Policy: [strict-origin-when-cross-origin] |
49 | Transfer-Encoding: [chunked] | 49 | Transfer-Encoding: [chunked] |
50 | Vary: ['Accept-Encoding, Origin'] | 50 | Vary: ['Accept-Encoding, Origin'] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [f5698cfe-4b19-4736-9365-42041be4f21b] | 55 | X-Request-Id: [0c2e7137-0737-4f46-a868-ae3a2f8e4863] |
56 | X-Runtime: ['0.023511'] | 56 | X-Runtime: ['0.027322'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['349'] | 58 | content-length: ['348'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: null | 61 | body: null |
@@ -68,12 +68,12 @@ interactions: | |||
68 | method: GET | 68 | method: GET |
69 | uri: http://localhost:3000/api/v1/instance/ | 69 | uri: http://localhost:3000/api/v1/instance/ |
70 | response: | 70 | response: |
71 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.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}'} | 71 | body: {string: '{"uri":"localhost","title":"Mastodon","description":"","email":"","version":"2.9.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":0,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"contact_account":null}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['max-age=300, public'] | 73 | Cache-Control: ['max-age=300, public'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
75 | Date: ['Sat, 27 Apr 2019 18:17:53 GMT'] | 75 | Date: ['Sat, 22 Jun 2019 13:02:57 GMT'] |
76 | ETag: [W/"98508d6117d3c1cc49e05e6813dab7f2"] | 76 | ETag: [W/"e93399c77de2e714afcd550a34706e7e"] |
77 | Referrer-Policy: [strict-origin-when-cross-origin] | 77 | Referrer-Policy: [strict-origin-when-cross-origin] |
78 | Transfer-Encoding: [chunked] | 78 | Transfer-Encoding: [chunked] |
79 | Vary: ['Accept-Encoding, Origin'] | 79 | Vary: ['Accept-Encoding, Origin'] |
@@ -81,9 +81,9 @@ interactions: | |||
81 | X-Download-Options: [noopen] | 81 | X-Download-Options: [noopen] |
82 | X-Frame-Options: [SAMEORIGIN] | 82 | X-Frame-Options: [SAMEORIGIN] |
83 | X-Permitted-Cross-Domain-Policies: [none] | 83 | X-Permitted-Cross-Domain-Policies: [none] |
84 | X-Request-Id: [aef56f08-95ca-450f-8afe-78a10ef34a94] | 84 | X-Request-Id: [ac41940b-4c6c-4937-a942-ed28a2dd7027] |
85 | X-Runtime: ['0.023583'] | 85 | X-Runtime: ['0.033112'] |
86 | X-XSS-Protection: [1; mode=block] | 86 | X-XSS-Protection: [1; mode=block] |
87 | content-length: ['349'] | 87 | content-length: ['348'] |
88 | status: {code: 200, message: OK} | 88 | status: {code: 200, message: OK} |
89 | version: 1 | 89 | 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): | |||
26 | @pytest.mark.vcr() | 26 | @pytest.mark.vcr() |
27 | def test_log_in_password(api_anonymous): | 27 | def test_log_in_password(api_anonymous): |
28 | token = api_anonymous.log_in( | 28 | token = api_anonymous.log_in( |
29 | username='admin@localhost:3000', | 29 | username='admin@localhost', |
30 | password='mastodonadmin') | 30 | password='mastodonadmin') |
31 | assert token | 31 | assert token |
32 | 32 | ||
@@ -35,7 +35,7 @@ def test_log_in_password(api_anonymous): | |||
35 | def test_log_in_password_incorrect(api_anonymous): | 35 | def test_log_in_password_incorrect(api_anonymous): |
36 | with pytest.raises(MastodonIllegalArgumentError): | 36 | with pytest.raises(MastodonIllegalArgumentError): |
37 | api_anonymous.log_in( | 37 | api_anonymous.log_in( |
38 | username='admin@localhost:3000', | 38 | username='admin@localhost', |
39 | password='hunter2') | 39 | password='hunter2') |
40 | 40 | ||
41 | 41 | ||
@@ -43,7 +43,7 @@ def test_log_in_password_incorrect(api_anonymous): | |||
43 | def test_log_in_password_to_file(api_anonymous, tmpdir): | 43 | def test_log_in_password_to_file(api_anonymous, tmpdir): |
44 | filepath = tmpdir.join('token') | 44 | filepath = tmpdir.join('token') |
45 | api_anonymous.log_in( | 45 | api_anonymous.log_in( |
46 | username='admin@localhost:3000', | 46 | username='admin@localhost', |
47 | password='mastodonadmin', | 47 | password='mastodonadmin', |
48 | to_file=str(filepath)) | 48 | to_file=str(filepath)) |
49 | token = filepath.read_text('UTF-8').rstrip() | 49 | 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): | |||
11 | response.json = MagicMock(return_value= | 11 | response.json = MagicMock(return_value= |
12 | "I am a non-standard instance and this error is a plain string.") | 12 | "I am a non-standard instance and this error is a plain string.") |
13 | response.ok = False | 13 | response.ok = False |
14 | response.status_code = 501 | ||
14 | session = MagicMock() | 15 | session = MagicMock() |
15 | session.request = MagicMock(return_value=response) | 16 | session.request = MagicMock(return_value=response) |
16 | 17 | ||