diff options
author | Lorenz Diener <[email protected]> | 2020-02-22 20:31:33 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2020-02-22 20:31:33 +0100 |
commit | 4f90728a4a8c98f3ee7e9aab5a05f93c152a375d (patch) | |
tree | a06d71bfcc7be6e8fe6d17a881cebfbafbe51963 | |
parent | 2132615269aa80a01d9af63d90e075197603fa3e (diff) | |
download | mastodon.py-4f90728a4a8c98f3ee7e9aab5a05f93c152a375d.tar.gz |
Fix tests for 3.1.1
113 files changed, 3454 insertions, 3696 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index a986ec3..5b676f3 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -1622,7 +1622,7 @@ class Mastodon: | |||
1622 | 1622 | ||
1623 | Returns a list of `toot dicts`_. | 1623 | Returns a list of `toot dicts`_. |
1624 | """ | 1624 | """ |
1625 | return self.__api_request('GET', '/api/v1/bookmarks') | 1625 | return self.__api_request('GET', '/api/v1/bookmarks') |
1626 | 1626 | ||
1627 | ### | 1627 | ### |
1628 | # Writing data: Statuses | 1628 | # Writing data: Statuses |
diff --git a/tests/cassettes/test_account.yaml b/tests/cassettes/test_account.yaml index 83abe32..577b21c 100644 --- a/tests/cassettes/test_account.yaml +++ b/tests/cassettes/test_account.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/1 | 11 | uri: http://localhost:3000/api/v1/accounts/1 |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}'} | 13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,9 +21,9 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [b4e66be9-0c70-4277-9342-c6df07ba4777] | 24 | X-Request-Id: [c10436ce-561d-425d-9ab1-bc08a6bb8acc] |
25 | X-Runtime: ['0.023318'] | 25 | X-Runtime: ['0.521832'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['568'] | 27 | content-length: ['579'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | version: 1 | 29 | version: 1 |
diff --git a/tests/cassettes/test_account_block_unblock.yaml b/tests/cassettes/test_account_block_unblock.yaml index 2249d50..db4ab85 100644 --- a/tests/cassettes/test_account_block_unblock.yaml +++ b/tests/cassettes/test_account_block_unblock.yaml | |||
@@ -22,8 +22,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [3a2a480a-f919-4c65-93bb-5cdbf29338fd] | 25 | X-Request-Id: [b8ece01b-466c-4b85-8918-f4b447051f2b] |
26 | X-Runtime: ['0.094037'] | 26 | X-Runtime: ['0.155193'] |
27 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['210'] | 28 | content-length: ['210'] |
29 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
@@ -50,8 +50,8 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [c14d7149-dc4c-411d-9b0a-386aff8af84d] | 53 | X-Request-Id: [438d3958-0a35-4a27-bbb7-fa76fc0aa42e] |
54 | X-Runtime: ['0.079443'] | 54 | X-Runtime: ['0.166719'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['211'] | 56 | content-length: ['211'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_follow_unfollow.yaml b/tests/cassettes/test_account_follow_unfollow.yaml index ea90512..6714867 100644 --- a/tests/cassettes/test_account_follow_unfollow.yaml +++ b/tests/cassettes/test_account_follow_unfollow.yaml | |||
@@ -23,8 +23,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [70d9bf2b-19c1-4dcd-926b-69e51ddb1a02] | 26 | X-Request-Id: [87edd322-d583-4d0b-ab9c-721f2bda24eb] |
27 | X-Runtime: ['0.105825'] | 27 | X-Runtime: ['0.160193'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['209'] | 29 | content-length: ['209'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -51,8 +51,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [204193c2-0075-4cc5-b587-381008bec7d1] | 54 | X-Request-Id: [99c4beef-84c9-4316-8606-5d722cc2e58f] |
55 | X-Runtime: ['0.119283'] | 55 | X-Runtime: ['0.171694'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['211'] | 57 | content-length: ['211'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_followers.yaml b/tests/cassettes/test_account_followers.yaml index f32ad6e..6640f59 100644 --- a/tests/cassettes/test_account_followers.yaml +++ b/tests/cassettes/test_account_followers.yaml | |||
@@ -10,11 +10,10 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/1/followers | 11 | uri: http://localhost:3000/api/v1/accounts/1/followers |
12 | response: | 12 | response: |
13 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T20:55:05.311Z","emojis":[],"fields":[]}]'} | 13 | body: {string: '[]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Link: ['<http://localhost:3000/api/v1/accounts/1/followers?since_id=95>; rel="prev"'] | ||
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,9 +21,9 @@ 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: [4ac9ee5a-9181-45cb-8dc8-8310ae562d56] | 24 | X-Request-Id: [97eaa0f5-47df-4f92-8acb-7565fcd8d01f] |
26 | X-Runtime: ['0.038805'] | 25 | X-Runtime: ['0.055422'] |
27 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['614'] | 27 | content-length: ['2'] |
29 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
30 | version: 1 | 29 | version: 1 |
diff --git a/tests/cassettes/test_account_following.yaml b/tests/cassettes/test_account_following.yaml index 1c93929..ad1dbad 100644 --- a/tests/cassettes/test_account_following.yaml +++ b/tests/cassettes/test_account_following.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [4bd3bf06-3bf4-4845-b8aa-844c0f8a4322] | 24 | X-Request-Id: [3e9bb301-593b-4065-b88d-4a8bcb954dcf] |
25 | X-Runtime: ['0.035077'] | 25 | X-Runtime: ['0.086013'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_mute_unmute.yaml b/tests/cassettes/test_account_mute_unmute.yaml index a17dab2..9e842f4 100644 --- a/tests/cassettes/test_account_mute_unmute.yaml +++ b/tests/cassettes/test_account_mute_unmute.yaml | |||
@@ -23,8 +23,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [13628e48-00e4-4328-84ad-5447887a925e] | 26 | X-Request-Id: [9be00b90-1af3-482d-902b-ef18871448ed] |
27 | X-Runtime: ['0.045740'] | 27 | X-Runtime: ['0.071758'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['209'] | 29 | content-length: ['209'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -51,8 +51,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [911ea529-a90e-4a3a-9451-cd0a85022f6e] | 54 | X-Request-Id: [e57af9ce-83b7-425b-831c-d84b3028a776] |
55 | X-Runtime: ['0.035337'] | 55 | X-Runtime: ['0.063936'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['211'] | 57 | content-length: ['211'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_pin_unpin.yaml b/tests/cassettes/test_account_pin_unpin.yaml index 1f11287..f0893d8 100644 --- a/tests/cassettes/test_account_pin_unpin.yaml +++ b/tests/cassettes/test_account_pin_unpin.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [37b30221-c0d5-4cfb-9768-b9e6554e6595] | 24 | X-Request-Id: [1759aeac-c7c9-44e8-a945-3d4224bc572d] |
25 | X-Runtime: ['0.033095'] | 25 | X-Runtime: ['0.070126'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['680'] | 27 | content-length: ['691'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: reblogs=1&id=1 | 30 | body: reblogs=1&id=1 |
@@ -50,8 +50,8 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [9239f956-e331-41cd-bdea-3808c5860010] | 53 | X-Request-Id: [0b379cc5-182b-424b-9a8f-429e38b71e25] |
54 | X-Runtime: ['0.083858'] | 54 | X-Runtime: ['0.089844'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['209'] | 56 | content-length: ['209'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -78,8 +78,8 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [ff838dc7-5abf-43ef-9b67-14c96830ebda] | 81 | X-Request-Id: [3df005da-d105-4b15-8376-47abdb7829b3] |
82 | X-Runtime: ['0.080912'] | 82 | X-Runtime: ['0.098275'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['209'] | 84 | content-length: ['209'] |
85 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
@@ -106,8 +106,8 @@ interactions: | |||
106 | X-Download-Options: [noopen] | 106 | X-Download-Options: [noopen] |
107 | X-Frame-Options: [SAMEORIGIN] | 107 | X-Frame-Options: [SAMEORIGIN] |
108 | X-Permitted-Cross-Domain-Policies: [none] | 108 | X-Permitted-Cross-Domain-Policies: [none] |
109 | X-Request-Id: [495577ad-4106-4ffd-af43-ee8e7b310134] | 109 | X-Request-Id: [81b184bc-ec1c-41c7-b48d-0f073381fa2d] |
110 | X-Runtime: ['0.060430'] | 110 | X-Runtime: ['0.056627'] |
111 | X-XSS-Protection: [1; mode=block] | 111 | X-XSS-Protection: [1; mode=block] |
112 | content-length: ['208'] | 112 | content-length: ['208'] |
113 | status: {code: 200, message: OK} | 113 | status: {code: 200, message: OK} |
@@ -122,7 +122,7 @@ interactions: | |||
122 | method: GET | 122 | method: GET |
123 | uri: http://localhost:3000/api/v1/endorsements | 123 | uri: http://localhost:3000/api/v1/endorsements |
124 | response: | 124 | response: |
125 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}]'} | 125 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}]'} |
126 | headers: | 126 | headers: |
127 | Cache-Control: ['no-cache, no-store'] | 127 | Cache-Control: ['no-cache, no-store'] |
128 | Content-Type: [application/json; charset=utf-8] | 128 | Content-Type: [application/json; charset=utf-8] |
@@ -134,10 +134,10 @@ interactions: | |||
134 | X-Download-Options: [noopen] | 134 | X-Download-Options: [noopen] |
135 | X-Frame-Options: [SAMEORIGIN] | 135 | X-Frame-Options: [SAMEORIGIN] |
136 | X-Permitted-Cross-Domain-Policies: [none] | 136 | X-Permitted-Cross-Domain-Policies: [none] |
137 | X-Request-Id: [3120d909-0778-4931-82e8-1bcce468030a] | 137 | X-Request-Id: [f8e2d655-3cb0-4bbc-8c34-c0bb7fb91b7e] |
138 | X-Runtime: ['0.026059'] | 138 | X-Runtime: ['0.053483'] |
139 | X-XSS-Protection: [1; mode=block] | 139 | X-XSS-Protection: [1; mode=block] |
140 | content-length: ['570'] | 140 | content-length: ['581'] |
141 | status: {code: 200, message: OK} | 141 | status: {code: 200, message: OK} |
142 | - request: | 142 | - request: |
143 | body: null | 143 | body: null |
@@ -162,8 +162,8 @@ interactions: | |||
162 | X-Download-Options: [noopen] | 162 | X-Download-Options: [noopen] |
163 | X-Frame-Options: [SAMEORIGIN] | 163 | X-Frame-Options: [SAMEORIGIN] |
164 | X-Permitted-Cross-Domain-Policies: [none] | 164 | X-Permitted-Cross-Domain-Policies: [none] |
165 | X-Request-Id: [2626136d-3ca6-4e15-b72a-ce74d48d258b] | 165 | X-Request-Id: [fdd28069-66c1-4417-aff3-8056cc04c4c4] |
166 | X-Runtime: ['0.042342'] | 166 | X-Runtime: ['0.042610'] |
167 | X-XSS-Protection: [1; mode=block] | 167 | X-XSS-Protection: [1; mode=block] |
168 | content-length: ['209'] | 168 | content-length: ['209'] |
169 | status: {code: 200, message: OK} | 169 | status: {code: 200, message: OK} |
@@ -189,8 +189,8 @@ interactions: | |||
189 | X-Download-Options: [noopen] | 189 | X-Download-Options: [noopen] |
190 | X-Frame-Options: [SAMEORIGIN] | 190 | X-Frame-Options: [SAMEORIGIN] |
191 | X-Permitted-Cross-Domain-Policies: [none] | 191 | X-Permitted-Cross-Domain-Policies: [none] |
192 | X-Request-Id: [38056c3e-6130-49cb-af50-d24d6843798f] | 192 | X-Request-Id: [f7f28d03-c2e7-417b-a12f-e23a35a3df57] |
193 | X-Runtime: ['0.018241'] | 193 | X-Runtime: ['0.029372'] |
194 | X-XSS-Protection: [1; mode=block] | 194 | X-XSS-Protection: [1; mode=block] |
195 | content-length: ['2'] | 195 | content-length: ['2'] |
196 | status: {code: 200, message: OK} | 196 | status: {code: 200, message: OK} |
@@ -217,8 +217,8 @@ interactions: | |||
217 | X-Download-Options: [noopen] | 217 | X-Download-Options: [noopen] |
218 | X-Frame-Options: [SAMEORIGIN] | 218 | X-Frame-Options: [SAMEORIGIN] |
219 | X-Permitted-Cross-Domain-Policies: [none] | 219 | X-Permitted-Cross-Domain-Policies: [none] |
220 | X-Request-Id: [6d084205-6583-4564-b7ea-750b0ca04417] | 220 | X-Request-Id: [c8beb628-90be-458a-a8a3-097153d6befd] |
221 | X-Runtime: ['0.059548'] | 221 | X-Runtime: ['0.074431'] |
222 | X-XSS-Protection: [1; mode=block] | 222 | X-XSS-Protection: [1; mode=block] |
223 | content-length: ['211'] | 223 | content-length: ['211'] |
224 | status: {code: 200, message: OK} | 224 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_account_pinned.yaml b/tests/cassettes/test_account_pinned.yaml index a7e5c41..b1fa471 100644 --- a/tests/cassettes/test_account_pinned.yaml +++ b/tests/cassettes/test_account_pinned.yaml | |||
@@ -12,10 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951420638484509","created_at":"2019-10-12T21:00:11.242Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420638484509","url":"http://localhost/@mastodonpy_test/102951420638484509","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704144979605747","created_at":"2020-02-22T19:27:53.247Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704144979605747","url":"http://localhost/@mastodonpy_test/103704144979605747","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:00:11.253Z","emojis":[],"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/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-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}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +26,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [212a16cf-5da8-451e-82b0-22d0c9ba0ff7] | 29 | X-Request-Id: [f624b217-dab4-4b48-995d-360da77eb449] |
30 | X-Runtime: ['0.161060'] | 30 | X-Runtime: ['0.604335'] |
31 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1642'] | 32 | content-length: ['1676'] |
33 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
34 | - request: | 34 | - request: |
35 | body: status=Toot%2C+too%21 | 35 | body: status=Toot%2C+too%21 |
@@ -44,11 +44,11 @@ interactions: | |||
44 | method: POST | 44 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses | 45 | uri: http://localhost:3000/api/v1/statuses |
46 | response: | 46 | response: |
47 | body: {string: '{"id":"102951420650538936","created_at":"2019-10-12T21:00:11.399Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420650538936","url":"http://localhost/@mastodonpy_test/102951420650538936","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot, | 47 | body: {string: '{"id":"103704145021682662","created_at":"2020-02-22T19:27:53.826Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145021682662","url":"http://localhost/@mastodonpy_test/103704145021682662","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot, |
48 | too!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 48 | too!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
49 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 49 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
50 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 50 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:00:11.410Z","emojis":[],"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/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-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}'} |
52 | headers: | 52 | headers: |
53 | Cache-Control: ['no-cache, no-store'] | 53 | Cache-Control: ['no-cache, no-store'] |
54 | Content-Type: [application/json; charset=utf-8] | 54 | Content-Type: [application/json; charset=utf-8] |
@@ -59,10 +59,10 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 59 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 60 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 61 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [8dd5f308-397b-49ea-beff-e2120fae9c2b] | 62 | X-Request-Id: [e951149d-0a4e-466a-a124-047b752973b8] |
63 | X-Runtime: ['0.135825'] | 63 | X-Runtime: ['0.277679'] |
64 | X-XSS-Protection: [1; mode=block] | 64 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1647'] | 65 | content-length: ['1681'] |
66 | status: {code: 200, message: OK} | 66 | status: {code: 200, message: OK} |
67 | - request: | 67 | - request: |
68 | body: null | 68 | body: null |
@@ -74,12 +74,12 @@ interactions: | |||
74 | Content-Length: ['0'] | 74 | Content-Length: ['0'] |
75 | User-Agent: [python-requests/2.18.4] | 75 | User-Agent: [python-requests/2.18.4] |
76 | method: POST | 76 | method: POST |
77 | uri: http://localhost:3000/api/v1/statuses/102951420638484509/pin | 77 | uri: http://localhost:3000/api/v1/statuses/103704144979605747/pin |
78 | response: | 78 | response: |
79 | body: {string: '{"id":"102951420638484509","created_at":"2019-10-12T21:00:11.242Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420638484509","url":"http://localhost/@mastodonpy_test/102951420638484509","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 79 | body: {string: '{"id":"103704144979605747","created_at":"2020-02-22T19:27:53.247Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704144979605747","url":"http://localhost/@mastodonpy_test/103704144979605747","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
81 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 81 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:00:11.410Z","emojis":[],"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/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-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}'} |
83 | headers: | 83 | headers: |
84 | Cache-Control: ['no-cache, no-store'] | 84 | Cache-Control: ['no-cache, no-store'] |
85 | Content-Type: [application/json; charset=utf-8] | 85 | Content-Type: [application/json; charset=utf-8] |
@@ -90,10 +90,10 @@ interactions: | |||
90 | X-Download-Options: [noopen] | 90 | X-Download-Options: [noopen] |
91 | X-Frame-Options: [SAMEORIGIN] | 91 | X-Frame-Options: [SAMEORIGIN] |
92 | X-Permitted-Cross-Domain-Policies: [none] | 92 | X-Permitted-Cross-Domain-Policies: [none] |
93 | X-Request-Id: [7794ebe0-4e1e-446e-9188-06f2a37b0f6e] | 93 | X-Request-Id: [b7e32940-9757-4228-a5e3-d9f311817a88] |
94 | X-Runtime: ['0.107459'] | 94 | X-Runtime: ['0.234178'] |
95 | X-XSS-Protection: [1; mode=block] | 95 | X-XSS-Protection: [1; mode=block] |
96 | content-length: ['1641'] | 96 | content-length: ['1675'] |
97 | status: {code: 200, message: OK} | 97 | status: {code: 200, message: OK} |
98 | - request: | 98 | - request: |
99 | body: null | 99 | body: null |
@@ -107,8 +107,8 @@ interactions: | |||
107 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 107 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
108 | response: | 108 | response: |
109 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 109 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
110 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 110 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:00:11.410Z","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/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"I |
112 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}],"follow_requests_count":0},"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}],"follow_requests_count":0},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
113 | headers: | 113 | headers: |
114 | Cache-Control: ['no-cache, no-store'] | 114 | Cache-Control: ['no-cache, no-store'] |
@@ -120,10 +120,10 @@ interactions: | |||
120 | X-Download-Options: [noopen] | 120 | X-Download-Options: [noopen] |
121 | X-Frame-Options: [SAMEORIGIN] | 121 | X-Frame-Options: [SAMEORIGIN] |
122 | X-Permitted-Cross-Domain-Policies: [none] | 122 | X-Permitted-Cross-Domain-Policies: [none] |
123 | X-Request-Id: [7f226e37-02a3-40ba-9d4c-e9c32b10f8f5] | 123 | X-Request-Id: [387c9db7-94b8-48c5-8c96-9b7f8b0a0268] |
124 | X-Runtime: ['0.025829'] | 124 | X-Runtime: ['0.106294'] |
125 | X-XSS-Protection: [1; mode=block] | 125 | X-XSS-Protection: [1; mode=block] |
126 | content-length: ['1205'] | 126 | content-length: ['1220'] |
127 | status: {code: 200, message: OK} | 127 | status: {code: 200, message: OK} |
128 | - request: | 128 | - request: |
129 | body: null | 129 | body: null |
@@ -136,10 +136,10 @@ interactions: | |||
136 | method: GET | 136 | method: GET |
137 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?pinned=1 | 137 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?pinned=1 |
138 | response: | 138 | response: |
139 | body: {string: '[{"id":"102951420638484509","created_at":"2019-10-12T21:00:11.242Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420638484509","url":"http://localhost/@mastodonpy_test/102951420638484509","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 139 | body: {string: '[{"id":"103704144979605747","created_at":"2020-02-22T19:27:53.247Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704144979605747","url":"http://localhost/@mastodonpy_test/103704144979605747","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
140 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 140 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
141 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 141 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003eI |
142 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:00:11.410Z","emojis":[],"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/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-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}]'} |
143 | headers: | 143 | headers: |
144 | Cache-Control: ['no-cache, no-store'] | 144 | Cache-Control: ['no-cache, no-store'] |
145 | Content-Type: [application/json; charset=utf-8] | 145 | Content-Type: [application/json; charset=utf-8] |
@@ -150,10 +150,10 @@ interactions: | |||
150 | X-Download-Options: [noopen] | 150 | X-Download-Options: [noopen] |
151 | X-Frame-Options: [SAMEORIGIN] | 151 | X-Frame-Options: [SAMEORIGIN] |
152 | X-Permitted-Cross-Domain-Policies: [none] | 152 | X-Permitted-Cross-Domain-Policies: [none] |
153 | X-Request-Id: [d9db5a45-de25-4d83-9d82-b7b6e0b9f59b] | 153 | X-Request-Id: [a5c92997-daec-4c00-b1b0-051ca9f96b18] |
154 | X-Runtime: ['0.058535'] | 154 | X-Runtime: ['0.129916'] |
155 | X-XSS-Protection: [1; mode=block] | 155 | X-XSS-Protection: [1; mode=block] |
156 | content-length: ['1643'] | 156 | content-length: ['1677'] |
157 | status: {code: 200, message: OK} | 157 | status: {code: 200, message: OK} |
158 | - request: | 158 | - request: |
159 | body: null | 159 | body: null |
@@ -165,12 +165,12 @@ interactions: | |||
165 | Content-Length: ['0'] | 165 | Content-Length: ['0'] |
166 | User-Agent: [python-requests/2.18.4] | 166 | User-Agent: [python-requests/2.18.4] |
167 | method: POST | 167 | method: POST |
168 | uri: http://localhost:3000/api/v1/statuses/102951420638484509/unpin | 168 | uri: http://localhost:3000/api/v1/statuses/103704144979605747/unpin |
169 | response: | 169 | response: |
170 | body: {string: '{"id":"102951420638484509","created_at":"2019-10-12T21:00:11.242Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420638484509","url":"http://localhost/@mastodonpy_test/102951420638484509","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 | 170 | body: {string: '{"id":"103704144979605747","created_at":"2020-02-22T19:27:53.247Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704144979605747","url":"http://localhost/@mastodonpy_test/103704144979605747","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
171 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 171 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
172 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 172 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003eI |
173 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:00:11.410Z","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 173 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-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}'} |
174 | headers: | 174 | headers: |
175 | Cache-Control: ['no-cache, no-store'] | 175 | Cache-Control: ['no-cache, no-store'] |
176 | Content-Type: [application/json; charset=utf-8] | 176 | Content-Type: [application/json; charset=utf-8] |
@@ -181,10 +181,10 @@ interactions: | |||
181 | X-Download-Options: [noopen] | 181 | X-Download-Options: [noopen] |
182 | X-Frame-Options: [SAMEORIGIN] | 182 | X-Frame-Options: [SAMEORIGIN] |
183 | X-Permitted-Cross-Domain-Policies: [none] | 183 | X-Permitted-Cross-Domain-Policies: [none] |
184 | X-Request-Id: [ea7bb38b-15a8-4621-b14b-a6f9eb8d7736] | 184 | X-Request-Id: [ba2ab4a2-b9e5-4b25-a0c3-8748f919cfed] |
185 | X-Runtime: ['0.066396'] | 185 | X-Runtime: ['0.096650'] |
186 | X-XSS-Protection: [1; mode=block] | 186 | X-XSS-Protection: [1; mode=block] |
187 | content-length: ['1642'] | 187 | content-length: ['1676'] |
188 | status: {code: 200, message: OK} | 188 | status: {code: 200, message: OK} |
189 | - request: | 189 | - request: |
190 | body: null | 190 | body: null |
@@ -196,12 +196,12 @@ interactions: | |||
196 | Content-Length: ['0'] | 196 | Content-Length: ['0'] |
197 | User-Agent: [python-requests/2.18.4] | 197 | User-Agent: [python-requests/2.18.4] |
198 | method: DELETE | 198 | method: DELETE |
199 | uri: http://localhost:3000/api/v1/statuses/102951420650538936 | 199 | uri: http://localhost:3000/api/v1/statuses/103704145021682662 |
200 | response: | 200 | response: |
201 | body: {string: '{"id":"102951420650538936","created_at":"2019-10-12T21:00:11.399Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420650538936","url":"http://localhost/@mastodonpy_test/102951420650538936","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot, | 201 | body: {string: '{"id":"103704145021682662","created_at":"2020-02-22T19:27:53.826Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145021682662","url":"http://localhost/@mastodonpy_test/103704145021682662","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot, |
202 | too!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 202 | too!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
203 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 203 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003eI |
204 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:00:11.410Z","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 204 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-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}'} |
205 | headers: | 205 | headers: |
206 | Cache-Control: ['no-cache, no-store'] | 206 | Cache-Control: ['no-cache, no-store'] |
207 | Content-Type: [application/json; charset=utf-8] | 207 | Content-Type: [application/json; charset=utf-8] |
@@ -212,10 +212,10 @@ interactions: | |||
212 | X-Download-Options: [noopen] | 212 | X-Download-Options: [noopen] |
213 | X-Frame-Options: [SAMEORIGIN] | 213 | X-Frame-Options: [SAMEORIGIN] |
214 | X-Permitted-Cross-Domain-Policies: [none] | 214 | X-Permitted-Cross-Domain-Policies: [none] |
215 | X-Request-Id: [8af1625d-47b1-4125-bd4c-fe61ee431130] | 215 | X-Request-Id: [774873f7-bff2-429b-90e1-4fe020a2dc6a] |
216 | X-Runtime: ['0.101672'] | 216 | X-Runtime: ['0.155245'] |
217 | X-XSS-Protection: [1; mode=block] | 217 | X-XSS-Protection: [1; mode=block] |
218 | content-length: ['1617'] | 218 | content-length: ['1651'] |
219 | status: {code: 200, message: OK} | 219 | status: {code: 200, message: OK} |
220 | - request: | 220 | - request: |
221 | body: null | 221 | body: null |
@@ -227,12 +227,12 @@ interactions: | |||
227 | Content-Length: ['0'] | 227 | Content-Length: ['0'] |
228 | User-Agent: [python-requests/2.18.4] | 228 | User-Agent: [python-requests/2.18.4] |
229 | method: DELETE | 229 | method: DELETE |
230 | uri: http://localhost:3000/api/v1/statuses/102951420638484509 | 230 | uri: http://localhost:3000/api/v1/statuses/103704144979605747 |
231 | response: | 231 | response: |
232 | body: {string: '{"id":"102951420638484509","created_at":"2019-10-12T21:00:11.242Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420638484509","url":"http://localhost/@mastodonpy_test/102951420638484509","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 | 232 | body: {string: '{"id":"103704144979605747","created_at":"2020-02-22T19:27:53.247Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704144979605747","url":"http://localhost/@mastodonpy_test/103704144979605747","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
233 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 233 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
234 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 234 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003eI |
235 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:00:11.410Z","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 235 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-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}'} |
236 | headers: | 236 | headers: |
237 | Cache-Control: ['no-cache, no-store'] | 237 | Cache-Control: ['no-cache, no-store'] |
238 | Content-Type: [application/json; charset=utf-8] | 238 | Content-Type: [application/json; charset=utf-8] |
@@ -243,9 +243,9 @@ interactions: | |||
243 | X-Download-Options: [noopen] | 243 | X-Download-Options: [noopen] |
244 | X-Frame-Options: [SAMEORIGIN] | 244 | X-Frame-Options: [SAMEORIGIN] |
245 | X-Permitted-Cross-Domain-Policies: [none] | 245 | X-Permitted-Cross-Domain-Policies: [none] |
246 | X-Request-Id: [93a4c4a2-37ba-4cac-8b06-9b926cb2fa06] | 246 | X-Request-Id: [67c9d449-2a6c-4ff8-aa66-79aaa077d8e1] |
247 | X-Runtime: ['0.162069'] | 247 | X-Runtime: ['0.175630'] |
248 | X-XSS-Protection: [1; mode=block] | 248 | X-XSS-Protection: [1; mode=block] |
249 | content-length: ['1612'] | 249 | content-length: ['1646'] |
250 | status: {code: 200, message: OK} | 250 | status: {code: 200, message: OK} |
251 | version: 1 | 251 | version: 1 |
diff --git a/tests/cassettes/test_account_relationships.yaml b/tests/cassettes/test_account_relationships.yaml index 915e4f3..f72f3d5 100644 --- a/tests/cassettes/test_account_relationships.yaml +++ b/tests/cassettes/test_account_relationships.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/relationships?id=1 | 11 | uri: http://localhost:3000/api/v1/accounts/relationships?id=1 |
12 | response: | 12 | response: |
13 | 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}]'} | 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: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,9 +21,9 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [42b7440e-f354-46fc-83ec-2b6d8486f711] | 24 | X-Request-Id: [13cc5b86-8648-4472-9fa1-ec88e9fc3789] |
25 | X-Runtime: ['0.031830'] | 25 | X-Runtime: ['0.084402'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['211'] | 27 | content-length: ['213'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | version: 1 | 29 | version: 1 |
diff --git a/tests/cassettes/test_account_search.yaml b/tests/cassettes/test_account_search.yaml index 7e4b456..1d42aee 100644 --- a/tests/cassettes/test_account_search.yaml +++ b/tests/cassettes/test_account_search.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin | 11 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin |
12 | response: | 12 | response: |
13 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}]'} | 13 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [83150061-a3a8-4777-b94f-0561cdcdf7b8] | 24 | X-Request-Id: [5fd3b23c-3df4-459b-b1b3-ecd670c18fc3] |
25 | X-Runtime: ['0.047975'] | 25 | X-Runtime: ['0.061265'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['570'] | 27 | content-length: ['581'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: reblogs=1&id=1 | 30 | body: reblogs=1&id=1 |
@@ -50,8 +50,8 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [331a9e44-fb8f-4eac-a7c0-3ae6b8768c69] | 53 | X-Request-Id: [d07cdb9d-af07-4664-8381-e041b7057446] |
54 | X-Runtime: ['0.042652'] | 54 | X-Runtime: ['0.149318'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['209'] | 56 | content-length: ['209'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -66,7 +66,7 @@ interactions: | |||
66 | method: GET | 66 | method: GET |
67 | uri: http://localhost:3000/api/v1/accounts/search?following=1&q=admin | 67 | uri: http://localhost:3000/api/v1/accounts/search?following=1&q=admin |
68 | response: | 68 | response: |
69 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}]'} | 69 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}]'} |
70 | headers: | 70 | headers: |
71 | Cache-Control: ['no-cache, no-store'] | 71 | Cache-Control: ['no-cache, no-store'] |
72 | Content-Type: [application/json; charset=utf-8] | 72 | Content-Type: [application/json; charset=utf-8] |
@@ -77,10 +77,10 @@ interactions: | |||
77 | X-Download-Options: [noopen] | 77 | X-Download-Options: [noopen] |
78 | X-Frame-Options: [SAMEORIGIN] | 78 | X-Frame-Options: [SAMEORIGIN] |
79 | X-Permitted-Cross-Domain-Policies: [none] | 79 | X-Permitted-Cross-Domain-Policies: [none] |
80 | X-Request-Id: [bdfc2f42-bd34-4235-8e3a-591fdc5c6e6e] | 80 | X-Request-Id: [e4693e9f-eac7-48bc-9e26-bf406698faeb] |
81 | X-Runtime: ['0.033301'] | 81 | X-Runtime: ['0.070478'] |
82 | X-XSS-Protection: [1; mode=block] | 82 | X-XSS-Protection: [1; mode=block] |
83 | content-length: ['570'] | 83 | content-length: ['581'] |
84 | status: {code: 200, message: OK} | 84 | status: {code: 200, message: OK} |
85 | - request: | 85 | - request: |
86 | body: null | 86 | body: null |
@@ -105,8 +105,8 @@ interactions: | |||
105 | X-Download-Options: [noopen] | 105 | X-Download-Options: [noopen] |
106 | X-Frame-Options: [SAMEORIGIN] | 106 | X-Frame-Options: [SAMEORIGIN] |
107 | X-Permitted-Cross-Domain-Policies: [none] | 107 | X-Permitted-Cross-Domain-Policies: [none] |
108 | X-Request-Id: [1c5c0cfe-74f6-4015-b6e8-a1848db126ac] | 108 | X-Request-Id: [5b6f6ef8-2746-45c3-be0a-10752107ca9f] |
109 | X-Runtime: ['0.060028'] | 109 | X-Runtime: ['0.141664'] |
110 | X-XSS-Protection: [1; mode=block] | 110 | X-XSS-Protection: [1; mode=block] |
111 | content-length: ['211'] | 111 | content-length: ['211'] |
112 | status: {code: 200, message: OK} | 112 | status: {code: 200, message: OK} |
@@ -132,8 +132,8 @@ interactions: | |||
132 | X-Download-Options: [noopen] | 132 | X-Download-Options: [noopen] |
133 | X-Frame-Options: [SAMEORIGIN] | 133 | X-Frame-Options: [SAMEORIGIN] |
134 | X-Permitted-Cross-Domain-Policies: [none] | 134 | X-Permitted-Cross-Domain-Policies: [none] |
135 | X-Request-Id: [a1deb50c-8fe1-48b6-a09f-b0f8a1a9e5d1] | 135 | X-Request-Id: [e9fe8ca6-dbcd-4021-a33b-6db0d849313f] |
136 | X-Runtime: ['0.036730'] | 136 | X-Runtime: ['0.064333'] |
137 | X-XSS-Protection: [1; mode=block] | 137 | X-XSS-Protection: [1; mode=block] |
138 | content-length: ['2'] | 138 | content-length: ['2'] |
139 | status: {code: 200, message: OK} | 139 | status: {code: 200, message: OK} |
@@ -148,7 +148,7 @@ interactions: | |||
148 | method: GET | 148 | method: GET |
149 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin | 149 | uri: http://localhost:3000/api/v1/accounts/search?following=0&q=admin |
150 | response: | 150 | response: |
151 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}]'} | 151 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}]'} |
152 | headers: | 152 | headers: |
153 | Cache-Control: ['no-cache, no-store'] | 153 | Cache-Control: ['no-cache, no-store'] |
154 | Content-Type: [application/json; charset=utf-8] | 154 | Content-Type: [application/json; charset=utf-8] |
@@ -159,9 +159,9 @@ interactions: | |||
159 | X-Download-Options: [noopen] | 159 | X-Download-Options: [noopen] |
160 | X-Frame-Options: [SAMEORIGIN] | 160 | X-Frame-Options: [SAMEORIGIN] |
161 | X-Permitted-Cross-Domain-Policies: [none] | 161 | X-Permitted-Cross-Domain-Policies: [none] |
162 | X-Request-Id: [f2eec3f7-ce14-426c-a2b7-98777c954462] | 162 | X-Request-Id: [c47dbff4-cddf-4d41-8fe4-0333b049fa23] |
163 | X-Runtime: ['0.027791'] | 163 | X-Runtime: ['0.117137'] |
164 | X-XSS-Protection: [1; mode=block] | 164 | X-XSS-Protection: [1; mode=block] |
165 | content-length: ['570'] | 165 | content-length: ['581'] |
166 | status: {code: 200, message: OK} | 166 | status: {code: 200, message: OK} |
167 | version: 1 | 167 | version: 1 |
diff --git a/tests/cassettes/test_account_update_credentials.yaml b/tests/cassettes/test_account_update_credentials.yaml index 487fa85..65068f3 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 | LS0yNzhmZTQ5YmM2ZTM0M2U4OGVmM2EzOWU3MjhiNDZjMQ0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS1hYTQwNTc0YWVlMGQ0ZTNjODczZWRlMzMyNjgzZTkxMg0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tMjc4ZmU0OWJjNmUzNDNl | 5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tYWE0MDU3NGFlZTBkNGUz |
6 | ODhlZjNhMzllNzI4YjQ2YzENCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i | 6 | Yzg3M2VkZTMzMjY4M2U5MTINCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i |
7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS0yNzhmZTQ5YmM2ZTM0M2U4OGVmM2EzOWU3 | 7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS1hYTQwNTc0YWVlMGQ0ZTNjODczZWRlMzMy |
8 | MjhiNDZjMQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJmaWVsZHNfYXR0 | 8 | NjgzZTkxMg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJmaWVsZHNfYXR0 |
9 | cmlidXRlc1swXVtuYW1lXSINCg0KYnJlYWQNCi0tMjc4ZmU0OWJjNmUzNDNlODhlZjNhMzllNzI4 | 9 | cmlidXRlc1swXVtuYW1lXSINCg0KYnJlYWQNCi0tYWE0MDU3NGFlZTBkNGUzYzg3M2VkZTMzMjY4 |
10 | YjQ2YzENCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iZmllbGRzX2F0dHJp | 10 | M2U5MTINCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iZmllbGRzX2F0dHJp |
11 | YnV0ZXNbMF1bdmFsdWVdIg0KDQp0b2FzdHkuDQotLTI3OGZlNDliYzZlMzQzZTg4ZWYzYTM5ZTcy | 11 | YnV0ZXNbMF1bdmFsdWVdIg0KDQp0b2FzdHkuDQotLWFhNDA1NzRhZWUwZDRlM2M4NzNlZGUzMzI2 |
12 | OGI0NmMxDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy | 12 | ODNlOTEyDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy |
13 | aWJ1dGVzWzFdW25hbWVdIg0KDQpsYXNhZ25hDQotLTI3OGZlNDliYzZlMzQzZTg4ZWYzYTM5ZTcy | 13 | aWJ1dGVzWzFdW25hbWVdIg0KDQpsYXNhZ25hDQotLWFhNDA1NzRhZWUwZDRlM2M4NzNlZGUzMzI2 |
14 | OGI0NmMxDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy | 14 | ODNlOTEyDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZpZWxkc19hdHRy |
15 | aWJ1dGVzWzFdW3ZhbHVlXSINCg0Kbm8hISENCi0tMjc4ZmU0OWJjNmUzNDNlODhlZjNhMzllNzI4 | 15 | aWJ1dGVzWzFdW3ZhbHVlXSINCg0Kbm8hISENCi0tYWE0MDU3NGFlZTBkNGUzYzg3M2VkZTMzMjY4 |
16 | YjQ2YzENCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXZhdGFyIjsgZmls | 16 | M2U5MTINCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXZhdGFyIjsgZmls |
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/9kNCi0tMjc4ZmU0OWJjNmUzNDNlODhlZjNhMzllNzI4YjQ2YzENCkNv | 953 | SoGNPcbo46Oebs70qVKg/9kNCi0tYWE0MDU3NGFlZTBkNGUzYzg3M2VkZTMzMjY4M2U5MTINCkNv |
954 | bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iaGVhZGVyIjsgZmlsZW5hbWU9Im1h | 954 | bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iaGVhZGVyIjsgZmlsZW5hbWU9Im1h |
955 | c3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0KDQr/2P/gABBK | 955 | c3RvZG9ucHl1cGxvYWRfLmpwZSINCkNvbnRlbnQtVHlwZTogaW1hZ2UvanBlZw0KDQr/2P/gABBK |
956 | RklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJSR0IgWFlaIAfc | 956 | RklGAAEBAQBIAEgAAP/iAhxJQ0NfUFJPRklMRQABAQAAAgxsY21zAhAAAG1udHJSR0IgWFlaIAfc |
@@ -1888,21 +1888,21 @@ interactions: | |||
1888 | pUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWbbHaEokDtzf5q | 1888 | pUqKI6mINwj9YYOV2oMLkmWXo9TfelSoHhykWUoovQTO33qdoivLumOvT8UqVFWbbHaEokDtzf5q |
1889 | My4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBTtsYnLjJ4xUrW | 1889 | My4XCMTEjfPbPilSoFOFzByxzhRey1WUSaxVdtqVKgaCiiCrnK5pkwMTGX4pUqBTtsYnLjJ4xUrW |
1890 | DGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/WlSoGNPcbo46Oe | 1890 | DGZB1d1z+KVKguWW3ctzMCb7u1NAIwEky3zsvWlSoIzwuWI/YpgkyI8qxk4wZ/WlSoGNPcbo46Oe |
1891 | bs70qVKg/9kNCi0tMjc4ZmU0OWJjNmUzNDNlODhlZjNhMzllNzI4YjQ2YzEtLQ0K | 1891 | bs70qVKg/9kNCi0tYWE0MDU3NGFlZTBkNGUzYzg3M2VkZTMzMjY4M2U5MTItLQ0K |
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=278fe49bc6e343e88ef3a39e728b46c1] | 1898 | Content-Type: [multipart/form-data; boundary=aa40574aee0d4e3c873ede332683e912] |
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":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 1904 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T20:55:05.311Z","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/109c8faa52202fe8.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/109c8faa52202fe8.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/b744cbb5d5fffa5c.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/b744cbb5d5fffa5c.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"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}],"follow_requests_count":0},"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}],"follow_requests_count":0},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
1907 | headers: | 1907 | headers: |
1908 | Cache-Control: ['no-cache, no-store'] | 1908 | Cache-Control: ['no-cache, no-store'] |
@@ -1914,9 +1914,9 @@ interactions: | |||
1914 | X-Download-Options: [noopen] | 1914 | X-Download-Options: [noopen] |
1915 | X-Frame-Options: [SAMEORIGIN] | 1915 | X-Frame-Options: [SAMEORIGIN] |
1916 | X-Permitted-Cross-Domain-Policies: [none] | 1916 | X-Permitted-Cross-Domain-Policies: [none] |
1917 | X-Request-Id: [eddf3c60-7899-42c7-9929-7fc3e5705e1c] | 1917 | X-Request-Id: [5c6d3960-0ff1-405d-bc54-9dcc20db0cc3] |
1918 | X-Runtime: ['0.272011'] | 1918 | X-Runtime: ['0.455474'] |
1919 | X-XSS-Protection: [1; mode=block] | 1919 | X-XSS-Protection: [1; mode=block] |
1920 | content-length: ['1205'] | 1920 | content-length: ['1212'] |
1921 | status: {code: 200, message: OK} | 1921 | status: {code: 200, message: OK} |
1922 | 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 2a95589..a584306 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 | LS03NmRjYzJiMzYzMTA0OGNjYmM4OTE1NGUyMDYyOWQ1NQ0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS0zMmIzODlmYjZiZmI0YzZlODliM2I3NTQzYjI0NTY1OQ0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tNzZkY2MyYjM2MzEwNDhj | 5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tMzJiMzg5ZmI2YmZiNGM2 |
6 | Y2JjODkxNTRlMjA2MjlkNTUNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i | 6 | ZTg5YjNiNzU0M2IyNDU2NTkNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i |
7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS03NmRjYzJiMzYzMTA0OGNjYmM4OTE1NGUy | 7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS0zMmIzODlmYjZiZmI0YzZlODliM2I3NTQz |
8 | MDYyOWQ1NQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJoZWFkZXIiOyBm | 8 | YjI0NTY1OQ0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJoZWFkZXIiOyBm |
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/2Q0KLS03NmRjYzJiMzYzMTA0OGNjYmM4OTE1NGUyMDYyOWQ1NS0t | 945 | 9aVKgY09xujjo55uzvSpUqD/2Q0KLS0zMmIzODlmYjZiZmI0YzZlODliM2I3NTQzYjI0NTY1OS0t |
946 | DQo= | 946 | DQo= |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
@@ -950,14 +950,14 @@ interactions: | |||
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53696'] | 952 | Content-Length: ['53696'] |
953 | Content-Type: [multipart/form-data; boundary=76dcc2b3631048ccbc89154e20629d55] | 953 | Content-Type: [multipart/form-data; boundary=32b389fb6bfb4c6e89b3b7543b245659] |
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":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 959 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T20:55:05.311Z","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/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"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}],"follow_requests_count":0},"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}],"follow_requests_count":0},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
962 | headers: | 962 | headers: |
963 | Cache-Control: ['no-cache, no-store'] | 963 | Cache-Control: ['no-cache, no-store'] |
@@ -969,9 +969,9 @@ interactions: | |||
969 | X-Download-Options: [noopen] | 969 | X-Download-Options: [noopen] |
970 | X-Frame-Options: [SAMEORIGIN] | 970 | X-Frame-Options: [SAMEORIGIN] |
971 | X-Permitted-Cross-Domain-Policies: [none] | 971 | X-Permitted-Cross-Domain-Policies: [none] |
972 | X-Request-Id: [ae7ce708-629e-4b46-a351-8094db0cc3e8] | 972 | X-Request-Id: [f4620dc0-0bb1-4c34-9fa0-50c847ea6eca] |
973 | X-Runtime: ['0.093451'] | 973 | X-Runtime: ['0.135168'] |
974 | X-XSS-Protection: [1; mode=block] | 974 | X-XSS-Protection: [1; mode=block] |
975 | content-length: ['1205'] | 975 | content-length: ['1212'] |
976 | status: {code: 200, message: OK} | 976 | status: {code: 200, message: OK} |
977 | 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 61618f9..1c7dac8 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 | LS1lYTAwYmE1MGEwNTI0MTY3ODQxNTE5MzA3ZjVmODdlNg0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS01MTlkOWVhNWZhMzE0YWI3OTI0NTUyMzdjZDA0Zjc4Ng0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tZWEwMGJhNTBhMDUyNDE2 | 5 | Zm9ybS1kYXRhOyBuYW1lPSJub3RlIg0KDQpJIHdhbGsgZnVubnkNCi0tNTE5ZDllYTVmYTMxNGFi |
6 | Nzg0MTUxOTMwN2Y1Zjg3ZTYNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i | 6 | NzkyNDU1MjM3Y2QwNGY3ODYNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i |
7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS1lYTAwYmE1MGEwNTI0MTY3ODQxNTE5MzA3 | 7 | ZGlzcGxheV9uYW1lIg0KDQpKb2huIExlbm5vbg0KLS01MTlkOWVhNWZhMzE0YWI3OTI0NTUyMzdj |
8 | ZjVmODdlNg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdmF0YXIiOyBm | 8 | ZDA0Zjc4Ng0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdmF0YXIiOyBm |
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/2Q0KLS1lYTAwYmE1MGEwNTI0MTY3ODQxNTE5MzA3ZjVmODdlNi0t | 945 | 9aVKgY09xujjo55uzvSpUqD/2Q0KLS01MTlkOWVhNWZhMzE0YWI3OTI0NTUyMzdjZDA0Zjc4Ni0t |
946 | DQo= | 946 | DQo= |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
@@ -950,14 +950,14 @@ interactions: | |||
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53696'] | 952 | Content-Length: ['53696'] |
953 | Content-Type: [multipart/form-data; boundary=ea00ba50a0524167841519307f5f87e6] | 953 | Content-Type: [multipart/form-data; boundary=519d9ea5fa314ab792455237cd04f786] |
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":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 959 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T20:55:05.311Z","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/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/b744cbb5d5fffa5c.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/b744cbb5d5fffa5c.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"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}],"follow_requests_count":0},"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}],"follow_requests_count":0},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
962 | headers: | 962 | headers: |
963 | Cache-Control: ['no-cache, no-store'] | 963 | Cache-Control: ['no-cache, no-store'] |
@@ -969,9 +969,9 @@ interactions: | |||
969 | X-Download-Options: [noopen] | 969 | X-Download-Options: [noopen] |
970 | X-Frame-Options: [SAMEORIGIN] | 970 | X-Frame-Options: [SAMEORIGIN] |
971 | X-Permitted-Cross-Domain-Policies: [none] | 971 | X-Permitted-Cross-Domain-Policies: [none] |
972 | X-Request-Id: [487ac656-c9b6-4229-acdd-5f430e50dc91] | 972 | X-Request-Id: [e74f0246-3aed-4b8e-92b2-ade7e0e2da7b] |
973 | X-Runtime: ['0.109879'] | 973 | X-Runtime: ['0.143856'] |
974 | X-XSS-Protection: [1; mode=block] | 974 | X-XSS-Protection: [1; mode=block] |
975 | content-length: ['1205'] | 975 | content-length: ['1212'] |
976 | status: {code: 200, message: OK} | 976 | status: {code: 200, message: OK} |
977 | version: 1 | 977 | version: 1 |
diff --git a/tests/cassettes/test_admin_accounts.yaml b/tests/cassettes/test_admin_accounts.yaml index aaf8695..3869bf3 100644 --- a/tests/cassettes/test_admin_accounts.yaml +++ b/tests/cassettes/test_admin_accounts.yaml | |||
@@ -10,9 +10,9 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/admin/accounts?active=True | 11 | uri: http://localhost:3000/api/v1/admin/accounts?active=True |
12 | response: | 12 | response: |
13 | body: {string: '[{"id":"1234567890123457","username":"mastodonpy_test_2","domain":null,"created_at":"2019-06-22T23:11:52.445Z","email":"mastodonpy_test_2@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.445Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 13 | body: {string: '[{"id":"1234567890123457","username":"mastodonpy_test_2","domain":null,"created_at":"2020-02-22T20:26:54.405Z","email":"mastodonpy_test_2@localhost:3000","ip":null,"role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"discoverable":true,"group":false,"created_at":"2020-02-22T20:26:54.405Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
14 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 14 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}},{"id":"13","username":"coolguy55896","domain":null,"created_at":"2019-10-11T21:48:27.648Z","email":"email@localhost55896","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"13","account":{"id":"13","username":"coolguy55896","acct":"coolguy55896","display_name":"","locked":false,"bot":false,"created_at":"2019-10-11T21:48:27.648Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy55896","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":null,"emojis":[],"fields":[]}},{"id":"12","username":"coolguy32708","domain":null,"created_at":"2019-10-11T21:44:25.026Z","email":"email@localhost32708","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"12","account":{"id":"12","username":"coolguy32708","acct":"coolguy32708","display_name":"","locked":false,"bot":false,"created_at":"2019-10-11T21:44:25.026Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy32708","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":null,"emojis":[],"fields":[]}},{"id":"11","username":"coolguy19806","domain":null,"created_at":"2019-10-11T21:05:16.572Z","email":"email@localhost19806","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"11","account":{"id":"11","username":"coolguy19806","acct":"coolguy19806","display_name":"","locked":false,"bot":false,"created_at":"2019-10-11T21:05:16.572Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy19806","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":null,"emojis":[],"fields":[]}},{"id":"10","username":"coolguy23802","domain":null,"created_at":"2019-10-11T21:03:13.216Z","email":"email@localhost23802","ip":null,"role":"user","confirmed":false,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"en","invite_request":null,"created_by_application_id":"10","account":{"id":"10","username":"coolguy23802","acct":"coolguy23802","display_name":"","locked":false,"bot":false,"created_at":"2019-10-11T21:03:13.216Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@coolguy23802","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":null,"emojis":[],"fields":[]}},{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}},{"id":"-99","username":"localhost","domain":null,"created_at":"2019-10-11T20:53:56.055Z","email":null,"ip":null,"role":null,"confirmed":null,"suspended":false,"silenced":false,"disabled":null,"approved":null,"locale":null,"invite_request":null,"account":{"id":"-99","username":"localhost","acct":"localhost","display_name":"","locked":true,"bot":true,"created_at":"2019-10-11T20:53:56.055Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/about/more?instance_actor=true","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":null,"emojis":[],"fields":[]}}]'} | 15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}},{"id":"1","username":"admin","domain":null,"created_at":"2020-02-22T19:13:53.944Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},{"id":"-99","username":"localhost","domain":null,"created_at":"2020-02-22T19:13:53.831Z","email":null,"ip":null,"role":null,"confirmed":null,"suspended":false,"silenced":false,"disabled":null,"approved":null,"locale":null,"invite_request":null,"account":{"id":"-99","username":"localhost","acct":"localhost","display_name":"","locked":true,"bot":true,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.831Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/about/more?instance_actor=true","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":null,"emojis":[],"fields":[]}}]'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -25,10 +25,10 @@ interactions: | |||
25 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
26 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
27 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
28 | X-Request-Id: [09f16a20-4a2e-4619-a1bf-11a9c694404a] | 28 | X-Request-Id: [3ca6fa02-d6ac-47a6-b9b1-86b03d5d965b] |
29 | X-Runtime: ['0.110486'] | 29 | X-Runtime: ['0.247485'] |
30 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
31 | content-length: ['7395'] | 31 | content-length: ['3962'] |
32 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
33 | - request: | 33 | - request: |
34 | body: null | 34 | body: null |
@@ -41,7 +41,7 @@ interactions: | |||
41 | method: GET | 41 | method: GET |
42 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 42 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 44 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
45 | headers: | 45 | headers: |
46 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [51f59c44-c574-46e8-a380-d072274b8bc5] | 55 | X-Request-Id: [0580de6e-d04e-4bf1-ba24-5df86e95208a] |
56 | X-Runtime: ['0.032819'] | 56 | X-Runtime: ['0.089481'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['680'] | 58 | content-length: ['691'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: null | 61 | body: null |
@@ -68,7 +68,7 @@ interactions: | |||
68 | method: GET | 68 | method: GET |
69 | uri: http://localhost:3000/api/v1/admin/accounts/1 | 69 | uri: http://localhost:3000/api/v1/admin/accounts/1 |
70 | response: | 70 | response: |
71 | body: {string: '{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}}'} | 71 | body: {string: '{"id":"1","username":"admin","domain":null,"created_at":"2020-02-22T19:13:53.944Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['no-cache, no-store'] | 73 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
@@ -79,9 +79,9 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [26a917c0-be37-41be-9a57-512d517da6d9] | 82 | X-Request-Id: [88e398b2-4776-416c-a3da-6f5a80623a1e] |
83 | X-Runtime: ['0.025383'] | 83 | X-Runtime: ['0.077545'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['841'] | 85 | content-length: ['852'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
87 | version: 1 | 87 | version: 1 |
diff --git a/tests/cassettes/test_admin_moderation.yaml b/tests/cassettes/test_admin_moderation.yaml index 38ed5e2..77f6e79 100644 --- a/tests/cassettes/test_admin_moderation.yaml +++ b/tests/cassettes/test_admin_moderation.yaml | |||
@@ -11,8 +11,8 @@ interactions: | |||
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
14 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 14 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:00:13.239Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"I | 15 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","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}],"follow_requests_count":0},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} | 16 | walk funny","fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}],"follow_requests_count":0},"emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
@@ -24,10 +24,10 @@ 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: [63cfcf65-2229-4202-b56c-14b997e16365] | 27 | X-Request-Id: [bbd092f2-ef97-4a64-b214-62c7f882bed0] |
28 | X-Runtime: ['0.037760'] | 28 | X-Runtime: ['0.076734'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1205'] | 30 | content-length: ['1220'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: send_email_notification=1&type=disable | 33 | body: send_email_notification=1&type=disable |
@@ -53,8 +53,8 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [72a1560a-0c2e-4106-9bc4-3144558311d2] | 56 | X-Request-Id: [bb9c5ba4-3255-4897-a7cc-b65c63e408e9] |
57 | X-Runtime: ['0.409756'] | 57 | X-Runtime: ['0.910998'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['2'] | 59 | content-length: ['2'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
@@ -69,9 +69,9 @@ interactions: | |||
69 | method: GET | 69 | method: GET |
70 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 | 70 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 |
71 | response: | 71 | response: |
72 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":true,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 72 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":true,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
73 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 73 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} | 74 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} |
75 | headers: | 75 | headers: |
76 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
77 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
@@ -82,10 +82,10 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [1dc416cc-3f1a-4e91-9639-4fdc26043fb5] | 85 | X-Request-Id: [416e1ee6-c4a9-45d6-86b3-497fd2a0738f] |
86 | X-Runtime: ['0.114329'] | 86 | X-Runtime: ['0.058314'] |
87 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['1285'] | 88 | content-length: ['1300'] |
89 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
90 | - request: | 90 | - request: |
91 | body: null | 91 | body: null |
@@ -99,9 +99,9 @@ interactions: | |||
99 | method: POST | 99 | method: POST |
100 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/enable | 100 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/enable |
101 | response: | 101 | response: |
102 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 102 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
103 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 103 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003eI |
104 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} | 104 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} |
105 | headers: | 105 | headers: |
106 | Cache-Control: ['no-cache, no-store'] | 106 | Cache-Control: ['no-cache, no-store'] |
107 | Content-Type: [application/json; charset=utf-8] | 107 | Content-Type: [application/json; charset=utf-8] |
@@ -112,10 +112,10 @@ interactions: | |||
112 | X-Download-Options: [noopen] | 112 | X-Download-Options: [noopen] |
113 | X-Frame-Options: [SAMEORIGIN] | 113 | X-Frame-Options: [SAMEORIGIN] |
114 | X-Permitted-Cross-Domain-Policies: [none] | 114 | X-Permitted-Cross-Domain-Policies: [none] |
115 | X-Request-Id: [29c38afc-daeb-4f7a-af31-cc9fbe84109b] | 115 | X-Request-Id: [faf334d4-2960-4d4b-b642-bba86aa5d0db] |
116 | X-Runtime: ['0.105771'] | 116 | X-Runtime: ['0.102111'] |
117 | X-XSS-Protection: [1; mode=block] | 117 | X-XSS-Protection: [1; mode=block] |
118 | content-length: ['1286'] | 118 | content-length: ['1301'] |
119 | status: {code: 200, message: OK} | 119 | status: {code: 200, message: OK} |
120 | - request: | 120 | - request: |
121 | body: send_email_notification=1&type=silence | 121 | body: send_email_notification=1&type=silence |
@@ -141,8 +141,8 @@ interactions: | |||
141 | X-Download-Options: [noopen] | 141 | X-Download-Options: [noopen] |
142 | X-Frame-Options: [SAMEORIGIN] | 142 | X-Frame-Options: [SAMEORIGIN] |
143 | X-Permitted-Cross-Domain-Policies: [none] | 143 | X-Permitted-Cross-Domain-Policies: [none] |
144 | X-Request-Id: [126897ff-b14c-48fc-946d-555dc9414f5d] | 144 | X-Request-Id: [be91b9e5-42db-43f2-86a8-9b0db78112b6] |
145 | X-Runtime: ['0.270493'] | 145 | X-Runtime: ['0.505571'] |
146 | X-XSS-Protection: [1; mode=block] | 146 | X-XSS-Protection: [1; mode=block] |
147 | content-length: ['2'] | 147 | content-length: ['2'] |
148 | status: {code: 200, message: OK} | 148 | status: {code: 200, message: OK} |
@@ -157,9 +157,9 @@ interactions: | |||
157 | method: GET | 157 | method: GET |
158 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 | 158 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 |
159 | response: | 159 | response: |
160 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":true,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 160 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":true,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
161 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 161 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003eI |
162 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} | 162 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} |
163 | headers: | 163 | headers: |
164 | Cache-Control: ['no-cache, no-store'] | 164 | Cache-Control: ['no-cache, no-store'] |
165 | Content-Type: [application/json; charset=utf-8] | 165 | Content-Type: [application/json; charset=utf-8] |
@@ -170,10 +170,10 @@ interactions: | |||
170 | X-Download-Options: [noopen] | 170 | X-Download-Options: [noopen] |
171 | X-Frame-Options: [SAMEORIGIN] | 171 | X-Frame-Options: [SAMEORIGIN] |
172 | X-Permitted-Cross-Domain-Policies: [none] | 172 | X-Permitted-Cross-Domain-Policies: [none] |
173 | X-Request-Id: [572f57fb-401c-473a-b308-1323feb75050] | 173 | X-Request-Id: [1c36ac73-6cf6-42aa-bcf3-85383e507bec] |
174 | X-Runtime: ['0.062590'] | 174 | X-Runtime: ['0.100968'] |
175 | X-XSS-Protection: [1; mode=block] | 175 | X-XSS-Protection: [1; mode=block] |
176 | content-length: ['1285'] | 176 | content-length: ['1300'] |
177 | status: {code: 200, message: OK} | 177 | status: {code: 200, message: OK} |
178 | - request: | 178 | - request: |
179 | body: null | 179 | body: null |
@@ -187,9 +187,9 @@ interactions: | |||
187 | method: POST | 187 | method: POST |
188 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsilence | 188 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsilence |
189 | response: | 189 | response: |
190 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 190 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
191 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 191 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} | 192 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}}'} |
193 | headers: | 193 | headers: |
194 | Cache-Control: ['no-cache, no-store'] | 194 | Cache-Control: ['no-cache, no-store'] |
195 | Content-Type: [application/json; charset=utf-8] | 195 | Content-Type: [application/json; charset=utf-8] |
@@ -200,10 +200,10 @@ interactions: | |||
200 | X-Download-Options: [noopen] | 200 | X-Download-Options: [noopen] |
201 | X-Frame-Options: [SAMEORIGIN] | 201 | X-Frame-Options: [SAMEORIGIN] |
202 | X-Permitted-Cross-Domain-Policies: [none] | 202 | X-Permitted-Cross-Domain-Policies: [none] |
203 | X-Request-Id: [cc24f428-3bfd-43dd-9943-2e433c5ffc49] | 203 | X-Request-Id: [0cb4500e-36a3-40c3-9403-67aff8c02afc] |
204 | X-Runtime: ['0.111187'] | 204 | X-Runtime: ['0.135202'] |
205 | X-XSS-Protection: [1; mode=block] | 205 | X-XSS-Protection: [1; mode=block] |
206 | content-length: ['1286'] | 206 | content-length: ['1301'] |
207 | status: {code: 200, message: OK} | 207 | status: {code: 200, message: OK} |
208 | - request: | 208 | - request: |
209 | body: send_email_notification=1&type=suspend | 209 | body: send_email_notification=1&type=suspend |
@@ -229,8 +229,8 @@ interactions: | |||
229 | X-Download-Options: [noopen] | 229 | X-Download-Options: [noopen] |
230 | X-Frame-Options: [SAMEORIGIN] | 230 | X-Frame-Options: [SAMEORIGIN] |
231 | X-Permitted-Cross-Domain-Policies: [none] | 231 | X-Permitted-Cross-Domain-Policies: [none] |
232 | X-Request-Id: [e4c10a3e-aec9-432e-bd30-618104f90336] | 232 | X-Request-Id: [86ec9bad-644c-489c-a48e-2b19083f6d12] |
233 | X-Runtime: ['0.480970'] | 233 | X-Runtime: ['0.674901'] |
234 | X-XSS-Protection: [1; mode=block] | 234 | X-XSS-Protection: [1; mode=block] |
235 | content-length: ['2'] | 235 | content-length: ['2'] |
236 | status: {code: 200, message: OK} | 236 | status: {code: 200, message: OK} |
@@ -245,7 +245,7 @@ interactions: | |||
245 | method: GET | 245 | method: GET |
246 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 | 246 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456 |
247 | response: | 247 | response: |
248 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":true,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[]}}'} | 248 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":true,"silenced":false,"disabled":true,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}}'} |
249 | headers: | 249 | headers: |
250 | Cache-Control: ['no-cache, no-store'] | 250 | Cache-Control: ['no-cache, no-store'] |
251 | Content-Type: [application/json; charset=utf-8] | 251 | Content-Type: [application/json; charset=utf-8] |
@@ -256,10 +256,10 @@ interactions: | |||
256 | X-Download-Options: [noopen] | 256 | X-Download-Options: [noopen] |
257 | X-Frame-Options: [SAMEORIGIN] | 257 | X-Frame-Options: [SAMEORIGIN] |
258 | X-Permitted-Cross-Domain-Policies: [none] | 258 | X-Permitted-Cross-Domain-Policies: [none] |
259 | X-Request-Id: [6004274b-ce97-4603-98a1-decdade67b11] | 259 | X-Request-Id: [b47295e8-4f7f-4aa1-ab77-e0c8fd350a40] |
260 | X-Runtime: ['0.325775'] | 260 | X-Runtime: ['0.204272'] |
261 | X-XSS-Protection: [1; mode=block] | 261 | X-XSS-Protection: [1; mode=block] |
262 | content-length: ['922'] | 262 | content-length: ['943'] |
263 | status: {code: 200, message: OK} | 263 | status: {code: 200, message: OK} |
264 | - request: | 264 | - request: |
265 | body: null | 265 | body: null |
@@ -273,7 +273,7 @@ interactions: | |||
273 | method: POST | 273 | method: POST |
274 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsuspend | 274 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsuspend |
275 | response: | 275 | response: |
276 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[]}}'} | 276 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}}'} |
277 | headers: | 277 | headers: |
278 | Cache-Control: ['no-cache, no-store'] | 278 | Cache-Control: ['no-cache, no-store'] |
279 | Content-Type: [application/json; charset=utf-8] | 279 | Content-Type: [application/json; charset=utf-8] |
@@ -284,10 +284,10 @@ interactions: | |||
284 | X-Download-Options: [noopen] | 284 | X-Download-Options: [noopen] |
285 | X-Frame-Options: [SAMEORIGIN] | 285 | X-Frame-Options: [SAMEORIGIN] |
286 | X-Permitted-Cross-Domain-Policies: [none] | 286 | X-Permitted-Cross-Domain-Policies: [none] |
287 | X-Request-Id: [78c471da-2241-4d80-8525-8413f2a95503] | 287 | X-Request-Id: [01a5da71-d1f1-4e0e-80ca-bcc4a43d4459] |
288 | X-Runtime: ['0.195135'] | 288 | X-Runtime: ['0.243651'] |
289 | X-XSS-Protection: [1; mode=block] | 289 | X-XSS-Protection: [1; mode=block] |
290 | content-length: ['924'] | 290 | content-length: ['945'] |
291 | status: {code: 200, message: OK} | 291 | status: {code: 200, message: OK} |
292 | - request: | 292 | - request: |
293 | body: null | 293 | body: null |
@@ -301,7 +301,7 @@ interactions: | |||
301 | method: POST | 301 | method: POST |
302 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsuspend | 302 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsuspend |
303 | response: | 303 | response: |
304 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[]}}'} | 304 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}}'} |
305 | headers: | 305 | headers: |
306 | Cache-Control: ['no-cache, no-store'] | 306 | Cache-Control: ['no-cache, no-store'] |
307 | Content-Type: [application/json; charset=utf-8] | 307 | Content-Type: [application/json; charset=utf-8] |
@@ -312,10 +312,10 @@ interactions: | |||
312 | X-Download-Options: [noopen] | 312 | X-Download-Options: [noopen] |
313 | X-Frame-Options: [SAMEORIGIN] | 313 | X-Frame-Options: [SAMEORIGIN] |
314 | X-Permitted-Cross-Domain-Policies: [none] | 314 | X-Permitted-Cross-Domain-Policies: [none] |
315 | X-Request-Id: [f00d122c-333d-4769-a46d-762b0c93e2e1] | 315 | X-Request-Id: [0e6b9e7d-9db4-4245-bf36-558dbf175ebb] |
316 | X-Runtime: ['0.127682'] | 316 | X-Runtime: ['0.081688'] |
317 | X-XSS-Protection: [1; mode=block] | 317 | X-XSS-Protection: [1; mode=block] |
318 | content-length: ['924'] | 318 | content-length: ['945'] |
319 | status: {code: 200, message: OK} | 319 | status: {code: 200, message: OK} |
320 | - request: | 320 | - request: |
321 | body: null | 321 | body: null |
@@ -329,7 +329,7 @@ interactions: | |||
329 | method: POST | 329 | method: POST |
330 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/enable | 330 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/enable |
331 | response: | 331 | response: |
332 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[]}}'} | 332 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}}'} |
333 | headers: | 333 | headers: |
334 | Cache-Control: ['no-cache, no-store'] | 334 | Cache-Control: ['no-cache, no-store'] |
335 | Content-Type: [application/json; charset=utf-8] | 335 | Content-Type: [application/json; charset=utf-8] |
@@ -340,10 +340,10 @@ interactions: | |||
340 | X-Download-Options: [noopen] | 340 | X-Download-Options: [noopen] |
341 | X-Frame-Options: [SAMEORIGIN] | 341 | X-Frame-Options: [SAMEORIGIN] |
342 | X-Permitted-Cross-Domain-Policies: [none] | 342 | X-Permitted-Cross-Domain-Policies: [none] |
343 | X-Request-Id: [c9bcf282-9a83-4e82-942f-59812a6eaefa] | 343 | X-Request-Id: [c97426c7-15a4-43f0-8c80-5c3d69133e98] |
344 | X-Runtime: ['0.086816'] | 344 | X-Runtime: ['0.094445'] |
345 | X-XSS-Protection: [1; mode=block] | 345 | X-XSS-Protection: [1; mode=block] |
346 | content-length: ['924'] | 346 | content-length: ['945'] |
347 | status: {code: 200, message: OK} | 347 | status: {code: 200, message: OK} |
348 | - request: | 348 | - request: |
349 | body: null | 349 | body: null |
@@ -357,7 +357,7 @@ interactions: | |||
357 | method: POST | 357 | method: POST |
358 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsilence | 358 | uri: http://localhost:3000/api/v1/admin/accounts/1234567890123456/unsilence |
359 | response: | 359 | response: |
360 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[]}}'} | 360 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}}'} |
361 | headers: | 361 | headers: |
362 | Cache-Control: ['no-cache, no-store'] | 362 | Cache-Control: ['no-cache, no-store'] |
363 | Content-Type: [application/json; charset=utf-8] | 363 | Content-Type: [application/json; charset=utf-8] |
@@ -368,9 +368,9 @@ interactions: | |||
368 | X-Download-Options: [noopen] | 368 | X-Download-Options: [noopen] |
369 | X-Frame-Options: [SAMEORIGIN] | 369 | X-Frame-Options: [SAMEORIGIN] |
370 | X-Permitted-Cross-Domain-Policies: [none] | 370 | X-Permitted-Cross-Domain-Policies: [none] |
371 | X-Request-Id: [881feeaa-93dc-4111-803e-35589a3ccc68] | 371 | X-Request-Id: [3aa6caa4-0ade-4e63-abb1-0b4d5103bb02] |
372 | X-Runtime: ['0.061793'] | 372 | X-Runtime: ['0.113679'] |
373 | X-XSS-Protection: [1; mode=block] | 373 | X-XSS-Protection: [1; mode=block] |
374 | content-length: ['924'] | 374 | content-length: ['945'] |
375 | status: {code: 200, message: OK} | 375 | status: {code: 200, message: OK} |
376 | version: 1 | 376 | version: 1 |
diff --git a/tests/cassettes/test_admin_reports.yaml b/tests/cassettes/test_admin_reports.yaml index d64dade..a9ba1e3 100644 --- a/tests/cassettes/test_admin_reports.yaml +++ b/tests/cassettes/test_admin_reports.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951421119639409","created_at":"2019-10-12T21:00:18.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/102951421119639409","url":"http://localhost/@mastodonpy_test/102951421119639409","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704145797784722","created_at":"2020-02-22T19:28:05.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145797784722","url":"http://localhost/@mastodonpy_test/103704145797784722","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [014e15e5-eb3d-4b84-9e7f-07af445a594c] | 27 | X-Request-Id: [44eb5f4d-f816-4457-8477-2fe1323f34b2] |
28 | X-Runtime: ['0.206759'] | 28 | X-Runtime: ['0.369987'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -40,7 +40,7 @@ interactions: | |||
40 | method: GET | 40 | method: GET |
41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
42 | response: | 42 | response: |
43 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 43 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
44 | headers: | 44 | headers: |
45 | Cache-Control: ['no-cache, no-store'] | 45 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 46 | Content-Type: [application/json; charset=utf-8] |
@@ -51,10 +51,10 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [71d580f2-e583-4faf-9d9e-286945a4722c] | 54 | X-Request-Id: [fb559083-09b2-480e-8a23-9de7d4060398] |
55 | X-Runtime: ['0.075461'] | 55 | X-Runtime: ['0.067673'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['724'] | 57 | content-length: ['745'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
59 | - request: | 59 | - request: |
60 | body: null | 60 | body: null |
@@ -67,7 +67,7 @@ interactions: | |||
67 | method: GET | 67 | method: GET |
68 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 68 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
69 | response: | 69 | response: |
70 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 70 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
71 | headers: | 71 | headers: |
72 | Cache-Control: ['no-cache, no-store'] | 72 | Cache-Control: ['no-cache, no-store'] |
73 | Content-Type: [application/json; charset=utf-8] | 73 | Content-Type: [application/json; charset=utf-8] |
@@ -78,13 +78,13 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [7e3dfe10-d39c-4631-9ec2-208317926ab3] | 81 | X-Request-Id: [ed4d8cd8-e4a8-4835-8969-49af83ca0d2c] |
82 | X-Runtime: ['0.040961'] | 82 | X-Runtime: ['0.040289'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['680'] | 84 | content-length: ['691'] |
85 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
86 | - request: | 86 | - request: |
87 | body: comment=api+crimes&account_id=1234567890123456&status_ids%5B%5D=102951421119639409 | 87 | body: comment=api+crimes&account_id=1234567890123456&status_ids%5B%5D=103704145797784722 |
88 | headers: | 88 | headers: |
89 | Accept: ['*/*'] | 89 | Accept: ['*/*'] |
90 | Accept-Encoding: ['gzip, deflate'] | 90 | Accept-Encoding: ['gzip, deflate'] |
@@ -96,7 +96,7 @@ interactions: | |||
96 | method: POST | 96 | method: POST |
97 | uri: http://localhost:3000/api/v1/reports/ | 97 | uri: http://localhost:3000/api/v1/reports/ |
98 | response: | 98 | response: |
99 | body: {string: '{"id":"28","action_taken":false}'} | 99 | body: {string: '{"id":"1","action_taken":false}'} |
100 | headers: | 100 | headers: |
101 | Cache-Control: ['no-cache, no-store'] | 101 | Cache-Control: ['no-cache, no-store'] |
102 | Content-Type: [application/json; charset=utf-8] | 102 | Content-Type: [application/json; charset=utf-8] |
@@ -107,10 +107,10 @@ interactions: | |||
107 | X-Download-Options: [noopen] | 107 | X-Download-Options: [noopen] |
108 | X-Frame-Options: [SAMEORIGIN] | 108 | X-Frame-Options: [SAMEORIGIN] |
109 | X-Permitted-Cross-Domain-Policies: [none] | 109 | X-Permitted-Cross-Domain-Policies: [none] |
110 | X-Request-Id: [6cc3658d-67d1-43e6-a8ea-80868093bee4] | 110 | X-Request-Id: [8f4f2b6f-8344-4163-bd52-c5e02c2be026] |
111 | X-Runtime: ['0.123615'] | 111 | X-Runtime: ['0.130705'] |
112 | X-XSS-Protection: [1; mode=block] | 112 | X-XSS-Protection: [1; mode=block] |
113 | content-length: ['32'] | 113 | content-length: ['31'] |
114 | status: {code: 200, message: OK} | 114 | status: {code: 200, message: OK} |
115 | - request: | 115 | - request: |
116 | body: null | 116 | body: null |
@@ -123,12 +123,12 @@ interactions: | |||
123 | method: GET | 123 | method: GET |
124 | uri: http://localhost:3000/api/v1/admin/reports | 124 | uri: http://localhost:3000/api/v1/admin/reports |
125 | response: | 125 | response: |
126 | body: {string: '[{"id":"28","action_taken":false,"comment":"api crimes","created_at":"2019-10-12T21:00:18.939Z","updated_at":"2019-10-12T21:00:18.939Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102951421119639409","created_at":"2019-10-12T21:00:18.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/102951421119639409","url":"http://localhost/@mastodonpy_test/102951421119639409","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 126 | body: {string: '[{"id":"1","action_taken":false,"comment":"api crimes","created_at":"2020-02-22T19:28:06.028Z","updated_at":"2020-02-22T19:28:06.028Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2020-02-22T19:13:53.944Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"103704145797784722","created_at":"2020-02-22T19:28:05.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145797784722","url":"http://localhost/@mastodonpy_test/103704145797784722","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
127 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}]'} | 127 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}]'} |
128 | headers: | 128 | headers: |
129 | Cache-Control: ['no-cache, no-store'] | 129 | Cache-Control: ['no-cache, no-store'] |
130 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
131 | Link: ['<http://localhost:3000/api/v1/admin/reports?min_id=28>; rel="prev"'] | 131 | Link: ['<http://localhost:3000/api/v1/admin/reports?min_id=1>; rel="prev"'] |
132 | Referrer-Policy: [strict-origin-when-cross-origin] | 132 | Referrer-Policy: [strict-origin-when-cross-origin] |
133 | Transfer-Encoding: [chunked] | 133 | Transfer-Encoding: [chunked] |
134 | Vary: ['Accept-Encoding, Origin'] | 134 | Vary: ['Accept-Encoding, Origin'] |
@@ -136,10 +136,10 @@ interactions: | |||
136 | X-Download-Options: [noopen] | 136 | X-Download-Options: [noopen] |
137 | X-Frame-Options: [SAMEORIGIN] | 137 | X-Frame-Options: [SAMEORIGIN] |
138 | X-Permitted-Cross-Domain-Policies: [none] | 138 | X-Permitted-Cross-Domain-Policies: [none] |
139 | X-Request-Id: [ebdd1895-86c4-47eb-afbd-ce7aa8817055] | 139 | X-Request-Id: [bb939244-6abf-4197-b392-26fd44e50490] |
140 | X-Runtime: ['0.174497'] | 140 | X-Runtime: ['0.256177'] |
141 | X-XSS-Protection: [1; mode=block] | 141 | X-XSS-Protection: [1; mode=block] |
142 | content-length: ['3265'] | 142 | content-length: ['3336'] |
143 | status: {code: 200, message: OK} | 143 | status: {code: 200, message: OK} |
144 | - request: | 144 | - request: |
145 | body: null | 145 | body: null |
@@ -151,10 +151,10 @@ interactions: | |||
151 | Content-Length: ['0'] | 151 | Content-Length: ['0'] |
152 | User-Agent: [python-requests/2.18.4] | 152 | User-Agent: [python-requests/2.18.4] |
153 | method: POST | 153 | method: POST |
154 | uri: http://localhost:3000/api/v1/admin/reports/28/resolve | 154 | uri: http://localhost:3000/api/v1/admin/reports/1/resolve |
155 | response: | 155 | response: |
156 | body: {string: '{"id":"28","action_taken":true,"comment":"api crimes","created_at":"2019-10-12T21:00:18.939Z","updated_at":"2019-10-12T21:00:19.197Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}},"statuses":[{"id":"102951421119639409","created_at":"2019-10-12T21:00:18.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/102951421119639409","url":"http://localhost/@mastodonpy_test/102951421119639409","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 156 | body: {string: '{"id":"1","action_taken":true,"comment":"api crimes","created_at":"2020-02-22T19:28:06.028Z","updated_at":"2020-02-22T19:28:06.435Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2020-02-22T19:13:53.944Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":{"id":"1","username":"admin","domain":null,"created_at":"2020-02-22T19:13:53.944Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},"statuses":[{"id":"103704145797784722","created_at":"2020-02-22T19:28:05.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145797784722","url":"http://localhost/@mastodonpy_test/103704145797784722","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
157 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} | 157 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} |
158 | headers: | 158 | headers: |
159 | Cache-Control: ['no-cache, no-store'] | 159 | Cache-Control: ['no-cache, no-store'] |
160 | Content-Type: [application/json; charset=utf-8] | 160 | Content-Type: [application/json; charset=utf-8] |
@@ -165,10 +165,10 @@ interactions: | |||
165 | X-Download-Options: [noopen] | 165 | X-Download-Options: [noopen] |
166 | X-Frame-Options: [SAMEORIGIN] | 166 | X-Frame-Options: [SAMEORIGIN] |
167 | X-Permitted-Cross-Domain-Policies: [none] | 167 | X-Permitted-Cross-Domain-Policies: [none] |
168 | X-Request-Id: [d400cd70-523e-4895-a9fa-93d9fbf972b1] | 168 | X-Request-Id: [0f4d35ef-04ad-44a4-92a2-160bef0c386b] |
169 | X-Runtime: ['0.159012'] | 169 | X-Runtime: ['0.222724'] |
170 | X-XSS-Protection: [1; mode=block] | 170 | X-XSS-Protection: [1; mode=block] |
171 | content-length: ['4099'] | 171 | content-length: ['4181'] |
172 | status: {code: 200, message: OK} | 172 | status: {code: 200, message: OK} |
173 | - request: | 173 | - request: |
174 | body: null | 174 | body: null |
@@ -192,8 +192,8 @@ interactions: | |||
192 | X-Download-Options: [noopen] | 192 | X-Download-Options: [noopen] |
193 | X-Frame-Options: [SAMEORIGIN] | 193 | X-Frame-Options: [SAMEORIGIN] |
194 | X-Permitted-Cross-Domain-Policies: [none] | 194 | X-Permitted-Cross-Domain-Policies: [none] |
195 | X-Request-Id: [1dfbbfcf-2fe5-43d9-a88a-77f041472625] | 195 | X-Request-Id: [018e3dcd-e697-46f9-9377-abb686066393] |
196 | X-Runtime: ['0.029768'] | 196 | X-Runtime: ['0.056788'] |
197 | X-XSS-Protection: [1; mode=block] | 197 | X-XSS-Protection: [1; mode=block] |
198 | content-length: ['2'] | 198 | content-length: ['2'] |
199 | status: {code: 200, message: OK} | 199 | status: {code: 200, message: OK} |
@@ -207,10 +207,10 @@ interactions: | |||
207 | Content-Length: ['0'] | 207 | Content-Length: ['0'] |
208 | User-Agent: [python-requests/2.18.4] | 208 | User-Agent: [python-requests/2.18.4] |
209 | method: POST | 209 | method: POST |
210 | uri: http://localhost:3000/api/v1/admin/reports/28/reopen | 210 | uri: http://localhost:3000/api/v1/admin/reports/1/reopen |
211 | response: | 211 | response: |
212 | body: {string: '{"id":"28","action_taken":false,"comment":"api crimes","created_at":"2019-10-12T21:00:18.939Z","updated_at":"2019-10-12T21:00:19.411Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102951421119639409","created_at":"2019-10-12T21:00:18.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/102951421119639409","url":"http://localhost/@mastodonpy_test/102951421119639409","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 212 | body: {string: '{"id":"1","action_taken":false,"comment":"api crimes","created_at":"2020-02-22T19:28:06.028Z","updated_at":"2020-02-22T19:28:06.745Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2020-02-22T19:13:53.944Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"103704145797784722","created_at":"2020-02-22T19:28:05.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145797784722","url":"http://localhost/@mastodonpy_test/103704145797784722","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
213 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} | 213 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} |
214 | headers: | 214 | headers: |
215 | Cache-Control: ['no-cache, no-store'] | 215 | Cache-Control: ['no-cache, no-store'] |
216 | Content-Type: [application/json; charset=utf-8] | 216 | Content-Type: [application/json; charset=utf-8] |
@@ -221,10 +221,10 @@ interactions: | |||
221 | X-Download-Options: [noopen] | 221 | X-Download-Options: [noopen] |
222 | X-Frame-Options: [SAMEORIGIN] | 222 | X-Frame-Options: [SAMEORIGIN] |
223 | X-Permitted-Cross-Domain-Policies: [none] | 223 | X-Permitted-Cross-Domain-Policies: [none] |
224 | X-Request-Id: [5f8e33fb-e4b1-4851-96e9-a9360edf78e9] | 224 | X-Request-Id: [336211e6-afce-440c-946d-bde2fb64042f] |
225 | X-Runtime: ['0.127545'] | 225 | X-Runtime: ['0.207884'] |
226 | X-XSS-Protection: [1; mode=block] | 226 | X-XSS-Protection: [1; mode=block] |
227 | content-length: ['3263'] | 227 | content-length: ['3334'] |
228 | status: {code: 200, message: OK} | 228 | status: {code: 200, message: OK} |
229 | - request: | 229 | - request: |
230 | body: null | 230 | body: null |
@@ -237,12 +237,12 @@ interactions: | |||
237 | method: GET | 237 | method: GET |
238 | uri: http://localhost:3000/api/v1/admin/reports | 238 | uri: http://localhost:3000/api/v1/admin/reports |
239 | response: | 239 | response: |
240 | body: {string: '[{"id":"28","action_taken":false,"comment":"api crimes","created_at":"2019-10-12T21:00:18.939Z","updated_at":"2019-10-12T21:00:19.411Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102951421119639409","created_at":"2019-10-12T21:00:18.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/102951421119639409","url":"http://localhost/@mastodonpy_test/102951421119639409","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 240 | body: {string: '[{"id":"1","action_taken":false,"comment":"api crimes","created_at":"2020-02-22T19:28:06.028Z","updated_at":"2020-02-22T19:28:06.745Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2020-02-22T19:13:53.944Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"103704145797784722","created_at":"2020-02-22T19:28:05.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145797784722","url":"http://localhost/@mastodonpy_test/103704145797784722","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
241 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}]'} | 241 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}]'} |
242 | headers: | 242 | headers: |
243 | Cache-Control: ['no-cache, no-store'] | 243 | Cache-Control: ['no-cache, no-store'] |
244 | Content-Type: [application/json; charset=utf-8] | 244 | Content-Type: [application/json; charset=utf-8] |
245 | Link: ['<http://localhost:3000/api/v1/admin/reports?min_id=28>; rel="prev"'] | 245 | Link: ['<http://localhost:3000/api/v1/admin/reports?min_id=1>; rel="prev"'] |
246 | Referrer-Policy: [strict-origin-when-cross-origin] | 246 | Referrer-Policy: [strict-origin-when-cross-origin] |
247 | Transfer-Encoding: [chunked] | 247 | Transfer-Encoding: [chunked] |
248 | Vary: ['Accept-Encoding, Origin'] | 248 | Vary: ['Accept-Encoding, Origin'] |
@@ -250,10 +250,10 @@ interactions: | |||
250 | X-Download-Options: [noopen] | 250 | X-Download-Options: [noopen] |
251 | X-Frame-Options: [SAMEORIGIN] | 251 | X-Frame-Options: [SAMEORIGIN] |
252 | X-Permitted-Cross-Domain-Policies: [none] | 252 | X-Permitted-Cross-Domain-Policies: [none] |
253 | X-Request-Id: [37fe5491-3298-4cea-adc2-b578cd22cecc] | 253 | X-Request-Id: [09df9029-b298-4a8a-942e-d355d6eb8608] |
254 | X-Runtime: ['0.165965'] | 254 | X-Runtime: ['0.189455'] |
255 | X-XSS-Protection: [1; mode=block] | 255 | X-XSS-Protection: [1; mode=block] |
256 | content-length: ['3265'] | 256 | content-length: ['3336'] |
257 | status: {code: 200, message: OK} | 257 | status: {code: 200, message: OK} |
258 | - request: | 258 | - request: |
259 | body: null | 259 | body: null |
@@ -265,10 +265,10 @@ interactions: | |||
265 | Content-Length: ['0'] | 265 | Content-Length: ['0'] |
266 | User-Agent: [python-requests/2.18.4] | 266 | User-Agent: [python-requests/2.18.4] |
267 | method: POST | 267 | method: POST |
268 | uri: http://localhost:3000/api/v1/admin/reports/28/assign_to_self | 268 | uri: http://localhost:3000/api/v1/admin/reports/1/assign_to_self |
269 | response: | 269 | response: |
270 | body: {string: '{"id":"28","action_taken":false,"comment":"api crimes","created_at":"2019-10-12T21:00:18.939Z","updated_at":"2019-10-12T21:00:19.752Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]}},"assigned_account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}},"action_taken_by_account":null,"statuses":[{"id":"102951421119639409","created_at":"2019-10-12T21:00:18.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/102951421119639409","url":"http://localhost/@mastodonpy_test/102951421119639409","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 270 | body: {string: '{"id":"1","action_taken":false,"comment":"api crimes","created_at":"2020-02-22T19:28:06.028Z","updated_at":"2020-02-22T19:28:07.185Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2020-02-22T19:13:53.944Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]}},"assigned_account":{"id":"1","username":"admin","domain":null,"created_at":"2020-02-22T19:13:53.944Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},"action_taken_by_account":null,"statuses":[{"id":"103704145797784722","created_at":"2020-02-22T19:28:05.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145797784722","url":"http://localhost/@mastodonpy_test/103704145797784722","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
271 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} | 271 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} |
272 | headers: | 272 | headers: |
273 | Cache-Control: ['no-cache, no-store'] | 273 | Cache-Control: ['no-cache, no-store'] |
274 | Content-Type: [application/json; charset=utf-8] | 274 | Content-Type: [application/json; charset=utf-8] |
@@ -279,10 +279,10 @@ interactions: | |||
279 | X-Download-Options: [noopen] | 279 | X-Download-Options: [noopen] |
280 | X-Frame-Options: [SAMEORIGIN] | 280 | X-Frame-Options: [SAMEORIGIN] |
281 | X-Permitted-Cross-Domain-Policies: [none] | 281 | X-Permitted-Cross-Domain-Policies: [none] |
282 | X-Request-Id: [cdd15d93-262c-4bcc-bf7e-82b84053390d] | 282 | X-Request-Id: [2e34c5d9-c4a8-4c97-9f0d-daa0fd7a6c24] |
283 | X-Runtime: ['0.158864'] | 283 | X-Runtime: ['0.292096'] |
284 | X-XSS-Protection: [1; mode=block] | 284 | X-XSS-Protection: [1; mode=block] |
285 | content-length: ['4100'] | 285 | content-length: ['4182'] |
286 | status: {code: 200, message: OK} | 286 | status: {code: 200, message: OK} |
287 | - request: | 287 | - request: |
288 | body: null | 288 | body: null |
@@ -294,10 +294,10 @@ interactions: | |||
294 | Content-Length: ['0'] | 294 | Content-Length: ['0'] |
295 | User-Agent: [python-requests/2.18.4] | 295 | User-Agent: [python-requests/2.18.4] |
296 | method: POST | 296 | method: POST |
297 | uri: http://localhost:3000/api/v1/admin/reports/28/unassign | 297 | uri: http://localhost:3000/api/v1/admin/reports/1/unassign |
298 | response: | 298 | response: |
299 | body: {string: '{"id":"28","action_taken":false,"comment":"api crimes","created_at":"2019-10-12T21:00:18.939Z","updated_at":"2019-10-12T21:00:19.923Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102951421119639409","created_at":"2019-10-12T21:00:18.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/102951421119639409","url":"http://localhost/@mastodonpy_test/102951421119639409","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 299 | body: {string: '{"id":"1","action_taken":false,"comment":"api crimes","created_at":"2020-02-22T19:28:06.028Z","updated_at":"2020-02-22T19:28:07.499Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2020-02-22T19:13:53.944Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"103704145797784722","created_at":"2020-02-22T19:28:05.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145797784722","url":"http://localhost/@mastodonpy_test/103704145797784722","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
300 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} | 300 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} |
301 | headers: | 301 | headers: |
302 | Cache-Control: ['no-cache, no-store'] | 302 | Cache-Control: ['no-cache, no-store'] |
303 | Content-Type: [application/json; charset=utf-8] | 303 | Content-Type: [application/json; charset=utf-8] |
@@ -308,10 +308,10 @@ interactions: | |||
308 | X-Download-Options: [noopen] | 308 | X-Download-Options: [noopen] |
309 | X-Frame-Options: [SAMEORIGIN] | 309 | X-Frame-Options: [SAMEORIGIN] |
310 | X-Permitted-Cross-Domain-Policies: [none] | 310 | X-Permitted-Cross-Domain-Policies: [none] |
311 | X-Request-Id: [0a85e7f7-d580-4999-b12f-c229876c2575] | 311 | X-Request-Id: [82299c97-d5dd-40ff-b3ef-7fa919f64cfd] |
312 | X-Runtime: ['0.157314'] | 312 | X-Runtime: ['0.199481'] |
313 | X-XSS-Protection: [1; mode=block] | 313 | X-XSS-Protection: [1; mode=block] |
314 | content-length: ['3263'] | 314 | content-length: ['3334'] |
315 | status: {code: 200, message: OK} | 315 | status: {code: 200, message: OK} |
316 | - request: | 316 | - request: |
317 | body: null | 317 | body: null |
@@ -322,10 +322,10 @@ interactions: | |||
322 | Connection: [keep-alive] | 322 | Connection: [keep-alive] |
323 | User-Agent: [python-requests/2.18.4] | 323 | User-Agent: [python-requests/2.18.4] |
324 | method: GET | 324 | method: GET |
325 | uri: http://localhost:3000/api/v1/admin/reports/28 | 325 | uri: http://localhost:3000/api/v1/admin/reports/1 |
326 | response: | 326 | response: |
327 | body: {string: '{"id":"28","action_taken":false,"comment":"api crimes","created_at":"2019-10-12T21:00:18.939Z","updated_at":"2019-10-12T21:00:19.923Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2019-06-22T12:42:50.096Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2019-06-22T23:11:52.441Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"102951421119639409","created_at":"2019-10-12T21:00:18.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/102951421119639409","url":"http://localhost/@mastodonpy_test/102951421119639409","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 327 | body: {string: '{"id":"1","action_taken":false,"comment":"api crimes","created_at":"2020-02-22T19:28:06.028Z","updated_at":"2020-02-22T19:28:07.499Z","account":{"id":"1","username":"admin","domain":null,"created_at":"2020-02-22T19:13:53.944Z","email":"admin@localhost","ip":"127.0.0.1","role":"admin","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":null,"invite_request":null,"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}},"target_account":{"id":"1234567890123456","username":"mastodonpy_test","domain":null,"created_at":"2020-02-22T20:26:54.402Z","email":"mastodonpy_test@localhost:3000","ip":"127.0.0.1","role":"user","confirmed":true,"suspended":false,"silenced":false,"disabled":false,"approved":true,"locale":"ja","invite_request":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]}},"assigned_account":null,"action_taken_by_account":null,"statuses":[{"id":"103704145797784722","created_at":"2020-02-22T19:28:05.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145797784722","url":"http://localhost/@mastodonpy_test/103704145797784722","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
328 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} | 328 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]}'} |
329 | headers: | 329 | headers: |
330 | Cache-Control: ['no-cache, no-store'] | 330 | Cache-Control: ['no-cache, no-store'] |
331 | Content-Type: [application/json; charset=utf-8] | 331 | Content-Type: [application/json; charset=utf-8] |
@@ -336,10 +336,10 @@ interactions: | |||
336 | X-Download-Options: [noopen] | 336 | X-Download-Options: [noopen] |
337 | X-Frame-Options: [SAMEORIGIN] | 337 | X-Frame-Options: [SAMEORIGIN] |
338 | X-Permitted-Cross-Domain-Policies: [none] | 338 | X-Permitted-Cross-Domain-Policies: [none] |
339 | X-Request-Id: [6259b8e8-3464-47f2-bce9-aaf204fd7da5] | 339 | X-Request-Id: [534edfb5-6e2f-4dcb-aaca-bbf50cd41b8f] |
340 | X-Runtime: ['0.123833'] | 340 | X-Runtime: ['0.172149'] |
341 | X-XSS-Protection: [1; mode=block] | 341 | X-XSS-Protection: [1; mode=block] |
342 | content-length: ['3263'] | 342 | content-length: ['3334'] |
343 | status: {code: 200, message: OK} | 343 | status: {code: 200, message: OK} |
344 | - request: | 344 | - request: |
345 | body: null | 345 | body: null |
@@ -351,10 +351,10 @@ interactions: | |||
351 | Content-Length: ['0'] | 351 | Content-Length: ['0'] |
352 | User-Agent: [python-requests/2.18.4] | 352 | User-Agent: [python-requests/2.18.4] |
353 | method: DELETE | 353 | method: DELETE |
354 | uri: http://localhost:3000/api/v1/statuses/102951421119639409 | 354 | uri: http://localhost:3000/api/v1/statuses/103704145797784722 |
355 | response: | 355 | response: |
356 | body: {string: '{"id":"102951421119639409","created_at":"2019-10-12T21:00:18.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/102951421119639409","url":"http://localhost/@mastodonpy_test/102951421119639409","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 356 | body: {string: '{"id":"103704145797784722","created_at":"2020-02-22T19:28:05.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145797784722","url":"http://localhost/@mastodonpy_test/103704145797784722","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
357 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:18.576Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 357 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
358 | headers: | 358 | headers: |
359 | Cache-Control: ['no-cache, no-store'] | 359 | Cache-Control: ['no-cache, no-store'] |
360 | Content-Type: [application/json; charset=utf-8] | 360 | Content-Type: [application/json; charset=utf-8] |
@@ -365,9 +365,9 @@ interactions: | |||
365 | X-Download-Options: [noopen] | 365 | X-Download-Options: [noopen] |
366 | X-Frame-Options: [SAMEORIGIN] | 366 | X-Frame-Options: [SAMEORIGIN] |
367 | X-Permitted-Cross-Domain-Policies: [none] | 367 | X-Permitted-Cross-Domain-Policies: [none] |
368 | X-Request-Id: [826f0b48-27ae-4692-a176-015c82158dde] | 368 | X-Request-Id: [42fabfb0-e164-4de1-9af7-c4493b8f4e73] |
369 | X-Runtime: ['0.119069'] | 369 | X-Runtime: ['0.166895'] |
370 | X-XSS-Protection: [1; mode=block] | 370 | X-XSS-Protection: [1; mode=block] |
371 | content-length: ['1250'] | 371 | content-length: ['1290'] |
372 | status: {code: 200, message: OK} | 372 | status: {code: 200, message: OK} |
373 | version: 1 | 373 | version: 1 |
diff --git a/tests/cassettes/test_app_account_create.yaml b/tests/cassettes/test_app_account_create.yaml index aeeb2a8..17920fd 100644 --- a/tests/cassettes/test_app_account_create.yaml +++ b/tests/cassettes/test_app_account_create.yaml | |||
@@ -11,7 +11,7 @@ interactions: | |||
11 | method: POST | 11 | method: POST |
12 | uri: http://localhost:3000/api/v1/apps | 12 | uri: http://localhost:3000/api/v1/apps |
13 | response: | 13 | response: |
14 | body: {string: '{"id":"14","name":"mastodon.py generated test app","website":null,"redirect_uri":"urn:ietf:wg:oauth:2.0:oob","client_id":"MzGBtpcvCxWYZnRsjgIls1AMETbJTrmlSy7Itk-TlVM","client_secret":"GxZO14xfcT2JsGv00pH_xB2sV0IPp35Hsig9aYdFGOY","vapid_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'} | 14 | body: {string: '{"id":"2","name":"mastodon.py generated test app","website":null,"redirect_uri":"urn:ietf:wg:oauth:2.0:oob","client_id":"EPr2E85ytcwDMnx2E2jQ9w34FcA4GHy0AoxmOvES4yQ","client_secret":"9cOEKAblYTsCOMXIX0iO4SyUi6_DlPPaTJW13IDj2FA","vapid_key":"BPSW9N0oBHCeTlN6VgEPwlf36QQzuU6XtxguTJSM9xyW9kxnN2I_lzcHsk3ShJMRa0Na7t2kiE9UyJWrtQOsTJo="}'} |
15 | headers: | 15 | headers: |
16 | Cache-Control: ['no-cache, no-store'] | 16 | Cache-Control: ['no-cache, no-store'] |
17 | Content-Type: [application/json; charset=utf-8] | 17 | Content-Type: [application/json; charset=utf-8] |
@@ -22,10 +22,10 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [ccbebc8d-6d9a-4199-9da0-f302ff5cc103] | 25 | X-Request-Id: [eb7e8c7c-dce0-44b7-9cba-93e54c88bd92] |
26 | X-Runtime: ['0.039689'] | 26 | X-Runtime: ['0.042580'] |
27 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['332'] | 28 | content-length: ['331'] |
29 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
30 | - request: | 30 | - request: |
31 | body: null | 31 | body: null |
@@ -37,12 +37,12 @@ interactions: | |||
37 | method: GET | 37 | method: GET |
38 | uri: http://localhost:3000/api/v1/instance/ | 38 | uri: http://localhost:3000/api/v1/instance/ |
39 | response: | 39 | response: |
40 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":31,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} | 40 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.1.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":1,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} |
41 | headers: | 41 | headers: |
42 | Cache-Control: ['max-age=180, public'] | 42 | Cache-Control: ['max-age=180, public'] |
43 | Content-Type: [application/json; charset=utf-8] | 43 | Content-Type: [application/json; charset=utf-8] |
44 | Date: ['Sat, 12 Oct 2019 21:00:22 GMT'] | 44 | Date: ['Sat, 22 Feb 2020 19:28:14 GMT'] |
45 | ETag: [W/"9db06456db31431568d35ac7638f0ebd"] | 45 | ETag: [W/"7ac51e4e7519042ec38c63400c9f91c7"] |
46 | Referrer-Policy: [strict-origin-when-cross-origin] | 46 | Referrer-Policy: [strict-origin-when-cross-origin] |
47 | Transfer-Encoding: [chunked] | 47 | Transfer-Encoding: [chunked] |
48 | Vary: ['Accept-Encoding, Origin'] | 48 | Vary: ['Accept-Encoding, Origin'] |
@@ -50,13 +50,13 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [27af43cf-00d7-4ce9-b0aa-315b1ffa733e] | 53 | X-Request-Id: [4a5c507c-e524-45bc-a59e-fc8d05cfa3be] |
54 | X-Runtime: ['0.033521'] | 54 | X-Runtime: ['0.091599'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['398'] | 56 | content-length: ['397'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: scope=read+write+follow+push&client_id=MzGBtpcvCxWYZnRsjgIls1AMETbJTrmlSy7Itk-TlVM&client_secret=GxZO14xfcT2JsGv00pH_xB2sV0IPp35Hsig9aYdFGOY&grant_type=client_credentials | 59 | body: scope=read+write+follow+push&client_id=EPr2E85ytcwDMnx2E2jQ9w34FcA4GHy0AoxmOvES4yQ&client_secret=9cOEKAblYTsCOMXIX0iO4SyUi6_DlPPaTJW13IDj2FA&grant_type=client_credentials |
60 | headers: | 60 | headers: |
61 | Accept: ['*/*'] | 61 | Accept: ['*/*'] |
62 | Accept-Encoding: ['gzip, deflate'] | 62 | Accept-Encoding: ['gzip, deflate'] |
@@ -67,25 +67,25 @@ interactions: | |||
67 | method: POST | 67 | method: POST |
68 | uri: http://localhost:3000/oauth/token | 68 | uri: http://localhost:3000/oauth/token |
69 | response: | 69 | response: |
70 | body: {string: '{"access_token":"s6deoDz1LsmZ_WOk2s1STazp_PNITCjmHZfDRAZWN5k","token_type":"Bearer","scope":"read | 70 | body: {string: '{"access_token":"e_sN2EaB2gdiiDcCVBIp3BPPL9bxkRyqUGWGEy3XsIg","token_type":"Bearer","scope":"read |
71 | write follow push","created_at":1570914022}'} | 71 | write follow push","created_at":1582399694}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['private, no-store'] | 73 | Cache-Control: ['private, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
75 | ETag: [W/"55f7f2ad02ae74574fedcacc65f8932b"] | 75 | ETag: [W/"3d2f4be1f0f3460ed11423e6a9afc7bf"] |
76 | Pragma: [no-cache] | 76 | Pragma: [no-cache] |
77 | Transfer-Encoding: [chunked] | 77 | Transfer-Encoding: [chunked] |
78 | Vary: ['Accept-Encoding, Origin'] | 78 | Vary: ['Accept-Encoding, Origin'] |
79 | X-Request-Id: [afad64bd-a8ac-4a7e-bbf4-72653649a4c4] | 79 | X-Request-Id: [2cf61c36-ad36-4c6e-919f-06980d46ef9e] |
80 | X-Runtime: ['0.033029'] | 80 | X-Runtime: ['0.041155'] |
81 | content-length: ['141'] | 81 | content-length: ['141'] |
82 | status: {code: 200, message: OK} | 82 | status: {code: 200, message: OK} |
83 | - request: | 83 | - request: |
84 | body: locale=en&agreement=1&email=email%40localhost65825&password=swordfish&username=coolguy65825&client_id=MzGBtpcvCxWYZnRsjgIls1AMETbJTrmlSy7Itk-TlVM&client_secret=GxZO14xfcT2JsGv00pH_xB2sV0IPp35Hsig9aYdFGOY | 84 | body: locale=en&agreement=1&email=email%40localhost86797&password=swordfish&username=coolguy86797&client_id=EPr2E85ytcwDMnx2E2jQ9w34FcA4GHy0AoxmOvES4yQ&client_secret=9cOEKAblYTsCOMXIX0iO4SyUi6_DlPPaTJW13IDj2FA |
85 | headers: | 85 | headers: |
86 | Accept: ['*/*'] | 86 | Accept: ['*/*'] |
87 | Accept-Encoding: ['gzip, deflate'] | 87 | Accept-Encoding: ['gzip, deflate'] |
88 | Authorization: [Bearer s6deoDz1LsmZ_WOk2s1STazp_PNITCjmHZfDRAZWN5k] | 88 | Authorization: [Bearer e_sN2EaB2gdiiDcCVBIp3BPPL9bxkRyqUGWGEy3XsIg] |
89 | Connection: [keep-alive] | 89 | Connection: [keep-alive] |
90 | Content-Length: ['203'] | 90 | Content-Length: ['203'] |
91 | Content-Type: [application/x-www-form-urlencoded] | 91 | Content-Type: [application/x-www-form-urlencoded] |
@@ -93,12 +93,12 @@ interactions: | |||
93 | method: POST | 93 | method: POST |
94 | uri: http://localhost:3000/api/v1/accounts | 94 | uri: http://localhost:3000/api/v1/accounts |
95 | response: | 95 | response: |
96 | body: {string: '{"access_token":"RPw9YNg0bk_x6HHgf6VQ_NHHXz3ENaVe25Oo6tTXjw8","token_type":"Bearer","scope":"read | 96 | body: {string: '{"access_token":"5VZ9ssSlTWJPyO8VGETEZNv2EiQVGXTfY-okvKdgNiw","token_type":"Bearer","scope":"read |
97 | write follow push","created_at":1570914022}'} | 97 | write follow push","created_at":1582399694}'} |
98 | headers: | 98 | headers: |
99 | Cache-Control: ['private, no-store'] | 99 | Cache-Control: ['private, no-store'] |
100 | Content-Type: [application/json; charset=utf-8] | 100 | Content-Type: [application/json; charset=utf-8] |
101 | ETag: [W/"b4d17e826792395e0610ee5ed4942848"] | 101 | ETag: [W/"4ec66eff3387a9b02348f3cb4dc73773"] |
102 | Pragma: [no-cache] | 102 | Pragma: [no-cache] |
103 | Referrer-Policy: [strict-origin-when-cross-origin] | 103 | Referrer-Policy: [strict-origin-when-cross-origin] |
104 | Transfer-Encoding: [chunked] | 104 | Transfer-Encoding: [chunked] |
@@ -107,8 +107,8 @@ interactions: | |||
107 | X-Download-Options: [noopen] | 107 | X-Download-Options: [noopen] |
108 | X-Frame-Options: [SAMEORIGIN] | 108 | X-Frame-Options: [SAMEORIGIN] |
109 | X-Permitted-Cross-Domain-Policies: [none] | 109 | X-Permitted-Cross-Domain-Policies: [none] |
110 | X-Request-Id: [9f341d37-020a-4814-b59f-d3412fd0bb8e] | 110 | X-Request-Id: [aa57bc51-ac59-4fe8-b716-fbf2cc68d764] |
111 | X-Runtime: ['0.171555'] | 111 | X-Runtime: ['0.220777'] |
112 | X-XSS-Protection: [1; mode=block] | 112 | X-XSS-Protection: [1; mode=block] |
113 | content-length: ['141'] | 113 | content-length: ['141'] |
114 | status: {code: 200, message: OK} | 114 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_app_verify_credentials.yaml b/tests/cassettes/test_app_verify_credentials.yaml index 454c28c..3fd7ebd 100644 --- a/tests/cassettes/test_app_verify_credentials.yaml +++ b/tests/cassettes/test_app_verify_credentials.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/apps/verify_credentials | 11 | uri: http://localhost:3000/api/v1/apps/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"name":"Mastodon.py test suite","website":null,"vapid_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'} | 13 | body: {string: '{"name":"Mastodon.py test suite","website":null,"vapid_key":"BPSW9N0oBHCeTlN6VgEPwlf36QQzuU6XtxguTJSM9xyW9kxnN2I_lzcHsk3ShJMRa0Na7t2kiE9UyJWrtQOsTJo="}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [e139eb8c-51ef-4b13-94c2-c0829508dbbf] | 24 | X-Request-Id: [ae989792-046d-4e74-8e1f-54a93c5ab6cc] |
25 | X-Runtime: ['0.028819'] | 25 | X-Runtime: ['0.050837'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['151'] | 27 | content-length: ['151'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_attribute_access.yaml b/tests/cassettes/test_attribute_access.yaml index 6a62400..17663dc 100644 --- a/tests/cassettes/test_attribute_access.yaml +++ b/tests/cassettes/test_attribute_access.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951422957392706","created_at":"2019-10-12T21:00:46.597Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951422957392706","url":"http://localhost/@mastodonpy_test/102951422957392706","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704148061596032","created_at":"2020-02-22T19:28:40.187Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148061596032","url":"http://localhost/@mastodonpy_test/103704148061596032","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T21:00:46.608Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [9f243c6e-244d-4083-86a0-73cc1e3225e1] | 27 | X-Request-Id: [f6198215-4cca-4aad-8905-281cee0789eb] |
28 | X-Runtime: ['0.130645'] | 28 | X-Runtime: ['0.166591'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: DELETE | 41 | method: DELETE |
42 | uri: http://localhost:3000/api/v1/statuses/102951422957392706 | 42 | uri: http://localhost:3000/api/v1/statuses/103704148061596032 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951422957392706","created_at":"2019-10-12T21:00:46.597Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951422957392706","url":"http://localhost/@mastodonpy_test/102951422957392706","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704148061596032","created_at":"2020-02-22T19:28:40.187Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148061596032","url":"http://localhost/@mastodonpy_test/103704148061596032","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T21:00:46.608Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,9 +53,9 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [f8b050c1-435b-43df-bf81-61a2c1e63d28] | 56 | X-Request-Id: [a95ef7ce-5b9f-45f4-b413-d9c386480bda] |
57 | X-Runtime: ['0.107585'] | 57 | X-Runtime: ['0.165591'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1250'] | 59 | content-length: ['1290'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_blocks.yaml b/tests/cassettes/test_blocks.yaml index 0576e30..81fd85f 100644 --- a/tests/cassettes/test_blocks.yaml +++ b/tests/cassettes/test_blocks.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [e25bb444-eba3-48d9-9a60-5dfb67371bcb] | 24 | X-Request-Id: [dc8cf588-7d0a-4b43-95f4-8a18ea14e659] |
25 | X-Runtime: ['0.025265'] | 25 | X-Runtime: ['0.076527'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_conversations.yaml b/tests/cassettes/test_conversations.yaml index 33c8125..54bf09e 100644 --- a/tests/cassettes/test_conversations.yaml +++ b/tests/cassettes/test_conversations.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:47.547Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [71300d41-87ef-48ab-9498-42936554ee42] | 24 | X-Request-Id: [b4f1418b-f8d6-4ace-8895-f6588ee333d9] |
25 | X-Runtime: ['0.063922'] | 25 | X-Runtime: ['0.041841'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['724'] | 27 | content-length: ['745'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: visibility=direct&status=%40admin+ilu+bby+%3B3 | 30 | body: visibility=direct&status=%40admin+ilu+bby+%3B3 |
@@ -39,11 +39,11 @@ interactions: | |||
39 | method: POST | 39 | method: POST |
40 | uri: http://localhost:3000/api/v1/statuses | 40 | uri: http://localhost:3000/api/v1/statuses |
41 | response: | 41 | response: |
42 | body: {string: '{"id":"102951430924610496","created_at":"2019-10-12T21:02:48.210Z","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/102951430924610496","url":"http://localhost/@mastodonpy_test/102951430924610496","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 42 | body: {string: '{"id":"103704157160018540","created_at":"2020-02-22T19:30:59.029Z","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/103704157160018540","url":"http://localhost/@mastodonpy_test/103704157160018540","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
43 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 43 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
44 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 44 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
45 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 45 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
47 | headers: | 47 | headers: |
48 | Cache-Control: ['no-cache, no-store'] | 48 | Cache-Control: ['no-cache, no-store'] |
49 | Content-Type: [application/json; charset=utf-8] | 49 | Content-Type: [application/json; charset=utf-8] |
@@ -54,10 +54,10 @@ interactions: | |||
54 | X-Download-Options: [noopen] | 54 | X-Download-Options: [noopen] |
55 | X-Frame-Options: [SAMEORIGIN] | 55 | X-Frame-Options: [SAMEORIGIN] |
56 | X-Permitted-Cross-Domain-Policies: [none] | 56 | X-Permitted-Cross-Domain-Policies: [none] |
57 | X-Request-Id: [3ba71287-c0c4-40d4-a82a-c8a255d9f857] | 57 | X-Request-Id: [e00d08a5-f9b9-495d-96f6-344f093d227c] |
58 | X-Runtime: ['0.237688'] | 58 | X-Runtime: ['0.269401'] |
59 | X-XSS-Protection: [1; mode=block] | 59 | X-XSS-Protection: [1; mode=block] |
60 | content-length: ['1520'] | 60 | content-length: ['1560'] |
61 | status: {code: 200, message: OK} | 61 | status: {code: 200, message: OK} |
62 | - request: | 62 | - request: |
63 | body: null | 63 | body: null |
@@ -70,39 +70,19 @@ interactions: | |||
70 | method: GET | 70 | method: GET |
71 | uri: http://localhost:3000/api/v1/conversations/ | 71 | uri: http://localhost:3000/api/v1/conversations/ |
72 | response: | 72 | response: |
73 | body: {string: '[{"id":"44","unread":true,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102951430924610496","created_at":"2019-10-12T21:02:48.210Z","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/102951430924610496","url":"http://localhost/@mastodonpy_test/102951430924610496","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 73 | body: {string: '[{"id":"6","unread":true,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}],"last_status":{"id":"103704157160018540","created_at":"2020-02-22T19:30:59.029Z","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/103704157160018540","url":"http://localhost/@mastodonpy_test/103704157160018540","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
74 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 74 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
75 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 75 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
76 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 76 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"41","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102951429389872972","created_at":"2019-10-12T21:02:24.756Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102951429389872972","url":"http://localhost/@admin/102951429389872972","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"3","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}],"last_status":{"id":"103704155604374665","created_at":"2020-02-22T19:30:35.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/103704155604374665","url":"http://localhost/@admin/103704155604374665","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
78 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 78 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
79 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 79 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
80 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 80 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
81 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"35","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102945956268583629","created_at":"2019-10-11T21:50:31.557Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945956268583629","url":"http://localhost/@admin/102945956268583629","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 81 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} |
82 | 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 | ||
84 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
85 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"29","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102945940328316147","created_at":"2019-10-11T21:46:28.331Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945940328316147","url":"http://localhost/@admin/102945940328316147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
86 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
87 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
88 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
89 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"23","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102945786504024021","created_at":"2019-10-11T21:07:21.155Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945786504024021","url":"http://localhost/@admin/102945786504024021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
90 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
91 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
92 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
93 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"17","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102945648378590632","created_at":"2019-10-11T20:32:13.525Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945648378590632","url":"http://localhost/@admin/102945648378590632","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
94 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
95 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
96 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
97 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"16","unread":false,"accounts":[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]}],"last_status":{"id":"102945642825728058","created_at":"2019-10-11T20:30:48.795Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945642825728058","url":"http://localhost/@admin/102945642825728058","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003etodo | ||
98 | funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
99 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"15","unread":false,"accounts":[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]}],"last_status":{"id":"102945640136453373","created_at":"2019-10-11T20:30:07.770Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945640136453373","url":"http://localhost/@admin/102945640136453373","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003etodo | ||
100 | funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
101 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}}]'} | ||
102 | headers: | 82 | headers: |
103 | Cache-Control: ['no-cache, no-store'] | 83 | Cache-Control: ['no-cache, no-store'] |
104 | Content-Type: [application/json; charset=utf-8] | 84 | Content-Type: [application/json; charset=utf-8] |
105 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=102951430924610496>; | 85 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=103704157160018540>; |
106 | rel="prev"'] | 86 | rel="prev"'] |
107 | Referrer-Policy: [strict-origin-when-cross-origin] | 87 | Referrer-Policy: [strict-origin-when-cross-origin] |
108 | Transfer-Encoding: [chunked] | 88 | Transfer-Encoding: [chunked] |
@@ -111,10 +91,10 @@ interactions: | |||
111 | X-Download-Options: [noopen] | 91 | X-Download-Options: [noopen] |
112 | X-Frame-Options: [SAMEORIGIN] | 92 | X-Frame-Options: [SAMEORIGIN] |
113 | X-Permitted-Cross-Domain-Policies: [none] | 93 | X-Permitted-Cross-Domain-Policies: [none] |
114 | X-Request-Id: [b096802a-cdc4-401a-b2eb-154425fd7c55] | 94 | X-Request-Id: [bb955008-683c-415c-b5bf-8ab60f15681b] |
115 | X-Runtime: ['0.288098'] | 95 | X-Runtime: ['0.237268'] |
116 | X-XSS-Protection: [1; mode=block] | 96 | X-XSS-Protection: [1; mode=block] |
117 | content-length: ['16863'] | 97 | content-length: ['4505'] |
118 | status: {code: 200, message: OK} | 98 | status: {code: 200, message: OK} |
119 | - request: | 99 | - request: |
120 | body: null | 100 | body: null |
@@ -126,13 +106,13 @@ interactions: | |||
126 | Content-Length: ['0'] | 106 | Content-Length: ['0'] |
127 | User-Agent: [python-requests/2.18.4] | 107 | User-Agent: [python-requests/2.18.4] |
128 | method: POST | 108 | method: POST |
129 | uri: http://localhost:3000/api/v1/conversations/44/read | 109 | uri: http://localhost:3000/api/v1/conversations/6/read |
130 | response: | 110 | response: |
131 | body: {string: '{"id":"44","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102951430924610496","created_at":"2019-10-12T21:02:48.210Z","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/102951430924610496","url":"http://localhost/@mastodonpy_test/102951430924610496","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 111 | body: {string: '{"id":"6","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}],"last_status":{"id":"103704157160018540","created_at":"2020-02-22T19:30:59.029Z","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/103704157160018540","url":"http://localhost/@mastodonpy_test/103704157160018540","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
132 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 112 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
133 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 113 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
134 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 114 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
135 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}'} | 115 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}}'} |
136 | headers: | 116 | headers: |
137 | Cache-Control: ['no-cache, no-store'] | 117 | Cache-Control: ['no-cache, no-store'] |
138 | Content-Type: [application/json; charset=utf-8] | 118 | Content-Type: [application/json; charset=utf-8] |
@@ -143,10 +123,10 @@ interactions: | |||
143 | X-Download-Options: [noopen] | 123 | X-Download-Options: [noopen] |
144 | X-Frame-Options: [SAMEORIGIN] | 124 | X-Frame-Options: [SAMEORIGIN] |
145 | X-Permitted-Cross-Domain-Policies: [none] | 125 | X-Permitted-Cross-Domain-Policies: [none] |
146 | X-Request-Id: [2f979e85-64f5-4743-8c0c-c5f0908cee96] | 126 | X-Request-Id: [e1539454-2a68-4537-92c2-f527cf1948d0] |
147 | X-Runtime: ['0.061975'] | 127 | X-Runtime: ['0.181152'] |
148 | X-XSS-Protection: [1; mode=block] | 128 | X-XSS-Protection: [1; mode=block] |
149 | content-length: ['2187'] | 129 | content-length: ['2247'] |
150 | status: {code: 200, message: OK} | 130 | status: {code: 200, message: OK} |
151 | - request: | 131 | - request: |
152 | body: null | 132 | body: null |
@@ -159,39 +139,19 @@ interactions: | |||
159 | method: GET | 139 | method: GET |
160 | uri: http://localhost:3000/api/v1/conversations/ | 140 | uri: http://localhost:3000/api/v1/conversations/ |
161 | response: | 141 | response: |
162 | body: {string: '[{"id":"44","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102951430924610496","created_at":"2019-10-12T21:02:48.210Z","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/102951430924610496","url":"http://localhost/@mastodonpy_test/102951430924610496","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 142 | body: {string: '[{"id":"6","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}],"last_status":{"id":"103704157160018540","created_at":"2020-02-22T19:30:59.029Z","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/103704157160018540","url":"http://localhost/@mastodonpy_test/103704157160018540","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
163 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url | 143 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@admin\" class=\"u-url |
164 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 144 | mention\"\u003e@\u003cspan\u003eadmin\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
165 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 145 | ilu bby ;3\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
166 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"41","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102951429389872972","created_at":"2019-10-12T21:02:24.756Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102951429389872972","url":"http://localhost/@admin/102951429389872972","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 146 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"3","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}],"last_status":{"id":"103704155604374665","created_at":"2020-02-22T19:30:35.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/103704155604374665","url":"http://localhost/@admin/103704155604374665","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
167 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
168 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
169 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
170 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"35","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102945956268583629","created_at":"2019-10-11T21:50:31.557Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945956268583629","url":"http://localhost/@admin/102945956268583629","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
171 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
172 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
173 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
174 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"29","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102945940328316147","created_at":"2019-10-11T21:46:28.331Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945940328316147","url":"http://localhost/@admin/102945940328316147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
175 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
176 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
177 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
178 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"23","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102945786504024021","created_at":"2019-10-11T21:07:21.155Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945786504024021","url":"http://localhost/@admin/102945786504024021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
179 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
180 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
181 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
182 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"17","unread":false,"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]}],"last_status":{"id":"102945648378590632","created_at":"2019-10-11T20:32:13.525Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945648378590632","url":"http://localhost/@admin/102945648378590632","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
183 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 147 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
184 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 148 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
185 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 149 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
186 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"16","unread":false,"accounts":[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]}],"last_status":{"id":"102945642825728058","created_at":"2019-10-11T20:30:48.795Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945642825728058","url":"http://localhost/@admin/102945642825728058","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003etodo | 150 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} |
187 | funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
188 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}},{"id":"15","unread":false,"accounts":[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]}],"last_status":{"id":"102945640136453373","created_at":"2019-10-11T20:30:07.770Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102945640136453373","url":"http://localhost/@admin/102945640136453373","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003etodo | ||
189 | funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
190 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}}]'} | ||
191 | headers: | 151 | headers: |
192 | Cache-Control: ['no-cache, no-store'] | 152 | Cache-Control: ['no-cache, no-store'] |
193 | Content-Type: [application/json; charset=utf-8] | 153 | Content-Type: [application/json; charset=utf-8] |
194 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=102951430924610496>; | 154 | Link: ['<http://localhost:3000/api/v1/conversations?min_id=103704157160018540>; |
195 | rel="prev"'] | 155 | rel="prev"'] |
196 | Referrer-Policy: [strict-origin-when-cross-origin] | 156 | Referrer-Policy: [strict-origin-when-cross-origin] |
197 | Transfer-Encoding: [chunked] | 157 | Transfer-Encoding: [chunked] |
@@ -200,10 +160,10 @@ interactions: | |||
200 | X-Download-Options: [noopen] | 160 | X-Download-Options: [noopen] |
201 | X-Frame-Options: [SAMEORIGIN] | 161 | X-Frame-Options: [SAMEORIGIN] |
202 | X-Permitted-Cross-Domain-Policies: [none] | 162 | X-Permitted-Cross-Domain-Policies: [none] |
203 | X-Request-Id: [d8948948-2129-47af-be68-771bfc4a2e04] | 163 | X-Request-Id: [bdcebbac-59f6-4423-8381-882c0a4f0f4a] |
204 | X-Runtime: ['0.337165'] | 164 | X-Runtime: ['0.138641'] |
205 | X-XSS-Protection: [1; mode=block] | 165 | X-XSS-Protection: [1; mode=block] |
206 | content-length: ['16864'] | 166 | content-length: ['4506'] |
207 | status: {code: 200, message: OK} | 167 | status: {code: 200, message: OK} |
208 | - request: | 168 | - request: |
209 | body: null | 169 | body: null |
@@ -215,10 +175,10 @@ interactions: | |||
215 | Content-Length: ['0'] | 175 | Content-Length: ['0'] |
216 | User-Agent: [python-requests/2.18.4] | 176 | User-Agent: [python-requests/2.18.4] |
217 | method: DELETE | 177 | method: DELETE |
218 | uri: http://localhost:3000/api/v1/statuses/102951430924610496 | 178 | uri: http://localhost:3000/api/v1/statuses/103704157160018540 |
219 | response: | 179 | response: |
220 | body: {string: '{"id":"102951430924610496","created_at":"2019-10-12T21:02:48.210Z","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/102951430924610496","url":"http://localhost/@mastodonpy_test/102951430924610496","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"@admin | 180 | body: {string: '{"id":"103704157160018540","created_at":"2020-02-22T19:30:59.029Z","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/103704157160018540","url":"http://localhost/@mastodonpy_test/103704157160018540","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"text":"@admin |
221 | ilu bby ;3","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 181 | ilu bby ;3","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1","username":"admin","url":"http://localhost/@admin","acct":"admin"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
222 | headers: | 182 | headers: |
223 | Cache-Control: ['no-cache, no-store'] | 183 | Cache-Control: ['no-cache, no-store'] |
224 | Content-Type: [application/json; charset=utf-8] | 184 | Content-Type: [application/json; charset=utf-8] |
@@ -229,9 +189,9 @@ interactions: | |||
229 | X-Download-Options: [noopen] | 189 | X-Download-Options: [noopen] |
230 | X-Frame-Options: [SAMEORIGIN] | 190 | X-Frame-Options: [SAMEORIGIN] |
231 | X-Permitted-Cross-Domain-Policies: [none] | 191 | X-Permitted-Cross-Domain-Policies: [none] |
232 | X-Request-Id: [46537c3e-4b5f-4ea5-8b1f-796541f044fd] | 192 | X-Request-Id: [445bc722-6221-4869-a320-b3d0bcb91d36] |
233 | X-Runtime: ['0.096008'] | 193 | X-Runtime: ['0.155644'] |
234 | X-XSS-Protection: [1; mode=block] | 194 | X-XSS-Protection: [1; mode=block] |
235 | content-length: ['1323'] | 195 | content-length: ['1363'] |
236 | status: {code: 200, message: OK} | 196 | status: {code: 200, message: OK} |
237 | version: 1 | 197 | version: 1 |
diff --git a/tests/cassettes/test_date_hook.yaml b/tests/cassettes/test_date_hook.yaml index 3202085..18020f6 100644 --- a/tests/cassettes/test_date_hook.yaml +++ b/tests/cassettes/test_date_hook.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951422938249705","created_at":"2019-10-12T21:00:46.307Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951422938249705","url":"http://localhost/@mastodonpy_test/102951422938249705","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704148037130424","created_at":"2020-02-22T19:28:39.814Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148037130424","url":"http://localhost/@mastodonpy_test/103704148037130424","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T21:00:46.314Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [fada4812-38f0-4452-a412-cea6da1cf82e] | 27 | X-Request-Id: [948e5ba7-2c8e-4bf9-9d84-1b6577d70e49] |
28 | X-Runtime: ['0.155358'] | 28 | X-Runtime: ['0.161612'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: DELETE | 41 | method: DELETE |
42 | uri: http://localhost:3000/api/v1/statuses/102951422938249705 | 42 | uri: http://localhost:3000/api/v1/statuses/103704148037130424 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951422938249705","created_at":"2019-10-12T21:00:46.307Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951422938249705","url":"http://localhost/@mastodonpy_test/102951422938249705","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704148037130424","created_at":"2020-02-22T19:28:39.814Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148037130424","url":"http://localhost/@mastodonpy_test/103704148037130424","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T21:00:46.314Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,9 +53,9 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [47f4653d-62b1-48c4-9f77-9cfe920f2407] | 56 | X-Request-Id: [c8c7c54b-3314-49b7-b6ce-68524a062619] |
57 | X-Runtime: ['0.114733'] | 57 | X-Runtime: ['0.132070'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1250'] | 59 | content-length: ['1290'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_directory.yaml b/tests/cassettes/test_directory.yaml index f86352a..767ae67 100644 --- a/tests/cassettes/test_directory.yaml +++ b/tests/cassettes/test_directory.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/directory | 11 | uri: http://localhost:3000/api/v1/directory |
12 | response: | 12 | response: |
13 | body: {string: '[{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.445Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}]'} | 13 | body: {string: '[{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"discoverable":true,"group":false,"created_at":"2020-02-22T20:26:54.405Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,9 +21,9 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [b0c6db27-9616-4719-a46f-1acb7681e138] | 24 | X-Request-Id: [3576227c-f30c-4f65-8ab6-ce1ac1e93d93] |
25 | X-Runtime: ['0.029090'] | 25 | X-Runtime: ['0.058369'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['597'] | 27 | content-length: ['631'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | version: 1 | 29 | version: 1 |
diff --git a/tests/cassettes/test_domain_block_unblock.yaml b/tests/cassettes/test_domain_block_unblock.yaml index f15bc0c..c58a78a 100644 --- a/tests/cassettes/test_domain_block_unblock.yaml +++ b/tests/cassettes/test_domain_block_unblock.yaml | |||
@@ -23,8 +23,8 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [0189fe93-3557-4160-aa36-15849b52d02b] | 26 | X-Request-Id: [ba751890-7575-41db-bf00-0fa4d9c34c9c] |
27 | X-Runtime: ['0.048346'] | 27 | X-Runtime: ['0.100344'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['2'] | 29 | content-length: ['2'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -52,8 +52,8 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [579fbbfe-c514-4189-b5ab-6dc4df4e9fd1] | 55 | X-Request-Id: [8e4b30ec-644c-4fcd-84ba-c88e5a656c87] |
56 | X-Runtime: ['0.045335'] | 56 | X-Runtime: ['0.066259'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['2'] | 58 | content-length: ['2'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_domain_blocks.yaml b/tests/cassettes/test_domain_blocks.yaml index ccf0d95..8889bb1 100644 --- a/tests/cassettes/test_domain_blocks.yaml +++ b/tests/cassettes/test_domain_blocks.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [a046b7f6-b144-418f-88cc-fc0610db34b3] | 24 | X-Request-Id: [79ec8c37-a374-47e4-a698-a8b8511ca20f] |
25 | X-Runtime: ['0.044711'] | 25 | X-Runtime: ['0.098492'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_emoji.yaml b/tests/cassettes/test_emoji.yaml index e680a01..b7ceba2 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=180, public'] | 15 | Cache-Control: ['max-age=180, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 12 Oct 2019 21:00:47 GMT'] | 17 | Date: ['Sat, 22 Feb 2020 19:28:40 GMT'] |
18 | ETag: [W/"b5ac4b7000ef28be04a2ea514bb16d91"] | 18 | ETag: [W/"8af8fec96bf10b03e52c25c1ed653bf6"] |
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: [e831ab1c-1a73-4c37-979c-2a365072d05b] | 26 | X-Request-Id: [aa11a9bc-6de5-4774-a593-c517a4c06cdd] |
27 | X-Runtime: ['0.016564'] | 27 | X-Runtime: ['0.046203'] |
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 1054db1..3f88b45 100644 --- a/tests/cassettes/test_favourites.yaml +++ b/tests/cassettes/test_favourites.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [e04b362e-5a15-4af4-abd9-afb0a490656c] | 24 | X-Request-Id: [cf95dafc-8e1e-47f1-9e50-e68d574db67b] |
25 | X-Runtime: ['0.029053'] | 25 | X-Runtime: ['0.062561'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_featured_tags.yaml b/tests/cassettes/test_featured_tags.yaml index cab630f..4588821 100644 --- a/tests/cassettes/test_featured_tags.yaml +++ b/tests/cassettes/test_featured_tags.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/featured_tags | 13 | uri: http://localhost:3000/api/v1/featured_tags |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"2","name":"mastopytesttag","statuses_count":0,"last_status_at":null}'} | 15 | body: {string: '{"id":"1","name":"mastopytesttag","statuses_count":0,"last_status_at":null}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,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: [0b5d6624-66e5-427d-bccd-5a5e34526999] | 26 | X-Request-Id: [96958f87-c535-4762-9ca4-8f4ec63f6097] |
27 | X-Runtime: ['0.035229'] | 27 | X-Runtime: ['0.153940'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['75'] | 29 | content-length: ['75'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/featured_tags | 40 | uri: http://localhost:3000/api/v1/featured_tags |
41 | response: | 41 | response: |
42 | body: {string: '[{"id":"2","name":"mastopytesttag","statuses_count":0,"last_status_at":null}]'} | 42 | body: {string: '[{"id":"1","name":"mastopytesttag","statuses_count":0,"last_status_at":null}]'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,8 +50,8 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [68ab1ded-4e07-494e-8170-3801bb10d237] | 53 | X-Request-Id: [c43b7261-103d-4c62-a6dc-b405311ea7b2] |
54 | X-Runtime: ['0.026732'] | 54 | X-Runtime: ['0.188207'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['77'] | 56 | content-length: ['77'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -65,7 +65,7 @@ interactions: | |||
65 | Content-Length: ['0'] | 65 | Content-Length: ['0'] |
66 | User-Agent: [python-requests/2.18.4] | 66 | User-Agent: [python-requests/2.18.4] |
67 | method: DELETE | 67 | method: DELETE |
68 | uri: http://localhost:3000/api/v1/featured_tags/2 | 68 | uri: http://localhost:3000/api/v1/featured_tags/1 |
69 | response: | 69 | response: |
70 | body: {string: '{}'} | 70 | body: {string: '{}'} |
71 | headers: | 71 | headers: |
@@ -78,8 +78,8 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [5220122d-8f4f-44c9-aa46-d6469d100b29] | 81 | X-Request-Id: [7f5e34a5-5e47-4f17-95f8-f5ad9c7272d6] |
82 | X-Runtime: ['0.029244'] | 82 | X-Runtime: ['0.080202'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['2'] | 84 | content-length: ['2'] |
85 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
@@ -105,8 +105,8 @@ interactions: | |||
105 | X-Download-Options: [noopen] | 105 | X-Download-Options: [noopen] |
106 | X-Frame-Options: [SAMEORIGIN] | 106 | X-Frame-Options: [SAMEORIGIN] |
107 | X-Permitted-Cross-Domain-Policies: [none] | 107 | X-Permitted-Cross-Domain-Policies: [none] |
108 | X-Request-Id: [87ac10f5-8cc0-4410-b3dc-e650627e8f9e] | 108 | X-Request-Id: [55cc7acd-ff16-448c-ac09-b9dcb8090b74] |
109 | X-Runtime: ['0.024715'] | 109 | X-Runtime: ['0.063766'] |
110 | X-XSS-Protection: [1; mode=block] | 110 | X-XSS-Protection: [1; mode=block] |
111 | content-length: ['2'] | 111 | content-length: ['2'] |
112 | status: {code: 200, message: OK} | 112 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_fetch_next_previous.yaml b/tests/cassettes/test_fetch_next_previous.yaml index cf19234..cf6ad4e 100644 --- a/tests/cassettes/test_fetch_next_previous.yaml +++ b/tests/cassettes/test_fetch_next_previous.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:53.092Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [7ae65f81-f74b-4eb9-92c3-8ee146b021d2] | 24 | X-Request-Id: [444fb6fd-07d3-4624-a04f-05897846f8d7] |
25 | X-Runtime: ['0.026079'] | 25 | X-Runtime: ['0.044940'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['724'] | 27 | content-length: ['745'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: status=Toot+number+0%21 | 30 | body: status=Toot+number+0%21 |
@@ -39,9 +39,9 @@ interactions: | |||
39 | method: POST | 39 | method: POST |
40 | uri: http://localhost:3000/api/v1/statuses | 40 | uri: http://localhost:3000/api/v1/statuses |
41 | response: | 41 | response: |
42 | body: {string: '{"id":"102951423537342792","created_at":"2019-10-12T21:00:55.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423537342792","url":"http://localhost/@mastodonpy_test/102951423537342792","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 42 | body: {string: '{"id":"103704148819814851","created_at":"2020-02-22T19:28:51.769Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148819814851","url":"http://localhost/@mastodonpy_test/103704148819814851","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
43 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 43 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:00:55.457Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
45 | headers: | 45 | headers: |
46 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [cb3ca4d2-1b88-46b5-8287-e35f5bcbe08b] | 55 | X-Request-Id: [a3d52f0b-b723-4b0d-a54b-b39ac4920e30] |
56 | X-Runtime: ['0.122447'] | 56 | X-Runtime: ['0.219954'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['1289'] | 58 | content-length: ['1329'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: status=Toot+number+1%21 | 61 | body: status=Toot+number+1%21 |
@@ -70,9 +70,9 @@ interactions: | |||
70 | method: POST | 70 | method: POST |
71 | uri: http://localhost:3000/api/v1/statuses | 71 | uri: http://localhost:3000/api/v1/statuses |
72 | response: | 72 | response: |
73 | body: {string: '{"id":"102951423547464308","created_at":"2019-10-12T21:00:55.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423547464308","url":"http://localhost/@mastodonpy_test/102951423547464308","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 73 | body: {string: '{"id":"103704148838227080","created_at":"2020-02-22T19:28:52.046Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148838227080","url":"http://localhost/@mastodonpy_test/103704148838227080","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
74 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 74 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
75 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:00:55.640Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 75 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
76 | headers: | 76 | headers: |
77 | Cache-Control: ['no-cache, no-store'] | 77 | Cache-Control: ['no-cache, no-store'] |
78 | Content-Type: [application/json; charset=utf-8] | 78 | Content-Type: [application/json; charset=utf-8] |
@@ -83,10 +83,10 @@ interactions: | |||
83 | X-Download-Options: [noopen] | 83 | X-Download-Options: [noopen] |
84 | X-Frame-Options: [SAMEORIGIN] | 84 | X-Frame-Options: [SAMEORIGIN] |
85 | X-Permitted-Cross-Domain-Policies: [none] | 85 | X-Permitted-Cross-Domain-Policies: [none] |
86 | X-Request-Id: [7ea5b051-4f75-44e2-935b-1473bda7a1ca] | 86 | X-Request-Id: [b978d5b6-46cf-47cc-8b86-50422d1e7fa8] |
87 | X-Runtime: ['0.177705'] | 87 | X-Runtime: ['0.295224'] |
88 | X-XSS-Protection: [1; mode=block] | 88 | X-XSS-Protection: [1; mode=block] |
89 | content-length: ['1289'] | 89 | content-length: ['1329'] |
90 | status: {code: 200, message: OK} | 90 | status: {code: 200, message: OK} |
91 | - request: | 91 | - request: |
92 | body: status=Toot+number+2%21 | 92 | body: status=Toot+number+2%21 |
@@ -101,9 +101,9 @@ interactions: | |||
101 | method: POST | 101 | method: POST |
102 | uri: http://localhost:3000/api/v1/statuses | 102 | uri: http://localhost:3000/api/v1/statuses |
103 | response: | 103 | response: |
104 | body: {string: '{"id":"102951423559241641","created_at":"2019-10-12T21:00:55.783Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423559241641","url":"http://localhost/@mastodonpy_test/102951423559241641","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 104 | body: {string: '{"id":"103704148856476021","created_at":"2020-02-22T19:28:52.324Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148856476021","url":"http://localhost/@mastodonpy_test/103704148856476021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
105 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 105 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:00:55.798Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
107 | headers: | 107 | headers: |
108 | Cache-Control: ['no-cache, no-store'] | 108 | Cache-Control: ['no-cache, no-store'] |
109 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
@@ -114,10 +114,10 @@ interactions: | |||
114 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
115 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
116 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
117 | X-Request-Id: [c2aca49f-4645-4e88-b947-3ae7302d8823] | 117 | X-Request-Id: [d206065d-86a1-495c-90c0-e5844714fbaf] |
118 | X-Runtime: ['0.179151'] | 118 | X-Runtime: ['0.233384'] |
119 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
120 | content-length: ['1289'] | 120 | content-length: ['1329'] |
121 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
122 | - request: | 122 | - request: |
123 | body: status=Toot+number+3%21 | 123 | body: status=Toot+number+3%21 |
@@ -132,9 +132,9 @@ interactions: | |||
132 | method: POST | 132 | method: POST |
133 | uri: http://localhost:3000/api/v1/statuses | 133 | uri: http://localhost:3000/api/v1/statuses |
134 | response: | 134 | response: |
135 | body: {string: '{"id":"102951423570733509","created_at":"2019-10-12T21:00:55.958Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423570733509","url":"http://localhost/@mastodonpy_test/102951423570733509","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 135 | body: {string: '{"id":"103704148873405496","created_at":"2020-02-22T19:28:52.583Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148873405496","url":"http://localhost/@mastodonpy_test/103704148873405496","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
136 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 136 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
137 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":5,"last_status_at":"2019-10-12T21:00:55.974Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 137 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
138 | headers: | 138 | headers: |
139 | Cache-Control: ['no-cache, no-store'] | 139 | Cache-Control: ['no-cache, no-store'] |
140 | Content-Type: [application/json; charset=utf-8] | 140 | Content-Type: [application/json; charset=utf-8] |
@@ -145,10 +145,10 @@ interactions: | |||
145 | X-Download-Options: [noopen] | 145 | X-Download-Options: [noopen] |
146 | X-Frame-Options: [SAMEORIGIN] | 146 | X-Frame-Options: [SAMEORIGIN] |
147 | X-Permitted-Cross-Domain-Policies: [none] | 147 | X-Permitted-Cross-Domain-Policies: [none] |
148 | X-Request-Id: [6abd7c32-86db-4495-8c3f-c1fbee721b47] | 148 | X-Request-Id: [e9ec4cb8-6fe0-4048-9c77-1b090ee00060] |
149 | X-Runtime: ['0.144738'] | 149 | X-Runtime: ['0.247730'] |
150 | X-XSS-Protection: [1; mode=block] | 150 | X-XSS-Protection: [1; mode=block] |
151 | content-length: ['1289'] | 151 | content-length: ['1329'] |
152 | status: {code: 200, message: OK} | 152 | status: {code: 200, message: OK} |
153 | - request: | 153 | - request: |
154 | body: status=Toot+number+4%21 | 154 | body: status=Toot+number+4%21 |
@@ -163,9 +163,9 @@ interactions: | |||
163 | method: POST | 163 | method: POST |
164 | uri: http://localhost:3000/api/v1/statuses | 164 | uri: http://localhost:3000/api/v1/statuses |
165 | response: | 165 | response: |
166 | body: {string: '{"id":"102951423581821939","created_at":"2019-10-12T21:00:56.129Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423581821939","url":"http://localhost/@mastodonpy_test/102951423581821939","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 166 | body: {string: '{"id":"103704148890498043","created_at":"2020-02-22T19:28:52.849Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148890498043","url":"http://localhost/@mastodonpy_test/103704148890498043","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
167 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 167 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
168 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":6,"last_status_at":"2019-10-12T21:00:56.147Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 168 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
169 | headers: | 169 | headers: |
170 | Cache-Control: ['no-cache, no-store'] | 170 | Cache-Control: ['no-cache, no-store'] |
171 | Content-Type: [application/json; charset=utf-8] | 171 | Content-Type: [application/json; charset=utf-8] |
@@ -176,10 +176,10 @@ interactions: | |||
176 | X-Download-Options: [noopen] | 176 | X-Download-Options: [noopen] |
177 | X-Frame-Options: [SAMEORIGIN] | 177 | X-Frame-Options: [SAMEORIGIN] |
178 | X-Permitted-Cross-Domain-Policies: [none] | 178 | X-Permitted-Cross-Domain-Policies: [none] |
179 | X-Request-Id: [818b1198-a7e6-4980-83e4-0be728dc5eb2] | 179 | X-Request-Id: [74fc499d-d565-4ed4-b80f-4efb5adaa40b] |
180 | X-Runtime: ['0.159976'] | 180 | X-Runtime: ['0.267886'] |
181 | X-XSS-Protection: [1; mode=block] | 181 | X-XSS-Protection: [1; mode=block] |
182 | content-length: ['1289'] | 182 | content-length: ['1329'] |
183 | status: {code: 200, message: OK} | 183 | status: {code: 200, message: OK} |
184 | - request: | 184 | - request: |
185 | body: status=Toot+number+5%21 | 185 | body: status=Toot+number+5%21 |
@@ -194,9 +194,9 @@ interactions: | |||
194 | method: POST | 194 | method: POST |
195 | uri: http://localhost:3000/api/v1/statuses | 195 | uri: http://localhost:3000/api/v1/statuses |
196 | response: | 196 | response: |
197 | body: {string: '{"id":"102951423592874960","created_at":"2019-10-12T21:00:56.295Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423592874960","url":"http://localhost/@mastodonpy_test/102951423592874960","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 197 | body: {string: '{"id":"103704148913033289","created_at":"2020-02-22T19:28:53.184Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148913033289","url":"http://localhost/@mastodonpy_test/103704148913033289","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
198 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 198 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
199 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":7,"last_status_at":"2019-10-12T21:00:56.310Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 199 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
200 | headers: | 200 | headers: |
201 | Cache-Control: ['no-cache, no-store'] | 201 | Cache-Control: ['no-cache, no-store'] |
202 | Content-Type: [application/json; charset=utf-8] | 202 | Content-Type: [application/json; charset=utf-8] |
@@ -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: [7355c084-f966-477e-9ace-5336219d7226] | 210 | X-Request-Id: [9708de74-566b-4a69-910d-ae0b2fa8d34e] |
211 | X-Runtime: ['0.135329'] | 211 | X-Runtime: ['0.260468'] |
212 | X-XSS-Protection: [1; mode=block] | 212 | X-XSS-Protection: [1; mode=block] |
213 | content-length: ['1289'] | 213 | content-length: ['1329'] |
214 | status: {code: 200, message: OK} | 214 | status: {code: 200, message: OK} |
215 | - request: | 215 | - request: |
216 | body: status=Toot+number+6%21 | 216 | body: status=Toot+number+6%21 |
@@ -225,9 +225,9 @@ interactions: | |||
225 | method: POST | 225 | method: POST |
226 | uri: http://localhost:3000/api/v1/statuses | 226 | uri: http://localhost:3000/api/v1/statuses |
227 | response: | 227 | response: |
228 | body: {string: '{"id":"102951423603933698","created_at":"2019-10-12T21:00:56.471Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423603933698","url":"http://localhost/@mastodonpy_test/102951423603933698","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 228 | body: {string: '{"id":"103704148926839775","created_at":"2020-02-22T19:28:53.395Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148926839775","url":"http://localhost/@mastodonpy_test/103704148926839775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
229 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 229 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
230 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":8,"last_status_at":"2019-10-12T21:00:56.487Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 230 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
231 | headers: | 231 | headers: |
232 | Cache-Control: ['no-cache, no-store'] | 232 | Cache-Control: ['no-cache, no-store'] |
233 | Content-Type: [application/json; charset=utf-8] | 233 | Content-Type: [application/json; charset=utf-8] |
@@ -238,10 +238,10 @@ interactions: | |||
238 | X-Download-Options: [noopen] | 238 | X-Download-Options: [noopen] |
239 | X-Frame-Options: [SAMEORIGIN] | 239 | X-Frame-Options: [SAMEORIGIN] |
240 | X-Permitted-Cross-Domain-Policies: [none] | 240 | X-Permitted-Cross-Domain-Policies: [none] |
241 | X-Request-Id: [9ef96d66-a66a-4e76-ab43-99b63a1b2dd7] | 241 | X-Request-Id: [0d7d4043-1e07-4053-81b2-92b8ff93f476] |
242 | X-Runtime: ['0.184232'] | 242 | X-Runtime: ['0.191493'] |
243 | X-XSS-Protection: [1; mode=block] | 243 | X-XSS-Protection: [1; mode=block] |
244 | content-length: ['1289'] | 244 | content-length: ['1329'] |
245 | status: {code: 200, message: OK} | 245 | status: {code: 200, message: OK} |
246 | - request: | 246 | - request: |
247 | body: status=Toot+number+7%21 | 247 | body: status=Toot+number+7%21 |
@@ -256,9 +256,9 @@ interactions: | |||
256 | method: POST | 256 | method: POST |
257 | uri: http://localhost:3000/api/v1/statuses | 257 | uri: http://localhost:3000/api/v1/statuses |
258 | response: | 258 | response: |
259 | body: {string: '{"id":"102951423616972303","created_at":"2019-10-12T21:00:56.675Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423616972303","url":"http://localhost/@mastodonpy_test/102951423616972303","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 259 | body: {string: '{"id":"103704148940657730","created_at":"2020-02-22T19:28:53.610Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148940657730","url":"http://localhost/@mastodonpy_test/103704148940657730","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
260 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 260 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
261 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":9,"last_status_at":"2019-10-12T21:00:56.690Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 261 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
262 | headers: | 262 | headers: |
263 | Cache-Control: ['no-cache, no-store'] | 263 | Cache-Control: ['no-cache, no-store'] |
264 | Content-Type: [application/json; charset=utf-8] | 264 | Content-Type: [application/json; charset=utf-8] |
@@ -269,10 +269,10 @@ interactions: | |||
269 | X-Download-Options: [noopen] | 269 | X-Download-Options: [noopen] |
270 | X-Frame-Options: [SAMEORIGIN] | 270 | X-Frame-Options: [SAMEORIGIN] |
271 | X-Permitted-Cross-Domain-Policies: [none] | 271 | X-Permitted-Cross-Domain-Policies: [none] |
272 | X-Request-Id: [c857e650-2f13-4efd-a166-3a2d66c43207] | 272 | X-Request-Id: [5fdc0073-fbae-4e66-8e77-c38ad5f4ee41] |
273 | X-Runtime: ['0.181056'] | 273 | X-Runtime: ['0.203505'] |
274 | X-XSS-Protection: [1; mode=block] | 274 | X-XSS-Protection: [1; mode=block] |
275 | content-length: ['1289'] | 275 | content-length: ['1329'] |
276 | status: {code: 200, message: OK} | 276 | status: {code: 200, message: OK} |
277 | - request: | 277 | - request: |
278 | body: status=Toot+number+8%21 | 278 | body: status=Toot+number+8%21 |
@@ -287,9 +287,9 @@ interactions: | |||
287 | method: POST | 287 | method: POST |
288 | uri: http://localhost:3000/api/v1/statuses | 288 | uri: http://localhost:3000/api/v1/statuses |
289 | response: | 289 | response: |
290 | body: {string: '{"id":"102951423628237705","created_at":"2019-10-12T21:00:56.838Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423628237705","url":"http://localhost/@mastodonpy_test/102951423628237705","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 290 | body: {string: '{"id":"103704148955416075","created_at":"2020-02-22T19:28:53.834Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148955416075","url":"http://localhost/@mastodonpy_test/103704148955416075","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
291 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 291 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
292 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":10,"last_status_at":"2019-10-12T21:00:56.849Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 292 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
293 | headers: | 293 | headers: |
294 | Cache-Control: ['no-cache, no-store'] | 294 | Cache-Control: ['no-cache, no-store'] |
295 | Content-Type: [application/json; charset=utf-8] | 295 | Content-Type: [application/json; charset=utf-8] |
@@ -300,10 +300,10 @@ interactions: | |||
300 | X-Download-Options: [noopen] | 300 | X-Download-Options: [noopen] |
301 | X-Frame-Options: [SAMEORIGIN] | 301 | X-Frame-Options: [SAMEORIGIN] |
302 | X-Permitted-Cross-Domain-Policies: [none] | 302 | X-Permitted-Cross-Domain-Policies: [none] |
303 | X-Request-Id: [d472b3fb-846d-477d-96cf-e2d96eefc8db] | 303 | X-Request-Id: [830b5913-2192-4838-85ff-b28342eb89b6] |
304 | X-Runtime: ['0.155150'] | 304 | X-Runtime: ['0.218264'] |
305 | X-XSS-Protection: [1; mode=block] | 305 | X-XSS-Protection: [1; mode=block] |
306 | content-length: ['1290'] | 306 | content-length: ['1330'] |
307 | status: {code: 200, message: OK} | 307 | status: {code: 200, message: OK} |
308 | - request: | 308 | - request: |
309 | body: status=Toot+number+9%21 | 309 | body: status=Toot+number+9%21 |
@@ -318,9 +318,9 @@ interactions: | |||
318 | method: POST | 318 | method: POST |
319 | uri: http://localhost:3000/api/v1/statuses | 319 | uri: http://localhost:3000/api/v1/statuses |
320 | response: | 320 | response: |
321 | body: {string: '{"id":"102951423638215939","created_at":"2019-10-12T21:00:56.990Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423638215939","url":"http://localhost/@mastodonpy_test/102951423638215939","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 321 | body: {string: '{"id":"103704148975096971","created_at":"2020-02-22T19:28:54.146Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148975096971","url":"http://localhost/@mastodonpy_test/103704148975096971","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
322 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 322 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
323 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 323 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
324 | headers: | 324 | headers: |
325 | Cache-Control: ['no-cache, no-store'] | 325 | Cache-Control: ['no-cache, no-store'] |
326 | Content-Type: [application/json; charset=utf-8] | 326 | Content-Type: [application/json; charset=utf-8] |
@@ -331,10 +331,10 @@ interactions: | |||
331 | X-Download-Options: [noopen] | 331 | X-Download-Options: [noopen] |
332 | X-Frame-Options: [SAMEORIGIN] | 332 | X-Frame-Options: [SAMEORIGIN] |
333 | X-Permitted-Cross-Domain-Policies: [none] | 333 | X-Permitted-Cross-Domain-Policies: [none] |
334 | X-Request-Id: [f352aacc-1ce1-4811-bb01-4b651cc6d25a] | 334 | X-Request-Id: [f383e0f0-4898-4f77-96c7-659ecac6c9cc] |
335 | X-Runtime: ['0.138411'] | 335 | X-Runtime: ['0.293566'] |
336 | X-XSS-Protection: [1; mode=block] | 336 | X-XSS-Protection: [1; mode=block] |
337 | content-length: ['1290'] | 337 | content-length: ['1330'] |
338 | status: {code: 200, message: OK} | 338 | status: {code: 200, message: OK} |
339 | - request: | 339 | - request: |
340 | body: null | 340 | body: null |
@@ -347,22 +347,22 @@ interactions: | |||
347 | method: GET | 347 | method: GET |
348 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 | 348 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 |
349 | response: | 349 | response: |
350 | body: {string: '[{"id":"102951423638215939","created_at":"2019-10-12T21:00:56.990Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423638215939","url":"http://localhost/@mastodonpy_test/102951423638215939","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 350 | body: {string: '[{"id":"103704148975096971","created_at":"2020-02-22T19:28:54.146Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148975096971","url":"http://localhost/@mastodonpy_test/103704148975096971","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
351 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 351 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
352 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423628237705","created_at":"2019-10-12T21:00:56.838Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423628237705","url":"http://localhost/@mastodonpy_test/102951423628237705","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 352 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148955416075","created_at":"2020-02-22T19:28:53.834Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148955416075","url":"http://localhost/@mastodonpy_test/103704148955416075","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
353 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 353 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
354 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423616972303","created_at":"2019-10-12T21:00:56.675Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423616972303","url":"http://localhost/@mastodonpy_test/102951423616972303","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 354 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148940657730","created_at":"2020-02-22T19:28:53.610Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148940657730","url":"http://localhost/@mastodonpy_test/103704148940657730","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
355 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 355 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
356 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423603933698","created_at":"2019-10-12T21:00:56.471Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423603933698","url":"http://localhost/@mastodonpy_test/102951423603933698","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 356 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148926839775","created_at":"2020-02-22T19:28:53.395Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148926839775","url":"http://localhost/@mastodonpy_test/103704148926839775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
357 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 357 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
358 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423592874960","created_at":"2019-10-12T21:00:56.295Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423592874960","url":"http://localhost/@mastodonpy_test/102951423592874960","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 358 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148913033289","created_at":"2020-02-22T19:28:53.184Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148913033289","url":"http://localhost/@mastodonpy_test/103704148913033289","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
359 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 359 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
360 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | 360 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
361 | headers: | 361 | headers: |
362 | Cache-Control: ['no-cache, no-store'] | 362 | Cache-Control: ['no-cache, no-store'] |
363 | Content-Type: [application/json; charset=utf-8] | 363 | Content-Type: [application/json; charset=utf-8] |
364 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102951423592874960>; | 364 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=103704148913033289>; |
365 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102951423638215939>; | 365 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=103704148975096971>; |
366 | rel="prev"'] | 366 | rel="prev"'] |
367 | Referrer-Policy: [strict-origin-when-cross-origin] | 367 | Referrer-Policy: [strict-origin-when-cross-origin] |
368 | Transfer-Encoding: [chunked] | 368 | Transfer-Encoding: [chunked] |
@@ -371,10 +371,10 @@ interactions: | |||
371 | X-Download-Options: [noopen] | 371 | X-Download-Options: [noopen] |
372 | X-Frame-Options: [SAMEORIGIN] | 372 | X-Frame-Options: [SAMEORIGIN] |
373 | X-Permitted-Cross-Domain-Policies: [none] | 373 | X-Permitted-Cross-Domain-Policies: [none] |
374 | X-Request-Id: [2ec26e9f-dde4-4610-97ca-6c07489ca51f] | 374 | X-Request-Id: [75bfa760-9afe-4684-a126-bfd40008fad2] |
375 | X-Runtime: ['0.103930'] | 375 | X-Runtime: ['0.206833'] |
376 | X-XSS-Protection: [1; mode=block] | 376 | X-XSS-Protection: [1; mode=block] |
377 | content-length: ['6456'] | 377 | content-length: ['6656'] |
378 | status: {code: 200, message: OK} | 378 | status: {code: 200, message: OK} |
379 | - request: | 379 | - request: |
380 | body: null | 380 | body: null |
@@ -385,24 +385,24 @@ interactions: | |||
385 | Connection: [keep-alive] | 385 | Connection: [keep-alive] |
386 | User-Agent: [python-requests/2.18.4] | 386 | User-Agent: [python-requests/2.18.4] |
387 | method: GET | 387 | method: GET |
388 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102951423592874960 | 388 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=103704148913033289 |
389 | response: | 389 | response: |
390 | body: {string: '[{"id":"102951423581821939","created_at":"2019-10-12T21:00:56.129Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423581821939","url":"http://localhost/@mastodonpy_test/102951423581821939","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 390 | body: {string: '[{"id":"103704148890498043","created_at":"2020-02-22T19:28:52.849Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148890498043","url":"http://localhost/@mastodonpy_test/103704148890498043","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
391 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 391 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
392 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423570733509","created_at":"2019-10-12T21:00:55.958Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423570733509","url":"http://localhost/@mastodonpy_test/102951423570733509","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 392 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148873405496","created_at":"2020-02-22T19:28:52.583Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148873405496","url":"http://localhost/@mastodonpy_test/103704148873405496","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
393 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 393 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
394 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423559241641","created_at":"2019-10-12T21:00:55.783Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423559241641","url":"http://localhost/@mastodonpy_test/102951423559241641","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 394 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148856476021","created_at":"2020-02-22T19:28:52.324Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148856476021","url":"http://localhost/@mastodonpy_test/103704148856476021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
395 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 395 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
396 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423547464308","created_at":"2019-10-12T21:00:55.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423547464308","url":"http://localhost/@mastodonpy_test/102951423547464308","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 396 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148838227080","created_at":"2020-02-22T19:28:52.046Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148838227080","url":"http://localhost/@mastodonpy_test/103704148838227080","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
397 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 397 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
398 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423537342792","created_at":"2019-10-12T21:00:55.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423537342792","url":"http://localhost/@mastodonpy_test/102951423537342792","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 398 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148819814851","created_at":"2020-02-22T19:28:51.769Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148819814851","url":"http://localhost/@mastodonpy_test/103704148819814851","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
399 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 399 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
400 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | 400 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
401 | headers: | 401 | headers: |
402 | Cache-Control: ['no-cache, no-store'] | 402 | Cache-Control: ['no-cache, no-store'] |
403 | Content-Type: [application/json; charset=utf-8] | 403 | Content-Type: [application/json; charset=utf-8] |
404 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102951423537342792>; | 404 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=103704148819814851>; |
405 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102951423581821939>; | 405 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=103704148890498043>; |
406 | rel="prev"'] | 406 | rel="prev"'] |
407 | Referrer-Policy: [strict-origin-when-cross-origin] | 407 | Referrer-Policy: [strict-origin-when-cross-origin] |
408 | Transfer-Encoding: [chunked] | 408 | Transfer-Encoding: [chunked] |
@@ -411,10 +411,10 @@ interactions: | |||
411 | X-Download-Options: [noopen] | 411 | X-Download-Options: [noopen] |
412 | X-Frame-Options: [SAMEORIGIN] | 412 | X-Frame-Options: [SAMEORIGIN] |
413 | X-Permitted-Cross-Domain-Policies: [none] | 413 | X-Permitted-Cross-Domain-Policies: [none] |
414 | X-Request-Id: [b3dd20a0-7b2e-46c1-ad24-029edd2b927f] | 414 | X-Request-Id: [8ac021cd-dcf8-4f05-a81d-2c7644e10abd] |
415 | X-Runtime: ['0.125756'] | 415 | X-Runtime: ['0.191542'] |
416 | X-XSS-Protection: [1; mode=block] | 416 | X-XSS-Protection: [1; mode=block] |
417 | content-length: ['6456'] | 417 | content-length: ['6656'] |
418 | status: {code: 200, message: OK} | 418 | status: {code: 200, message: OK} |
419 | - request: | 419 | - request: |
420 | body: null | 420 | body: null |
@@ -425,24 +425,24 @@ interactions: | |||
425 | Connection: [keep-alive] | 425 | Connection: [keep-alive] |
426 | User-Agent: [python-requests/2.18.4] | 426 | User-Agent: [python-requests/2.18.4] |
427 | method: GET | 427 | method: GET |
428 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102951423581821939 | 428 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=103704148890498043 |
429 | response: | 429 | response: |
430 | body: {string: '[{"id":"102951423638215939","created_at":"2019-10-12T21:00:56.990Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423638215939","url":"http://localhost/@mastodonpy_test/102951423638215939","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 430 | body: {string: '[{"id":"103704148975096971","created_at":"2020-02-22T19:28:54.146Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148975096971","url":"http://localhost/@mastodonpy_test/103704148975096971","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
431 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 431 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
432 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423628237705","created_at":"2019-10-12T21:00:56.838Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423628237705","url":"http://localhost/@mastodonpy_test/102951423628237705","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 432 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148955416075","created_at":"2020-02-22T19:28:53.834Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148955416075","url":"http://localhost/@mastodonpy_test/103704148955416075","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
433 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 433 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
434 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423616972303","created_at":"2019-10-12T21:00:56.675Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423616972303","url":"http://localhost/@mastodonpy_test/102951423616972303","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 434 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148940657730","created_at":"2020-02-22T19:28:53.610Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148940657730","url":"http://localhost/@mastodonpy_test/103704148940657730","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
435 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 435 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
436 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423603933698","created_at":"2019-10-12T21:00:56.471Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423603933698","url":"http://localhost/@mastodonpy_test/102951423603933698","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 436 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148926839775","created_at":"2020-02-22T19:28:53.395Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148926839775","url":"http://localhost/@mastodonpy_test/103704148926839775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
437 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 437 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
438 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423592874960","created_at":"2019-10-12T21:00:56.295Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423592874960","url":"http://localhost/@mastodonpy_test/102951423592874960","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 438 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704148913033289","created_at":"2020-02-22T19:28:53.184Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148913033289","url":"http://localhost/@mastodonpy_test/103704148913033289","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
439 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 439 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
440 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | 440 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
441 | headers: | 441 | headers: |
442 | Cache-Control: ['no-cache, no-store'] | 442 | Cache-Control: ['no-cache, no-store'] |
443 | Content-Type: [application/json; charset=utf-8] | 443 | Content-Type: [application/json; charset=utf-8] |
444 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102951423592874960>; | 444 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=103704148913033289>; |
445 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102951423638215939>; | 445 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=103704148975096971>; |
446 | rel="prev"'] | 446 | rel="prev"'] |
447 | Referrer-Policy: [strict-origin-when-cross-origin] | 447 | Referrer-Policy: [strict-origin-when-cross-origin] |
448 | Transfer-Encoding: [chunked] | 448 | Transfer-Encoding: [chunked] |
@@ -451,10 +451,10 @@ interactions: | |||
451 | X-Download-Options: [noopen] | 451 | X-Download-Options: [noopen] |
452 | X-Frame-Options: [SAMEORIGIN] | 452 | X-Frame-Options: [SAMEORIGIN] |
453 | X-Permitted-Cross-Domain-Policies: [none] | 453 | X-Permitted-Cross-Domain-Policies: [none] |
454 | X-Request-Id: [6419c06d-8330-43d7-975b-24c787824f3c] | 454 | X-Request-Id: [32b91927-bcc3-4f0a-b4c0-c04b4ea1ccc8] |
455 | X-Runtime: ['0.100811'] | 455 | X-Runtime: ['0.209687'] |
456 | X-XSS-Protection: [1; mode=block] | 456 | X-XSS-Protection: [1; mode=block] |
457 | content-length: ['6456'] | 457 | content-length: ['6656'] |
458 | status: {code: 200, message: OK} | 458 | status: {code: 200, message: OK} |
459 | - request: | 459 | - request: |
460 | body: null | 460 | body: null |
@@ -466,10 +466,10 @@ interactions: | |||
466 | Content-Length: ['0'] | 466 | Content-Length: ['0'] |
467 | User-Agent: [python-requests/2.18.4] | 467 | User-Agent: [python-requests/2.18.4] |
468 | method: DELETE | 468 | method: DELETE |
469 | uri: http://localhost:3000/api/v1/statuses/102951423537342792 | 469 | uri: http://localhost:3000/api/v1/statuses/103704148819814851 |
470 | response: | 470 | response: |
471 | body: {string: '{"id":"102951423537342792","created_at":"2019-10-12T21:00:55.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423537342792","url":"http://localhost/@mastodonpy_test/102951423537342792","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 471 | body: {string: '{"id":"103704148819814851","created_at":"2020-02-22T19:28:51.769Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148819814851","url":"http://localhost/@mastodonpy_test/103704148819814851","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
472 | number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 472 | number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
473 | headers: | 473 | headers: |
474 | Cache-Control: ['no-cache, no-store'] | 474 | Cache-Control: ['no-cache, no-store'] |
475 | Content-Type: [application/json; charset=utf-8] | 475 | Content-Type: [application/json; charset=utf-8] |
@@ -480,10 +480,10 @@ interactions: | |||
480 | X-Download-Options: [noopen] | 480 | X-Download-Options: [noopen] |
481 | X-Frame-Options: [SAMEORIGIN] | 481 | X-Frame-Options: [SAMEORIGIN] |
482 | X-Permitted-Cross-Domain-Policies: [none] | 482 | X-Permitted-Cross-Domain-Policies: [none] |
483 | X-Request-Id: [748db725-a5cf-4a73-8725-377a3d35bdb7] | 483 | X-Request-Id: [f4606acf-c46f-430b-a54a-9f32b8a50002] |
484 | X-Runtime: ['0.099003'] | 484 | X-Runtime: ['0.136512'] |
485 | X-XSS-Protection: [1; mode=block] | 485 | X-XSS-Protection: [1; mode=block] |
486 | content-length: ['1260'] | 486 | content-length: ['1300'] |
487 | status: {code: 200, message: OK} | 487 | status: {code: 200, message: OK} |
488 | - request: | 488 | - request: |
489 | body: null | 489 | body: null |
@@ -495,10 +495,10 @@ interactions: | |||
495 | Content-Length: ['0'] | 495 | Content-Length: ['0'] |
496 | User-Agent: [python-requests/2.18.4] | 496 | User-Agent: [python-requests/2.18.4] |
497 | method: DELETE | 497 | method: DELETE |
498 | uri: http://localhost:3000/api/v1/statuses/102951423547464308 | 498 | uri: http://localhost:3000/api/v1/statuses/103704148838227080 |
499 | response: | 499 | response: |
500 | body: {string: '{"id":"102951423547464308","created_at":"2019-10-12T21:00:55.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423547464308","url":"http://localhost/@mastodonpy_test/102951423547464308","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 500 | body: {string: '{"id":"103704148838227080","created_at":"2020-02-22T19:28:52.046Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148838227080","url":"http://localhost/@mastodonpy_test/103704148838227080","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
501 | number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":10,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 501 | number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
502 | headers: | 502 | headers: |
503 | Cache-Control: ['no-cache, no-store'] | 503 | Cache-Control: ['no-cache, no-store'] |
504 | Content-Type: [application/json; charset=utf-8] | 504 | Content-Type: [application/json; charset=utf-8] |
@@ -509,10 +509,10 @@ interactions: | |||
509 | X-Download-Options: [noopen] | 509 | X-Download-Options: [noopen] |
510 | X-Frame-Options: [SAMEORIGIN] | 510 | X-Frame-Options: [SAMEORIGIN] |
511 | X-Permitted-Cross-Domain-Policies: [none] | 511 | X-Permitted-Cross-Domain-Policies: [none] |
512 | X-Request-Id: [4df0a680-3001-4156-ba61-3f1e86caaf93] | 512 | X-Request-Id: [cf425a2c-0ebf-4434-ae44-6465f8ab0a85] |
513 | X-Runtime: ['0.098713'] | 513 | X-Runtime: ['0.150063'] |
514 | X-XSS-Protection: [1; mode=block] | 514 | X-XSS-Protection: [1; mode=block] |
515 | content-length: ['1260'] | 515 | content-length: ['1300'] |
516 | status: {code: 200, message: OK} | 516 | status: {code: 200, message: OK} |
517 | - request: | 517 | - request: |
518 | body: null | 518 | body: null |
@@ -524,10 +524,10 @@ interactions: | |||
524 | Content-Length: ['0'] | 524 | Content-Length: ['0'] |
525 | User-Agent: [python-requests/2.18.4] | 525 | User-Agent: [python-requests/2.18.4] |
526 | method: DELETE | 526 | method: DELETE |
527 | uri: http://localhost:3000/api/v1/statuses/102951423559241641 | 527 | uri: http://localhost:3000/api/v1/statuses/103704148856476021 |
528 | response: | 528 | response: |
529 | body: {string: '{"id":"102951423559241641","created_at":"2019-10-12T21:00:55.783Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423559241641","url":"http://localhost/@mastodonpy_test/102951423559241641","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 529 | body: {string: '{"id":"103704148856476021","created_at":"2020-02-22T19:28:52.324Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148856476021","url":"http://localhost/@mastodonpy_test/103704148856476021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
530 | number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":9,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 530 | number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
531 | headers: | 531 | headers: |
532 | Cache-Control: ['no-cache, no-store'] | 532 | Cache-Control: ['no-cache, no-store'] |
533 | Content-Type: [application/json; charset=utf-8] | 533 | Content-Type: [application/json; charset=utf-8] |
@@ -538,10 +538,10 @@ interactions: | |||
538 | X-Download-Options: [noopen] | 538 | X-Download-Options: [noopen] |
539 | X-Frame-Options: [SAMEORIGIN] | 539 | X-Frame-Options: [SAMEORIGIN] |
540 | X-Permitted-Cross-Domain-Policies: [none] | 540 | X-Permitted-Cross-Domain-Policies: [none] |
541 | X-Request-Id: [bc3e808d-8ad7-4946-93c1-b7d85a7d4e6d] | 541 | X-Request-Id: [08747ed5-e3b6-48f8-b8ca-8dac1b256dc0] |
542 | X-Runtime: ['0.109542'] | 542 | X-Runtime: ['0.157481'] |
543 | X-XSS-Protection: [1; mode=block] | 543 | X-XSS-Protection: [1; mode=block] |
544 | content-length: ['1259'] | 544 | content-length: ['1299'] |
545 | status: {code: 200, message: OK} | 545 | status: {code: 200, message: OK} |
546 | - request: | 546 | - request: |
547 | body: null | 547 | body: null |
@@ -553,10 +553,10 @@ interactions: | |||
553 | Content-Length: ['0'] | 553 | Content-Length: ['0'] |
554 | User-Agent: [python-requests/2.18.4] | 554 | User-Agent: [python-requests/2.18.4] |
555 | method: DELETE | 555 | method: DELETE |
556 | uri: http://localhost:3000/api/v1/statuses/102951423570733509 | 556 | uri: http://localhost:3000/api/v1/statuses/103704148873405496 |
557 | response: | 557 | response: |
558 | body: {string: '{"id":"102951423570733509","created_at":"2019-10-12T21:00:55.958Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423570733509","url":"http://localhost/@mastodonpy_test/102951423570733509","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 558 | body: {string: '{"id":"103704148873405496","created_at":"2020-02-22T19:28:52.583Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148873405496","url":"http://localhost/@mastodonpy_test/103704148873405496","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
559 | number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":8,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 559 | number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
560 | headers: | 560 | headers: |
561 | Cache-Control: ['no-cache, no-store'] | 561 | Cache-Control: ['no-cache, no-store'] |
562 | Content-Type: [application/json; charset=utf-8] | 562 | Content-Type: [application/json; charset=utf-8] |
@@ -567,10 +567,10 @@ interactions: | |||
567 | X-Download-Options: [noopen] | 567 | X-Download-Options: [noopen] |
568 | X-Frame-Options: [SAMEORIGIN] | 568 | X-Frame-Options: [SAMEORIGIN] |
569 | X-Permitted-Cross-Domain-Policies: [none] | 569 | X-Permitted-Cross-Domain-Policies: [none] |
570 | X-Request-Id: [a95852cf-fce6-4331-bb5c-f899121d4fc8] | 570 | X-Request-Id: [fead11a5-3e5d-4c1a-8e14-92979b52bf8a] |
571 | X-Runtime: ['0.184680'] | 571 | X-Runtime: ['0.131309'] |
572 | X-XSS-Protection: [1; mode=block] | 572 | X-XSS-Protection: [1; mode=block] |
573 | content-length: ['1259'] | 573 | content-length: ['1299'] |
574 | status: {code: 200, message: OK} | 574 | status: {code: 200, message: OK} |
575 | - request: | 575 | - request: |
576 | body: null | 576 | body: null |
@@ -582,10 +582,10 @@ interactions: | |||
582 | Content-Length: ['0'] | 582 | Content-Length: ['0'] |
583 | User-Agent: [python-requests/2.18.4] | 583 | User-Agent: [python-requests/2.18.4] |
584 | method: DELETE | 584 | method: DELETE |
585 | uri: http://localhost:3000/api/v1/statuses/102951423581821939 | 585 | uri: http://localhost:3000/api/v1/statuses/103704148890498043 |
586 | response: | 586 | response: |
587 | body: {string: '{"id":"102951423581821939","created_at":"2019-10-12T21:00:56.129Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423581821939","url":"http://localhost/@mastodonpy_test/102951423581821939","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 587 | body: {string: '{"id":"103704148890498043","created_at":"2020-02-22T19:28:52.849Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148890498043","url":"http://localhost/@mastodonpy_test/103704148890498043","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
588 | number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":7,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 588 | number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
589 | headers: | 589 | headers: |
590 | Cache-Control: ['no-cache, no-store'] | 590 | Cache-Control: ['no-cache, no-store'] |
591 | Content-Type: [application/json; charset=utf-8] | 591 | Content-Type: [application/json; charset=utf-8] |
@@ -596,10 +596,10 @@ interactions: | |||
596 | X-Download-Options: [noopen] | 596 | X-Download-Options: [noopen] |
597 | X-Frame-Options: [SAMEORIGIN] | 597 | X-Frame-Options: [SAMEORIGIN] |
598 | X-Permitted-Cross-Domain-Policies: [none] | 598 | X-Permitted-Cross-Domain-Policies: [none] |
599 | X-Request-Id: [573a7cb8-a67d-4bcf-bcac-1b9ccd799d20] | 599 | X-Request-Id: [a74ab86f-80ca-436c-b8b4-4eb42746f65e] |
600 | X-Runtime: ['0.116416'] | 600 | X-Runtime: ['0.124202'] |
601 | X-XSS-Protection: [1; mode=block] | 601 | X-XSS-Protection: [1; mode=block] |
602 | content-length: ['1259'] | 602 | content-length: ['1299'] |
603 | status: {code: 200, message: OK} | 603 | status: {code: 200, message: OK} |
604 | - request: | 604 | - request: |
605 | body: null | 605 | body: null |
@@ -611,10 +611,10 @@ interactions: | |||
611 | Content-Length: ['0'] | 611 | Content-Length: ['0'] |
612 | User-Agent: [python-requests/2.18.4] | 612 | User-Agent: [python-requests/2.18.4] |
613 | method: DELETE | 613 | method: DELETE |
614 | uri: http://localhost:3000/api/v1/statuses/102951423592874960 | 614 | uri: http://localhost:3000/api/v1/statuses/103704148913033289 |
615 | response: | 615 | response: |
616 | body: {string: '{"id":"102951423592874960","created_at":"2019-10-12T21:00:56.295Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423592874960","url":"http://localhost/@mastodonpy_test/102951423592874960","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 616 | body: {string: '{"id":"103704148913033289","created_at":"2020-02-22T19:28:53.184Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148913033289","url":"http://localhost/@mastodonpy_test/103704148913033289","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
617 | number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":5,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 617 | number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
618 | headers: | 618 | headers: |
619 | Cache-Control: ['no-cache, no-store'] | 619 | Cache-Control: ['no-cache, no-store'] |
620 | Content-Type: [application/json; charset=utf-8] | 620 | Content-Type: [application/json; charset=utf-8] |
@@ -625,10 +625,10 @@ interactions: | |||
625 | X-Download-Options: [noopen] | 625 | X-Download-Options: [noopen] |
626 | X-Frame-Options: [SAMEORIGIN] | 626 | X-Frame-Options: [SAMEORIGIN] |
627 | X-Permitted-Cross-Domain-Policies: [none] | 627 | X-Permitted-Cross-Domain-Policies: [none] |
628 | X-Request-Id: [c8045252-88c8-4662-9b2b-59c311b01e45] | 628 | X-Request-Id: [56b3af36-7a14-4a29-a4c2-c8e8f470443b] |
629 | X-Runtime: ['0.150389'] | 629 | X-Runtime: ['0.132691'] |
630 | X-XSS-Protection: [1; mode=block] | 630 | X-XSS-Protection: [1; mode=block] |
631 | content-length: ['1259'] | 631 | content-length: ['1299'] |
632 | status: {code: 200, message: OK} | 632 | status: {code: 200, message: OK} |
633 | - request: | 633 | - request: |
634 | body: null | 634 | body: null |
@@ -640,10 +640,10 @@ interactions: | |||
640 | Content-Length: ['0'] | 640 | Content-Length: ['0'] |
641 | User-Agent: [python-requests/2.18.4] | 641 | User-Agent: [python-requests/2.18.4] |
642 | method: DELETE | 642 | method: DELETE |
643 | uri: http://localhost:3000/api/v1/statuses/102951423603933698 | 643 | uri: http://localhost:3000/api/v1/statuses/103704148926839775 |
644 | response: | 644 | response: |
645 | body: {string: '{"id":"102951423603933698","created_at":"2019-10-12T21:00:56.471Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423603933698","url":"http://localhost/@mastodonpy_test/102951423603933698","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 645 | body: {string: '{"id":"103704148926839775","created_at":"2020-02-22T19:28:53.395Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148926839775","url":"http://localhost/@mastodonpy_test/103704148926839775","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
646 | number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":5,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 646 | number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
647 | headers: | 647 | headers: |
648 | Cache-Control: ['no-cache, no-store'] | 648 | Cache-Control: ['no-cache, no-store'] |
649 | Content-Type: [application/json; charset=utf-8] | 649 | Content-Type: [application/json; charset=utf-8] |
@@ -654,10 +654,10 @@ interactions: | |||
654 | X-Download-Options: [noopen] | 654 | X-Download-Options: [noopen] |
655 | X-Frame-Options: [SAMEORIGIN] | 655 | X-Frame-Options: [SAMEORIGIN] |
656 | X-Permitted-Cross-Domain-Policies: [none] | 656 | X-Permitted-Cross-Domain-Policies: [none] |
657 | X-Request-Id: [639e6764-b65b-4045-9bc7-62461bdbf0e6] | 657 | X-Request-Id: [bd56bc4c-7746-4e85-b1dd-ad8ed4973c55] |
658 | X-Runtime: ['0.082804'] | 658 | X-Runtime: ['0.148147'] |
659 | X-XSS-Protection: [1; mode=block] | 659 | X-XSS-Protection: [1; mode=block] |
660 | content-length: ['1259'] | 660 | content-length: ['1299'] |
661 | status: {code: 200, message: OK} | 661 | status: {code: 200, message: OK} |
662 | - request: | 662 | - request: |
663 | body: null | 663 | body: null |
@@ -669,10 +669,10 @@ interactions: | |||
669 | Content-Length: ['0'] | 669 | Content-Length: ['0'] |
670 | User-Agent: [python-requests/2.18.4] | 670 | User-Agent: [python-requests/2.18.4] |
671 | method: DELETE | 671 | method: DELETE |
672 | uri: http://localhost:3000/api/v1/statuses/102951423616972303 | 672 | uri: http://localhost:3000/api/v1/statuses/103704148940657730 |
673 | response: | 673 | response: |
674 | body: {string: '{"id":"102951423616972303","created_at":"2019-10-12T21:00:56.675Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423616972303","url":"http://localhost/@mastodonpy_test/102951423616972303","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 674 | body: {string: '{"id":"103704148940657730","created_at":"2020-02-22T19:28:53.610Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148940657730","url":"http://localhost/@mastodonpy_test/103704148940657730","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
675 | number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 675 | number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
676 | headers: | 676 | headers: |
677 | Cache-Control: ['no-cache, no-store'] | 677 | Cache-Control: ['no-cache, no-store'] |
678 | Content-Type: [application/json; charset=utf-8] | 678 | Content-Type: [application/json; charset=utf-8] |
@@ -683,10 +683,10 @@ interactions: | |||
683 | X-Download-Options: [noopen] | 683 | X-Download-Options: [noopen] |
684 | X-Frame-Options: [SAMEORIGIN] | 684 | X-Frame-Options: [SAMEORIGIN] |
685 | X-Permitted-Cross-Domain-Policies: [none] | 685 | X-Permitted-Cross-Domain-Policies: [none] |
686 | X-Request-Id: [2ac8b590-451b-4290-8abc-14ea172b4132] | 686 | X-Request-Id: [eb4399b9-91db-4165-b0ed-f0a78e99dc44] |
687 | X-Runtime: ['0.098539'] | 687 | X-Runtime: ['0.160355'] |
688 | X-XSS-Protection: [1; mode=block] | 688 | X-XSS-Protection: [1; mode=block] |
689 | content-length: ['1259'] | 689 | content-length: ['1299'] |
690 | status: {code: 200, message: OK} | 690 | status: {code: 200, message: OK} |
691 | - request: | 691 | - request: |
692 | body: null | 692 | body: null |
@@ -698,10 +698,10 @@ interactions: | |||
698 | Content-Length: ['0'] | 698 | Content-Length: ['0'] |
699 | User-Agent: [python-requests/2.18.4] | 699 | User-Agent: [python-requests/2.18.4] |
700 | method: DELETE | 700 | method: DELETE |
701 | uri: http://localhost:3000/api/v1/statuses/102951423628237705 | 701 | uri: http://localhost:3000/api/v1/statuses/103704148955416075 |
702 | response: | 702 | response: |
703 | body: {string: '{"id":"102951423628237705","created_at":"2019-10-12T21:00:56.838Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423628237705","url":"http://localhost/@mastodonpy_test/102951423628237705","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 703 | body: {string: '{"id":"103704148955416075","created_at":"2020-02-22T19:28:53.834Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148955416075","url":"http://localhost/@mastodonpy_test/103704148955416075","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
704 | number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 704 | number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
705 | headers: | 705 | headers: |
706 | Cache-Control: ['no-cache, no-store'] | 706 | Cache-Control: ['no-cache, no-store'] |
707 | Content-Type: [application/json; charset=utf-8] | 707 | Content-Type: [application/json; charset=utf-8] |
@@ -712,10 +712,10 @@ interactions: | |||
712 | X-Download-Options: [noopen] | 712 | X-Download-Options: [noopen] |
713 | X-Frame-Options: [SAMEORIGIN] | 713 | X-Frame-Options: [SAMEORIGIN] |
714 | X-Permitted-Cross-Domain-Policies: [none] | 714 | X-Permitted-Cross-Domain-Policies: [none] |
715 | X-Request-Id: [cff39de6-b1ce-4364-b87b-01aab9edf152] | 715 | X-Request-Id: [9b2f2f92-73ca-4923-9dec-5beeef8ab241] |
716 | X-Runtime: ['0.111732'] | 716 | X-Runtime: ['0.126875'] |
717 | X-XSS-Protection: [1; mode=block] | 717 | X-XSS-Protection: [1; mode=block] |
718 | content-length: ['1259'] | 718 | content-length: ['1299'] |
719 | status: {code: 200, message: OK} | 719 | status: {code: 200, message: OK} |
720 | - request: | 720 | - request: |
721 | body: null | 721 | body: null |
@@ -727,10 +727,10 @@ interactions: | |||
727 | Content-Length: ['0'] | 727 | Content-Length: ['0'] |
728 | User-Agent: [python-requests/2.18.4] | 728 | User-Agent: [python-requests/2.18.4] |
729 | method: DELETE | 729 | method: DELETE |
730 | uri: http://localhost:3000/api/v1/statuses/102951423638215939 | 730 | uri: http://localhost:3000/api/v1/statuses/103704148975096971 |
731 | response: | 731 | response: |
732 | body: {string: '{"id":"102951423638215939","created_at":"2019-10-12T21:00:56.990Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423638215939","url":"http://localhost/@mastodonpy_test/102951423638215939","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 732 | body: {string: '{"id":"103704148975096971","created_at":"2020-02-22T19:28:54.146Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148975096971","url":"http://localhost/@mastodonpy_test/103704148975096971","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
733 | number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:00:57.005Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 733 | number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
734 | headers: | 734 | headers: |
735 | Cache-Control: ['no-cache, no-store'] | 735 | Cache-Control: ['no-cache, no-store'] |
736 | Content-Type: [application/json; charset=utf-8] | 736 | Content-Type: [application/json; charset=utf-8] |
@@ -741,9 +741,9 @@ interactions: | |||
741 | X-Download-Options: [noopen] | 741 | X-Download-Options: [noopen] |
742 | X-Frame-Options: [SAMEORIGIN] | 742 | X-Frame-Options: [SAMEORIGIN] |
743 | X-Permitted-Cross-Domain-Policies: [none] | 743 | X-Permitted-Cross-Domain-Policies: [none] |
744 | X-Request-Id: [bd42f963-55e0-4565-bd3f-95e3ba9d6b0f] | 744 | X-Request-Id: [50b7da94-41c9-4422-bbed-78ebf76de3ce] |
745 | X-Runtime: ['0.110533'] | 745 | X-Runtime: ['0.147533'] |
746 | X-XSS-Protection: [1; mode=block] | 746 | X-XSS-Protection: [1; mode=block] |
747 | content-length: ['1259'] | 747 | content-length: ['1299'] |
748 | status: {code: 200, message: OK} | 748 | status: {code: 200, message: OK} |
749 | version: 1 | 749 | version: 1 |
diff --git a/tests/cassettes/test_fetch_next_previous_from_pagination_info.yaml b/tests/cassettes/test_fetch_next_previous_from_pagination_info.yaml index dcc75f6..01651d0 100644 --- a/tests/cassettes/test_fetch_next_previous_from_pagination_info.yaml +++ b/tests/cassettes/test_fetch_next_previous_from_pagination_info.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2019-10-12T21:00:57.005Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [11533877-b798-4432-94d9-ad28b59b9cd1] | 24 | X-Request-Id: [ae32b16c-712a-4109-88b9-392036a21925] |
25 | X-Runtime: ['0.045969'] | 25 | X-Runtime: ['0.651439'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['724'] | 27 | content-length: ['745'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: status=Toot+number+0%21 | 30 | body: status=Toot+number+0%21 |
@@ -39,9 +39,9 @@ interactions: | |||
39 | method: POST | 39 | method: POST |
40 | uri: http://localhost:3000/api/v1/statuses | 40 | uri: http://localhost:3000/api/v1/statuses |
41 | response: | 41 | response: |
42 | body: {string: '{"id":"102951423761078347","created_at":"2019-10-12T21:00:58.861Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423761078347","url":"http://localhost/@mastodonpy_test/102951423761078347","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 42 | body: {string: '{"id":"103704149189751466","created_at":"2020-02-22T19:28:57.717Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149189751466","url":"http://localhost/@mastodonpy_test/103704149189751466","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
43 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 43 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:00:58.876Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
45 | headers: | 45 | headers: |
46 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [30b4e1a4-381f-4570-8246-151619cb6677] | 55 | X-Request-Id: [f17c9f1b-ccda-4ffb-8677-931a2bcd778b] |
56 | X-Runtime: ['0.141524'] | 56 | X-Runtime: ['0.801649'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['1289'] | 58 | content-length: ['1329'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: status=Toot+number+1%21 | 61 | body: status=Toot+number+1%21 |
@@ -70,9 +70,9 @@ interactions: | |||
70 | method: POST | 70 | method: POST |
71 | uri: http://localhost:3000/api/v1/statuses | 71 | uri: http://localhost:3000/api/v1/statuses |
72 | response: | 72 | response: |
73 | body: {string: '{"id":"102951423771189178","created_at":"2019-10-12T21:00:59.016Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423771189178","url":"http://localhost/@mastodonpy_test/102951423771189178","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 73 | body: {string: '{"id":"103704149240204204","created_at":"2020-02-22T19:28:58.181Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149240204204","url":"http://localhost/@mastodonpy_test/103704149240204204","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
74 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 74 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
75 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:00:59.039Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 75 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
76 | headers: | 76 | headers: |
77 | Cache-Control: ['no-cache, no-store'] | 77 | Cache-Control: ['no-cache, no-store'] |
78 | Content-Type: [application/json; charset=utf-8] | 78 | Content-Type: [application/json; charset=utf-8] |
@@ -83,10 +83,10 @@ interactions: | |||
83 | X-Download-Options: [noopen] | 83 | X-Download-Options: [noopen] |
84 | X-Frame-Options: [SAMEORIGIN] | 84 | X-Frame-Options: [SAMEORIGIN] |
85 | X-Permitted-Cross-Domain-Policies: [none] | 85 | X-Permitted-Cross-Domain-Policies: [none] |
86 | X-Request-Id: [0c5bd96d-81a7-47a3-ad3a-08a8b077d2ad] | 86 | X-Request-Id: [d3af53b9-a9f0-41ce-b0c4-1a69b7e7f18a] |
87 | X-Runtime: ['0.177845'] | 87 | X-Runtime: ['0.211565'] |
88 | X-XSS-Protection: [1; mode=block] | 88 | X-XSS-Protection: [1; mode=block] |
89 | content-length: ['1289'] | 89 | content-length: ['1329'] |
90 | status: {code: 200, message: OK} | 90 | status: {code: 200, message: OK} |
91 | - request: | 91 | - request: |
92 | body: status=Toot+number+2%21 | 92 | body: status=Toot+number+2%21 |
@@ -101,9 +101,9 @@ interactions: | |||
101 | method: POST | 101 | method: POST |
102 | uri: http://localhost:3000/api/v1/statuses | 102 | uri: http://localhost:3000/api/v1/statuses |
103 | response: | 103 | response: |
104 | body: {string: '{"id":"102951423783128131","created_at":"2019-10-12T21:00:59.197Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423783128131","url":"http://localhost/@mastodonpy_test/102951423783128131","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 104 | body: {string: '{"id":"103704149255716248","created_at":"2020-02-22T19:28:58.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/103704149255716248","url":"http://localhost/@mastodonpy_test/103704149255716248","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
105 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 105 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:00:59.215Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
107 | headers: | 107 | headers: |
108 | Cache-Control: ['no-cache, no-store'] | 108 | Cache-Control: ['no-cache, no-store'] |
109 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
@@ -114,10 +114,10 @@ interactions: | |||
114 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
115 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
116 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
117 | X-Request-Id: [9e588fb8-8ec8-4059-b59f-843a829ee348] | 117 | X-Request-Id: [dc3327da-8fc5-46c6-8759-8953392d450d] |
118 | X-Runtime: ['0.119402'] | 118 | X-Runtime: ['0.211682'] |
119 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
120 | content-length: ['1289'] | 120 | content-length: ['1329'] |
121 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
122 | - request: | 122 | - request: |
123 | body: status=Toot+number+3%21 | 123 | body: status=Toot+number+3%21 |
@@ -132,9 +132,9 @@ interactions: | |||
132 | method: POST | 132 | method: POST |
133 | uri: http://localhost:3000/api/v1/statuses | 133 | uri: http://localhost:3000/api/v1/statuses |
134 | response: | 134 | response: |
135 | body: {string: '{"id":"102951423794228961","created_at":"2019-10-12T21:00:59.384Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423794228961","url":"http://localhost/@mastodonpy_test/102951423794228961","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 135 | body: {string: '{"id":"103704149270849591","created_at":"2020-02-22T19:28:58.643Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149270849591","url":"http://localhost/@mastodonpy_test/103704149270849591","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
136 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 136 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
137 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":5,"last_status_at":"2019-10-12T21:00:59.402Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 137 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
138 | headers: | 138 | headers: |
139 | Cache-Control: ['no-cache, no-store'] | 139 | Cache-Control: ['no-cache, no-store'] |
140 | Content-Type: [application/json; charset=utf-8] | 140 | Content-Type: [application/json; charset=utf-8] |
@@ -145,10 +145,10 @@ interactions: | |||
145 | X-Download-Options: [noopen] | 145 | X-Download-Options: [noopen] |
146 | X-Frame-Options: [SAMEORIGIN] | 146 | X-Frame-Options: [SAMEORIGIN] |
147 | X-Permitted-Cross-Domain-Policies: [none] | 147 | X-Permitted-Cross-Domain-Policies: [none] |
148 | X-Request-Id: [ce61a584-0110-4c85-8534-6df6099e6769] | 148 | X-Request-Id: [3b34502f-358b-4f69-a8a7-b72cee3056a0] |
149 | X-Runtime: ['0.200404'] | 149 | X-Runtime: ['0.205497'] |
150 | X-XSS-Protection: [1; mode=block] | 150 | X-XSS-Protection: [1; mode=block] |
151 | content-length: ['1289'] | 151 | content-length: ['1329'] |
152 | status: {code: 200, message: OK} | 152 | status: {code: 200, message: OK} |
153 | - request: | 153 | - request: |
154 | body: status=Toot+number+4%21 | 154 | body: status=Toot+number+4%21 |
@@ -163,9 +163,9 @@ interactions: | |||
163 | method: POST | 163 | method: POST |
164 | uri: http://localhost:3000/api/v1/statuses | 164 | uri: http://localhost:3000/api/v1/statuses |
165 | response: | 165 | response: |
166 | body: {string: '{"id":"102951423806332812","created_at":"2019-10-12T21:00:59.554Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423806332812","url":"http://localhost/@mastodonpy_test/102951423806332812","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 166 | body: {string: '{"id":"103704149285153724","created_at":"2020-02-22T19:28:58.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/103704149285153724","url":"http://localhost/@mastodonpy_test/103704149285153724","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
167 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 167 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
168 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":6,"last_status_at":"2019-10-12T21:00:59.571Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 168 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
169 | headers: | 169 | headers: |
170 | Cache-Control: ['no-cache, no-store'] | 170 | Cache-Control: ['no-cache, no-store'] |
171 | Content-Type: [application/json; charset=utf-8] | 171 | Content-Type: [application/json; charset=utf-8] |
@@ -176,10 +176,10 @@ interactions: | |||
176 | X-Download-Options: [noopen] | 176 | X-Download-Options: [noopen] |
177 | X-Frame-Options: [SAMEORIGIN] | 177 | X-Frame-Options: [SAMEORIGIN] |
178 | X-Permitted-Cross-Domain-Policies: [none] | 178 | X-Permitted-Cross-Domain-Policies: [none] |
179 | X-Request-Id: [ab40b719-c85a-4b64-9566-db86c60b942f] | 179 | X-Request-Id: [49cc87eb-ae66-4bbb-8fca-79277c82b4b6] |
180 | X-Runtime: ['0.155469'] | 180 | X-Runtime: ['0.214698'] |
181 | X-XSS-Protection: [1; mode=block] | 181 | X-XSS-Protection: [1; mode=block] |
182 | content-length: ['1289'] | 182 | content-length: ['1329'] |
183 | status: {code: 200, message: OK} | 183 | status: {code: 200, message: OK} |
184 | - request: | 184 | - request: |
185 | body: status=Toot+number+5%21 | 185 | body: status=Toot+number+5%21 |
@@ -194,9 +194,9 @@ interactions: | |||
194 | method: POST | 194 | method: POST |
195 | uri: http://localhost:3000/api/v1/statuses | 195 | uri: http://localhost:3000/api/v1/statuses |
196 | response: | 196 | response: |
197 | body: {string: '{"id":"102951423816780275","created_at":"2019-10-12T21:00:59.714Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423816780275","url":"http://localhost/@mastodonpy_test/102951423816780275","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 197 | body: {string: '{"id":"103704149300069225","created_at":"2020-02-22T19:28:59.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/103704149300069225","url":"http://localhost/@mastodonpy_test/103704149300069225","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
198 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 198 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
199 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":7,"last_status_at":"2019-10-12T21:00:59.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 199 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
200 | headers: | 200 | headers: |
201 | Cache-Control: ['no-cache, no-store'] | 201 | Cache-Control: ['no-cache, no-store'] |
202 | Content-Type: [application/json; charset=utf-8] | 202 | Content-Type: [application/json; charset=utf-8] |
@@ -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: [58c553d7-d6f7-454a-895b-ff3de3b5b539] | 210 | X-Request-Id: [c0aed740-e674-4ca5-8e98-f4cba0044418] |
211 | X-Runtime: ['0.166550'] | 211 | X-Runtime: ['0.225727'] |
212 | X-XSS-Protection: [1; mode=block] | 212 | X-XSS-Protection: [1; mode=block] |
213 | content-length: ['1289'] | 213 | content-length: ['1329'] |
214 | status: {code: 200, message: OK} | 214 | status: {code: 200, message: OK} |
215 | - request: | 215 | - request: |
216 | body: status=Toot+number+6%21 | 216 | body: status=Toot+number+6%21 |
@@ -225,9 +225,9 @@ interactions: | |||
225 | method: POST | 225 | method: POST |
226 | uri: http://localhost:3000/api/v1/statuses | 226 | uri: http://localhost:3000/api/v1/statuses |
227 | response: | 227 | response: |
228 | body: {string: '{"id":"102951423828253880","created_at":"2019-10-12T21:00:59.888Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423828253880","url":"http://localhost/@mastodonpy_test/102951423828253880","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 228 | body: {string: '{"id":"103704149316561035","created_at":"2020-02-22T19:28:59.341Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149316561035","url":"http://localhost/@mastodonpy_test/103704149316561035","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
229 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 229 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
230 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":8,"last_status_at":"2019-10-12T21:00:59.906Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 230 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
231 | headers: | 231 | headers: |
232 | Cache-Control: ['no-cache, no-store'] | 232 | Cache-Control: ['no-cache, no-store'] |
233 | Content-Type: [application/json; charset=utf-8] | 233 | Content-Type: [application/json; charset=utf-8] |
@@ -238,10 +238,10 @@ interactions: | |||
238 | X-Download-Options: [noopen] | 238 | X-Download-Options: [noopen] |
239 | X-Frame-Options: [SAMEORIGIN] | 239 | X-Frame-Options: [SAMEORIGIN] |
240 | X-Permitted-Cross-Domain-Policies: [none] | 240 | X-Permitted-Cross-Domain-Policies: [none] |
241 | X-Request-Id: [65182d35-0dad-4d3a-af6c-20c3a03eafef] | 241 | X-Request-Id: [93854c13-4b4c-420e-a825-c65efae49785] |
242 | X-Runtime: ['0.158028'] | 242 | X-Runtime: ['0.251071'] |
243 | X-XSS-Protection: [1; mode=block] | 243 | X-XSS-Protection: [1; mode=block] |
244 | content-length: ['1289'] | 244 | content-length: ['1329'] |
245 | status: {code: 200, message: OK} | 245 | status: {code: 200, message: OK} |
246 | - request: | 246 | - request: |
247 | body: status=Toot+number+7%21 | 247 | body: status=Toot+number+7%21 |
@@ -256,9 +256,9 @@ interactions: | |||
256 | method: POST | 256 | method: POST |
257 | uri: http://localhost:3000/api/v1/statuses | 257 | uri: http://localhost:3000/api/v1/statuses |
258 | response: | 258 | response: |
259 | body: {string: '{"id":"102951423839758148","created_at":"2019-10-12T21:01:00.063Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423839758148","url":"http://localhost/@mastodonpy_test/102951423839758148","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 259 | body: {string: '{"id":"103704149334172751","created_at":"2020-02-22T19:28:59.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/103704149334172751","url":"http://localhost/@mastodonpy_test/103704149334172751","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
260 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 260 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
261 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":9,"last_status_at":"2019-10-12T21:01:00.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 261 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
262 | headers: | 262 | headers: |
263 | Cache-Control: ['no-cache, no-store'] | 263 | Cache-Control: ['no-cache, no-store'] |
264 | Content-Type: [application/json; charset=utf-8] | 264 | Content-Type: [application/json; charset=utf-8] |
@@ -269,10 +269,10 @@ interactions: | |||
269 | X-Download-Options: [noopen] | 269 | X-Download-Options: [noopen] |
270 | X-Frame-Options: [SAMEORIGIN] | 270 | X-Frame-Options: [SAMEORIGIN] |
271 | X-Permitted-Cross-Domain-Policies: [none] | 271 | X-Permitted-Cross-Domain-Policies: [none] |
272 | X-Request-Id: [6cd687cf-d05a-4d96-9238-0e65480f4367] | 272 | X-Request-Id: [31c48d09-3509-4a99-ba24-5c08cc689296] |
273 | X-Runtime: ['0.159979'] | 273 | X-Runtime: ['0.203192'] |
274 | X-XSS-Protection: [1; mode=block] | 274 | X-XSS-Protection: [1; mode=block] |
275 | content-length: ['1289'] | 275 | content-length: ['1329'] |
276 | status: {code: 200, message: OK} | 276 | status: {code: 200, message: OK} |
277 | - request: | 277 | - request: |
278 | body: status=Toot+number+8%21 | 278 | body: status=Toot+number+8%21 |
@@ -287,9 +287,9 @@ interactions: | |||
287 | method: POST | 287 | method: POST |
288 | uri: http://localhost:3000/api/v1/statuses | 288 | uri: http://localhost:3000/api/v1/statuses |
289 | response: | 289 | response: |
290 | body: {string: '{"id":"102951423851161305","created_at":"2019-10-12T21:01:00.250Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423851161305","url":"http://localhost/@mastodonpy_test/102951423851161305","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 290 | body: {string: '{"id":"103704149348344165","created_at":"2020-02-22T19:28:59.827Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149348344165","url":"http://localhost/@mastodonpy_test/103704149348344165","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
291 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 291 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
292 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":10,"last_status_at":"2019-10-12T21:01:00.265Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 292 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
293 | headers: | 293 | headers: |
294 | Cache-Control: ['no-cache, no-store'] | 294 | Cache-Control: ['no-cache, no-store'] |
295 | Content-Type: [application/json; charset=utf-8] | 295 | Content-Type: [application/json; charset=utf-8] |
@@ -300,10 +300,10 @@ interactions: | |||
300 | X-Download-Options: [noopen] | 300 | X-Download-Options: [noopen] |
301 | X-Frame-Options: [SAMEORIGIN] | 301 | X-Frame-Options: [SAMEORIGIN] |
302 | X-Permitted-Cross-Domain-Policies: [none] | 302 | X-Permitted-Cross-Domain-Policies: [none] |
303 | X-Request-Id: [3da47dbc-c75c-446a-89bb-3bd748a168d9] | 303 | X-Request-Id: [24ce9bfd-9f86-4a6a-b889-998c58c137f2] |
304 | X-Runtime: ['0.165774'] | 304 | X-Runtime: ['0.223554'] |
305 | X-XSS-Protection: [1; mode=block] | 305 | X-XSS-Protection: [1; mode=block] |
306 | content-length: ['1290'] | 306 | content-length: ['1330'] |
307 | status: {code: 200, message: OK} | 307 | status: {code: 200, message: OK} |
308 | - request: | 308 | - request: |
309 | body: status=Toot+number+9%21 | 309 | body: status=Toot+number+9%21 |
@@ -318,9 +318,9 @@ interactions: | |||
318 | method: POST | 318 | method: POST |
319 | uri: http://localhost:3000/api/v1/statuses | 319 | uri: http://localhost:3000/api/v1/statuses |
320 | response: | 320 | response: |
321 | body: {string: '{"id":"102951423862545181","created_at":"2019-10-12T21:01:00.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/102951423862545181","url":"http://localhost/@mastodonpy_test/102951423862545181","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 321 | body: {string: '{"id":"103704149365440398","created_at":"2020-02-22T19:29:00.089Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149365440398","url":"http://localhost/@mastodonpy_test/103704149365440398","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
322 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 322 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
323 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 323 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
324 | headers: | 324 | headers: |
325 | Cache-Control: ['no-cache, no-store'] | 325 | Cache-Control: ['no-cache, no-store'] |
326 | Content-Type: [application/json; charset=utf-8] | 326 | Content-Type: [application/json; charset=utf-8] |
@@ -331,10 +331,10 @@ interactions: | |||
331 | X-Download-Options: [noopen] | 331 | X-Download-Options: [noopen] |
332 | X-Frame-Options: [SAMEORIGIN] | 332 | X-Frame-Options: [SAMEORIGIN] |
333 | X-Permitted-Cross-Domain-Policies: [none] | 333 | X-Permitted-Cross-Domain-Policies: [none] |
334 | X-Request-Id: [07917244-03a7-4501-83bd-aa1ff7e64413] | 334 | X-Request-Id: [98577765-f52d-4994-a792-36c9eef95f62] |
335 | X-Runtime: ['0.150284'] | 335 | X-Runtime: ['0.228954'] |
336 | X-XSS-Protection: [1; mode=block] | 336 | X-XSS-Protection: [1; mode=block] |
337 | content-length: ['1290'] | 337 | content-length: ['1330'] |
338 | status: {code: 200, message: OK} | 338 | status: {code: 200, message: OK} |
339 | - request: | 339 | - request: |
340 | body: null | 340 | body: null |
@@ -347,22 +347,22 @@ interactions: | |||
347 | method: GET | 347 | method: GET |
348 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 | 348 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5 |
349 | response: | 349 | response: |
350 | body: {string: '[{"id":"102951423862545181","created_at":"2019-10-12T21:01:00.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/102951423862545181","url":"http://localhost/@mastodonpy_test/102951423862545181","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 350 | body: {string: '[{"id":"103704149365440398","created_at":"2020-02-22T19:29:00.089Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149365440398","url":"http://localhost/@mastodonpy_test/103704149365440398","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
351 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 351 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
352 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423851161305","created_at":"2019-10-12T21:01:00.250Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423851161305","url":"http://localhost/@mastodonpy_test/102951423851161305","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 352 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149348344165","created_at":"2020-02-22T19:28:59.827Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149348344165","url":"http://localhost/@mastodonpy_test/103704149348344165","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
353 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 353 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
354 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423839758148","created_at":"2019-10-12T21:01:00.063Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423839758148","url":"http://localhost/@mastodonpy_test/102951423839758148","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 354 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149334172751","created_at":"2020-02-22T19:28:59.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/103704149334172751","url":"http://localhost/@mastodonpy_test/103704149334172751","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
355 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 355 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
356 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423828253880","created_at":"2019-10-12T21:00:59.888Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423828253880","url":"http://localhost/@mastodonpy_test/102951423828253880","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 356 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149316561035","created_at":"2020-02-22T19:28:59.341Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149316561035","url":"http://localhost/@mastodonpy_test/103704149316561035","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
357 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 357 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
358 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423816780275","created_at":"2019-10-12T21:00:59.714Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423816780275","url":"http://localhost/@mastodonpy_test/102951423816780275","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 358 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149300069225","created_at":"2020-02-22T19:28:59.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/103704149300069225","url":"http://localhost/@mastodonpy_test/103704149300069225","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
359 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 359 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
360 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | 360 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
361 | headers: | 361 | headers: |
362 | Cache-Control: ['no-cache, no-store'] | 362 | Cache-Control: ['no-cache, no-store'] |
363 | Content-Type: [application/json; charset=utf-8] | 363 | Content-Type: [application/json; charset=utf-8] |
364 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102951423816780275>; | 364 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=103704149300069225>; |
365 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102951423862545181>; | 365 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=103704149365440398>; |
366 | rel="prev"'] | 366 | rel="prev"'] |
367 | Referrer-Policy: [strict-origin-when-cross-origin] | 367 | Referrer-Policy: [strict-origin-when-cross-origin] |
368 | Transfer-Encoding: [chunked] | 368 | Transfer-Encoding: [chunked] |
@@ -371,10 +371,10 @@ interactions: | |||
371 | X-Download-Options: [noopen] | 371 | X-Download-Options: [noopen] |
372 | X-Frame-Options: [SAMEORIGIN] | 372 | X-Frame-Options: [SAMEORIGIN] |
373 | X-Permitted-Cross-Domain-Policies: [none] | 373 | X-Permitted-Cross-Domain-Policies: [none] |
374 | X-Request-Id: [df77b953-19cf-4f44-b964-1b84d3cd9294] | 374 | X-Request-Id: [4960311a-9e9a-4722-9417-5a34c30c805b] |
375 | X-Runtime: ['0.122299'] | 375 | X-Runtime: ['0.338488'] |
376 | X-XSS-Protection: [1; mode=block] | 376 | X-XSS-Protection: [1; mode=block] |
377 | content-length: ['6456'] | 377 | content-length: ['6656'] |
378 | status: {code: 200, message: OK} | 378 | status: {code: 200, message: OK} |
379 | - request: | 379 | - request: |
380 | body: null | 380 | body: null |
@@ -385,24 +385,24 @@ interactions: | |||
385 | Connection: [keep-alive] | 385 | Connection: [keep-alive] |
386 | User-Agent: [python-requests/2.18.4] | 386 | User-Agent: [python-requests/2.18.4] |
387 | method: GET | 387 | method: GET |
388 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102951423816780275 | 388 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=103704149300069225 |
389 | response: | 389 | response: |
390 | body: {string: '[{"id":"102951423806332812","created_at":"2019-10-12T21:00:59.554Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423806332812","url":"http://localhost/@mastodonpy_test/102951423806332812","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 390 | body: {string: '[{"id":"103704149285153724","created_at":"2020-02-22T19:28:58.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/103704149285153724","url":"http://localhost/@mastodonpy_test/103704149285153724","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
391 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 391 | number 4!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
392 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423794228961","created_at":"2019-10-12T21:00:59.384Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423794228961","url":"http://localhost/@mastodonpy_test/102951423794228961","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 392 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149270849591","created_at":"2020-02-22T19:28:58.643Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149270849591","url":"http://localhost/@mastodonpy_test/103704149270849591","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
393 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 393 | number 3!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
394 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423783128131","created_at":"2019-10-12T21:00:59.197Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423783128131","url":"http://localhost/@mastodonpy_test/102951423783128131","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 394 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149255716248","created_at":"2020-02-22T19:28:58.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/103704149255716248","url":"http://localhost/@mastodonpy_test/103704149255716248","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
395 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 395 | number 2!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
396 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423771189178","created_at":"2019-10-12T21:00:59.016Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423771189178","url":"http://localhost/@mastodonpy_test/102951423771189178","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 396 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149240204204","created_at":"2020-02-22T19:28:58.181Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149240204204","url":"http://localhost/@mastodonpy_test/103704149240204204","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
397 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 397 | number 1!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
398 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423761078347","created_at":"2019-10-12T21:00:58.861Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423761078347","url":"http://localhost/@mastodonpy_test/102951423761078347","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 398 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149189751466","created_at":"2020-02-22T19:28:57.717Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149189751466","url":"http://localhost/@mastodonpy_test/103704149189751466","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
399 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 399 | number 0!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
400 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | 400 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
401 | headers: | 401 | headers: |
402 | Cache-Control: ['no-cache, no-store'] | 402 | Cache-Control: ['no-cache, no-store'] |
403 | Content-Type: [application/json; charset=utf-8] | 403 | Content-Type: [application/json; charset=utf-8] |
404 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102951423761078347>; | 404 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=103704149189751466>; |
405 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102951423806332812>; | 405 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=103704149285153724>; |
406 | rel="prev"'] | 406 | rel="prev"'] |
407 | Referrer-Policy: [strict-origin-when-cross-origin] | 407 | Referrer-Policy: [strict-origin-when-cross-origin] |
408 | Transfer-Encoding: [chunked] | 408 | Transfer-Encoding: [chunked] |
@@ -411,10 +411,10 @@ interactions: | |||
411 | X-Download-Options: [noopen] | 411 | X-Download-Options: [noopen] |
412 | X-Frame-Options: [SAMEORIGIN] | 412 | X-Frame-Options: [SAMEORIGIN] |
413 | X-Permitted-Cross-Domain-Policies: [none] | 413 | X-Permitted-Cross-Domain-Policies: [none] |
414 | X-Request-Id: [903a2eb6-5d8f-4e43-b313-9d97b8f5a262] | 414 | X-Request-Id: [aa025632-b316-43c0-afc5-243f62d2b6b8] |
415 | X-Runtime: ['0.095154'] | 415 | X-Runtime: ['0.201975'] |
416 | X-XSS-Protection: [1; mode=block] | 416 | X-XSS-Protection: [1; mode=block] |
417 | content-length: ['6456'] | 417 | content-length: ['6656'] |
418 | status: {code: 200, message: OK} | 418 | status: {code: 200, message: OK} |
419 | - request: | 419 | - request: |
420 | body: null | 420 | body: null |
@@ -425,24 +425,24 @@ interactions: | |||
425 | Connection: [keep-alive] | 425 | Connection: [keep-alive] |
426 | User-Agent: [python-requests/2.18.4] | 426 | User-Agent: [python-requests/2.18.4] |
427 | method: GET | 427 | method: GET |
428 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102951423806332812 | 428 | uri: http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=103704149285153724 |
429 | response: | 429 | response: |
430 | body: {string: '[{"id":"102951423862545181","created_at":"2019-10-12T21:01:00.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/102951423862545181","url":"http://localhost/@mastodonpy_test/102951423862545181","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 430 | body: {string: '[{"id":"103704149365440398","created_at":"2020-02-22T19:29:00.089Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149365440398","url":"http://localhost/@mastodonpy_test/103704149365440398","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
431 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 431 | number 9!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
432 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423851161305","created_at":"2019-10-12T21:01:00.250Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423851161305","url":"http://localhost/@mastodonpy_test/102951423851161305","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 432 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149348344165","created_at":"2020-02-22T19:28:59.827Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149348344165","url":"http://localhost/@mastodonpy_test/103704149348344165","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
433 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 433 | number 8!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
434 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423839758148","created_at":"2019-10-12T21:01:00.063Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423839758148","url":"http://localhost/@mastodonpy_test/102951423839758148","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 434 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149334172751","created_at":"2020-02-22T19:28:59.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/103704149334172751","url":"http://localhost/@mastodonpy_test/103704149334172751","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
435 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 435 | number 7!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
436 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423828253880","created_at":"2019-10-12T21:00:59.888Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423828253880","url":"http://localhost/@mastodonpy_test/102951423828253880","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 436 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149316561035","created_at":"2020-02-22T19:28:59.341Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149316561035","url":"http://localhost/@mastodonpy_test/103704149316561035","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
437 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 437 | number 6!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
438 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951423816780275","created_at":"2019-10-12T21:00:59.714Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423816780275","url":"http://localhost/@mastodonpy_test/102951423816780275","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 438 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704149300069225","created_at":"2020-02-22T19:28:59.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/103704149300069225","url":"http://localhost/@mastodonpy_test/103704149300069225","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
439 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 439 | number 5!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
440 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | 440 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
441 | headers: | 441 | headers: |
442 | Cache-Control: ['no-cache, no-store'] | 442 | Cache-Control: ['no-cache, no-store'] |
443 | Content-Type: [application/json; charset=utf-8] | 443 | Content-Type: [application/json; charset=utf-8] |
444 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=102951423816780275>; | 444 | Link: ['<http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&max_id=103704149300069225>; |
445 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=102951423862545181>; | 445 | rel="next", <http://localhost:3000/api/v1/accounts/1234567890123456/statuses?limit=5&min_id=103704149365440398>; |
446 | rel="prev"'] | 446 | rel="prev"'] |
447 | Referrer-Policy: [strict-origin-when-cross-origin] | 447 | Referrer-Policy: [strict-origin-when-cross-origin] |
448 | Transfer-Encoding: [chunked] | 448 | Transfer-Encoding: [chunked] |
@@ -451,10 +451,10 @@ interactions: | |||
451 | X-Download-Options: [noopen] | 451 | X-Download-Options: [noopen] |
452 | X-Frame-Options: [SAMEORIGIN] | 452 | X-Frame-Options: [SAMEORIGIN] |
453 | X-Permitted-Cross-Domain-Policies: [none] | 453 | X-Permitted-Cross-Domain-Policies: [none] |
454 | X-Request-Id: [b26a5842-2078-44e1-88a5-09fb4fbfdb79] | 454 | X-Request-Id: [03a7b3a0-09b2-4281-833e-d5885806890e] |
455 | X-Runtime: ['0.098854'] | 455 | X-Runtime: ['0.169965'] |
456 | X-XSS-Protection: [1; mode=block] | 456 | X-XSS-Protection: [1; mode=block] |
457 | content-length: ['6456'] | 457 | content-length: ['6656'] |
458 | status: {code: 200, message: OK} | 458 | status: {code: 200, message: OK} |
459 | - request: | 459 | - request: |
460 | body: null | 460 | body: null |
@@ -466,10 +466,10 @@ interactions: | |||
466 | Content-Length: ['0'] | 466 | Content-Length: ['0'] |
467 | User-Agent: [python-requests/2.18.4] | 467 | User-Agent: [python-requests/2.18.4] |
468 | method: DELETE | 468 | method: DELETE |
469 | uri: http://localhost:3000/api/v1/statuses/102951423761078347 | 469 | uri: http://localhost:3000/api/v1/statuses/103704149189751466 |
470 | response: | 470 | response: |
471 | body: {string: '{"id":"102951423761078347","created_at":"2019-10-12T21:00:58.861Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423761078347","url":"http://localhost/@mastodonpy_test/102951423761078347","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 471 | body: {string: '{"id":"103704149189751466","created_at":"2020-02-22T19:28:57.717Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149189751466","url":"http://localhost/@mastodonpy_test/103704149189751466","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
472 | number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 472 | number 0!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
473 | headers: | 473 | headers: |
474 | Cache-Control: ['no-cache, no-store'] | 474 | Cache-Control: ['no-cache, no-store'] |
475 | Content-Type: [application/json; charset=utf-8] | 475 | Content-Type: [application/json; charset=utf-8] |
@@ -480,10 +480,10 @@ interactions: | |||
480 | X-Download-Options: [noopen] | 480 | X-Download-Options: [noopen] |
481 | X-Frame-Options: [SAMEORIGIN] | 481 | X-Frame-Options: [SAMEORIGIN] |
482 | X-Permitted-Cross-Domain-Policies: [none] | 482 | X-Permitted-Cross-Domain-Policies: [none] |
483 | X-Request-Id: [04b66442-038b-4440-b1c0-ea35a071997b] | 483 | X-Request-Id: [c9121201-0be7-4c73-bdce-884e21d969d4] |
484 | X-Runtime: ['0.093058'] | 484 | X-Runtime: ['0.157991'] |
485 | X-XSS-Protection: [1; mode=block] | 485 | X-XSS-Protection: [1; mode=block] |
486 | content-length: ['1260'] | 486 | content-length: ['1300'] |
487 | status: {code: 200, message: OK} | 487 | status: {code: 200, message: OK} |
488 | - request: | 488 | - request: |
489 | body: null | 489 | body: null |
@@ -495,10 +495,10 @@ interactions: | |||
495 | Content-Length: ['0'] | 495 | Content-Length: ['0'] |
496 | User-Agent: [python-requests/2.18.4] | 496 | User-Agent: [python-requests/2.18.4] |
497 | method: DELETE | 497 | method: DELETE |
498 | uri: http://localhost:3000/api/v1/statuses/102951423771189178 | 498 | uri: http://localhost:3000/api/v1/statuses/103704149240204204 |
499 | response: | 499 | response: |
500 | body: {string: '{"id":"102951423771189178","created_at":"2019-10-12T21:00:59.016Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423771189178","url":"http://localhost/@mastodonpy_test/102951423771189178","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 500 | body: {string: '{"id":"103704149240204204","created_at":"2020-02-22T19:28:58.181Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149240204204","url":"http://localhost/@mastodonpy_test/103704149240204204","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
501 | number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":10,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 501 | number 1!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
502 | headers: | 502 | headers: |
503 | Cache-Control: ['no-cache, no-store'] | 503 | Cache-Control: ['no-cache, no-store'] |
504 | Content-Type: [application/json; charset=utf-8] | 504 | Content-Type: [application/json; charset=utf-8] |
@@ -509,10 +509,10 @@ interactions: | |||
509 | X-Download-Options: [noopen] | 509 | X-Download-Options: [noopen] |
510 | X-Frame-Options: [SAMEORIGIN] | 510 | X-Frame-Options: [SAMEORIGIN] |
511 | X-Permitted-Cross-Domain-Policies: [none] | 511 | X-Permitted-Cross-Domain-Policies: [none] |
512 | X-Request-Id: [0729ebda-1eff-4cdd-b5bf-3efdc4e05036] | 512 | X-Request-Id: [e2df2022-af35-41e7-ab48-c888b17fb266] |
513 | X-Runtime: ['0.133137'] | 513 | X-Runtime: ['0.205063'] |
514 | X-XSS-Protection: [1; mode=block] | 514 | X-XSS-Protection: [1; mode=block] |
515 | content-length: ['1260'] | 515 | content-length: ['1300'] |
516 | status: {code: 200, message: OK} | 516 | status: {code: 200, message: OK} |
517 | - request: | 517 | - request: |
518 | body: null | 518 | body: null |
@@ -524,10 +524,10 @@ interactions: | |||
524 | Content-Length: ['0'] | 524 | Content-Length: ['0'] |
525 | User-Agent: [python-requests/2.18.4] | 525 | User-Agent: [python-requests/2.18.4] |
526 | method: DELETE | 526 | method: DELETE |
527 | uri: http://localhost:3000/api/v1/statuses/102951423783128131 | 527 | uri: http://localhost:3000/api/v1/statuses/103704149255716248 |
528 | response: | 528 | response: |
529 | body: {string: '{"id":"102951423783128131","created_at":"2019-10-12T21:00:59.197Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423783128131","url":"http://localhost/@mastodonpy_test/102951423783128131","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 529 | body: {string: '{"id":"103704149255716248","created_at":"2020-02-22T19:28:58.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/103704149255716248","url":"http://localhost/@mastodonpy_test/103704149255716248","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
530 | number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":9,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 530 | number 2!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
531 | headers: | 531 | headers: |
532 | Cache-Control: ['no-cache, no-store'] | 532 | Cache-Control: ['no-cache, no-store'] |
533 | Content-Type: [application/json; charset=utf-8] | 533 | Content-Type: [application/json; charset=utf-8] |
@@ -538,10 +538,10 @@ interactions: | |||
538 | X-Download-Options: [noopen] | 538 | X-Download-Options: [noopen] |
539 | X-Frame-Options: [SAMEORIGIN] | 539 | X-Frame-Options: [SAMEORIGIN] |
540 | X-Permitted-Cross-Domain-Policies: [none] | 540 | X-Permitted-Cross-Domain-Policies: [none] |
541 | X-Request-Id: [248c641c-53cc-468c-a76a-8a6bc0e44052] | 541 | X-Request-Id: [cd3f1791-e612-445c-853a-d1b49229fdc7] |
542 | X-Runtime: ['0.101796'] | 542 | X-Runtime: ['0.173011'] |
543 | X-XSS-Protection: [1; mode=block] | 543 | X-XSS-Protection: [1; mode=block] |
544 | content-length: ['1259'] | 544 | content-length: ['1299'] |
545 | status: {code: 200, message: OK} | 545 | status: {code: 200, message: OK} |
546 | - request: | 546 | - request: |
547 | body: null | 547 | body: null |
@@ -553,10 +553,10 @@ interactions: | |||
553 | Content-Length: ['0'] | 553 | Content-Length: ['0'] |
554 | User-Agent: [python-requests/2.18.4] | 554 | User-Agent: [python-requests/2.18.4] |
555 | method: DELETE | 555 | method: DELETE |
556 | uri: http://localhost:3000/api/v1/statuses/102951423794228961 | 556 | uri: http://localhost:3000/api/v1/statuses/103704149270849591 |
557 | response: | 557 | response: |
558 | body: {string: '{"id":"102951423794228961","created_at":"2019-10-12T21:00:59.384Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423794228961","url":"http://localhost/@mastodonpy_test/102951423794228961","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 558 | body: {string: '{"id":"103704149270849591","created_at":"2020-02-22T19:28:58.643Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149270849591","url":"http://localhost/@mastodonpy_test/103704149270849591","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
559 | number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":8,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 559 | number 3!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
560 | headers: | 560 | headers: |
561 | Cache-Control: ['no-cache, no-store'] | 561 | Cache-Control: ['no-cache, no-store'] |
562 | Content-Type: [application/json; charset=utf-8] | 562 | Content-Type: [application/json; charset=utf-8] |
@@ -567,10 +567,10 @@ interactions: | |||
567 | X-Download-Options: [noopen] | 567 | X-Download-Options: [noopen] |
568 | X-Frame-Options: [SAMEORIGIN] | 568 | X-Frame-Options: [SAMEORIGIN] |
569 | X-Permitted-Cross-Domain-Policies: [none] | 569 | X-Permitted-Cross-Domain-Policies: [none] |
570 | X-Request-Id: [79413639-2783-48f5-9880-94cda532aaf7] | 570 | X-Request-Id: [86e29869-c84c-4bda-ba30-cf3b7c047351] |
571 | X-Runtime: ['0.101881'] | 571 | X-Runtime: ['0.162408'] |
572 | X-XSS-Protection: [1; mode=block] | 572 | X-XSS-Protection: [1; mode=block] |
573 | content-length: ['1259'] | 573 | content-length: ['1299'] |
574 | status: {code: 200, message: OK} | 574 | status: {code: 200, message: OK} |
575 | - request: | 575 | - request: |
576 | body: null | 576 | body: null |
@@ -582,10 +582,10 @@ interactions: | |||
582 | Content-Length: ['0'] | 582 | Content-Length: ['0'] |
583 | User-Agent: [python-requests/2.18.4] | 583 | User-Agent: [python-requests/2.18.4] |
584 | method: DELETE | 584 | method: DELETE |
585 | uri: http://localhost:3000/api/v1/statuses/102951423806332812 | 585 | uri: http://localhost:3000/api/v1/statuses/103704149285153724 |
586 | response: | 586 | response: |
587 | body: {string: '{"id":"102951423806332812","created_at":"2019-10-12T21:00:59.554Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423806332812","url":"http://localhost/@mastodonpy_test/102951423806332812","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 587 | body: {string: '{"id":"103704149285153724","created_at":"2020-02-22T19:28:58.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/103704149285153724","url":"http://localhost/@mastodonpy_test/103704149285153724","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
588 | number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":7,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 588 | number 4!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
589 | headers: | 589 | headers: |
590 | Cache-Control: ['no-cache, no-store'] | 590 | Cache-Control: ['no-cache, no-store'] |
591 | Content-Type: [application/json; charset=utf-8] | 591 | Content-Type: [application/json; charset=utf-8] |
@@ -596,10 +596,10 @@ interactions: | |||
596 | X-Download-Options: [noopen] | 596 | X-Download-Options: [noopen] |
597 | X-Frame-Options: [SAMEORIGIN] | 597 | X-Frame-Options: [SAMEORIGIN] |
598 | X-Permitted-Cross-Domain-Policies: [none] | 598 | X-Permitted-Cross-Domain-Policies: [none] |
599 | X-Request-Id: [b969d9ed-2763-4b93-8dfc-97db780451b8] | 599 | X-Request-Id: [4c6c6433-9a62-4b28-ad17-98c12279e9da] |
600 | X-Runtime: ['0.099748'] | 600 | X-Runtime: ['0.126905'] |
601 | X-XSS-Protection: [1; mode=block] | 601 | X-XSS-Protection: [1; mode=block] |
602 | content-length: ['1259'] | 602 | content-length: ['1299'] |
603 | status: {code: 200, message: OK} | 603 | status: {code: 200, message: OK} |
604 | - request: | 604 | - request: |
605 | body: null | 605 | body: null |
@@ -611,10 +611,10 @@ interactions: | |||
611 | Content-Length: ['0'] | 611 | Content-Length: ['0'] |
612 | User-Agent: [python-requests/2.18.4] | 612 | User-Agent: [python-requests/2.18.4] |
613 | method: DELETE | 613 | method: DELETE |
614 | uri: http://localhost:3000/api/v1/statuses/102951423816780275 | 614 | uri: http://localhost:3000/api/v1/statuses/103704149300069225 |
615 | response: | 615 | response: |
616 | body: {string: '{"id":"102951423816780275","created_at":"2019-10-12T21:00:59.714Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423816780275","url":"http://localhost/@mastodonpy_test/102951423816780275","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 616 | body: {string: '{"id":"103704149300069225","created_at":"2020-02-22T19:28:59.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/103704149300069225","url":"http://localhost/@mastodonpy_test/103704149300069225","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
617 | number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":6,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 617 | number 5!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
618 | headers: | 618 | headers: |
619 | Cache-Control: ['no-cache, no-store'] | 619 | Cache-Control: ['no-cache, no-store'] |
620 | Content-Type: [application/json; charset=utf-8] | 620 | Content-Type: [application/json; charset=utf-8] |
@@ -625,10 +625,10 @@ interactions: | |||
625 | X-Download-Options: [noopen] | 625 | X-Download-Options: [noopen] |
626 | X-Frame-Options: [SAMEORIGIN] | 626 | X-Frame-Options: [SAMEORIGIN] |
627 | X-Permitted-Cross-Domain-Policies: [none] | 627 | X-Permitted-Cross-Domain-Policies: [none] |
628 | X-Request-Id: [221dc716-7c97-4dd1-a755-1e20fedf722c] | 628 | X-Request-Id: [a4a8ad1a-7b70-4322-b524-34c7a6966505] |
629 | X-Runtime: ['0.116295'] | 629 | X-Runtime: ['0.130927'] |
630 | X-XSS-Protection: [1; mode=block] | 630 | X-XSS-Protection: [1; mode=block] |
631 | content-length: ['1259'] | 631 | content-length: ['1299'] |
632 | status: {code: 200, message: OK} | 632 | status: {code: 200, message: OK} |
633 | - request: | 633 | - request: |
634 | body: null | 634 | body: null |
@@ -640,10 +640,10 @@ interactions: | |||
640 | Content-Length: ['0'] | 640 | Content-Length: ['0'] |
641 | User-Agent: [python-requests/2.18.4] | 641 | User-Agent: [python-requests/2.18.4] |
642 | method: DELETE | 642 | method: DELETE |
643 | uri: http://localhost:3000/api/v1/statuses/102951423828253880 | 643 | uri: http://localhost:3000/api/v1/statuses/103704149316561035 |
644 | response: | 644 | response: |
645 | body: {string: '{"id":"102951423828253880","created_at":"2019-10-12T21:00:59.888Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423828253880","url":"http://localhost/@mastodonpy_test/102951423828253880","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 645 | body: {string: '{"id":"103704149316561035","created_at":"2020-02-22T19:28:59.341Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149316561035","url":"http://localhost/@mastodonpy_test/103704149316561035","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
646 | number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":5,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 646 | number 6!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
647 | headers: | 647 | headers: |
648 | Cache-Control: ['no-cache, no-store'] | 648 | Cache-Control: ['no-cache, no-store'] |
649 | Content-Type: [application/json; charset=utf-8] | 649 | Content-Type: [application/json; charset=utf-8] |
@@ -654,10 +654,10 @@ interactions: | |||
654 | X-Download-Options: [noopen] | 654 | X-Download-Options: [noopen] |
655 | X-Frame-Options: [SAMEORIGIN] | 655 | X-Frame-Options: [SAMEORIGIN] |
656 | X-Permitted-Cross-Domain-Policies: [none] | 656 | X-Permitted-Cross-Domain-Policies: [none] |
657 | X-Request-Id: [ffbab109-92ec-4350-82ae-38ca46568d68] | 657 | X-Request-Id: [2a19b9cb-7487-4c3f-9b5a-f8796526945b] |
658 | X-Runtime: ['0.085168'] | 658 | X-Runtime: ['0.137676'] |
659 | X-XSS-Protection: [1; mode=block] | 659 | X-XSS-Protection: [1; mode=block] |
660 | content-length: ['1259'] | 660 | content-length: ['1299'] |
661 | status: {code: 200, message: OK} | 661 | status: {code: 200, message: OK} |
662 | - request: | 662 | - request: |
663 | body: null | 663 | body: null |
@@ -669,10 +669,10 @@ interactions: | |||
669 | Content-Length: ['0'] | 669 | Content-Length: ['0'] |
670 | User-Agent: [python-requests/2.18.4] | 670 | User-Agent: [python-requests/2.18.4] |
671 | method: DELETE | 671 | method: DELETE |
672 | uri: http://localhost:3000/api/v1/statuses/102951423839758148 | 672 | uri: http://localhost:3000/api/v1/statuses/103704149334172751 |
673 | response: | 673 | response: |
674 | body: {string: '{"id":"102951423839758148","created_at":"2019-10-12T21:01:00.063Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423839758148","url":"http://localhost/@mastodonpy_test/102951423839758148","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 674 | body: {string: '{"id":"103704149334172751","created_at":"2020-02-22T19:28:59.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/103704149334172751","url":"http://localhost/@mastodonpy_test/103704149334172751","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
675 | number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 675 | number 7!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
676 | headers: | 676 | headers: |
677 | Cache-Control: ['no-cache, no-store'] | 677 | Cache-Control: ['no-cache, no-store'] |
678 | Content-Type: [application/json; charset=utf-8] | 678 | Content-Type: [application/json; charset=utf-8] |
@@ -683,10 +683,10 @@ interactions: | |||
683 | X-Download-Options: [noopen] | 683 | X-Download-Options: [noopen] |
684 | X-Frame-Options: [SAMEORIGIN] | 684 | X-Frame-Options: [SAMEORIGIN] |
685 | X-Permitted-Cross-Domain-Policies: [none] | 685 | X-Permitted-Cross-Domain-Policies: [none] |
686 | X-Request-Id: [175700d5-4e36-4cea-b71c-9039827ff4bb] | 686 | X-Request-Id: [7a8d07ec-da26-4554-8011-46a70cf4c356] |
687 | X-Runtime: ['0.158364'] | 687 | X-Runtime: ['0.138911'] |
688 | X-XSS-Protection: [1; mode=block] | 688 | X-XSS-Protection: [1; mode=block] |
689 | content-length: ['1259'] | 689 | content-length: ['1299'] |
690 | status: {code: 200, message: OK} | 690 | status: {code: 200, message: OK} |
691 | - request: | 691 | - request: |
692 | body: null | 692 | body: null |
@@ -698,10 +698,10 @@ interactions: | |||
698 | Content-Length: ['0'] | 698 | Content-Length: ['0'] |
699 | User-Agent: [python-requests/2.18.4] | 699 | User-Agent: [python-requests/2.18.4] |
700 | method: DELETE | 700 | method: DELETE |
701 | uri: http://localhost:3000/api/v1/statuses/102951423851161305 | 701 | uri: http://localhost:3000/api/v1/statuses/103704149348344165 |
702 | response: | 702 | response: |
703 | body: {string: '{"id":"102951423851161305","created_at":"2019-10-12T21:01:00.250Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423851161305","url":"http://localhost/@mastodonpy_test/102951423851161305","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 703 | body: {string: '{"id":"103704149348344165","created_at":"2020-02-22T19:28:59.827Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149348344165","url":"http://localhost/@mastodonpy_test/103704149348344165","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
704 | number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 704 | number 8!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
705 | headers: | 705 | headers: |
706 | Cache-Control: ['no-cache, no-store'] | 706 | Cache-Control: ['no-cache, no-store'] |
707 | Content-Type: [application/json; charset=utf-8] | 707 | Content-Type: [application/json; charset=utf-8] |
@@ -712,10 +712,10 @@ interactions: | |||
712 | X-Download-Options: [noopen] | 712 | X-Download-Options: [noopen] |
713 | X-Frame-Options: [SAMEORIGIN] | 713 | X-Frame-Options: [SAMEORIGIN] |
714 | X-Permitted-Cross-Domain-Policies: [none] | 714 | X-Permitted-Cross-Domain-Policies: [none] |
715 | X-Request-Id: [8ab0d4a2-4a5b-49e6-8032-a4980cf28d27] | 715 | X-Request-Id: [4cdbde9e-b14a-405e-840e-d5ebac69f1a6] |
716 | X-Runtime: ['0.105246'] | 716 | X-Runtime: ['0.143361'] |
717 | X-XSS-Protection: [1; mode=block] | 717 | X-XSS-Protection: [1; mode=block] |
718 | content-length: ['1259'] | 718 | content-length: ['1299'] |
719 | status: {code: 200, message: OK} | 719 | status: {code: 200, message: OK} |
720 | - request: | 720 | - request: |
721 | body: null | 721 | body: null |
@@ -727,10 +727,10 @@ interactions: | |||
727 | Content-Length: ['0'] | 727 | Content-Length: ['0'] |
728 | User-Agent: [python-requests/2.18.4] | 728 | User-Agent: [python-requests/2.18.4] |
729 | method: DELETE | 729 | method: DELETE |
730 | uri: http://localhost:3000/api/v1/statuses/102951423862545181 | 730 | uri: http://localhost:3000/api/v1/statuses/103704149365440398 |
731 | response: | 731 | response: |
732 | body: {string: '{"id":"102951423862545181","created_at":"2019-10-12T21:01:00.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/102951423862545181","url":"http://localhost/@mastodonpy_test/102951423862545181","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 732 | body: {string: '{"id":"103704149365440398","created_at":"2020-02-22T19:29:00.089Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704149365440398","url":"http://localhost/@mastodonpy_test/103704149365440398","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
733 | number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:01:00.420Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 733 | number 9!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
734 | headers: | 734 | headers: |
735 | Cache-Control: ['no-cache, no-store'] | 735 | Cache-Control: ['no-cache, no-store'] |
736 | Content-Type: [application/json; charset=utf-8] | 736 | Content-Type: [application/json; charset=utf-8] |
@@ -741,9 +741,9 @@ interactions: | |||
741 | X-Download-Options: [noopen] | 741 | X-Download-Options: [noopen] |
742 | X-Frame-Options: [SAMEORIGIN] | 742 | X-Frame-Options: [SAMEORIGIN] |
743 | X-Permitted-Cross-Domain-Policies: [none] | 743 | X-Permitted-Cross-Domain-Policies: [none] |
744 | X-Request-Id: [64f1741f-b6a8-403a-bebc-a81b65b6a91a] | 744 | X-Request-Id: [41b9b30e-23fa-4929-a1a2-417ae0d28b48] |
745 | X-Runtime: ['0.099890'] | 745 | X-Runtime: ['0.130683'] |
746 | X-XSS-Protection: [1; mode=block] | 746 | X-XSS-Protection: [1; mode=block] |
747 | content-length: ['1259'] | 747 | content-length: ['1299'] |
748 | status: {code: 200, message: OK} | 748 | status: {code: 200, message: OK} |
749 | version: 1 | 749 | version: 1 |
diff --git a/tests/cassettes/test_fetch_remaining.yaml b/tests/cassettes/test_fetch_remaining.yaml index 2bcf035..3dad679 100644 --- a/tests/cassettes/test_fetch_remaining.yaml +++ b/tests/cassettes/test_fetch_remaining.yaml | |||
@@ -12,10 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951423993185358","created_at":"2019-10-12T21:01:02.416Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951423993185358","url":"http://localhost/@mastodonpy_test/102951423993185358","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 15 | body: {string: '{"id":"103704149573624834","created_at":"2020-02-22T19:29:03.291Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149573624834","url":"http://localhost/@mastodonpy_test/103704149573624834","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
16 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 16 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
17 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 17 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:02.431Z","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":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +26,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [fc07f099-5e66-443f-8d6c-6c28ea102b66] | 29 | X-Request-Id: [c55ece10-4656-4b3a-9f58-dd95b35eb917] |
30 | X-Runtime: ['0.185662'] | 30 | X-Runtime: ['0.255688'] |
31 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1663'] | 32 | content-length: ['1703'] |
33 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
34 | - request: | 34 | - request: |
35 | body: status=Toot+number+1%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 35 | body: status=Toot+number+1%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -44,10 +44,10 @@ interactions: | |||
44 | method: POST | 44 | method: POST |
45 | uri: http://localhost:3000/api/v1/statuses | 45 | uri: http://localhost:3000/api/v1/statuses |
46 | response: | 46 | response: |
47 | body: {string: '{"id":"102951424007110765","created_at":"2019-10-12T21:01:02.629Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424007110765","url":"http://localhost/@mastodonpy_test/102951424007110765","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 47 | body: {string: '{"id":"103704149594648631","created_at":"2020-02-22T19:29:03.614Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149594648631","url":"http://localhost/@mastodonpy_test/103704149594648631","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
48 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 48 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
49 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 49 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:02.644Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 50 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
51 | headers: | 51 | headers: |
52 | Cache-Control: ['no-cache, no-store'] | 52 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 53 | Content-Type: [application/json; charset=utf-8] |
@@ -58,10 +58,10 @@ interactions: | |||
58 | X-Download-Options: [noopen] | 58 | X-Download-Options: [noopen] |
59 | X-Frame-Options: [SAMEORIGIN] | 59 | X-Frame-Options: [SAMEORIGIN] |
60 | X-Permitted-Cross-Domain-Policies: [none] | 60 | X-Permitted-Cross-Domain-Policies: [none] |
61 | X-Request-Id: [3383ea61-1f07-4d53-8af3-a5a029e047af] | 61 | X-Request-Id: [4a8f3fce-ea0e-4247-938d-111712400d6e] |
62 | X-Runtime: ['0.173687'] | 62 | X-Runtime: ['0.321376'] |
63 | X-XSS-Protection: [1; mode=block] | 63 | X-XSS-Protection: [1; mode=block] |
64 | content-length: ['1663'] | 64 | content-length: ['1703'] |
65 | status: {code: 200, message: OK} | 65 | status: {code: 200, message: OK} |
66 | - request: | 66 | - request: |
67 | body: status=Toot+number+2%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 67 | body: status=Toot+number+2%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -76,10 +76,10 @@ interactions: | |||
76 | method: POST | 76 | method: POST |
77 | uri: http://localhost:3000/api/v1/statuses | 77 | uri: http://localhost:3000/api/v1/statuses |
78 | response: | 78 | response: |
79 | body: {string: '{"id":"102951424019280423","created_at":"2019-10-12T21:01:02.814Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424019280423","url":"http://localhost/@mastodonpy_test/102951424019280423","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 79 | body: {string: '{"id":"103704149614770695","created_at":"2020-02-22T19:29:03.925Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149614770695","url":"http://localhost/@mastodonpy_test/103704149614770695","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
80 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 80 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
81 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 81 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
82 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:01:02.828Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 82 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
83 | headers: | 83 | headers: |
84 | Cache-Control: ['no-cache, no-store'] | 84 | Cache-Control: ['no-cache, no-store'] |
85 | Content-Type: [application/json; charset=utf-8] | 85 | Content-Type: [application/json; charset=utf-8] |
@@ -90,10 +90,10 @@ interactions: | |||
90 | X-Download-Options: [noopen] | 90 | X-Download-Options: [noopen] |
91 | X-Frame-Options: [SAMEORIGIN] | 91 | X-Frame-Options: [SAMEORIGIN] |
92 | X-Permitted-Cross-Domain-Policies: [none] | 92 | X-Permitted-Cross-Domain-Policies: [none] |
93 | X-Request-Id: [a251a756-727a-4d10-b13e-096a821b4ac6] | 93 | X-Request-Id: [376f99c5-cc9d-4b82-9d23-ad2693f77462] |
94 | X-Runtime: ['0.202437'] | 94 | X-Runtime: ['0.281903'] |
95 | X-XSS-Protection: [1; mode=block] | 95 | X-XSS-Protection: [1; mode=block] |
96 | content-length: ['1663'] | 96 | content-length: ['1703'] |
97 | status: {code: 200, message: OK} | 97 | status: {code: 200, message: OK} |
98 | - request: | 98 | - request: |
99 | body: status=Toot+number+3%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 99 | body: status=Toot+number+3%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -108,10 +108,10 @@ interactions: | |||
108 | method: POST | 108 | method: POST |
109 | uri: http://localhost:3000/api/v1/statuses | 109 | uri: http://localhost:3000/api/v1/statuses |
110 | response: | 110 | response: |
111 | body: {string: '{"id":"102951424033083457","created_at":"2019-10-12T21:01:03.028Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424033083457","url":"http://localhost/@mastodonpy_test/102951424033083457","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 111 | body: {string: '{"id":"103704149633530756","created_at":"2020-02-22T19:29:04.209Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149633530756","url":"http://localhost/@mastodonpy_test/103704149633530756","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
112 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 112 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
113 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 113 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
114 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":5,"last_status_at":"2019-10-12T21:01:03.044Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 114 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
115 | headers: | 115 | headers: |
116 | Cache-Control: ['no-cache, no-store'] | 116 | Cache-Control: ['no-cache, no-store'] |
117 | Content-Type: [application/json; charset=utf-8] | 117 | Content-Type: [application/json; charset=utf-8] |
@@ -122,10 +122,10 @@ interactions: | |||
122 | X-Download-Options: [noopen] | 122 | X-Download-Options: [noopen] |
123 | X-Frame-Options: [SAMEORIGIN] | 123 | X-Frame-Options: [SAMEORIGIN] |
124 | X-Permitted-Cross-Domain-Policies: [none] | 124 | X-Permitted-Cross-Domain-Policies: [none] |
125 | X-Request-Id: [f65ec3b6-eee3-4f5a-95e5-56b8bbfb9e6d] | 125 | X-Request-Id: [7b1ef69c-3f89-46fd-ba91-1d432341a3ab] |
126 | X-Runtime: ['0.182161'] | 126 | X-Runtime: ['0.254630'] |
127 | X-XSS-Protection: [1; mode=block] | 127 | X-XSS-Protection: [1; mode=block] |
128 | content-length: ['1663'] | 128 | content-length: ['1703'] |
129 | status: {code: 200, message: OK} | 129 | status: {code: 200, message: OK} |
130 | - request: | 130 | - request: |
131 | body: status=Toot+number+4%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 131 | body: status=Toot+number+4%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -140,10 +140,10 @@ interactions: | |||
140 | method: POST | 140 | method: POST |
141 | uri: http://localhost:3000/api/v1/statuses | 141 | uri: http://localhost:3000/api/v1/statuses |
142 | response: | 142 | response: |
143 | body: {string: '{"id":"102951424046053331","created_at":"2019-10-12T21:01:03.226Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424046053331","url":"http://localhost/@mastodonpy_test/102951424046053331","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 143 | body: {string: '{"id":"103704149651053534","created_at":"2020-02-22T19:29:04.473Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149651053534","url":"http://localhost/@mastodonpy_test/103704149651053534","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
144 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 144 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
145 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 145 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
146 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":6,"last_status_at":"2019-10-12T21:01:03.241Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 146 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
147 | headers: | 147 | headers: |
148 | Cache-Control: ['no-cache, no-store'] | 148 | Cache-Control: ['no-cache, no-store'] |
149 | Content-Type: [application/json; charset=utf-8] | 149 | Content-Type: [application/json; charset=utf-8] |
@@ -154,10 +154,10 @@ interactions: | |||
154 | X-Download-Options: [noopen] | 154 | X-Download-Options: [noopen] |
155 | X-Frame-Options: [SAMEORIGIN] | 155 | X-Frame-Options: [SAMEORIGIN] |
156 | X-Permitted-Cross-Domain-Policies: [none] | 156 | X-Permitted-Cross-Domain-Policies: [none] |
157 | X-Request-Id: [b65e11a6-a199-4085-b0fa-fc7a9cbffe0e] | 157 | X-Request-Id: [b20c521c-7c9d-4072-8694-a476dc6583ab] |
158 | X-Runtime: ['0.185921'] | 158 | X-Runtime: ['0.257039'] |
159 | X-XSS-Protection: [1; mode=block] | 159 | X-XSS-Protection: [1; mode=block] |
160 | content-length: ['1663'] | 160 | content-length: ['1703'] |
161 | status: {code: 200, message: OK} | 161 | status: {code: 200, message: OK} |
162 | - request: | 162 | - request: |
163 | body: status=Toot+number+5%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 163 | body: status=Toot+number+5%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -172,10 +172,10 @@ interactions: | |||
172 | method: POST | 172 | method: POST |
173 | uri: http://localhost:3000/api/v1/statuses | 173 | uri: http://localhost:3000/api/v1/statuses |
174 | response: | 174 | response: |
175 | body: {string: '{"id":"102951424058697474","created_at":"2019-10-12T21:01:03.414Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424058697474","url":"http://localhost/@mastodonpy_test/102951424058697474","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 175 | body: {string: '{"id":"103704149669490630","created_at":"2020-02-22T19:29:04.769Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149669490630","url":"http://localhost/@mastodonpy_test/103704149669490630","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
176 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 176 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
177 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 177 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
178 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":7,"last_status_at":"2019-10-12T21:01:03.429Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 178 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
179 | headers: | 179 | headers: |
180 | Cache-Control: ['no-cache, no-store'] | 180 | Cache-Control: ['no-cache, no-store'] |
181 | Content-Type: [application/json; charset=utf-8] | 181 | Content-Type: [application/json; charset=utf-8] |
@@ -186,10 +186,10 @@ interactions: | |||
186 | X-Download-Options: [noopen] | 186 | X-Download-Options: [noopen] |
187 | X-Frame-Options: [SAMEORIGIN] | 187 | X-Frame-Options: [SAMEORIGIN] |
188 | X-Permitted-Cross-Domain-Policies: [none] | 188 | X-Permitted-Cross-Domain-Policies: [none] |
189 | X-Request-Id: [db08b765-ca62-486d-8da9-05c75aca04dd] | 189 | X-Request-Id: [d9a28109-307f-4419-97d1-9aa1e1a82d00] |
190 | X-Runtime: ['0.180481'] | 190 | X-Runtime: ['0.362049'] |
191 | X-XSS-Protection: [1; mode=block] | 191 | X-XSS-Protection: [1; mode=block] |
192 | content-length: ['1663'] | 192 | content-length: ['1703'] |
193 | status: {code: 200, message: OK} | 193 | status: {code: 200, message: OK} |
194 | - request: | 194 | - request: |
195 | body: status=Toot+number+6%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 195 | body: status=Toot+number+6%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -204,10 +204,10 @@ interactions: | |||
204 | method: POST | 204 | method: POST |
205 | uri: http://localhost:3000/api/v1/statuses | 205 | uri: http://localhost:3000/api/v1/statuses |
206 | response: | 206 | response: |
207 | body: {string: '{"id":"102951424071293358","created_at":"2019-10-12T21:01:03.607Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424071293358","url":"http://localhost/@mastodonpy_test/102951424071293358","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 207 | body: {string: '{"id":"103704149694846121","created_at":"2020-02-22T19:29:05.148Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149694846121","url":"http://localhost/@mastodonpy_test/103704149694846121","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
208 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 208 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
209 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 209 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
210 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":8,"last_status_at":"2019-10-12T21:01:03.622Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 210 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
211 | headers: | 211 | headers: |
212 | Cache-Control: ['no-cache, no-store'] | 212 | Cache-Control: ['no-cache, no-store'] |
213 | Content-Type: [application/json; charset=utf-8] | 213 | Content-Type: [application/json; charset=utf-8] |
@@ -218,10 +218,10 @@ interactions: | |||
218 | X-Download-Options: [noopen] | 218 | X-Download-Options: [noopen] |
219 | X-Frame-Options: [SAMEORIGIN] | 219 | X-Frame-Options: [SAMEORIGIN] |
220 | X-Permitted-Cross-Domain-Policies: [none] | 220 | X-Permitted-Cross-Domain-Policies: [none] |
221 | X-Request-Id: [79157bf6-3372-4cb6-b3e7-09da2516abee] | 221 | X-Request-Id: [c6dbb539-eba1-4587-9b7e-6dc7697747e6] |
222 | X-Runtime: ['0.204016'] | 222 | X-Runtime: ['0.284268'] |
223 | X-XSS-Protection: [1; mode=block] | 223 | X-XSS-Protection: [1; mode=block] |
224 | content-length: ['1663'] | 224 | content-length: ['1703'] |
225 | status: {code: 200, message: OK} | 225 | status: {code: 200, message: OK} |
226 | - request: | 226 | - request: |
227 | body: status=Toot+number+7%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 227 | body: status=Toot+number+7%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -236,10 +236,10 @@ interactions: | |||
236 | method: POST | 236 | method: POST |
237 | uri: http://localhost:3000/api/v1/statuses | 237 | uri: http://localhost:3000/api/v1/statuses |
238 | response: | 238 | response: |
239 | body: {string: '{"id":"102951424086594030","created_at":"2019-10-12T21:01:03.841Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424086594030","url":"http://localhost/@mastodonpy_test/102951424086594030","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 239 | body: {string: '{"id":"103704149713271812","created_at":"2020-02-22T19:29:05.427Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149713271812","url":"http://localhost/@mastodonpy_test/103704149713271812","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
240 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 240 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
241 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 241 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
242 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":9,"last_status_at":"2019-10-12T21:01:03.857Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 242 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
243 | headers: | 243 | headers: |
244 | Cache-Control: ['no-cache, no-store'] | 244 | Cache-Control: ['no-cache, no-store'] |
245 | Content-Type: [application/json; charset=utf-8] | 245 | Content-Type: [application/json; charset=utf-8] |
@@ -250,10 +250,10 @@ interactions: | |||
250 | X-Download-Options: [noopen] | 250 | X-Download-Options: [noopen] |
251 | X-Frame-Options: [SAMEORIGIN] | 251 | X-Frame-Options: [SAMEORIGIN] |
252 | X-Permitted-Cross-Domain-Policies: [none] | 252 | X-Permitted-Cross-Domain-Policies: [none] |
253 | X-Request-Id: [d0bc7776-f891-4545-a1bc-9f08d3ff909a] | 253 | X-Request-Id: [cfb79f40-f2b3-4879-aab3-c2aabd24e7d5] |
254 | X-Runtime: ['0.212006'] | 254 | X-Runtime: ['0.261130'] |
255 | X-XSS-Protection: [1; mode=block] | 255 | X-XSS-Protection: [1; mode=block] |
256 | content-length: ['1663'] | 256 | content-length: ['1703'] |
257 | status: {code: 200, message: OK} | 257 | status: {code: 200, message: OK} |
258 | - request: | 258 | - request: |
259 | body: status=Toot+number+8%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 259 | body: status=Toot+number+8%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -268,10 +268,10 @@ interactions: | |||
268 | method: POST | 268 | method: POST |
269 | uri: http://localhost:3000/api/v1/statuses | 269 | uri: http://localhost:3000/api/v1/statuses |
270 | response: | 270 | response: |
271 | body: {string: '{"id":"102951424100187347","created_at":"2019-10-12T21:01:04.053Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424100187347","url":"http://localhost/@mastodonpy_test/102951424100187347","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 271 | body: {string: '{"id":"103704149732903870","created_at":"2020-02-22T19:29:05.721Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149732903870","url":"http://localhost/@mastodonpy_test/103704149732903870","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
272 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 272 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
273 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 273 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
274 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":10,"last_status_at":"2019-10-12T21:01:04.070Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 274 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
275 | headers: | 275 | headers: |
276 | Cache-Control: ['no-cache, no-store'] | 276 | Cache-Control: ['no-cache, no-store'] |
277 | Content-Type: [application/json; charset=utf-8] | 277 | Content-Type: [application/json; charset=utf-8] |
@@ -282,10 +282,10 @@ interactions: | |||
282 | X-Download-Options: [noopen] | 282 | X-Download-Options: [noopen] |
283 | X-Frame-Options: [SAMEORIGIN] | 283 | X-Frame-Options: [SAMEORIGIN] |
284 | X-Permitted-Cross-Domain-Policies: [none] | 284 | X-Permitted-Cross-Domain-Policies: [none] |
285 | X-Request-Id: [5cac781e-f08c-4e2b-85c0-603e2406f53e] | 285 | X-Request-Id: [cfac7845-d76d-429e-9b3b-b8693373d530] |
286 | X-Runtime: ['0.197995'] | 286 | X-Runtime: ['0.326478'] |
287 | X-XSS-Protection: [1; mode=block] | 287 | X-XSS-Protection: [1; mode=block] |
288 | content-length: ['1664'] | 288 | content-length: ['1704'] |
289 | status: {code: 200, message: OK} | 289 | status: {code: 200, message: OK} |
290 | - request: | 290 | - request: |
291 | body: status=Toot+number+9%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 291 | body: status=Toot+number+9%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -300,10 +300,10 @@ interactions: | |||
300 | method: POST | 300 | method: POST |
301 | uri: http://localhost:3000/api/v1/statuses | 301 | uri: http://localhost:3000/api/v1/statuses |
302 | response: | 302 | response: |
303 | body: {string: '{"id":"102951424114381710","created_at":"2019-10-12T21:01:04.271Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424114381710","url":"http://localhost/@mastodonpy_test/102951424114381710","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 303 | body: {string: '{"id":"103704149753631609","created_at":"2020-02-22T19:29:06.045Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149753631609","url":"http://localhost/@mastodonpy_test/103704149753631609","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
304 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 304 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
305 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 305 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
306 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:04.279Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 306 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
307 | headers: | 307 | headers: |
308 | Cache-Control: ['no-cache, no-store'] | 308 | Cache-Control: ['no-cache, no-store'] |
309 | Content-Type: [application/json; charset=utf-8] | 309 | Content-Type: [application/json; charset=utf-8] |
@@ -314,10 +314,10 @@ interactions: | |||
314 | X-Download-Options: [noopen] | 314 | X-Download-Options: [noopen] |
315 | X-Frame-Options: [SAMEORIGIN] | 315 | X-Frame-Options: [SAMEORIGIN] |
316 | X-Permitted-Cross-Domain-Policies: [none] | 316 | X-Permitted-Cross-Domain-Policies: [none] |
317 | X-Request-Id: [d7d063dc-c085-4df7-8187-29ce911dc986] | 317 | X-Request-Id: [e88b7f84-0cc2-433d-86fc-54297027321f] |
318 | X-Runtime: ['0.172899'] | 318 | X-Runtime: ['0.273453'] |
319 | X-XSS-Protection: [1; mode=block] | 319 | X-XSS-Protection: [1; mode=block] |
320 | content-length: ['1664'] | 320 | content-length: ['1704'] |
321 | status: {code: 200, message: OK} | 321 | status: {code: 200, message: OK} |
322 | - request: | 322 | - request: |
323 | body: status=Toot+number+10%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 323 | body: status=Toot+number+10%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -332,10 +332,10 @@ interactions: | |||
332 | method: POST | 332 | method: POST |
333 | uri: http://localhost:3000/api/v1/statuses | 333 | uri: http://localhost:3000/api/v1/statuses |
334 | response: | 334 | response: |
335 | body: {string: '{"id":"102951424126249802","created_at":"2019-10-12T21:01:04.445Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424126249802","url":"http://localhost/@mastodonpy_test/102951424126249802","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 335 | body: {string: '{"id":"103704149773562058","created_at":"2020-02-22T19:29:06.343Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149773562058","url":"http://localhost/@mastodonpy_test/103704149773562058","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
336 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 336 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
337 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 337 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
338 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":12,"last_status_at":"2019-10-12T21:01:04.459Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 338 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
339 | headers: | 339 | headers: |
340 | Cache-Control: ['no-cache, no-store'] | 340 | Cache-Control: ['no-cache, no-store'] |
341 | Content-Type: [application/json; charset=utf-8] | 341 | Content-Type: [application/json; charset=utf-8] |
@@ -346,10 +346,10 @@ interactions: | |||
346 | X-Download-Options: [noopen] | 346 | X-Download-Options: [noopen] |
347 | X-Frame-Options: [SAMEORIGIN] | 347 | X-Frame-Options: [SAMEORIGIN] |
348 | X-Permitted-Cross-Domain-Policies: [none] | 348 | X-Permitted-Cross-Domain-Policies: [none] |
349 | X-Request-Id: [d6362da2-460e-41e3-84c5-7d0a551ff9f2] | 349 | X-Request-Id: [70603841-6869-4b12-9028-1fa2691322c8] |
350 | X-Runtime: ['0.170247'] | 350 | X-Runtime: ['0.280715'] |
351 | X-XSS-Protection: [1; mode=block] | 351 | X-XSS-Protection: [1; mode=block] |
352 | content-length: ['1665'] | 352 | content-length: ['1705'] |
353 | status: {code: 200, message: OK} | 353 | status: {code: 200, message: OK} |
354 | - request: | 354 | - request: |
355 | body: status=Toot+number+11%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 355 | body: status=Toot+number+11%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -364,10 +364,10 @@ interactions: | |||
364 | method: POST | 364 | method: POST |
365 | uri: http://localhost:3000/api/v1/statuses | 365 | uri: http://localhost:3000/api/v1/statuses |
366 | response: | 366 | response: |
367 | body: {string: '{"id":"102951424139457120","created_at":"2019-10-12T21:01:04.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424139457120","url":"http://localhost/@mastodonpy_test/102951424139457120","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 367 | body: {string: '{"id":"103704149793387994","created_at":"2020-02-22T19:29:06.644Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149793387994","url":"http://localhost/@mastodonpy_test/103704149793387994","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
368 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 368 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
369 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 369 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
370 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":13,"last_status_at":"2019-10-12T21:01:04.663Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 370 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
371 | headers: | 371 | headers: |
372 | Cache-Control: ['no-cache, no-store'] | 372 | Cache-Control: ['no-cache, no-store'] |
373 | Content-Type: [application/json; charset=utf-8] | 373 | Content-Type: [application/json; charset=utf-8] |
@@ -378,10 +378,10 @@ interactions: | |||
378 | X-Download-Options: [noopen] | 378 | X-Download-Options: [noopen] |
379 | X-Frame-Options: [SAMEORIGIN] | 379 | X-Frame-Options: [SAMEORIGIN] |
380 | X-Permitted-Cross-Domain-Policies: [none] | 380 | X-Permitted-Cross-Domain-Policies: [none] |
381 | X-Request-Id: [1968e133-bc9d-4a70-8395-c1519ddd834b] | 381 | X-Request-Id: [404d36d1-8dc6-447e-ad30-f7fd8130368a] |
382 | X-Runtime: ['0.162187'] | 382 | X-Runtime: ['0.290839'] |
383 | X-XSS-Protection: [1; mode=block] | 383 | X-XSS-Protection: [1; mode=block] |
384 | content-length: ['1665'] | 384 | content-length: ['1705'] |
385 | status: {code: 200, message: OK} | 385 | status: {code: 200, message: OK} |
386 | - request: | 386 | - request: |
387 | body: status=Toot+number+12%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 387 | body: status=Toot+number+12%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -396,10 +396,10 @@ interactions: | |||
396 | method: POST | 396 | method: POST |
397 | uri: http://localhost:3000/api/v1/statuses | 397 | uri: http://localhost:3000/api/v1/statuses |
398 | response: | 398 | response: |
399 | body: {string: '{"id":"102951424152364671","created_at":"2019-10-12T21:01:04.868Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424152364671","url":"http://localhost/@mastodonpy_test/102951424152364671","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 399 | body: {string: '{"id":"103704149812870986","created_at":"2020-02-22T19:29:06.948Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149812870986","url":"http://localhost/@mastodonpy_test/103704149812870986","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
400 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 400 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
401 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 401 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
402 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":14,"last_status_at":"2019-10-12T21:01:04.886Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 402 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
403 | headers: | 403 | headers: |
404 | Cache-Control: ['no-cache, no-store'] | 404 | Cache-Control: ['no-cache, no-store'] |
405 | Content-Type: [application/json; charset=utf-8] | 405 | Content-Type: [application/json; charset=utf-8] |
@@ -410,10 +410,10 @@ interactions: | |||
410 | X-Download-Options: [noopen] | 410 | X-Download-Options: [noopen] |
411 | X-Frame-Options: [SAMEORIGIN] | 411 | X-Frame-Options: [SAMEORIGIN] |
412 | X-Permitted-Cross-Domain-Policies: [none] | 412 | X-Permitted-Cross-Domain-Policies: [none] |
413 | X-Request-Id: [f338ecb4-620b-40c7-a6a0-3b8583b04b36] | 413 | X-Request-Id: [720146b0-53f7-4013-9120-2a95ad070aab] |
414 | X-Runtime: ['0.234830'] | 414 | X-Runtime: ['0.263582'] |
415 | X-XSS-Protection: [1; mode=block] | 415 | X-XSS-Protection: [1; mode=block] |
416 | content-length: ['1665'] | 416 | content-length: ['1705'] |
417 | status: {code: 200, message: OK} | 417 | status: {code: 200, message: OK} |
418 | - request: | 418 | - request: |
419 | body: status=Toot+number+13%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 419 | body: status=Toot+number+13%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -428,10 +428,10 @@ interactions: | |||
428 | method: POST | 428 | method: POST |
429 | uri: http://localhost:3000/api/v1/statuses | 429 | uri: http://localhost:3000/api/v1/statuses |
430 | response: | 430 | response: |
431 | body: {string: '{"id":"102951424167131546","created_at":"2019-10-12T21:01:05.072Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424167131546","url":"http://localhost/@mastodonpy_test/102951424167131546","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 431 | body: {string: '{"id":"103704149832307057","created_at":"2020-02-22T19:29:07.242Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149832307057","url":"http://localhost/@mastodonpy_test/103704149832307057","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
432 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 432 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
433 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 433 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
434 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":15,"last_status_at":"2019-10-12T21:01:05.081Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 434 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
435 | headers: | 435 | headers: |
436 | Cache-Control: ['no-cache, no-store'] | 436 | Cache-Control: ['no-cache, no-store'] |
437 | Content-Type: [application/json; charset=utf-8] | 437 | Content-Type: [application/json; charset=utf-8] |
@@ -442,10 +442,10 @@ interactions: | |||
442 | X-Download-Options: [noopen] | 442 | X-Download-Options: [noopen] |
443 | X-Frame-Options: [SAMEORIGIN] | 443 | X-Frame-Options: [SAMEORIGIN] |
444 | X-Permitted-Cross-Domain-Policies: [none] | 444 | X-Permitted-Cross-Domain-Policies: [none] |
445 | X-Request-Id: [6d5e108e-7cdd-459a-b13a-206507af36ba] | 445 | X-Request-Id: [55859244-beb8-47cd-b838-16d823fb11a0] |
446 | X-Runtime: ['0.177475'] | 446 | X-Runtime: ['0.263848'] |
447 | X-XSS-Protection: [1; mode=block] | 447 | X-XSS-Protection: [1; mode=block] |
448 | content-length: ['1665'] | 448 | content-length: ['1705'] |
449 | status: {code: 200, message: OK} | 449 | status: {code: 200, message: OK} |
450 | - request: | 450 | - request: |
451 | body: status=Toot+number+14%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 451 | body: status=Toot+number+14%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -460,10 +460,10 @@ interactions: | |||
460 | method: POST | 460 | method: POST |
461 | uri: http://localhost:3000/api/v1/statuses | 461 | uri: http://localhost:3000/api/v1/statuses |
462 | response: | 462 | response: |
463 | body: {string: '{"id":"102951424179036442","created_at":"2019-10-12T21:01:05.249Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424179036442","url":"http://localhost/@mastodonpy_test/102951424179036442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 463 | body: {string: '{"id":"103704149853789021","created_at":"2020-02-22T19:29:07.590Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149853789021","url":"http://localhost/@mastodonpy_test/103704149853789021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
464 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 464 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
465 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 465 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
466 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":16,"last_status_at":"2019-10-12T21:01:05.265Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 466 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
467 | headers: | 467 | headers: |
468 | Cache-Control: ['no-cache, no-store'] | 468 | Cache-Control: ['no-cache, no-store'] |
469 | Content-Type: [application/json; charset=utf-8] | 469 | Content-Type: [application/json; charset=utf-8] |
@@ -474,10 +474,10 @@ interactions: | |||
474 | X-Download-Options: [noopen] | 474 | X-Download-Options: [noopen] |
475 | X-Frame-Options: [SAMEORIGIN] | 475 | X-Frame-Options: [SAMEORIGIN] |
476 | X-Permitted-Cross-Domain-Policies: [none] | 476 | X-Permitted-Cross-Domain-Policies: [none] |
477 | X-Request-Id: [c84a516a-fbf7-41c8-9b4d-bc599fb41952] | 477 | X-Request-Id: [51821910-8d41-4129-8c22-cfba8edeabfc] |
478 | X-Runtime: ['0.195651'] | 478 | X-Runtime: ['0.342509'] |
479 | X-XSS-Protection: [1; mode=block] | 479 | X-XSS-Protection: [1; mode=block] |
480 | content-length: ['1665'] | 480 | content-length: ['1705'] |
481 | status: {code: 200, message: OK} | 481 | status: {code: 200, message: OK} |
482 | - request: | 482 | - request: |
483 | body: status=Toot+number+15%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 483 | body: status=Toot+number+15%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -492,10 +492,10 @@ interactions: | |||
492 | method: POST | 492 | method: POST |
493 | uri: http://localhost:3000/api/v1/statuses | 493 | uri: http://localhost:3000/api/v1/statuses |
494 | response: | 494 | response: |
495 | body: {string: '{"id":"102951424193729718","created_at":"2019-10-12T21:01:05.475Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424193729718","url":"http://localhost/@mastodonpy_test/102951424193729718","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 495 | body: {string: '{"id":"103704149875584145","created_at":"2020-02-22T19:29:07.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149875584145","url":"http://localhost/@mastodonpy_test/103704149875584145","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
496 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 496 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
497 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 497 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
498 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":17,"last_status_at":"2019-10-12T21:01:05.482Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 498 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
499 | headers: | 499 | headers: |
500 | Cache-Control: ['no-cache, no-store'] | 500 | Cache-Control: ['no-cache, no-store'] |
501 | Content-Type: [application/json; charset=utf-8] | 501 | Content-Type: [application/json; charset=utf-8] |
@@ -506,10 +506,10 @@ interactions: | |||
506 | X-Download-Options: [noopen] | 506 | X-Download-Options: [noopen] |
507 | X-Frame-Options: [SAMEORIGIN] | 507 | X-Frame-Options: [SAMEORIGIN] |
508 | X-Permitted-Cross-Domain-Policies: [none] | 508 | X-Permitted-Cross-Domain-Policies: [none] |
509 | X-Request-Id: [da77af5b-45f3-42a1-a632-a4f86187a52b] | 509 | X-Request-Id: [e9df65a1-0ef4-4d1c-8f46-52ee001de638] |
510 | X-Runtime: ['0.214338'] | 510 | X-Runtime: ['0.314447'] |
511 | X-XSS-Protection: [1; mode=block] | 511 | X-XSS-Protection: [1; mode=block] |
512 | content-length: ['1665'] | 512 | content-length: ['1705'] |
513 | status: {code: 200, message: OK} | 513 | status: {code: 200, message: OK} |
514 | - request: | 514 | - request: |
515 | body: status=Toot+number+16%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 515 | body: status=Toot+number+16%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -524,10 +524,10 @@ interactions: | |||
524 | method: POST | 524 | method: POST |
525 | uri: http://localhost:3000/api/v1/statuses | 525 | uri: http://localhost:3000/api/v1/statuses |
526 | response: | 526 | response: |
527 | body: {string: '{"id":"102951424207215163","created_at":"2019-10-12T21:01:05.679Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424207215163","url":"http://localhost/@mastodonpy_test/102951424207215163","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 527 | body: {string: '{"id":"103704149896565914","created_at":"2020-02-22T19:29:08.221Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149896565914","url":"http://localhost/@mastodonpy_test/103704149896565914","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
528 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 528 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
529 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 529 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
530 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":18,"last_status_at":"2019-10-12T21:01:05.693Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 530 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
531 | headers: | 531 | headers: |
532 | Cache-Control: ['no-cache, no-store'] | 532 | Cache-Control: ['no-cache, no-store'] |
533 | Content-Type: [application/json; charset=utf-8] | 533 | Content-Type: [application/json; charset=utf-8] |
@@ -538,10 +538,10 @@ interactions: | |||
538 | X-Download-Options: [noopen] | 538 | X-Download-Options: [noopen] |
539 | X-Frame-Options: [SAMEORIGIN] | 539 | X-Frame-Options: [SAMEORIGIN] |
540 | X-Permitted-Cross-Domain-Policies: [none] | 540 | X-Permitted-Cross-Domain-Policies: [none] |
541 | X-Request-Id: [05f0757a-aa52-45e8-b1cf-fa9db1b56570] | 541 | X-Request-Id: [a739be4c-b6d8-4b57-86f2-2c83360edd3a] |
542 | X-Runtime: ['0.174079'] | 542 | X-Runtime: ['0.312023'] |
543 | X-XSS-Protection: [1; mode=block] | 543 | X-XSS-Protection: [1; mode=block] |
544 | content-length: ['1665'] | 544 | content-length: ['1705'] |
545 | status: {code: 200, message: OK} | 545 | status: {code: 200, message: OK} |
546 | - request: | 546 | - request: |
547 | body: status=Toot+number+17%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 547 | body: status=Toot+number+17%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -556,10 +556,10 @@ interactions: | |||
556 | method: POST | 556 | method: POST |
557 | uri: http://localhost:3000/api/v1/statuses | 557 | uri: http://localhost:3000/api/v1/statuses |
558 | response: | 558 | response: |
559 | body: {string: '{"id":"102951424219344906","created_at":"2019-10-12T21:01:05.864Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424219344906","url":"http://localhost/@mastodonpy_test/102951424219344906","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 559 | body: {string: '{"id":"103704149918653826","created_at":"2020-02-22T19:29:08.565Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149918653826","url":"http://localhost/@mastodonpy_test/103704149918653826","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
560 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 560 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
561 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 561 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
562 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:05.879Z","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":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
563 | headers: | 563 | headers: |
564 | Cache-Control: ['no-cache, no-store'] | 564 | Cache-Control: ['no-cache, no-store'] |
565 | Content-Type: [application/json; charset=utf-8] | 565 | Content-Type: [application/json; charset=utf-8] |
@@ -570,10 +570,10 @@ interactions: | |||
570 | X-Download-Options: [noopen] | 570 | X-Download-Options: [noopen] |
571 | X-Frame-Options: [SAMEORIGIN] | 571 | X-Frame-Options: [SAMEORIGIN] |
572 | X-Permitted-Cross-Domain-Policies: [none] | 572 | X-Permitted-Cross-Domain-Policies: [none] |
573 | X-Request-Id: [618c54b3-ea6b-4a83-b795-d7ddefae96ae] | 573 | X-Request-Id: [8bdbdd34-42d1-4bad-b455-2d47d98982dc] |
574 | X-Runtime: ['0.166585'] | 574 | X-Runtime: ['0.280104'] |
575 | X-XSS-Protection: [1; mode=block] | 575 | X-XSS-Protection: [1; mode=block] |
576 | content-length: ['1665'] | 576 | content-length: ['1705'] |
577 | status: {code: 200, message: OK} | 577 | status: {code: 200, message: OK} |
578 | - request: | 578 | - request: |
579 | body: status=Toot+number+18%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 579 | body: status=Toot+number+18%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -588,10 +588,10 @@ interactions: | |||
588 | method: POST | 588 | method: POST |
589 | uri: http://localhost:3000/api/v1/statuses | 589 | uri: http://localhost:3000/api/v1/statuses |
590 | response: | 590 | response: |
591 | body: {string: '{"id":"102951424232432290","created_at":"2019-10-12T21:01:06.071Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424232432290","url":"http://localhost/@mastodonpy_test/102951424232432290","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 591 | body: {string: '{"id":"103704149938483069","created_at":"2020-02-22T19:29:08.863Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149938483069","url":"http://localhost/@mastodonpy_test/103704149938483069","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
592 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 592 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
593 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 593 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
594 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":20,"last_status_at":"2019-10-12T21:01:06.089Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 594 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
595 | headers: | 595 | headers: |
596 | Cache-Control: ['no-cache, no-store'] | 596 | Cache-Control: ['no-cache, no-store'] |
597 | Content-Type: [application/json; charset=utf-8] | 597 | Content-Type: [application/json; charset=utf-8] |
@@ -602,10 +602,10 @@ interactions: | |||
602 | X-Download-Options: [noopen] | 602 | X-Download-Options: [noopen] |
603 | X-Frame-Options: [SAMEORIGIN] | 603 | X-Frame-Options: [SAMEORIGIN] |
604 | X-Permitted-Cross-Domain-Policies: [none] | 604 | X-Permitted-Cross-Domain-Policies: [none] |
605 | X-Request-Id: [813103db-c723-45b2-81c1-855b144f217b] | 605 | X-Request-Id: [083d0648-72af-441d-ae0c-498fae8534a4] |
606 | X-Runtime: ['0.221903'] | 606 | X-Runtime: ['0.295146'] |
607 | X-XSS-Protection: [1; mode=block] | 607 | X-XSS-Protection: [1; mode=block] |
608 | content-length: ['1665'] | 608 | content-length: ['1705'] |
609 | status: {code: 200, message: OK} | 609 | status: {code: 200, message: OK} |
610 | - request: | 610 | - request: |
611 | body: status=Toot+number+19%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 611 | body: status=Toot+number+19%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -620,10 +620,10 @@ interactions: | |||
620 | method: POST | 620 | method: POST |
621 | uri: http://localhost:3000/api/v1/statuses | 621 | uri: http://localhost:3000/api/v1/statuses |
622 | response: | 622 | response: |
623 | body: {string: '{"id":"102951424247971910","created_at":"2019-10-12T21:01:06.303Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424247971910","url":"http://localhost/@mastodonpy_test/102951424247971910","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 623 | body: {string: '{"id":"103704149960988266","created_at":"2020-02-22T19:29:09.205Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149960988266","url":"http://localhost/@mastodonpy_test/103704149960988266","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
624 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 624 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
625 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 625 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
626 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":21,"last_status_at":"2019-10-12T21:01:06.318Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 626 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
627 | headers: | 627 | headers: |
628 | Cache-Control: ['no-cache, no-store'] | 628 | Cache-Control: ['no-cache, no-store'] |
629 | Content-Type: [application/json; charset=utf-8] | 629 | Content-Type: [application/json; charset=utf-8] |
@@ -634,10 +634,10 @@ interactions: | |||
634 | X-Download-Options: [noopen] | 634 | X-Download-Options: [noopen] |
635 | X-Frame-Options: [SAMEORIGIN] | 635 | X-Frame-Options: [SAMEORIGIN] |
636 | X-Permitted-Cross-Domain-Policies: [none] | 636 | X-Permitted-Cross-Domain-Policies: [none] |
637 | X-Request-Id: [44044eba-05c4-4156-8d88-d12e99da6e1a] | 637 | X-Request-Id: [aa8f8ee6-0d95-4cca-b0ac-fe68c31b1582] |
638 | X-Runtime: ['0.191119'] | 638 | X-Runtime: ['0.316128'] |
639 | X-XSS-Protection: [1; mode=block] | 639 | X-XSS-Protection: [1; mode=block] |
640 | content-length: ['1665'] | 640 | content-length: ['1705'] |
641 | status: {code: 200, message: OK} | 641 | status: {code: 200, message: OK} |
642 | - request: | 642 | - request: |
643 | body: status=Toot+number+20%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 643 | body: status=Toot+number+20%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -652,10 +652,10 @@ interactions: | |||
652 | method: POST | 652 | method: POST |
653 | uri: http://localhost:3000/api/v1/statuses | 653 | uri: http://localhost:3000/api/v1/statuses |
654 | response: | 654 | response: |
655 | body: {string: '{"id":"102951424259662156","created_at":"2019-10-12T21:01:06.483Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424259662156","url":"http://localhost/@mastodonpy_test/102951424259662156","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 655 | body: {string: '{"id":"103704149981573728","created_at":"2020-02-22T19:29:09.522Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149981573728","url":"http://localhost/@mastodonpy_test/103704149981573728","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
656 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 656 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
657 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 657 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
658 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":22,"last_status_at":"2019-10-12T21:01:06.497Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 658 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
659 | headers: | 659 | headers: |
660 | Cache-Control: ['no-cache, no-store'] | 660 | Cache-Control: ['no-cache, no-store'] |
661 | Content-Type: [application/json; charset=utf-8] | 661 | Content-Type: [application/json; charset=utf-8] |
@@ -666,10 +666,10 @@ interactions: | |||
666 | X-Download-Options: [noopen] | 666 | X-Download-Options: [noopen] |
667 | X-Frame-Options: [SAMEORIGIN] | 667 | X-Frame-Options: [SAMEORIGIN] |
668 | X-Permitted-Cross-Domain-Policies: [none] | 668 | X-Permitted-Cross-Domain-Policies: [none] |
669 | X-Request-Id: [ae245a3d-d0cf-44c4-9d53-924cfcfd37f0] | 669 | X-Request-Id: [87f19610-12f1-43dd-b81a-ce355cf465c7] |
670 | X-Runtime: ['0.203961'] | 670 | X-Runtime: ['0.276020'] |
671 | X-XSS-Protection: [1; mode=block] | 671 | X-XSS-Protection: [1; mode=block] |
672 | content-length: ['1665'] | 672 | content-length: ['1705'] |
673 | status: {code: 200, message: OK} | 673 | status: {code: 200, message: OK} |
674 | - request: | 674 | - request: |
675 | body: status=Toot+number+21%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 675 | body: status=Toot+number+21%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -684,10 +684,10 @@ interactions: | |||
684 | method: POST | 684 | method: POST |
685 | uri: http://localhost:3000/api/v1/statuses | 685 | uri: http://localhost:3000/api/v1/statuses |
686 | response: | 686 | response: |
687 | body: {string: '{"id":"102951424274165740","created_at":"2019-10-12T21:01:06.711Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424274165740","url":"http://localhost/@mastodonpy_test/102951424274165740","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 687 | body: {string: '{"id":"103704150001094152","created_at":"2020-02-22T19:29:09.813Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150001094152","url":"http://localhost/@mastodonpy_test/103704150001094152","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
688 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 688 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
689 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 689 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
690 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":23,"last_status_at":"2019-10-12T21:01:06.725Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 690 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
691 | headers: | 691 | headers: |
692 | Cache-Control: ['no-cache, no-store'] | 692 | Cache-Control: ['no-cache, no-store'] |
693 | Content-Type: [application/json; charset=utf-8] | 693 | Content-Type: [application/json; charset=utf-8] |
@@ -698,10 +698,10 @@ interactions: | |||
698 | X-Download-Options: [noopen] | 698 | X-Download-Options: [noopen] |
699 | X-Frame-Options: [SAMEORIGIN] | 699 | X-Frame-Options: [SAMEORIGIN] |
700 | X-Permitted-Cross-Domain-Policies: [none] | 700 | X-Permitted-Cross-Domain-Policies: [none] |
701 | X-Request-Id: [4c4a7bbd-f97d-4765-970a-96048bcf3ba5] | 701 | X-Request-Id: [4165136d-a74d-4bbb-9178-2011979a7ee6] |
702 | X-Runtime: ['0.174690'] | 702 | X-Runtime: ['0.267372'] |
703 | X-XSS-Protection: [1; mode=block] | 703 | X-XSS-Protection: [1; mode=block] |
704 | content-length: ['1665'] | 704 | content-length: ['1705'] |
705 | status: {code: 200, message: OK} | 705 | status: {code: 200, message: OK} |
706 | - request: | 706 | - request: |
707 | body: status=Toot+number+22%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 707 | body: status=Toot+number+22%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -716,10 +716,10 @@ interactions: | |||
716 | method: POST | 716 | method: POST |
717 | uri: http://localhost:3000/api/v1/statuses | 717 | uri: http://localhost:3000/api/v1/statuses |
718 | response: | 718 | response: |
719 | body: {string: '{"id":"102951424286820960","created_at":"2019-10-12T21:01:06.896Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424286820960","url":"http://localhost/@mastodonpy_test/102951424286820960","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 719 | body: {string: '{"id":"103704150021052422","created_at":"2020-02-22T19:29:10.129Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150021052422","url":"http://localhost/@mastodonpy_test/103704150021052422","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
720 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 720 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
721 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 721 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
722 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":24,"last_status_at":"2019-10-12T21:01:06.911Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 722 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
723 | headers: | 723 | headers: |
724 | Cache-Control: ['no-cache, no-store'] | 724 | Cache-Control: ['no-cache, no-store'] |
725 | Content-Type: [application/json; charset=utf-8] | 725 | Content-Type: [application/json; charset=utf-8] |
@@ -730,10 +730,10 @@ interactions: | |||
730 | X-Download-Options: [noopen] | 730 | X-Download-Options: [noopen] |
731 | X-Frame-Options: [SAMEORIGIN] | 731 | X-Frame-Options: [SAMEORIGIN] |
732 | X-Permitted-Cross-Domain-Policies: [none] | 732 | X-Permitted-Cross-Domain-Policies: [none] |
733 | X-Request-Id: [777743a9-233d-4225-ac6a-434c88efb060] | 733 | X-Request-Id: [8b786f9c-946d-4308-ac8c-46c9cc13ef00] |
734 | X-Runtime: ['0.158185'] | 734 | X-Runtime: ['0.287520'] |
735 | X-XSS-Protection: [1; mode=block] | 735 | X-XSS-Protection: [1; mode=block] |
736 | content-length: ['1665'] | 736 | content-length: ['1705'] |
737 | status: {code: 200, message: OK} | 737 | status: {code: 200, message: OK} |
738 | - request: | 738 | - request: |
739 | body: status=Toot+number+23%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 739 | body: status=Toot+number+23%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -748,10 +748,10 @@ interactions: | |||
748 | method: POST | 748 | method: POST |
749 | uri: http://localhost:3000/api/v1/statuses | 749 | uri: http://localhost:3000/api/v1/statuses |
750 | response: | 750 | response: |
751 | body: {string: '{"id":"102951424299664800","created_at":"2019-10-12T21:01:07.091Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424299664800","url":"http://localhost/@mastodonpy_test/102951424299664800","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 751 | body: {string: '{"id":"103704150041176847","created_at":"2020-02-22T19:29:10.430Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150041176847","url":"http://localhost/@mastodonpy_test/103704150041176847","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
752 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 752 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
753 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 753 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
754 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":25,"last_status_at":"2019-10-12T21:01:07.107Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 754 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
755 | headers: | 755 | headers: |
756 | Cache-Control: ['no-cache, no-store'] | 756 | Cache-Control: ['no-cache, no-store'] |
757 | Content-Type: [application/json; charset=utf-8] | 757 | Content-Type: [application/json; charset=utf-8] |
@@ -762,10 +762,10 @@ interactions: | |||
762 | X-Download-Options: [noopen] | 762 | X-Download-Options: [noopen] |
763 | X-Frame-Options: [SAMEORIGIN] | 763 | X-Frame-Options: [SAMEORIGIN] |
764 | X-Permitted-Cross-Domain-Policies: [none] | 764 | X-Permitted-Cross-Domain-Policies: [none] |
765 | X-Request-Id: [d7fc4f4e-b5ae-439b-9474-c6a3fe326162] | 765 | X-Request-Id: [46815548-8868-4429-b5d9-6cd0ba452f6a] |
766 | X-Runtime: ['0.203558'] | 766 | X-Runtime: ['0.288993'] |
767 | X-XSS-Protection: [1; mode=block] | 767 | X-XSS-Protection: [1; mode=block] |
768 | content-length: ['1665'] | 768 | content-length: ['1705'] |
769 | status: {code: 200, message: OK} | 769 | status: {code: 200, message: OK} |
770 | - request: | 770 | - request: |
771 | body: status=Toot+number+24%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 771 | body: status=Toot+number+24%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -780,10 +780,10 @@ interactions: | |||
780 | method: POST | 780 | method: POST |
781 | uri: http://localhost:3000/api/v1/statuses | 781 | uri: http://localhost:3000/api/v1/statuses |
782 | response: | 782 | response: |
783 | body: {string: '{"id":"102951424313215850","created_at":"2019-10-12T21:01:07.310Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424313215850","url":"http://localhost/@mastodonpy_test/102951424313215850","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 783 | body: {string: '{"id":"103704150062042669","created_at":"2020-02-22T19:29:10.782Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150062042669","url":"http://localhost/@mastodonpy_test/103704150062042669","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
784 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 784 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
785 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 785 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
786 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":26,"last_status_at":"2019-10-12T21:01:07.325Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 786 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
787 | headers: | 787 | headers: |
788 | Cache-Control: ['no-cache, no-store'] | 788 | Cache-Control: ['no-cache, no-store'] |
789 | Content-Type: [application/json; charset=utf-8] | 789 | Content-Type: [application/json; charset=utf-8] |
@@ -794,10 +794,10 @@ interactions: | |||
794 | X-Download-Options: [noopen] | 794 | X-Download-Options: [noopen] |
795 | X-Frame-Options: [SAMEORIGIN] | 795 | X-Frame-Options: [SAMEORIGIN] |
796 | X-Permitted-Cross-Domain-Policies: [none] | 796 | X-Permitted-Cross-Domain-Policies: [none] |
797 | X-Request-Id: [00ed23a2-ca7d-4d4a-a361-6d7aa898446b] | 797 | X-Request-Id: [838c142c-aac3-4b13-8e8d-1fa7f52da4d5] |
798 | X-Runtime: ['0.196078'] | 798 | X-Runtime: ['0.335620'] |
799 | X-XSS-Protection: [1; mode=block] | 799 | X-XSS-Protection: [1; mode=block] |
800 | content-length: ['1665'] | 800 | content-length: ['1705'] |
801 | status: {code: 200, message: OK} | 801 | status: {code: 200, message: OK} |
802 | - request: | 802 | - request: |
803 | body: status=Toot+number+25%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 803 | body: status=Toot+number+25%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -812,10 +812,10 @@ interactions: | |||
812 | method: POST | 812 | method: POST |
813 | uri: http://localhost:3000/api/v1/statuses | 813 | uri: http://localhost:3000/api/v1/statuses |
814 | response: | 814 | response: |
815 | body: {string: '{"id":"102951424326687998","created_at":"2019-10-12T21:01:07.505Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424326687998","url":"http://localhost/@mastodonpy_test/102951424326687998","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 815 | body: {string: '{"id":"103704150085925781","created_at":"2020-02-22T19:29:11.118Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150085925781","url":"http://localhost/@mastodonpy_test/103704150085925781","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
816 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 816 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
817 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 817 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
818 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":27,"last_status_at":"2019-10-12T21:01:07.525Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 818 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
819 | headers: | 819 | headers: |
820 | Cache-Control: ['no-cache, no-store'] | 820 | Cache-Control: ['no-cache, no-store'] |
821 | Content-Type: [application/json; charset=utf-8] | 821 | Content-Type: [application/json; charset=utf-8] |
@@ -826,10 +826,10 @@ interactions: | |||
826 | X-Download-Options: [noopen] | 826 | X-Download-Options: [noopen] |
827 | X-Frame-Options: [SAMEORIGIN] | 827 | X-Frame-Options: [SAMEORIGIN] |
828 | X-Permitted-Cross-Domain-Policies: [none] | 828 | X-Permitted-Cross-Domain-Policies: [none] |
829 | X-Request-Id: [d692379d-61b9-40c3-9b64-06062c1aaa1a] | 829 | X-Request-Id: [c92fa34a-23c0-42c2-8a9e-3aa2a0c28e30] |
830 | X-Runtime: ['0.181429'] | 830 | X-Runtime: ['0.306097'] |
831 | X-XSS-Protection: [1; mode=block] | 831 | X-XSS-Protection: [1; mode=block] |
832 | content-length: ['1665'] | 832 | content-length: ['1705'] |
833 | status: {code: 200, message: OK} | 833 | status: {code: 200, message: OK} |
834 | - request: | 834 | - request: |
835 | body: status=Toot+number+26%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 835 | body: status=Toot+number+26%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -844,10 +844,10 @@ interactions: | |||
844 | method: POST | 844 | method: POST |
845 | uri: http://localhost:3000/api/v1/statuses | 845 | uri: http://localhost:3000/api/v1/statuses |
846 | response: | 846 | response: |
847 | body: {string: '{"id":"102951424339105212","created_at":"2019-10-12T21:01:07.692Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424339105212","url":"http://localhost/@mastodonpy_test/102951424339105212","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 847 | body: {string: '{"id":"103704150106932215","created_at":"2020-02-22T19:29:11.447Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150106932215","url":"http://localhost/@mastodonpy_test/103704150106932215","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
848 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 848 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
849 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 849 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
850 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":28,"last_status_at":"2019-10-12T21:01:07.709Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 850 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
851 | headers: | 851 | headers: |
852 | Cache-Control: ['no-cache, no-store'] | 852 | Cache-Control: ['no-cache, no-store'] |
853 | Content-Type: [application/json; charset=utf-8] | 853 | Content-Type: [application/json; charset=utf-8] |
@@ -858,10 +858,10 @@ interactions: | |||
858 | X-Download-Options: [noopen] | 858 | X-Download-Options: [noopen] |
859 | X-Frame-Options: [SAMEORIGIN] | 859 | X-Frame-Options: [SAMEORIGIN] |
860 | X-Permitted-Cross-Domain-Policies: [none] | 860 | X-Permitted-Cross-Domain-Policies: [none] |
861 | X-Request-Id: [6562e472-2828-476d-ac8d-01fecefd4787] | 861 | X-Request-Id: [a33dc5a1-fd00-4aff-9f14-c289a23e3814] |
862 | X-Runtime: ['0.177318'] | 862 | X-Runtime: ['0.314799'] |
863 | X-XSS-Protection: [1; mode=block] | 863 | X-XSS-Protection: [1; mode=block] |
864 | content-length: ['1665'] | 864 | content-length: ['1705'] |
865 | status: {code: 200, message: OK} | 865 | status: {code: 200, message: OK} |
866 | - request: | 866 | - request: |
867 | body: status=Toot+number+27%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 867 | body: status=Toot+number+27%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -876,10 +876,10 @@ interactions: | |||
876 | method: POST | 876 | method: POST |
877 | uri: http://localhost:3000/api/v1/statuses | 877 | uri: http://localhost:3000/api/v1/statuses |
878 | response: | 878 | response: |
879 | body: {string: '{"id":"102951424353007876","created_at":"2019-10-12T21:01:07.909Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424353007876","url":"http://localhost/@mastodonpy_test/102951424353007876","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 879 | body: {string: '{"id":"103704150129060443","created_at":"2020-02-22T19:29:11.778Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150129060443","url":"http://localhost/@mastodonpy_test/103704150129060443","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
880 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 880 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
881 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 881 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
882 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":29,"last_status_at":"2019-10-12T21:01:07.924Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 882 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
883 | headers: | 883 | headers: |
884 | Cache-Control: ['no-cache, no-store'] | 884 | Cache-Control: ['no-cache, no-store'] |
885 | Content-Type: [application/json; charset=utf-8] | 885 | Content-Type: [application/json; charset=utf-8] |
@@ -890,10 +890,10 @@ interactions: | |||
890 | X-Download-Options: [noopen] | 890 | X-Download-Options: [noopen] |
891 | X-Frame-Options: [SAMEORIGIN] | 891 | X-Frame-Options: [SAMEORIGIN] |
892 | X-Permitted-Cross-Domain-Policies: [none] | 892 | X-Permitted-Cross-Domain-Policies: [none] |
893 | X-Request-Id: [c552d29a-b0d9-4e93-ab60-103f2575510d] | 893 | X-Request-Id: [ec46c8ff-b829-4045-b41f-374a1bb5fc9e] |
894 | X-Runtime: ['0.196499'] | 894 | X-Runtime: ['0.302988'] |
895 | X-XSS-Protection: [1; mode=block] | 895 | X-XSS-Protection: [1; mode=block] |
896 | content-length: ['1665'] | 896 | content-length: ['1705'] |
897 | status: {code: 200, message: OK} | 897 | status: {code: 200, message: OK} |
898 | - request: | 898 | - request: |
899 | body: status=Toot+number+28%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 899 | body: status=Toot+number+28%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -908,10 +908,10 @@ interactions: | |||
908 | method: POST | 908 | method: POST |
909 | uri: http://localhost:3000/api/v1/statuses | 909 | uri: http://localhost:3000/api/v1/statuses |
910 | response: | 910 | response: |
911 | body: {string: '{"id":"102951424367553787","created_at":"2019-10-12T21:01:08.131Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424367553787","url":"http://localhost/@mastodonpy_test/102951424367553787","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 911 | body: {string: '{"id":"103704150150394841","created_at":"2020-02-22T19:29:12.099Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150150394841","url":"http://localhost/@mastodonpy_test/103704150150394841","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
912 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 912 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
913 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 913 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
914 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":30,"last_status_at":"2019-10-12T21:01:08.144Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 914 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
915 | headers: | 915 | headers: |
916 | Cache-Control: ['no-cache, no-store'] | 916 | Cache-Control: ['no-cache, no-store'] |
917 | Content-Type: [application/json; charset=utf-8] | 917 | Content-Type: [application/json; charset=utf-8] |
@@ -922,10 +922,10 @@ interactions: | |||
922 | X-Download-Options: [noopen] | 922 | X-Download-Options: [noopen] |
923 | X-Frame-Options: [SAMEORIGIN] | 923 | X-Frame-Options: [SAMEORIGIN] |
924 | X-Permitted-Cross-Domain-Policies: [none] | 924 | X-Permitted-Cross-Domain-Policies: [none] |
925 | X-Request-Id: [59e88b5a-f99a-4b75-ab46-6bce1d110097] | 925 | X-Request-Id: [109741ad-270e-414d-af2d-434a452e1103] |
926 | X-Runtime: ['0.195860'] | 926 | X-Runtime: ['0.287941'] |
927 | X-XSS-Protection: [1; mode=block] | 927 | X-XSS-Protection: [1; mode=block] |
928 | content-length: ['1665'] | 928 | content-length: ['1705'] |
929 | status: {code: 200, message: OK} | 929 | status: {code: 200, message: OK} |
930 | - request: | 930 | - request: |
931 | body: status=Toot+number+29%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp | 931 | body: status=Toot+number+29%21+%23fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp |
@@ -940,10 +940,10 @@ interactions: | |||
940 | method: POST | 940 | method: POST |
941 | uri: http://localhost:3000/api/v1/statuses | 941 | uri: http://localhost:3000/api/v1/statuses |
942 | response: | 942 | response: |
943 | body: {string: '{"id":"102951424383010393","created_at":"2019-10-12T21:01:08.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424383010393","url":"http://localhost/@mastodonpy_test/102951424383010393","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 943 | body: {string: '{"id":"103704150170865177","created_at":"2020-02-22T19:29:12.413Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150170865177","url":"http://localhost/@mastodonpy_test/103704150170865177","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
944 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 944 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
945 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 945 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
946 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 946 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
947 | headers: | 947 | headers: |
948 | Cache-Control: ['no-cache, no-store'] | 948 | Cache-Control: ['no-cache, no-store'] |
949 | Content-Type: [application/json; charset=utf-8] | 949 | Content-Type: [application/json; charset=utf-8] |
@@ -954,10 +954,10 @@ interactions: | |||
954 | X-Download-Options: [noopen] | 954 | X-Download-Options: [noopen] |
955 | X-Frame-Options: [SAMEORIGIN] | 955 | X-Frame-Options: [SAMEORIGIN] |
956 | X-Permitted-Cross-Domain-Policies: [none] | 956 | X-Permitted-Cross-Domain-Policies: [none] |
957 | X-Request-Id: [c9ece2c3-595a-47d5-909d-f50c803207c6] | 957 | X-Request-Id: [dbf6aa95-e082-486d-bbd6-e71f5a93af1f] |
958 | X-Runtime: ['0.280106'] | 958 | X-Runtime: ['0.292002'] |
959 | X-XSS-Protection: [1; mode=block] | 959 | X-XSS-Protection: [1; mode=block] |
960 | content-length: ['1665'] | 960 | content-length: ['1705'] |
961 | status: {code: 200, message: OK} | 961 | status: {code: 200, message: OK} |
962 | - request: | 962 | - request: |
963 | body: null | 963 | body: null |
@@ -970,42 +970,42 @@ interactions: | |||
970 | method: GET | 970 | method: GET |
971 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10 | 971 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10 |
972 | response: | 972 | response: |
973 | body: {string: '[{"id":"102951424383010393","created_at":"2019-10-12T21:01:08.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424383010393","url":"http://localhost/@mastodonpy_test/102951424383010393","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 973 | body: {string: '[{"id":"103704150170865177","created_at":"2020-02-22T19:29:12.413Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150170865177","url":"http://localhost/@mastodonpy_test/103704150170865177","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
974 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 974 | number 29! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
975 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 975 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
976 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424367553787","created_at":"2019-10-12T21:01:08.131Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424367553787","url":"http://localhost/@mastodonpy_test/102951424367553787","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 976 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704150150394841","created_at":"2020-02-22T19:29:12.099Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150150394841","url":"http://localhost/@mastodonpy_test/103704150150394841","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
977 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 977 | number 28! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
978 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 978 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
979 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424353007876","created_at":"2019-10-12T21:01:07.909Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424353007876","url":"http://localhost/@mastodonpy_test/102951424353007876","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 979 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704150129060443","created_at":"2020-02-22T19:29:11.778Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150129060443","url":"http://localhost/@mastodonpy_test/103704150129060443","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
980 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 980 | number 27! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
981 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 981 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
982 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424339105212","created_at":"2019-10-12T21:01:07.692Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424339105212","url":"http://localhost/@mastodonpy_test/102951424339105212","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 982 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704150106932215","created_at":"2020-02-22T19:29:11.447Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150106932215","url":"http://localhost/@mastodonpy_test/103704150106932215","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
983 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 983 | number 26! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
984 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 984 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
985 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424326687998","created_at":"2019-10-12T21:01:07.505Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424326687998","url":"http://localhost/@mastodonpy_test/102951424326687998","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 985 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704150085925781","created_at":"2020-02-22T19:29:11.118Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150085925781","url":"http://localhost/@mastodonpy_test/103704150085925781","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
986 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 986 | number 25! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
987 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 987 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
988 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424313215850","created_at":"2019-10-12T21:01:07.310Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424313215850","url":"http://localhost/@mastodonpy_test/102951424313215850","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 988 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704150062042669","created_at":"2020-02-22T19:29:10.782Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150062042669","url":"http://localhost/@mastodonpy_test/103704150062042669","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
989 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 989 | number 24! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
990 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 990 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
991 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424299664800","created_at":"2019-10-12T21:01:07.091Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424299664800","url":"http://localhost/@mastodonpy_test/102951424299664800","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 991 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704150041176847","created_at":"2020-02-22T19:29:10.430Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150041176847","url":"http://localhost/@mastodonpy_test/103704150041176847","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
992 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 992 | number 23! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
993 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 993 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
994 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424286820960","created_at":"2019-10-12T21:01:06.896Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424286820960","url":"http://localhost/@mastodonpy_test/102951424286820960","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 994 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704150021052422","created_at":"2020-02-22T19:29:10.129Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150021052422","url":"http://localhost/@mastodonpy_test/103704150021052422","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
995 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 995 | number 22! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
996 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 996 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
997 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424274165740","created_at":"2019-10-12T21:01:06.711Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424274165740","url":"http://localhost/@mastodonpy_test/102951424274165740","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 997 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704150001094152","created_at":"2020-02-22T19:29:09.813Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150001094152","url":"http://localhost/@mastodonpy_test/103704150001094152","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
998 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 998 | number 21! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
999 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 999 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1000 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424259662156","created_at":"2019-10-12T21:01:06.483Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424259662156","url":"http://localhost/@mastodonpy_test/102951424259662156","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1000 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149981573728","created_at":"2020-02-22T19:29:09.522Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149981573728","url":"http://localhost/@mastodonpy_test/103704149981573728","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1001 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1001 | number 20! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1002 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1002 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1003 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} | 1003 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} |
1004 | headers: | 1004 | headers: |
1005 | Cache-Control: ['no-cache, no-store'] | 1005 | Cache-Control: ['no-cache, no-store'] |
1006 | Content-Type: [application/json; charset=utf-8] | 1006 | Content-Type: [application/json; charset=utf-8] |
1007 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102951424259662156>; | 1007 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=103704149981573728>; |
1008 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102951424383010393>; | 1008 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=103704150170865177>; |
1009 | rel="prev"'] | 1009 | rel="prev"'] |
1010 | Referrer-Policy: [strict-origin-when-cross-origin] | 1010 | Referrer-Policy: [strict-origin-when-cross-origin] |
1011 | Transfer-Encoding: [chunked] | 1011 | Transfer-Encoding: [chunked] |
@@ -1014,10 +1014,10 @@ interactions: | |||
1014 | X-Download-Options: [noopen] | 1014 | X-Download-Options: [noopen] |
1015 | X-Frame-Options: [SAMEORIGIN] | 1015 | X-Frame-Options: [SAMEORIGIN] |
1016 | X-Permitted-Cross-Domain-Policies: [none] | 1016 | X-Permitted-Cross-Domain-Policies: [none] |
1017 | X-Request-Id: [54a4ae7f-7fd6-4127-9363-1c6825ece4ad] | 1017 | X-Request-Id: [9df9b806-f031-47c9-aeb7-6cd32930f25e] |
1018 | X-Runtime: ['0.273594'] | 1018 | X-Runtime: ['0.471565'] |
1019 | X-XSS-Protection: [1; mode=block] | 1019 | X-XSS-Protection: [1; mode=block] |
1020 | content-length: ['16661'] | 1020 | content-length: ['17061'] |
1021 | status: {code: 200, message: OK} | 1021 | status: {code: 200, message: OK} |
1022 | - request: | 1022 | - request: |
1023 | body: null | 1023 | body: null |
@@ -1028,44 +1028,44 @@ interactions: | |||
1028 | Connection: [keep-alive] | 1028 | Connection: [keep-alive] |
1029 | User-Agent: [python-requests/2.18.4] | 1029 | User-Agent: [python-requests/2.18.4] |
1030 | method: GET | 1030 | method: GET |
1031 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102951424259662156 | 1031 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=103704149981573728 |
1032 | response: | 1032 | response: |
1033 | body: {string: '[{"id":"102951424247971910","created_at":"2019-10-12T21:01:06.303Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424247971910","url":"http://localhost/@mastodonpy_test/102951424247971910","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1033 | body: {string: '[{"id":"103704149960988266","created_at":"2020-02-22T19:29:09.205Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149960988266","url":"http://localhost/@mastodonpy_test/103704149960988266","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1034 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1034 | number 19! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1035 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1035 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1036 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424232432290","created_at":"2019-10-12T21:01:06.071Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424232432290","url":"http://localhost/@mastodonpy_test/102951424232432290","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1036 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149938483069","created_at":"2020-02-22T19:29:08.863Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149938483069","url":"http://localhost/@mastodonpy_test/103704149938483069","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1037 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1037 | number 18! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1038 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1038 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1039 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424219344906","created_at":"2019-10-12T21:01:05.864Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424219344906","url":"http://localhost/@mastodonpy_test/102951424219344906","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1039 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149918653826","created_at":"2020-02-22T19:29:08.565Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149918653826","url":"http://localhost/@mastodonpy_test/103704149918653826","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1040 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1040 | number 17! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1041 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1041 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1042 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424207215163","created_at":"2019-10-12T21:01:05.679Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424207215163","url":"http://localhost/@mastodonpy_test/102951424207215163","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1042 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149896565914","created_at":"2020-02-22T19:29:08.221Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149896565914","url":"http://localhost/@mastodonpy_test/103704149896565914","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1043 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1043 | number 16! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1044 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1044 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1045 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424193729718","created_at":"2019-10-12T21:01:05.475Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424193729718","url":"http://localhost/@mastodonpy_test/102951424193729718","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1045 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149875584145","created_at":"2020-02-22T19:29:07.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149875584145","url":"http://localhost/@mastodonpy_test/103704149875584145","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1046 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1046 | number 15! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1047 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1047 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1048 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424179036442","created_at":"2019-10-12T21:01:05.249Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424179036442","url":"http://localhost/@mastodonpy_test/102951424179036442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1048 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149853789021","created_at":"2020-02-22T19:29:07.590Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149853789021","url":"http://localhost/@mastodonpy_test/103704149853789021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1049 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1049 | number 14! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1050 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1050 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1051 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424167131546","created_at":"2019-10-12T21:01:05.072Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424167131546","url":"http://localhost/@mastodonpy_test/102951424167131546","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1051 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149832307057","created_at":"2020-02-22T19:29:07.242Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149832307057","url":"http://localhost/@mastodonpy_test/103704149832307057","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1052 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1052 | number 13! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1053 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1053 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1054 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424152364671","created_at":"2019-10-12T21:01:04.868Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424152364671","url":"http://localhost/@mastodonpy_test/102951424152364671","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1054 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149812870986","created_at":"2020-02-22T19:29:06.948Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149812870986","url":"http://localhost/@mastodonpy_test/103704149812870986","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1055 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1055 | number 12! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1056 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1056 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1057 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424139457120","created_at":"2019-10-12T21:01:04.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424139457120","url":"http://localhost/@mastodonpy_test/102951424139457120","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1057 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149793387994","created_at":"2020-02-22T19:29:06.644Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149793387994","url":"http://localhost/@mastodonpy_test/103704149793387994","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1058 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1058 | number 11! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1059 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1059 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1060 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424126249802","created_at":"2019-10-12T21:01:04.445Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424126249802","url":"http://localhost/@mastodonpy_test/102951424126249802","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1060 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149773562058","created_at":"2020-02-22T19:29:06.343Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149773562058","url":"http://localhost/@mastodonpy_test/103704149773562058","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1061 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1061 | number 10! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1062 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1062 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1063 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} | 1063 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} |
1064 | headers: | 1064 | headers: |
1065 | Cache-Control: ['no-cache, no-store'] | 1065 | Cache-Control: ['no-cache, no-store'] |
1066 | Content-Type: [application/json; charset=utf-8] | 1066 | Content-Type: [application/json; charset=utf-8] |
1067 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102951424126249802>; | 1067 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=103704149773562058>; |
1068 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102951424247971910>; | 1068 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=103704149960988266>; |
1069 | rel="prev"'] | 1069 | rel="prev"'] |
1070 | Referrer-Policy: [strict-origin-when-cross-origin] | 1070 | Referrer-Policy: [strict-origin-when-cross-origin] |
1071 | Transfer-Encoding: [chunked] | 1071 | Transfer-Encoding: [chunked] |
@@ -1074,10 +1074,10 @@ interactions: | |||
1074 | X-Download-Options: [noopen] | 1074 | X-Download-Options: [noopen] |
1075 | X-Frame-Options: [SAMEORIGIN] | 1075 | X-Frame-Options: [SAMEORIGIN] |
1076 | X-Permitted-Cross-Domain-Policies: [none] | 1076 | X-Permitted-Cross-Domain-Policies: [none] |
1077 | X-Request-Id: [d0d59121-b107-4a50-a892-d2ad5ab738f3] | 1077 | X-Request-Id: [afd704fe-d8af-4b36-9d23-2d1ad956d4b5] |
1078 | X-Runtime: ['0.164627'] | 1078 | X-Runtime: ['0.349594'] |
1079 | X-XSS-Protection: [1; mode=block] | 1079 | X-XSS-Protection: [1; mode=block] |
1080 | content-length: ['16661'] | 1080 | content-length: ['17061'] |
1081 | status: {code: 200, message: OK} | 1081 | status: {code: 200, message: OK} |
1082 | - request: | 1082 | - request: |
1083 | body: null | 1083 | body: null |
@@ -1088,44 +1088,44 @@ interactions: | |||
1088 | Connection: [keep-alive] | 1088 | Connection: [keep-alive] |
1089 | User-Agent: [python-requests/2.18.4] | 1089 | User-Agent: [python-requests/2.18.4] |
1090 | method: GET | 1090 | method: GET |
1091 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102951424126249802 | 1091 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=103704149773562058 |
1092 | response: | 1092 | response: |
1093 | body: {string: '[{"id":"102951424114381710","created_at":"2019-10-12T21:01:04.271Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424114381710","url":"http://localhost/@mastodonpy_test/102951424114381710","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1093 | body: {string: '[{"id":"103704149753631609","created_at":"2020-02-22T19:29:06.045Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149753631609","url":"http://localhost/@mastodonpy_test/103704149753631609","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1094 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1094 | number 9! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1095 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1095 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1096 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424100187347","created_at":"2019-10-12T21:01:04.053Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424100187347","url":"http://localhost/@mastodonpy_test/102951424100187347","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1096 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149732903870","created_at":"2020-02-22T19:29:05.721Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149732903870","url":"http://localhost/@mastodonpy_test/103704149732903870","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1097 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1097 | number 8! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1098 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1098 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1099 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424086594030","created_at":"2019-10-12T21:01:03.841Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424086594030","url":"http://localhost/@mastodonpy_test/102951424086594030","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1099 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149713271812","created_at":"2020-02-22T19:29:05.427Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149713271812","url":"http://localhost/@mastodonpy_test/103704149713271812","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1100 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1100 | number 7! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1101 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1101 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1102 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424071293358","created_at":"2019-10-12T21:01:03.607Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424071293358","url":"http://localhost/@mastodonpy_test/102951424071293358","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1102 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149694846121","created_at":"2020-02-22T19:29:05.148Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149694846121","url":"http://localhost/@mastodonpy_test/103704149694846121","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1103 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1103 | number 6! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1104 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1104 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1105 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424058697474","created_at":"2019-10-12T21:01:03.414Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424058697474","url":"http://localhost/@mastodonpy_test/102951424058697474","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1105 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149669490630","created_at":"2020-02-22T19:29:04.769Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149669490630","url":"http://localhost/@mastodonpy_test/103704149669490630","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1106 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1106 | number 5! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1107 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1107 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1108 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424046053331","created_at":"2019-10-12T21:01:03.226Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424046053331","url":"http://localhost/@mastodonpy_test/102951424046053331","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1108 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149651053534","created_at":"2020-02-22T19:29:04.473Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149651053534","url":"http://localhost/@mastodonpy_test/103704149651053534","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1109 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1109 | number 4! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1110 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1110 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1111 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424033083457","created_at":"2019-10-12T21:01:03.028Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424033083457","url":"http://localhost/@mastodonpy_test/102951424033083457","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1111 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149633530756","created_at":"2020-02-22T19:29:04.209Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149633530756","url":"http://localhost/@mastodonpy_test/103704149633530756","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1112 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1112 | number 3! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1113 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1113 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1114 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424019280423","created_at":"2019-10-12T21:01:02.814Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424019280423","url":"http://localhost/@mastodonpy_test/102951424019280423","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1114 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149614770695","created_at":"2020-02-22T19:29:03.925Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149614770695","url":"http://localhost/@mastodonpy_test/103704149614770695","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1115 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1115 | number 2! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1116 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1116 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1117 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951424007110765","created_at":"2019-10-12T21:01:02.629Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424007110765","url":"http://localhost/@mastodonpy_test/102951424007110765","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1117 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149594648631","created_at":"2020-02-22T19:29:03.614Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149594648631","url":"http://localhost/@mastodonpy_test/103704149594648631","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1118 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1118 | number 1! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1119 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1119 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1120 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"102951423993185358","created_at":"2019-10-12T21:01:02.416Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951423993185358","url":"http://localhost/@mastodonpy_test/102951423993185358","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot | 1120 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null},{"id":"103704149573624834","created_at":"2020-02-22T19:29:03.291Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149573624834","url":"http://localhost/@mastodonpy_test/103704149573624834","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot |
1121 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" | 1121 | number 0! \u003ca href=\"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\" |
1122 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 1122 | class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003efgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
1123 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} | 1123 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}]'} |
1124 | headers: | 1124 | headers: |
1125 | Cache-Control: ['no-cache, no-store'] | 1125 | Cache-Control: ['no-cache, no-store'] |
1126 | Content-Type: [application/json; charset=utf-8] | 1126 | Content-Type: [application/json; charset=utf-8] |
1127 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102951423993185358>; | 1127 | Link: ['<http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=103704149573624834>; |
1128 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=102951424114381710>; | 1128 | rel="next", <http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&min_id=103704149753631609>; |
1129 | rel="prev"'] | 1129 | rel="prev"'] |
1130 | Referrer-Policy: [strict-origin-when-cross-origin] | 1130 | Referrer-Policy: [strict-origin-when-cross-origin] |
1131 | Transfer-Encoding: [chunked] | 1131 | Transfer-Encoding: [chunked] |
@@ -1134,10 +1134,10 @@ interactions: | |||
1134 | X-Download-Options: [noopen] | 1134 | X-Download-Options: [noopen] |
1135 | X-Frame-Options: [SAMEORIGIN] | 1135 | X-Frame-Options: [SAMEORIGIN] |
1136 | X-Permitted-Cross-Domain-Policies: [none] | 1136 | X-Permitted-Cross-Domain-Policies: [none] |
1137 | X-Request-Id: [8a398fb0-141d-4b09-a2b8-c2897323ec10] | 1137 | X-Request-Id: [75562b20-f99b-44b8-8099-90ed899099df] |
1138 | X-Runtime: ['0.185733'] | 1138 | X-Runtime: ['0.296909'] |
1139 | X-XSS-Protection: [1; mode=block] | 1139 | X-XSS-Protection: [1; mode=block] |
1140 | content-length: ['16651'] | 1140 | content-length: ['17051'] |
1141 | status: {code: 200, message: OK} | 1141 | status: {code: 200, message: OK} |
1142 | - request: | 1142 | - request: |
1143 | body: null | 1143 | body: null |
@@ -1148,7 +1148,7 @@ interactions: | |||
1148 | Connection: [keep-alive] | 1148 | Connection: [keep-alive] |
1149 | User-Agent: [python-requests/2.18.4] | 1149 | User-Agent: [python-requests/2.18.4] |
1150 | method: GET | 1150 | method: GET |
1151 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=102951423993185358 | 1151 | uri: http://localhost:3000/api/v1/timelines/tag/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp?limit=10&max_id=103704149573624834 |
1152 | response: | 1152 | response: |
1153 | body: {string: '[]'} | 1153 | body: {string: '[]'} |
1154 | headers: | 1154 | headers: |
@@ -1161,8 +1161,8 @@ interactions: | |||
1161 | X-Download-Options: [noopen] | 1161 | X-Download-Options: [noopen] |
1162 | X-Frame-Options: [SAMEORIGIN] | 1162 | X-Frame-Options: [SAMEORIGIN] |
1163 | X-Permitted-Cross-Domain-Policies: [none] | 1163 | X-Permitted-Cross-Domain-Policies: [none] |
1164 | X-Request-Id: [8e336a9d-537a-47ab-be10-f0d2498cea01] | 1164 | X-Request-Id: [69f76436-82d2-445e-95ba-6b8f28af8f6e] |
1165 | X-Runtime: ['0.035298'] | 1165 | X-Runtime: ['0.051595'] |
1166 | X-XSS-Protection: [1; mode=block] | 1166 | X-XSS-Protection: [1; mode=block] |
1167 | content-length: ['2'] | 1167 | content-length: ['2'] |
1168 | status: {code: 200, message: OK} | 1168 | status: {code: 200, message: OK} |
@@ -1176,11 +1176,11 @@ interactions: | |||
1176 | Content-Length: ['0'] | 1176 | Content-Length: ['0'] |
1177 | User-Agent: [python-requests/2.18.4] | 1177 | User-Agent: [python-requests/2.18.4] |
1178 | method: DELETE | 1178 | method: DELETE |
1179 | uri: http://localhost:3000/api/v1/statuses/102951423993185358 | 1179 | uri: http://localhost:3000/api/v1/statuses/103704149573624834 |
1180 | response: | 1180 | response: |
1181 | body: {string: '{"id":"102951423993185358","created_at":"2019-10-12T21:01:02.416Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951423993185358","url":"http://localhost/@mastodonpy_test/102951423993185358","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1181 | body: {string: '{"id":"103704149573624834","created_at":"2020-02-22T19:29:03.291Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149573624834","url":"http://localhost/@mastodonpy_test/103704149573624834","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1182 | number 0! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1182 | number 0! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1183 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":31,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1183 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1184 | headers: | 1184 | headers: |
1185 | Cache-Control: ['no-cache, no-store'] | 1185 | Cache-Control: ['no-cache, no-store'] |
1186 | Content-Type: [application/json; charset=utf-8] | 1186 | Content-Type: [application/json; charset=utf-8] |
@@ -1191,10 +1191,10 @@ interactions: | |||
1191 | X-Download-Options: [noopen] | 1191 | X-Download-Options: [noopen] |
1192 | X-Frame-Options: [SAMEORIGIN] | 1192 | X-Frame-Options: [SAMEORIGIN] |
1193 | X-Permitted-Cross-Domain-Policies: [none] | 1193 | X-Permitted-Cross-Domain-Policies: [none] |
1194 | X-Request-Id: [1a7f0475-bf55-4b7e-a5fe-2830fb49b1d3] | 1194 | X-Request-Id: [3ca6b3e0-aff0-408b-a19f-da8eff491dfd] |
1195 | X-Runtime: ['0.092075'] | 1195 | X-Runtime: ['0.176568'] |
1196 | X-XSS-Protection: [1; mode=block] | 1196 | X-XSS-Protection: [1; mode=block] |
1197 | content-length: ['1454'] | 1197 | content-length: ['1494'] |
1198 | status: {code: 200, message: OK} | 1198 | status: {code: 200, message: OK} |
1199 | - request: | 1199 | - request: |
1200 | body: null | 1200 | body: null |
@@ -1206,11 +1206,11 @@ interactions: | |||
1206 | Content-Length: ['0'] | 1206 | Content-Length: ['0'] |
1207 | User-Agent: [python-requests/2.18.4] | 1207 | User-Agent: [python-requests/2.18.4] |
1208 | method: DELETE | 1208 | method: DELETE |
1209 | uri: http://localhost:3000/api/v1/statuses/102951424007110765 | 1209 | uri: http://localhost:3000/api/v1/statuses/103704149594648631 |
1210 | response: | 1210 | response: |
1211 | body: {string: '{"id":"102951424007110765","created_at":"2019-10-12T21:01:02.629Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424007110765","url":"http://localhost/@mastodonpy_test/102951424007110765","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1211 | body: {string: '{"id":"103704149594648631","created_at":"2020-02-22T19:29:03.614Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149594648631","url":"http://localhost/@mastodonpy_test/103704149594648631","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1212 | number 1! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1212 | number 1! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1213 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":30,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1213 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1214 | headers: | 1214 | headers: |
1215 | Cache-Control: ['no-cache, no-store'] | 1215 | Cache-Control: ['no-cache, no-store'] |
1216 | Content-Type: [application/json; charset=utf-8] | 1216 | Content-Type: [application/json; charset=utf-8] |
@@ -1221,10 +1221,10 @@ interactions: | |||
1221 | X-Download-Options: [noopen] | 1221 | X-Download-Options: [noopen] |
1222 | X-Frame-Options: [SAMEORIGIN] | 1222 | X-Frame-Options: [SAMEORIGIN] |
1223 | X-Permitted-Cross-Domain-Policies: [none] | 1223 | X-Permitted-Cross-Domain-Policies: [none] |
1224 | X-Request-Id: [95f692cd-e7af-4dfe-a5ee-c3b574f7ef6f] | 1224 | X-Request-Id: [6169ba11-c34b-4620-a6ac-c867540e11a9] |
1225 | X-Runtime: ['0.092326'] | 1225 | X-Runtime: ['0.149270'] |
1226 | X-XSS-Protection: [1; mode=block] | 1226 | X-XSS-Protection: [1; mode=block] |
1227 | content-length: ['1454'] | 1227 | content-length: ['1494'] |
1228 | status: {code: 200, message: OK} | 1228 | status: {code: 200, message: OK} |
1229 | - request: | 1229 | - request: |
1230 | body: null | 1230 | body: null |
@@ -1236,11 +1236,11 @@ interactions: | |||
1236 | Content-Length: ['0'] | 1236 | Content-Length: ['0'] |
1237 | User-Agent: [python-requests/2.18.4] | 1237 | User-Agent: [python-requests/2.18.4] |
1238 | method: DELETE | 1238 | method: DELETE |
1239 | uri: http://localhost:3000/api/v1/statuses/102951424019280423 | 1239 | uri: http://localhost:3000/api/v1/statuses/103704149614770695 |
1240 | response: | 1240 | response: |
1241 | body: {string: '{"id":"102951424019280423","created_at":"2019-10-12T21:01:02.814Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424019280423","url":"http://localhost/@mastodonpy_test/102951424019280423","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1241 | body: {string: '{"id":"103704149614770695","created_at":"2020-02-22T19:29:03.925Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149614770695","url":"http://localhost/@mastodonpy_test/103704149614770695","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1242 | number 2! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1242 | number 2! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1243 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":29,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1243 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1244 | headers: | 1244 | headers: |
1245 | Cache-Control: ['no-cache, no-store'] | 1245 | Cache-Control: ['no-cache, no-store'] |
1246 | Content-Type: [application/json; charset=utf-8] | 1246 | Content-Type: [application/json; charset=utf-8] |
@@ -1251,10 +1251,10 @@ interactions: | |||
1251 | X-Download-Options: [noopen] | 1251 | X-Download-Options: [noopen] |
1252 | X-Frame-Options: [SAMEORIGIN] | 1252 | X-Frame-Options: [SAMEORIGIN] |
1253 | X-Permitted-Cross-Domain-Policies: [none] | 1253 | X-Permitted-Cross-Domain-Policies: [none] |
1254 | X-Request-Id: [ba694db8-f20f-49be-a82d-55af8d483e91] | 1254 | X-Request-Id: [35144b8e-e051-4fa5-8d0f-420b66bc7608] |
1255 | X-Runtime: ['0.108769'] | 1255 | X-Runtime: ['0.122465'] |
1256 | X-XSS-Protection: [1; mode=block] | 1256 | X-XSS-Protection: [1; mode=block] |
1257 | content-length: ['1454'] | 1257 | content-length: ['1494'] |
1258 | status: {code: 200, message: OK} | 1258 | status: {code: 200, message: OK} |
1259 | - request: | 1259 | - request: |
1260 | body: null | 1260 | body: null |
@@ -1266,11 +1266,11 @@ interactions: | |||
1266 | Content-Length: ['0'] | 1266 | Content-Length: ['0'] |
1267 | User-Agent: [python-requests/2.18.4] | 1267 | User-Agent: [python-requests/2.18.4] |
1268 | method: DELETE | 1268 | method: DELETE |
1269 | uri: http://localhost:3000/api/v1/statuses/102951424033083457 | 1269 | uri: http://localhost:3000/api/v1/statuses/103704149633530756 |
1270 | response: | 1270 | response: |
1271 | body: {string: '{"id":"102951424033083457","created_at":"2019-10-12T21:01:03.028Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424033083457","url":"http://localhost/@mastodonpy_test/102951424033083457","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1271 | body: {string: '{"id":"103704149633530756","created_at":"2020-02-22T19:29:04.209Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149633530756","url":"http://localhost/@mastodonpy_test/103704149633530756","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1272 | number 3! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1272 | number 3! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1273 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":28,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1273 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1274 | headers: | 1274 | headers: |
1275 | Cache-Control: ['no-cache, no-store'] | 1275 | Cache-Control: ['no-cache, no-store'] |
1276 | Content-Type: [application/json; charset=utf-8] | 1276 | Content-Type: [application/json; charset=utf-8] |
@@ -1281,10 +1281,10 @@ interactions: | |||
1281 | X-Download-Options: [noopen] | 1281 | X-Download-Options: [noopen] |
1282 | X-Frame-Options: [SAMEORIGIN] | 1282 | X-Frame-Options: [SAMEORIGIN] |
1283 | X-Permitted-Cross-Domain-Policies: [none] | 1283 | X-Permitted-Cross-Domain-Policies: [none] |
1284 | X-Request-Id: [f654da2b-0a95-4914-8629-86e72a799c91] | 1284 | X-Request-Id: [4e915f22-3fd8-40dc-ab0b-68eb0b96ffba] |
1285 | X-Runtime: ['0.128125'] | 1285 | X-Runtime: ['0.109661'] |
1286 | X-XSS-Protection: [1; mode=block] | 1286 | X-XSS-Protection: [1; mode=block] |
1287 | content-length: ['1454'] | 1287 | content-length: ['1494'] |
1288 | status: {code: 200, message: OK} | 1288 | status: {code: 200, message: OK} |
1289 | - request: | 1289 | - request: |
1290 | body: null | 1290 | body: null |
@@ -1296,11 +1296,11 @@ interactions: | |||
1296 | Content-Length: ['0'] | 1296 | Content-Length: ['0'] |
1297 | User-Agent: [python-requests/2.18.4] | 1297 | User-Agent: [python-requests/2.18.4] |
1298 | method: DELETE | 1298 | method: DELETE |
1299 | uri: http://localhost:3000/api/v1/statuses/102951424046053331 | 1299 | uri: http://localhost:3000/api/v1/statuses/103704149651053534 |
1300 | response: | 1300 | response: |
1301 | body: {string: '{"id":"102951424046053331","created_at":"2019-10-12T21:01:03.226Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424046053331","url":"http://localhost/@mastodonpy_test/102951424046053331","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1301 | body: {string: '{"id":"103704149651053534","created_at":"2020-02-22T19:29:04.473Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149651053534","url":"http://localhost/@mastodonpy_test/103704149651053534","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1302 | number 4! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1302 | number 4! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1303 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":27,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1303 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1304 | headers: | 1304 | headers: |
1305 | Cache-Control: ['no-cache, no-store'] | 1305 | Cache-Control: ['no-cache, no-store'] |
1306 | Content-Type: [application/json; charset=utf-8] | 1306 | Content-Type: [application/json; charset=utf-8] |
@@ -1311,10 +1311,10 @@ interactions: | |||
1311 | X-Download-Options: [noopen] | 1311 | X-Download-Options: [noopen] |
1312 | X-Frame-Options: [SAMEORIGIN] | 1312 | X-Frame-Options: [SAMEORIGIN] |
1313 | X-Permitted-Cross-Domain-Policies: [none] | 1313 | X-Permitted-Cross-Domain-Policies: [none] |
1314 | X-Request-Id: [0aa62eca-c7b3-4c7a-a81a-a7f4a1755822] | 1314 | X-Request-Id: [257bc927-9e15-4733-90b4-b8f7c76c4513] |
1315 | X-Runtime: ['0.154006'] | 1315 | X-Runtime: ['0.168957'] |
1316 | X-XSS-Protection: [1; mode=block] | 1316 | X-XSS-Protection: [1; mode=block] |
1317 | content-length: ['1454'] | 1317 | content-length: ['1494'] |
1318 | status: {code: 200, message: OK} | 1318 | status: {code: 200, message: OK} |
1319 | - request: | 1319 | - request: |
1320 | body: null | 1320 | body: null |
@@ -1326,11 +1326,11 @@ interactions: | |||
1326 | Content-Length: ['0'] | 1326 | Content-Length: ['0'] |
1327 | User-Agent: [python-requests/2.18.4] | 1327 | User-Agent: [python-requests/2.18.4] |
1328 | method: DELETE | 1328 | method: DELETE |
1329 | uri: http://localhost:3000/api/v1/statuses/102951424058697474 | 1329 | uri: http://localhost:3000/api/v1/statuses/103704149669490630 |
1330 | response: | 1330 | response: |
1331 | body: {string: '{"id":"102951424058697474","created_at":"2019-10-12T21:01:03.414Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424058697474","url":"http://localhost/@mastodonpy_test/102951424058697474","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1331 | body: {string: '{"id":"103704149669490630","created_at":"2020-02-22T19:29:04.769Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149669490630","url":"http://localhost/@mastodonpy_test/103704149669490630","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1332 | number 5! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1332 | number 5! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1333 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":26,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1333 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1334 | headers: | 1334 | headers: |
1335 | Cache-Control: ['no-cache, no-store'] | 1335 | Cache-Control: ['no-cache, no-store'] |
1336 | Content-Type: [application/json; charset=utf-8] | 1336 | Content-Type: [application/json; charset=utf-8] |
@@ -1341,10 +1341,10 @@ interactions: | |||
1341 | X-Download-Options: [noopen] | 1341 | X-Download-Options: [noopen] |
1342 | X-Frame-Options: [SAMEORIGIN] | 1342 | X-Frame-Options: [SAMEORIGIN] |
1343 | X-Permitted-Cross-Domain-Policies: [none] | 1343 | X-Permitted-Cross-Domain-Policies: [none] |
1344 | X-Request-Id: [93df44a9-9fd6-423d-bfb1-99e9d256b62d] | 1344 | X-Request-Id: [0012930c-d984-422a-9c22-94cabeffcca2] |
1345 | X-Runtime: ['0.104164'] | 1345 | X-Runtime: ['0.171008'] |
1346 | X-XSS-Protection: [1; mode=block] | 1346 | X-XSS-Protection: [1; mode=block] |
1347 | content-length: ['1454'] | 1347 | content-length: ['1494'] |
1348 | status: {code: 200, message: OK} | 1348 | status: {code: 200, message: OK} |
1349 | - request: | 1349 | - request: |
1350 | body: null | 1350 | body: null |
@@ -1356,11 +1356,11 @@ interactions: | |||
1356 | Content-Length: ['0'] | 1356 | Content-Length: ['0'] |
1357 | User-Agent: [python-requests/2.18.4] | 1357 | User-Agent: [python-requests/2.18.4] |
1358 | method: DELETE | 1358 | method: DELETE |
1359 | uri: http://localhost:3000/api/v1/statuses/102951424071293358 | 1359 | uri: http://localhost:3000/api/v1/statuses/103704149694846121 |
1360 | response: | 1360 | response: |
1361 | body: {string: '{"id":"102951424071293358","created_at":"2019-10-12T21:01:03.607Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424071293358","url":"http://localhost/@mastodonpy_test/102951424071293358","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1361 | body: {string: '{"id":"103704149694846121","created_at":"2020-02-22T19:29:05.148Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149694846121","url":"http://localhost/@mastodonpy_test/103704149694846121","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1362 | number 6! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1362 | number 6! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1363 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":25,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1363 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1364 | headers: | 1364 | headers: |
1365 | Cache-Control: ['no-cache, no-store'] | 1365 | Cache-Control: ['no-cache, no-store'] |
1366 | Content-Type: [application/json; charset=utf-8] | 1366 | Content-Type: [application/json; charset=utf-8] |
@@ -1371,10 +1371,10 @@ interactions: | |||
1371 | X-Download-Options: [noopen] | 1371 | X-Download-Options: [noopen] |
1372 | X-Frame-Options: [SAMEORIGIN] | 1372 | X-Frame-Options: [SAMEORIGIN] |
1373 | X-Permitted-Cross-Domain-Policies: [none] | 1373 | X-Permitted-Cross-Domain-Policies: [none] |
1374 | X-Request-Id: [25c004b3-a475-4561-883d-4aa1d97d435b] | 1374 | X-Request-Id: [7a84c83d-0c0b-4734-a93b-696d6f864fb9] |
1375 | X-Runtime: ['0.116687'] | 1375 | X-Runtime: ['0.136626'] |
1376 | X-XSS-Protection: [1; mode=block] | 1376 | X-XSS-Protection: [1; mode=block] |
1377 | content-length: ['1454'] | 1377 | content-length: ['1494'] |
1378 | status: {code: 200, message: OK} | 1378 | status: {code: 200, message: OK} |
1379 | - request: | 1379 | - request: |
1380 | body: null | 1380 | body: null |
@@ -1386,11 +1386,11 @@ interactions: | |||
1386 | Content-Length: ['0'] | 1386 | Content-Length: ['0'] |
1387 | User-Agent: [python-requests/2.18.4] | 1387 | User-Agent: [python-requests/2.18.4] |
1388 | method: DELETE | 1388 | method: DELETE |
1389 | uri: http://localhost:3000/api/v1/statuses/102951424086594030 | 1389 | uri: http://localhost:3000/api/v1/statuses/103704149713271812 |
1390 | response: | 1390 | response: |
1391 | body: {string: '{"id":"102951424086594030","created_at":"2019-10-12T21:01:03.841Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424086594030","url":"http://localhost/@mastodonpy_test/102951424086594030","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1391 | body: {string: '{"id":"103704149713271812","created_at":"2020-02-22T19:29:05.427Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149713271812","url":"http://localhost/@mastodonpy_test/103704149713271812","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1392 | number 7! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1392 | number 7! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1393 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":24,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1393 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1394 | headers: | 1394 | headers: |
1395 | Cache-Control: ['no-cache, no-store'] | 1395 | Cache-Control: ['no-cache, no-store'] |
1396 | Content-Type: [application/json; charset=utf-8] | 1396 | Content-Type: [application/json; charset=utf-8] |
@@ -1401,10 +1401,10 @@ interactions: | |||
1401 | X-Download-Options: [noopen] | 1401 | X-Download-Options: [noopen] |
1402 | X-Frame-Options: [SAMEORIGIN] | 1402 | X-Frame-Options: [SAMEORIGIN] |
1403 | X-Permitted-Cross-Domain-Policies: [none] | 1403 | X-Permitted-Cross-Domain-Policies: [none] |
1404 | X-Request-Id: [047fa6d2-5f9e-40fe-9bab-0e42ed6b97fa] | 1404 | X-Request-Id: [19418cf9-c3e6-4ecf-b5e0-35864e55e8c8] |
1405 | X-Runtime: ['0.113855'] | 1405 | X-Runtime: ['0.139188'] |
1406 | X-XSS-Protection: [1; mode=block] | 1406 | X-XSS-Protection: [1; mode=block] |
1407 | content-length: ['1454'] | 1407 | content-length: ['1494'] |
1408 | status: {code: 200, message: OK} | 1408 | status: {code: 200, message: OK} |
1409 | - request: | 1409 | - request: |
1410 | body: null | 1410 | body: null |
@@ -1416,11 +1416,11 @@ interactions: | |||
1416 | Content-Length: ['0'] | 1416 | Content-Length: ['0'] |
1417 | User-Agent: [python-requests/2.18.4] | 1417 | User-Agent: [python-requests/2.18.4] |
1418 | method: DELETE | 1418 | method: DELETE |
1419 | uri: http://localhost:3000/api/v1/statuses/102951424100187347 | 1419 | uri: http://localhost:3000/api/v1/statuses/103704149732903870 |
1420 | response: | 1420 | response: |
1421 | body: {string: '{"id":"102951424100187347","created_at":"2019-10-12T21:01:04.053Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424100187347","url":"http://localhost/@mastodonpy_test/102951424100187347","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1421 | body: {string: '{"id":"103704149732903870","created_at":"2020-02-22T19:29:05.721Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149732903870","url":"http://localhost/@mastodonpy_test/103704149732903870","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1422 | number 8! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1422 | number 8! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1423 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":23,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1423 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1424 | headers: | 1424 | headers: |
1425 | Cache-Control: ['no-cache, no-store'] | 1425 | Cache-Control: ['no-cache, no-store'] |
1426 | Content-Type: [application/json; charset=utf-8] | 1426 | Content-Type: [application/json; charset=utf-8] |
@@ -1431,10 +1431,10 @@ interactions: | |||
1431 | X-Download-Options: [noopen] | 1431 | X-Download-Options: [noopen] |
1432 | X-Frame-Options: [SAMEORIGIN] | 1432 | X-Frame-Options: [SAMEORIGIN] |
1433 | X-Permitted-Cross-Domain-Policies: [none] | 1433 | X-Permitted-Cross-Domain-Policies: [none] |
1434 | X-Request-Id: [ab356333-6fbd-4c09-b04c-014d4e15d339] | 1434 | X-Request-Id: [fdccb922-0505-40b2-b0d4-75d10c591ee7] |
1435 | X-Runtime: ['0.109160'] | 1435 | X-Runtime: ['0.128166'] |
1436 | X-XSS-Protection: [1; mode=block] | 1436 | X-XSS-Protection: [1; mode=block] |
1437 | content-length: ['1454'] | 1437 | content-length: ['1494'] |
1438 | status: {code: 200, message: OK} | 1438 | status: {code: 200, message: OK} |
1439 | - request: | 1439 | - request: |
1440 | body: null | 1440 | body: null |
@@ -1446,11 +1446,11 @@ interactions: | |||
1446 | Content-Length: ['0'] | 1446 | Content-Length: ['0'] |
1447 | User-Agent: [python-requests/2.18.4] | 1447 | User-Agent: [python-requests/2.18.4] |
1448 | method: DELETE | 1448 | method: DELETE |
1449 | uri: http://localhost:3000/api/v1/statuses/102951424114381710 | 1449 | uri: http://localhost:3000/api/v1/statuses/103704149753631609 |
1450 | response: | 1450 | response: |
1451 | body: {string: '{"id":"102951424114381710","created_at":"2019-10-12T21:01:04.271Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424114381710","url":"http://localhost/@mastodonpy_test/102951424114381710","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1451 | body: {string: '{"id":"103704149753631609","created_at":"2020-02-22T19:29:06.045Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149753631609","url":"http://localhost/@mastodonpy_test/103704149753631609","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1452 | number 9! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1452 | number 9! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1453 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":22,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1453 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1454 | headers: | 1454 | headers: |
1455 | Cache-Control: ['no-cache, no-store'] | 1455 | Cache-Control: ['no-cache, no-store'] |
1456 | Content-Type: [application/json; charset=utf-8] | 1456 | Content-Type: [application/json; charset=utf-8] |
@@ -1461,10 +1461,10 @@ interactions: | |||
1461 | X-Download-Options: [noopen] | 1461 | X-Download-Options: [noopen] |
1462 | X-Frame-Options: [SAMEORIGIN] | 1462 | X-Frame-Options: [SAMEORIGIN] |
1463 | X-Permitted-Cross-Domain-Policies: [none] | 1463 | X-Permitted-Cross-Domain-Policies: [none] |
1464 | X-Request-Id: [cd61e829-ee58-410b-bda9-10f803c85447] | 1464 | X-Request-Id: [dfdc260d-f7ee-48c1-a936-de3b6514f97b] |
1465 | X-Runtime: ['0.091978'] | 1465 | X-Runtime: ['0.139097'] |
1466 | X-XSS-Protection: [1; mode=block] | 1466 | X-XSS-Protection: [1; mode=block] |
1467 | content-length: ['1454'] | 1467 | content-length: ['1494'] |
1468 | status: {code: 200, message: OK} | 1468 | status: {code: 200, message: OK} |
1469 | - request: | 1469 | - request: |
1470 | body: null | 1470 | body: null |
@@ -1476,11 +1476,11 @@ interactions: | |||
1476 | Content-Length: ['0'] | 1476 | Content-Length: ['0'] |
1477 | User-Agent: [python-requests/2.18.4] | 1477 | User-Agent: [python-requests/2.18.4] |
1478 | method: DELETE | 1478 | method: DELETE |
1479 | uri: http://localhost:3000/api/v1/statuses/102951424126249802 | 1479 | uri: http://localhost:3000/api/v1/statuses/103704149773562058 |
1480 | response: | 1480 | response: |
1481 | body: {string: '{"id":"102951424126249802","created_at":"2019-10-12T21:01:04.445Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424126249802","url":"http://localhost/@mastodonpy_test/102951424126249802","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1481 | body: {string: '{"id":"103704149773562058","created_at":"2020-02-22T19:29:06.343Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149773562058","url":"http://localhost/@mastodonpy_test/103704149773562058","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1482 | number 10! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1482 | number 10! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1483 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":21,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1483 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1484 | headers: | 1484 | headers: |
1485 | Cache-Control: ['no-cache, no-store'] | 1485 | Cache-Control: ['no-cache, no-store'] |
1486 | Content-Type: [application/json; charset=utf-8] | 1486 | Content-Type: [application/json; charset=utf-8] |
@@ -1491,10 +1491,10 @@ interactions: | |||
1491 | X-Download-Options: [noopen] | 1491 | X-Download-Options: [noopen] |
1492 | X-Frame-Options: [SAMEORIGIN] | 1492 | X-Frame-Options: [SAMEORIGIN] |
1493 | X-Permitted-Cross-Domain-Policies: [none] | 1493 | X-Permitted-Cross-Domain-Policies: [none] |
1494 | X-Request-Id: [f990841f-5700-4049-8d14-a973985d4b4b] | 1494 | X-Request-Id: [39a11768-d182-4172-bd67-da3a269b81d2] |
1495 | X-Runtime: ['0.112866'] | 1495 | X-Runtime: ['0.148050'] |
1496 | X-XSS-Protection: [1; mode=block] | 1496 | X-XSS-Protection: [1; mode=block] |
1497 | content-length: ['1455'] | 1497 | content-length: ['1495'] |
1498 | status: {code: 200, message: OK} | 1498 | status: {code: 200, message: OK} |
1499 | - request: | 1499 | - request: |
1500 | body: null | 1500 | body: null |
@@ -1506,11 +1506,11 @@ interactions: | |||
1506 | Content-Length: ['0'] | 1506 | Content-Length: ['0'] |
1507 | User-Agent: [python-requests/2.18.4] | 1507 | User-Agent: [python-requests/2.18.4] |
1508 | method: DELETE | 1508 | method: DELETE |
1509 | uri: http://localhost:3000/api/v1/statuses/102951424139457120 | 1509 | uri: http://localhost:3000/api/v1/statuses/103704149793387994 |
1510 | response: | 1510 | response: |
1511 | body: {string: '{"id":"102951424139457120","created_at":"2019-10-12T21:01:04.647Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424139457120","url":"http://localhost/@mastodonpy_test/102951424139457120","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1511 | body: {string: '{"id":"103704149793387994","created_at":"2020-02-22T19:29:06.644Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149793387994","url":"http://localhost/@mastodonpy_test/103704149793387994","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1512 | number 11! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1512 | number 11! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1513 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":20,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1513 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1514 | headers: | 1514 | headers: |
1515 | Cache-Control: ['no-cache, no-store'] | 1515 | Cache-Control: ['no-cache, no-store'] |
1516 | Content-Type: [application/json; charset=utf-8] | 1516 | Content-Type: [application/json; charset=utf-8] |
@@ -1521,10 +1521,10 @@ interactions: | |||
1521 | X-Download-Options: [noopen] | 1521 | X-Download-Options: [noopen] |
1522 | X-Frame-Options: [SAMEORIGIN] | 1522 | X-Frame-Options: [SAMEORIGIN] |
1523 | X-Permitted-Cross-Domain-Policies: [none] | 1523 | X-Permitted-Cross-Domain-Policies: [none] |
1524 | X-Request-Id: [43426697-c935-413c-9d55-de21b811e5d6] | 1524 | X-Request-Id: [d05578e0-402b-4803-bce6-538d30fe4288] |
1525 | X-Runtime: ['0.132360'] | 1525 | X-Runtime: ['0.198387'] |
1526 | X-XSS-Protection: [1; mode=block] | 1526 | X-XSS-Protection: [1; mode=block] |
1527 | content-length: ['1455'] | 1527 | content-length: ['1495'] |
1528 | status: {code: 200, message: OK} | 1528 | status: {code: 200, message: OK} |
1529 | - request: | 1529 | - request: |
1530 | body: null | 1530 | body: null |
@@ -1536,11 +1536,11 @@ interactions: | |||
1536 | Content-Length: ['0'] | 1536 | Content-Length: ['0'] |
1537 | User-Agent: [python-requests/2.18.4] | 1537 | User-Agent: [python-requests/2.18.4] |
1538 | method: DELETE | 1538 | method: DELETE |
1539 | uri: http://localhost:3000/api/v1/statuses/102951424152364671 | 1539 | uri: http://localhost:3000/api/v1/statuses/103704149812870986 |
1540 | response: | 1540 | response: |
1541 | body: {string: '{"id":"102951424152364671","created_at":"2019-10-12T21:01:04.868Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424152364671","url":"http://localhost/@mastodonpy_test/102951424152364671","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1541 | body: {string: '{"id":"103704149812870986","created_at":"2020-02-22T19:29:06.948Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149812870986","url":"http://localhost/@mastodonpy_test/103704149812870986","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1542 | number 12! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1542 | number 12! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1543 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":19,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1543 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1544 | headers: | 1544 | headers: |
1545 | Cache-Control: ['no-cache, no-store'] | 1545 | Cache-Control: ['no-cache, no-store'] |
1546 | Content-Type: [application/json; charset=utf-8] | 1546 | Content-Type: [application/json; charset=utf-8] |
@@ -1551,10 +1551,10 @@ interactions: | |||
1551 | X-Download-Options: [noopen] | 1551 | X-Download-Options: [noopen] |
1552 | X-Frame-Options: [SAMEORIGIN] | 1552 | X-Frame-Options: [SAMEORIGIN] |
1553 | X-Permitted-Cross-Domain-Policies: [none] | 1553 | X-Permitted-Cross-Domain-Policies: [none] |
1554 | X-Request-Id: [02cef6b3-5770-424c-942c-b87288937dd7] | 1554 | X-Request-Id: [5300c395-5eaa-42e5-87f3-e541964b7200] |
1555 | X-Runtime: ['0.121647'] | 1555 | X-Runtime: ['0.171354'] |
1556 | X-XSS-Protection: [1; mode=block] | 1556 | X-XSS-Protection: [1; mode=block] |
1557 | content-length: ['1455'] | 1557 | content-length: ['1495'] |
1558 | status: {code: 200, message: OK} | 1558 | status: {code: 200, message: OK} |
1559 | - request: | 1559 | - request: |
1560 | body: null | 1560 | body: null |
@@ -1566,11 +1566,11 @@ interactions: | |||
1566 | Content-Length: ['0'] | 1566 | Content-Length: ['0'] |
1567 | User-Agent: [python-requests/2.18.4] | 1567 | User-Agent: [python-requests/2.18.4] |
1568 | method: DELETE | 1568 | method: DELETE |
1569 | uri: http://localhost:3000/api/v1/statuses/102951424167131546 | 1569 | uri: http://localhost:3000/api/v1/statuses/103704149832307057 |
1570 | response: | 1570 | response: |
1571 | body: {string: '{"id":"102951424167131546","created_at":"2019-10-12T21:01:05.072Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424167131546","url":"http://localhost/@mastodonpy_test/102951424167131546","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1571 | body: {string: '{"id":"103704149832307057","created_at":"2020-02-22T19:29:07.242Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149832307057","url":"http://localhost/@mastodonpy_test/103704149832307057","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1572 | number 13! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1572 | number 13! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1573 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":18,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1573 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1574 | headers: | 1574 | headers: |
1575 | Cache-Control: ['no-cache, no-store'] | 1575 | Cache-Control: ['no-cache, no-store'] |
1576 | Content-Type: [application/json; charset=utf-8] | 1576 | Content-Type: [application/json; charset=utf-8] |
@@ -1581,10 +1581,10 @@ interactions: | |||
1581 | X-Download-Options: [noopen] | 1581 | X-Download-Options: [noopen] |
1582 | X-Frame-Options: [SAMEORIGIN] | 1582 | X-Frame-Options: [SAMEORIGIN] |
1583 | X-Permitted-Cross-Domain-Policies: [none] | 1583 | X-Permitted-Cross-Domain-Policies: [none] |
1584 | X-Request-Id: [81de7b52-1767-4bbb-959a-39761a87641d] | 1584 | X-Request-Id: [42cd5333-555e-403f-902f-ade824a82c30] |
1585 | X-Runtime: ['0.095994'] | 1585 | X-Runtime: ['0.140493'] |
1586 | X-XSS-Protection: [1; mode=block] | 1586 | X-XSS-Protection: [1; mode=block] |
1587 | content-length: ['1455'] | 1587 | content-length: ['1495'] |
1588 | status: {code: 200, message: OK} | 1588 | status: {code: 200, message: OK} |
1589 | - request: | 1589 | - request: |
1590 | body: null | 1590 | body: null |
@@ -1596,11 +1596,11 @@ interactions: | |||
1596 | Content-Length: ['0'] | 1596 | Content-Length: ['0'] |
1597 | User-Agent: [python-requests/2.18.4] | 1597 | User-Agent: [python-requests/2.18.4] |
1598 | method: DELETE | 1598 | method: DELETE |
1599 | uri: http://localhost:3000/api/v1/statuses/102951424179036442 | 1599 | uri: http://localhost:3000/api/v1/statuses/103704149853789021 |
1600 | response: | 1600 | response: |
1601 | body: {string: '{"id":"102951424179036442","created_at":"2019-10-12T21:01:05.249Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424179036442","url":"http://localhost/@mastodonpy_test/102951424179036442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1601 | body: {string: '{"id":"103704149853789021","created_at":"2020-02-22T19:29:07.590Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149853789021","url":"http://localhost/@mastodonpy_test/103704149853789021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1602 | number 14! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1602 | number 14! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1603 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":17,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1603 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1604 | headers: | 1604 | headers: |
1605 | Cache-Control: ['no-cache, no-store'] | 1605 | Cache-Control: ['no-cache, no-store'] |
1606 | Content-Type: [application/json; charset=utf-8] | 1606 | Content-Type: [application/json; charset=utf-8] |
@@ -1611,10 +1611,10 @@ interactions: | |||
1611 | X-Download-Options: [noopen] | 1611 | X-Download-Options: [noopen] |
1612 | X-Frame-Options: [SAMEORIGIN] | 1612 | X-Frame-Options: [SAMEORIGIN] |
1613 | X-Permitted-Cross-Domain-Policies: [none] | 1613 | X-Permitted-Cross-Domain-Policies: [none] |
1614 | X-Request-Id: [f0544b0f-4e5b-430c-a928-5afc3bda6422] | 1614 | X-Request-Id: [f58b3e1b-6f70-4716-a5ec-b4271491c2e2] |
1615 | X-Runtime: ['0.102977'] | 1615 | X-Runtime: ['0.158411'] |
1616 | X-XSS-Protection: [1; mode=block] | 1616 | X-XSS-Protection: [1; mode=block] |
1617 | content-length: ['1455'] | 1617 | content-length: ['1495'] |
1618 | status: {code: 200, message: OK} | 1618 | status: {code: 200, message: OK} |
1619 | - request: | 1619 | - request: |
1620 | body: null | 1620 | body: null |
@@ -1626,11 +1626,11 @@ interactions: | |||
1626 | Content-Length: ['0'] | 1626 | Content-Length: ['0'] |
1627 | User-Agent: [python-requests/2.18.4] | 1627 | User-Agent: [python-requests/2.18.4] |
1628 | method: DELETE | 1628 | method: DELETE |
1629 | uri: http://localhost:3000/api/v1/statuses/102951424193729718 | 1629 | uri: http://localhost:3000/api/v1/statuses/103704149875584145 |
1630 | response: | 1630 | response: |
1631 | body: {string: '{"id":"102951424193729718","created_at":"2019-10-12T21:01:05.475Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424193729718","url":"http://localhost/@mastodonpy_test/102951424193729718","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1631 | body: {string: '{"id":"103704149875584145","created_at":"2020-02-22T19:29:07.906Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149875584145","url":"http://localhost/@mastodonpy_test/103704149875584145","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1632 | number 15! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1632 | number 15! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1633 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":16,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1633 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1634 | headers: | 1634 | headers: |
1635 | Cache-Control: ['no-cache, no-store'] | 1635 | Cache-Control: ['no-cache, no-store'] |
1636 | Content-Type: [application/json; charset=utf-8] | 1636 | Content-Type: [application/json; charset=utf-8] |
@@ -1641,10 +1641,10 @@ interactions: | |||
1641 | X-Download-Options: [noopen] | 1641 | X-Download-Options: [noopen] |
1642 | X-Frame-Options: [SAMEORIGIN] | 1642 | X-Frame-Options: [SAMEORIGIN] |
1643 | X-Permitted-Cross-Domain-Policies: [none] | 1643 | X-Permitted-Cross-Domain-Policies: [none] |
1644 | X-Request-Id: [9019d01c-3baa-49fe-972b-749aa8f265d9] | 1644 | X-Request-Id: [bc10b71e-aa7f-4365-8dd7-d4e680f73435] |
1645 | X-Runtime: ['0.113676'] | 1645 | X-Runtime: ['0.140319'] |
1646 | X-XSS-Protection: [1; mode=block] | 1646 | X-XSS-Protection: [1; mode=block] |
1647 | content-length: ['1455'] | 1647 | content-length: ['1495'] |
1648 | status: {code: 200, message: OK} | 1648 | status: {code: 200, message: OK} |
1649 | - request: | 1649 | - request: |
1650 | body: null | 1650 | body: null |
@@ -1656,11 +1656,11 @@ interactions: | |||
1656 | Content-Length: ['0'] | 1656 | Content-Length: ['0'] |
1657 | User-Agent: [python-requests/2.18.4] | 1657 | User-Agent: [python-requests/2.18.4] |
1658 | method: DELETE | 1658 | method: DELETE |
1659 | uri: http://localhost:3000/api/v1/statuses/102951424207215163 | 1659 | uri: http://localhost:3000/api/v1/statuses/103704149896565914 |
1660 | response: | 1660 | response: |
1661 | body: {string: '{"id":"102951424207215163","created_at":"2019-10-12T21:01:05.679Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424207215163","url":"http://localhost/@mastodonpy_test/102951424207215163","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1661 | body: {string: '{"id":"103704149896565914","created_at":"2020-02-22T19:29:08.221Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149896565914","url":"http://localhost/@mastodonpy_test/103704149896565914","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1662 | number 16! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1662 | number 16! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1663 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":15,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1663 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1664 | headers: | 1664 | headers: |
1665 | Cache-Control: ['no-cache, no-store'] | 1665 | Cache-Control: ['no-cache, no-store'] |
1666 | Content-Type: [application/json; charset=utf-8] | 1666 | Content-Type: [application/json; charset=utf-8] |
@@ -1671,10 +1671,10 @@ interactions: | |||
1671 | X-Download-Options: [noopen] | 1671 | X-Download-Options: [noopen] |
1672 | X-Frame-Options: [SAMEORIGIN] | 1672 | X-Frame-Options: [SAMEORIGIN] |
1673 | X-Permitted-Cross-Domain-Policies: [none] | 1673 | X-Permitted-Cross-Domain-Policies: [none] |
1674 | X-Request-Id: [79362efb-7084-4f67-858e-ba6335fa1aac] | 1674 | X-Request-Id: [436804fd-b735-400d-8d63-0f9e18f366c3] |
1675 | X-Runtime: ['0.095835'] | 1675 | X-Runtime: ['0.153325'] |
1676 | X-XSS-Protection: [1; mode=block] | 1676 | X-XSS-Protection: [1; mode=block] |
1677 | content-length: ['1455'] | 1677 | content-length: ['1495'] |
1678 | status: {code: 200, message: OK} | 1678 | status: {code: 200, message: OK} |
1679 | - request: | 1679 | - request: |
1680 | body: null | 1680 | body: null |
@@ -1686,11 +1686,11 @@ interactions: | |||
1686 | Content-Length: ['0'] | 1686 | Content-Length: ['0'] |
1687 | User-Agent: [python-requests/2.18.4] | 1687 | User-Agent: [python-requests/2.18.4] |
1688 | method: DELETE | 1688 | method: DELETE |
1689 | uri: http://localhost:3000/api/v1/statuses/102951424219344906 | 1689 | uri: http://localhost:3000/api/v1/statuses/103704149918653826 |
1690 | response: | 1690 | response: |
1691 | body: {string: '{"id":"102951424219344906","created_at":"2019-10-12T21:01:05.864Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424219344906","url":"http://localhost/@mastodonpy_test/102951424219344906","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1691 | body: {string: '{"id":"103704149918653826","created_at":"2020-02-22T19:29:08.565Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149918653826","url":"http://localhost/@mastodonpy_test/103704149918653826","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1692 | number 17! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1692 | number 17! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1693 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":14,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1693 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1694 | headers: | 1694 | headers: |
1695 | Cache-Control: ['no-cache, no-store'] | 1695 | Cache-Control: ['no-cache, no-store'] |
1696 | Content-Type: [application/json; charset=utf-8] | 1696 | Content-Type: [application/json; charset=utf-8] |
@@ -1701,10 +1701,10 @@ interactions: | |||
1701 | X-Download-Options: [noopen] | 1701 | X-Download-Options: [noopen] |
1702 | X-Frame-Options: [SAMEORIGIN] | 1702 | X-Frame-Options: [SAMEORIGIN] |
1703 | X-Permitted-Cross-Domain-Policies: [none] | 1703 | X-Permitted-Cross-Domain-Policies: [none] |
1704 | X-Request-Id: [e670f783-8a72-485d-b794-606759af246a] | 1704 | X-Request-Id: [813cf044-ca84-4225-a000-687ef7eca17e] |
1705 | X-Runtime: ['0.110521'] | 1705 | X-Runtime: ['0.150051'] |
1706 | X-XSS-Protection: [1; mode=block] | 1706 | X-XSS-Protection: [1; mode=block] |
1707 | content-length: ['1455'] | 1707 | content-length: ['1495'] |
1708 | status: {code: 200, message: OK} | 1708 | status: {code: 200, message: OK} |
1709 | - request: | 1709 | - request: |
1710 | body: null | 1710 | body: null |
@@ -1716,11 +1716,11 @@ interactions: | |||
1716 | Content-Length: ['0'] | 1716 | Content-Length: ['0'] |
1717 | User-Agent: [python-requests/2.18.4] | 1717 | User-Agent: [python-requests/2.18.4] |
1718 | method: DELETE | 1718 | method: DELETE |
1719 | uri: http://localhost:3000/api/v1/statuses/102951424232432290 | 1719 | uri: http://localhost:3000/api/v1/statuses/103704149938483069 |
1720 | response: | 1720 | response: |
1721 | body: {string: '{"id":"102951424232432290","created_at":"2019-10-12T21:01:06.071Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424232432290","url":"http://localhost/@mastodonpy_test/102951424232432290","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1721 | body: {string: '{"id":"103704149938483069","created_at":"2020-02-22T19:29:08.863Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149938483069","url":"http://localhost/@mastodonpy_test/103704149938483069","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1722 | number 18! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1722 | number 18! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1723 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":13,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1723 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1724 | headers: | 1724 | headers: |
1725 | Cache-Control: ['no-cache, no-store'] | 1725 | Cache-Control: ['no-cache, no-store'] |
1726 | Content-Type: [application/json; charset=utf-8] | 1726 | Content-Type: [application/json; charset=utf-8] |
@@ -1731,10 +1731,10 @@ interactions: | |||
1731 | X-Download-Options: [noopen] | 1731 | X-Download-Options: [noopen] |
1732 | X-Frame-Options: [SAMEORIGIN] | 1732 | X-Frame-Options: [SAMEORIGIN] |
1733 | X-Permitted-Cross-Domain-Policies: [none] | 1733 | X-Permitted-Cross-Domain-Policies: [none] |
1734 | X-Request-Id: [81dd5f6a-f3f1-4f1e-a591-60f6d409ec29] | 1734 | X-Request-Id: [714159b5-6ed9-40c2-8cf2-e0beea7a686a] |
1735 | X-Runtime: ['0.101386'] | 1735 | X-Runtime: ['0.143530'] |
1736 | X-XSS-Protection: [1; mode=block] | 1736 | X-XSS-Protection: [1; mode=block] |
1737 | content-length: ['1455'] | 1737 | content-length: ['1495'] |
1738 | status: {code: 200, message: OK} | 1738 | status: {code: 200, message: OK} |
1739 | - request: | 1739 | - request: |
1740 | body: null | 1740 | body: null |
@@ -1746,11 +1746,11 @@ interactions: | |||
1746 | Content-Length: ['0'] | 1746 | Content-Length: ['0'] |
1747 | User-Agent: [python-requests/2.18.4] | 1747 | User-Agent: [python-requests/2.18.4] |
1748 | method: DELETE | 1748 | method: DELETE |
1749 | uri: http://localhost:3000/api/v1/statuses/102951424247971910 | 1749 | uri: http://localhost:3000/api/v1/statuses/103704149960988266 |
1750 | response: | 1750 | response: |
1751 | body: {string: '{"id":"102951424247971910","created_at":"2019-10-12T21:01:06.303Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424247971910","url":"http://localhost/@mastodonpy_test/102951424247971910","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1751 | body: {string: '{"id":"103704149960988266","created_at":"2020-02-22T19:29:09.205Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149960988266","url":"http://localhost/@mastodonpy_test/103704149960988266","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1752 | number 19! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1752 | number 19! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1753 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":12,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1753 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1754 | headers: | 1754 | headers: |
1755 | Cache-Control: ['no-cache, no-store'] | 1755 | Cache-Control: ['no-cache, no-store'] |
1756 | Content-Type: [application/json; charset=utf-8] | 1756 | Content-Type: [application/json; charset=utf-8] |
@@ -1761,10 +1761,10 @@ interactions: | |||
1761 | X-Download-Options: [noopen] | 1761 | X-Download-Options: [noopen] |
1762 | X-Frame-Options: [SAMEORIGIN] | 1762 | X-Frame-Options: [SAMEORIGIN] |
1763 | X-Permitted-Cross-Domain-Policies: [none] | 1763 | X-Permitted-Cross-Domain-Policies: [none] |
1764 | X-Request-Id: [21571677-373b-462a-9478-41c1378b14bf] | 1764 | X-Request-Id: [37a4eb20-e5ea-48e8-9d45-7fef8315d8df] |
1765 | X-Runtime: ['0.103899'] | 1765 | X-Runtime: ['0.136199'] |
1766 | X-XSS-Protection: [1; mode=block] | 1766 | X-XSS-Protection: [1; mode=block] |
1767 | content-length: ['1455'] | 1767 | content-length: ['1495'] |
1768 | status: {code: 200, message: OK} | 1768 | status: {code: 200, message: OK} |
1769 | - request: | 1769 | - request: |
1770 | body: null | 1770 | body: null |
@@ -1776,11 +1776,11 @@ interactions: | |||
1776 | Content-Length: ['0'] | 1776 | Content-Length: ['0'] |
1777 | User-Agent: [python-requests/2.18.4] | 1777 | User-Agent: [python-requests/2.18.4] |
1778 | method: DELETE | 1778 | method: DELETE |
1779 | uri: http://localhost:3000/api/v1/statuses/102951424259662156 | 1779 | uri: http://localhost:3000/api/v1/statuses/103704149981573728 |
1780 | response: | 1780 | response: |
1781 | body: {string: '{"id":"102951424259662156","created_at":"2019-10-12T21:01:06.483Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424259662156","url":"http://localhost/@mastodonpy_test/102951424259662156","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1781 | body: {string: '{"id":"103704149981573728","created_at":"2020-02-22T19:29:09.522Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704149981573728","url":"http://localhost/@mastodonpy_test/103704149981573728","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1782 | number 20! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1782 | number 20! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1783 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":11,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1783 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1784 | headers: | 1784 | headers: |
1785 | Cache-Control: ['no-cache, no-store'] | 1785 | Cache-Control: ['no-cache, no-store'] |
1786 | Content-Type: [application/json; charset=utf-8] | 1786 | Content-Type: [application/json; charset=utf-8] |
@@ -1791,10 +1791,10 @@ interactions: | |||
1791 | X-Download-Options: [noopen] | 1791 | X-Download-Options: [noopen] |
1792 | X-Frame-Options: [SAMEORIGIN] | 1792 | X-Frame-Options: [SAMEORIGIN] |
1793 | X-Permitted-Cross-Domain-Policies: [none] | 1793 | X-Permitted-Cross-Domain-Policies: [none] |
1794 | X-Request-Id: [6eb21397-5e2f-4042-9033-ec2575de64f3] | 1794 | X-Request-Id: [88fa8aa8-1463-4d19-b1f8-4f793d30d398] |
1795 | X-Runtime: ['0.112928'] | 1795 | X-Runtime: ['0.133123'] |
1796 | X-XSS-Protection: [1; mode=block] | 1796 | X-XSS-Protection: [1; mode=block] |
1797 | content-length: ['1455'] | 1797 | content-length: ['1495'] |
1798 | status: {code: 200, message: OK} | 1798 | status: {code: 200, message: OK} |
1799 | - request: | 1799 | - request: |
1800 | body: null | 1800 | body: null |
@@ -1806,11 +1806,11 @@ interactions: | |||
1806 | Content-Length: ['0'] | 1806 | Content-Length: ['0'] |
1807 | User-Agent: [python-requests/2.18.4] | 1807 | User-Agent: [python-requests/2.18.4] |
1808 | method: DELETE | 1808 | method: DELETE |
1809 | uri: http://localhost:3000/api/v1/statuses/102951424274165740 | 1809 | uri: http://localhost:3000/api/v1/statuses/103704150001094152 |
1810 | response: | 1810 | response: |
1811 | body: {string: '{"id":"102951424274165740","created_at":"2019-10-12T21:01:06.711Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424274165740","url":"http://localhost/@mastodonpy_test/102951424274165740","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1811 | body: {string: '{"id":"103704150001094152","created_at":"2020-02-22T19:29:09.813Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150001094152","url":"http://localhost/@mastodonpy_test/103704150001094152","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1812 | number 21! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1812 | number 21! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1813 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":10,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1813 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1814 | headers: | 1814 | headers: |
1815 | Cache-Control: ['no-cache, no-store'] | 1815 | Cache-Control: ['no-cache, no-store'] |
1816 | Content-Type: [application/json; charset=utf-8] | 1816 | Content-Type: [application/json; charset=utf-8] |
@@ -1821,10 +1821,10 @@ interactions: | |||
1821 | X-Download-Options: [noopen] | 1821 | X-Download-Options: [noopen] |
1822 | X-Frame-Options: [SAMEORIGIN] | 1822 | X-Frame-Options: [SAMEORIGIN] |
1823 | X-Permitted-Cross-Domain-Policies: [none] | 1823 | X-Permitted-Cross-Domain-Policies: [none] |
1824 | X-Request-Id: [4e8768cf-9229-40bc-9ee6-41758c2e5859] | 1824 | X-Request-Id: [bf2b9d5f-13a2-4e18-97d7-a23ca43c178e] |
1825 | X-Runtime: ['0.099686'] | 1825 | X-Runtime: ['0.136380'] |
1826 | X-XSS-Protection: [1; mode=block] | 1826 | X-XSS-Protection: [1; mode=block] |
1827 | content-length: ['1455'] | 1827 | content-length: ['1495'] |
1828 | status: {code: 200, message: OK} | 1828 | status: {code: 200, message: OK} |
1829 | - request: | 1829 | - request: |
1830 | body: null | 1830 | body: null |
@@ -1836,11 +1836,11 @@ interactions: | |||
1836 | Content-Length: ['0'] | 1836 | Content-Length: ['0'] |
1837 | User-Agent: [python-requests/2.18.4] | 1837 | User-Agent: [python-requests/2.18.4] |
1838 | method: DELETE | 1838 | method: DELETE |
1839 | uri: http://localhost:3000/api/v1/statuses/102951424286820960 | 1839 | uri: http://localhost:3000/api/v1/statuses/103704150021052422 |
1840 | response: | 1840 | response: |
1841 | body: {string: '{"id":"102951424286820960","created_at":"2019-10-12T21:01:06.896Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424286820960","url":"http://localhost/@mastodonpy_test/102951424286820960","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1841 | body: {string: '{"id":"103704150021052422","created_at":"2020-02-22T19:29:10.129Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150021052422","url":"http://localhost/@mastodonpy_test/103704150021052422","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1842 | number 22! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1842 | number 22! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1843 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":9,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1843 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1844 | headers: | 1844 | headers: |
1845 | Cache-Control: ['no-cache, no-store'] | 1845 | Cache-Control: ['no-cache, no-store'] |
1846 | Content-Type: [application/json; charset=utf-8] | 1846 | Content-Type: [application/json; charset=utf-8] |
@@ -1851,10 +1851,10 @@ interactions: | |||
1851 | X-Download-Options: [noopen] | 1851 | X-Download-Options: [noopen] |
1852 | X-Frame-Options: [SAMEORIGIN] | 1852 | X-Frame-Options: [SAMEORIGIN] |
1853 | X-Permitted-Cross-Domain-Policies: [none] | 1853 | X-Permitted-Cross-Domain-Policies: [none] |
1854 | X-Request-Id: [4f2e88b5-389a-461c-b4b4-8b95e5c06c42] | 1854 | X-Request-Id: [00314e23-5048-47f4-b2bf-d57a33c2c9a3] |
1855 | X-Runtime: ['0.130415'] | 1855 | X-Runtime: ['0.168759'] |
1856 | X-XSS-Protection: [1; mode=block] | 1856 | X-XSS-Protection: [1; mode=block] |
1857 | content-length: ['1454'] | 1857 | content-length: ['1494'] |
1858 | status: {code: 200, message: OK} | 1858 | status: {code: 200, message: OK} |
1859 | - request: | 1859 | - request: |
1860 | body: null | 1860 | body: null |
@@ -1866,11 +1866,11 @@ interactions: | |||
1866 | Content-Length: ['0'] | 1866 | Content-Length: ['0'] |
1867 | User-Agent: [python-requests/2.18.4] | 1867 | User-Agent: [python-requests/2.18.4] |
1868 | method: DELETE | 1868 | method: DELETE |
1869 | uri: http://localhost:3000/api/v1/statuses/102951424299664800 | 1869 | uri: http://localhost:3000/api/v1/statuses/103704150041176847 |
1870 | response: | 1870 | response: |
1871 | body: {string: '{"id":"102951424299664800","created_at":"2019-10-12T21:01:07.091Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424299664800","url":"http://localhost/@mastodonpy_test/102951424299664800","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1871 | body: {string: '{"id":"103704150041176847","created_at":"2020-02-22T19:29:10.430Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150041176847","url":"http://localhost/@mastodonpy_test/103704150041176847","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1872 | number 23! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1872 | number 23! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1873 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":8,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1873 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1874 | headers: | 1874 | headers: |
1875 | Cache-Control: ['no-cache, no-store'] | 1875 | Cache-Control: ['no-cache, no-store'] |
1876 | Content-Type: [application/json; charset=utf-8] | 1876 | Content-Type: [application/json; charset=utf-8] |
@@ -1881,10 +1881,10 @@ interactions: | |||
1881 | X-Download-Options: [noopen] | 1881 | X-Download-Options: [noopen] |
1882 | X-Frame-Options: [SAMEORIGIN] | 1882 | X-Frame-Options: [SAMEORIGIN] |
1883 | X-Permitted-Cross-Domain-Policies: [none] | 1883 | X-Permitted-Cross-Domain-Policies: [none] |
1884 | X-Request-Id: [5c793122-4bd3-459b-9c4a-fe8abbd924c6] | 1884 | X-Request-Id: [ac00b76b-0fa9-4f78-8ae4-63c5e4483d3b] |
1885 | X-Runtime: ['0.101139'] | 1885 | X-Runtime: ['0.142663'] |
1886 | X-XSS-Protection: [1; mode=block] | 1886 | X-XSS-Protection: [1; mode=block] |
1887 | content-length: ['1454'] | 1887 | content-length: ['1494'] |
1888 | status: {code: 200, message: OK} | 1888 | status: {code: 200, message: OK} |
1889 | - request: | 1889 | - request: |
1890 | body: null | 1890 | body: null |
@@ -1896,11 +1896,11 @@ interactions: | |||
1896 | Content-Length: ['0'] | 1896 | Content-Length: ['0'] |
1897 | User-Agent: [python-requests/2.18.4] | 1897 | User-Agent: [python-requests/2.18.4] |
1898 | method: DELETE | 1898 | method: DELETE |
1899 | uri: http://localhost:3000/api/v1/statuses/102951424313215850 | 1899 | uri: http://localhost:3000/api/v1/statuses/103704150062042669 |
1900 | response: | 1900 | response: |
1901 | body: {string: '{"id":"102951424313215850","created_at":"2019-10-12T21:01:07.310Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424313215850","url":"http://localhost/@mastodonpy_test/102951424313215850","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1901 | body: {string: '{"id":"103704150062042669","created_at":"2020-02-22T19:29:10.782Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150062042669","url":"http://localhost/@mastodonpy_test/103704150062042669","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1902 | number 24! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1902 | number 24! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1903 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":7,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1903 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1904 | headers: | 1904 | headers: |
1905 | Cache-Control: ['no-cache, no-store'] | 1905 | Cache-Control: ['no-cache, no-store'] |
1906 | Content-Type: [application/json; charset=utf-8] | 1906 | Content-Type: [application/json; charset=utf-8] |
@@ -1911,10 +1911,10 @@ interactions: | |||
1911 | X-Download-Options: [noopen] | 1911 | X-Download-Options: [noopen] |
1912 | X-Frame-Options: [SAMEORIGIN] | 1912 | X-Frame-Options: [SAMEORIGIN] |
1913 | X-Permitted-Cross-Domain-Policies: [none] | 1913 | X-Permitted-Cross-Domain-Policies: [none] |
1914 | X-Request-Id: [0423c796-675a-4e6b-9782-4d5eacc70509] | 1914 | X-Request-Id: [86f9419f-738b-41f4-98df-bdd6c932117d] |
1915 | X-Runtime: ['0.153896'] | 1915 | X-Runtime: ['0.132507'] |
1916 | X-XSS-Protection: [1; mode=block] | 1916 | X-XSS-Protection: [1; mode=block] |
1917 | content-length: ['1454'] | 1917 | content-length: ['1494'] |
1918 | status: {code: 200, message: OK} | 1918 | status: {code: 200, message: OK} |
1919 | - request: | 1919 | - request: |
1920 | body: null | 1920 | body: null |
@@ -1926,11 +1926,11 @@ interactions: | |||
1926 | Content-Length: ['0'] | 1926 | Content-Length: ['0'] |
1927 | User-Agent: [python-requests/2.18.4] | 1927 | User-Agent: [python-requests/2.18.4] |
1928 | method: DELETE | 1928 | method: DELETE |
1929 | uri: http://localhost:3000/api/v1/statuses/102951424326687998 | 1929 | uri: http://localhost:3000/api/v1/statuses/103704150085925781 |
1930 | response: | 1930 | response: |
1931 | body: {string: '{"id":"102951424326687998","created_at":"2019-10-12T21:01:07.505Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424326687998","url":"http://localhost/@mastodonpy_test/102951424326687998","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1931 | body: {string: '{"id":"103704150085925781","created_at":"2020-02-22T19:29:11.118Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150085925781","url":"http://localhost/@mastodonpy_test/103704150085925781","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1932 | number 25! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1932 | number 25! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1933 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":6,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1933 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1934 | headers: | 1934 | headers: |
1935 | Cache-Control: ['no-cache, no-store'] | 1935 | Cache-Control: ['no-cache, no-store'] |
1936 | Content-Type: [application/json; charset=utf-8] | 1936 | Content-Type: [application/json; charset=utf-8] |
@@ -1941,10 +1941,10 @@ interactions: | |||
1941 | X-Download-Options: [noopen] | 1941 | X-Download-Options: [noopen] |
1942 | X-Frame-Options: [SAMEORIGIN] | 1942 | X-Frame-Options: [SAMEORIGIN] |
1943 | X-Permitted-Cross-Domain-Policies: [none] | 1943 | X-Permitted-Cross-Domain-Policies: [none] |
1944 | X-Request-Id: [312f7b56-d254-441d-a3c1-f59f773316cb] | 1944 | X-Request-Id: [5f1e6b16-24cf-437b-bdb2-223bd64286ce] |
1945 | X-Runtime: ['0.088496'] | 1945 | X-Runtime: ['0.134403'] |
1946 | X-XSS-Protection: [1; mode=block] | 1946 | X-XSS-Protection: [1; mode=block] |
1947 | content-length: ['1454'] | 1947 | content-length: ['1494'] |
1948 | status: {code: 200, message: OK} | 1948 | status: {code: 200, message: OK} |
1949 | - request: | 1949 | - request: |
1950 | body: null | 1950 | body: null |
@@ -1956,11 +1956,11 @@ interactions: | |||
1956 | Content-Length: ['0'] | 1956 | Content-Length: ['0'] |
1957 | User-Agent: [python-requests/2.18.4] | 1957 | User-Agent: [python-requests/2.18.4] |
1958 | method: DELETE | 1958 | method: DELETE |
1959 | uri: http://localhost:3000/api/v1/statuses/102951424339105212 | 1959 | uri: http://localhost:3000/api/v1/statuses/103704150106932215 |
1960 | response: | 1960 | response: |
1961 | body: {string: '{"id":"102951424339105212","created_at":"2019-10-12T21:01:07.692Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424339105212","url":"http://localhost/@mastodonpy_test/102951424339105212","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1961 | body: {string: '{"id":"103704150106932215","created_at":"2020-02-22T19:29:11.447Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150106932215","url":"http://localhost/@mastodonpy_test/103704150106932215","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1962 | number 26! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1962 | number 26! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1963 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":5,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1963 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1964 | headers: | 1964 | headers: |
1965 | Cache-Control: ['no-cache, no-store'] | 1965 | Cache-Control: ['no-cache, no-store'] |
1966 | Content-Type: [application/json; charset=utf-8] | 1966 | Content-Type: [application/json; charset=utf-8] |
@@ -1971,10 +1971,10 @@ interactions: | |||
1971 | X-Download-Options: [noopen] | 1971 | X-Download-Options: [noopen] |
1972 | X-Frame-Options: [SAMEORIGIN] | 1972 | X-Frame-Options: [SAMEORIGIN] |
1973 | X-Permitted-Cross-Domain-Policies: [none] | 1973 | X-Permitted-Cross-Domain-Policies: [none] |
1974 | X-Request-Id: [fa639222-a2e2-4c8e-9056-35c88a5030d2] | 1974 | X-Request-Id: [984377f6-41c0-47e1-a119-ea71c2f8e1ac] |
1975 | X-Runtime: ['0.119769'] | 1975 | X-Runtime: ['0.131218'] |
1976 | X-XSS-Protection: [1; mode=block] | 1976 | X-XSS-Protection: [1; mode=block] |
1977 | content-length: ['1454'] | 1977 | content-length: ['1494'] |
1978 | status: {code: 200, message: OK} | 1978 | status: {code: 200, message: OK} |
1979 | - request: | 1979 | - request: |
1980 | body: null | 1980 | body: null |
@@ -1986,11 +1986,11 @@ interactions: | |||
1986 | Content-Length: ['0'] | 1986 | Content-Length: ['0'] |
1987 | User-Agent: [python-requests/2.18.4] | 1987 | User-Agent: [python-requests/2.18.4] |
1988 | method: DELETE | 1988 | method: DELETE |
1989 | uri: http://localhost:3000/api/v1/statuses/102951424353007876 | 1989 | uri: http://localhost:3000/api/v1/statuses/103704150129060443 |
1990 | response: | 1990 | response: |
1991 | body: {string: '{"id":"102951424353007876","created_at":"2019-10-12T21:01:07.909Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424353007876","url":"http://localhost/@mastodonpy_test/102951424353007876","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 1991 | body: {string: '{"id":"103704150129060443","created_at":"2020-02-22T19:29:11.778Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150129060443","url":"http://localhost/@mastodonpy_test/103704150129060443","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
1992 | number 27! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 1992 | number 27! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
1993 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 1993 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
1994 | headers: | 1994 | headers: |
1995 | Cache-Control: ['no-cache, no-store'] | 1995 | Cache-Control: ['no-cache, no-store'] |
1996 | Content-Type: [application/json; charset=utf-8] | 1996 | Content-Type: [application/json; charset=utf-8] |
@@ -2001,10 +2001,10 @@ interactions: | |||
2001 | X-Download-Options: [noopen] | 2001 | X-Download-Options: [noopen] |
2002 | X-Frame-Options: [SAMEORIGIN] | 2002 | X-Frame-Options: [SAMEORIGIN] |
2003 | X-Permitted-Cross-Domain-Policies: [none] | 2003 | X-Permitted-Cross-Domain-Policies: [none] |
2004 | X-Request-Id: [55223d4e-b9a3-4533-a150-fe9cb8c2c074] | 2004 | X-Request-Id: [a8d7d499-dcca-4de3-bd77-10f6d7788c6c] |
2005 | X-Runtime: ['0.100236'] | 2005 | X-Runtime: ['0.119790'] |
2006 | X-XSS-Protection: [1; mode=block] | 2006 | X-XSS-Protection: [1; mode=block] |
2007 | content-length: ['1454'] | 2007 | content-length: ['1494'] |
2008 | status: {code: 200, message: OK} | 2008 | status: {code: 200, message: OK} |
2009 | - request: | 2009 | - request: |
2010 | body: null | 2010 | body: null |
@@ -2016,11 +2016,11 @@ interactions: | |||
2016 | Content-Length: ['0'] | 2016 | Content-Length: ['0'] |
2017 | User-Agent: [python-requests/2.18.4] | 2017 | User-Agent: [python-requests/2.18.4] |
2018 | method: DELETE | 2018 | method: DELETE |
2019 | uri: http://localhost:3000/api/v1/statuses/102951424367553787 | 2019 | uri: http://localhost:3000/api/v1/statuses/103704150150394841 |
2020 | response: | 2020 | response: |
2021 | body: {string: '{"id":"102951424367553787","created_at":"2019-10-12T21:01:08.131Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424367553787","url":"http://localhost/@mastodonpy_test/102951424367553787","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 2021 | body: {string: '{"id":"103704150150394841","created_at":"2020-02-22T19:29:12.099Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150150394841","url":"http://localhost/@mastodonpy_test/103704150150394841","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
2022 | number 28! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 2022 | number 28! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
2023 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 2023 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
2024 | headers: | 2024 | headers: |
2025 | Cache-Control: ['no-cache, no-store'] | 2025 | Cache-Control: ['no-cache, no-store'] |
2026 | Content-Type: [application/json; charset=utf-8] | 2026 | Content-Type: [application/json; charset=utf-8] |
@@ -2031,10 +2031,10 @@ interactions: | |||
2031 | X-Download-Options: [noopen] | 2031 | X-Download-Options: [noopen] |
2032 | X-Frame-Options: [SAMEORIGIN] | 2032 | X-Frame-Options: [SAMEORIGIN] |
2033 | X-Permitted-Cross-Domain-Policies: [none] | 2033 | X-Permitted-Cross-Domain-Policies: [none] |
2034 | X-Request-Id: [b7a6d977-2a31-438d-8f89-aef455d7d098] | 2034 | X-Request-Id: [92c38a53-cd47-439d-9a5a-fcf4d059c14c] |
2035 | X-Runtime: ['0.107863'] | 2035 | X-Runtime: ['0.131691'] |
2036 | X-XSS-Protection: [1; mode=block] | 2036 | X-XSS-Protection: [1; mode=block] |
2037 | content-length: ['1454'] | 2037 | content-length: ['1494'] |
2038 | status: {code: 200, message: OK} | 2038 | status: {code: 200, message: OK} |
2039 | - request: | 2039 | - request: |
2040 | body: null | 2040 | body: null |
@@ -2046,11 +2046,11 @@ interactions: | |||
2046 | Content-Length: ['0'] | 2046 | Content-Length: ['0'] |
2047 | User-Agent: [python-requests/2.18.4] | 2047 | User-Agent: [python-requests/2.18.4] |
2048 | method: DELETE | 2048 | method: DELETE |
2049 | uri: http://localhost:3000/api/v1/statuses/102951424383010393 | 2049 | uri: http://localhost:3000/api/v1/statuses/103704150170865177 |
2050 | response: | 2050 | response: |
2051 | body: {string: '{"id":"102951424383010393","created_at":"2019-10-12T21:01:08.374Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/102951424383010393","url":"http://localhost/@mastodonpy_test/102951424383010393","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot | 2051 | body: {string: '{"id":"103704150170865177","created_at":"2020-02-22T19:29:12.413Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"nl","uri":"http://localhost/users/mastodonpy_test/statuses/103704150170865177","url":"http://localhost/@mastodonpy_test/103704150170865177","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot |
2052 | number 29! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py | 2052 | number 29! #fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","reblog":null,"application":{"name":"Mastodon.py |
2053 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:01:08.391Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} | 2053 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp","url":"http://localhost/tags/fgiztsshwiaqqiztpmmjbtvmescsculuvmgjgopwoeidbcrixp"}],"emojis":[],"card":null,"poll":null}'} |
2054 | headers: | 2054 | headers: |
2055 | Cache-Control: ['no-cache, no-store'] | 2055 | Cache-Control: ['no-cache, no-store'] |
2056 | Content-Type: [application/json; charset=utf-8] | 2056 | Content-Type: [application/json; charset=utf-8] |
@@ -2061,9 +2061,9 @@ interactions: | |||
2061 | X-Download-Options: [noopen] | 2061 | X-Download-Options: [noopen] |
2062 | X-Frame-Options: [SAMEORIGIN] | 2062 | X-Frame-Options: [SAMEORIGIN] |
2063 | X-Permitted-Cross-Domain-Policies: [none] | 2063 | X-Permitted-Cross-Domain-Policies: [none] |
2064 | X-Request-Id: [83340f3a-6206-44c1-8e70-a64a551e604d] | 2064 | X-Request-Id: [2b9ac4d8-b1a1-4b0b-96fa-f5641856bbe6] |
2065 | X-Runtime: ['0.113416'] | 2065 | X-Runtime: ['0.132758'] |
2066 | X-XSS-Protection: [1; mode=block] | 2066 | X-XSS-Protection: [1; mode=block] |
2067 | content-length: ['1454'] | 2067 | content-length: ['1494'] |
2068 | status: {code: 200, message: OK} | 2068 | status: {code: 200, message: OK} |
2069 | version: 1 | 2069 | version: 1 |
diff --git a/tests/cassettes/test_filter_clientside.yaml b/tests/cassettes/test_filter_clientside.yaml index e6e99a1..d193fdb 100644 --- a/tests/cassettes/test_filter_clientside.yaml +++ b/tests/cassettes/test_filter_clientside.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/filters | 11 | uri: http://localhost:3000/api/v1/filters |
12 | response: | 12 | response: |
13 | body: {string: '[{"id":"132","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}]'} | 13 | body: {string: '[{"id":"3","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [0ca6887c-562c-43ff-8218-496a3efe8ff1] | 24 | X-Request-Id: [2b59b337-0d7f-4dcd-a9a6-a3f6f5870951] |
25 | X-Runtime: ['0.023047'] | 25 | X-Runtime: ['0.030148'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['123'] | 27 | content-length: ['121'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: null | 30 | body: null |
@@ -36,7 +36,7 @@ interactions: | |||
36 | Content-Length: ['0'] | 36 | Content-Length: ['0'] |
37 | User-Agent: [python-requests/2.18.4] | 37 | User-Agent: [python-requests/2.18.4] |
38 | method: DELETE | 38 | method: DELETE |
39 | uri: http://localhost:3000/api/v1/filters/132 | 39 | uri: http://localhost:3000/api/v1/filters/3 |
40 | response: | 40 | response: |
41 | body: {string: '{}'} | 41 | body: {string: '{}'} |
42 | headers: | 42 | headers: |
@@ -49,8 +49,8 @@ interactions: | |||
49 | X-Download-Options: [noopen] | 49 | X-Download-Options: [noopen] |
50 | X-Frame-Options: [SAMEORIGIN] | 50 | X-Frame-Options: [SAMEORIGIN] |
51 | X-Permitted-Cross-Domain-Policies: [none] | 51 | X-Permitted-Cross-Domain-Policies: [none] |
52 | X-Request-Id: [74c77585-bbfd-4844-b764-f9eb3d994fed] | 52 | X-Request-Id: [57f67a0f-7465-4792-9a3b-4602d2e09aea] |
53 | X-Runtime: ['0.023098'] | 53 | X-Runtime: ['0.033537'] |
54 | X-XSS-Protection: [1; mode=block] | 54 | X-XSS-Protection: [1; mode=block] |
55 | content-length: ['2'] | 55 | content-length: ['2'] |
56 | status: {code: 200, message: OK} | 56 | status: {code: 200, message: OK} |
@@ -65,7 +65,7 @@ interactions: | |||
65 | method: GET | 65 | method: GET |
66 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 66 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
67 | response: | 67 | response: |
68 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-12T21:00:28.730Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 68 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
69 | headers: | 69 | headers: |
70 | Cache-Control: ['no-cache, no-store'] | 70 | Cache-Control: ['no-cache, no-store'] |
71 | Content-Type: [application/json; charset=utf-8] | 71 | Content-Type: [application/json; charset=utf-8] |
@@ -76,10 +76,10 @@ interactions: | |||
76 | X-Download-Options: [noopen] | 76 | X-Download-Options: [noopen] |
77 | X-Frame-Options: [SAMEORIGIN] | 77 | X-Frame-Options: [SAMEORIGIN] |
78 | X-Permitted-Cross-Domain-Policies: [none] | 78 | X-Permitted-Cross-Domain-Policies: [none] |
79 | X-Request-Id: [899ac5ef-17f2-4795-9288-64169f4efb20] | 79 | X-Request-Id: [973fa7b8-f71c-41c5-8337-31ceca2de1d3] |
80 | X-Runtime: ['0.031527'] | 80 | X-Runtime: ['0.038258'] |
81 | X-XSS-Protection: [1; mode=block] | 81 | X-XSS-Protection: [1; mode=block] |
82 | content-length: ['680'] | 82 | content-length: ['699'] |
83 | status: {code: 200, message: OK} | 83 | status: {code: 200, message: OK} |
84 | - request: | 84 | - request: |
85 | body: reblogs=1&id=1 | 85 | body: reblogs=1&id=1 |
@@ -105,8 +105,8 @@ interactions: | |||
105 | X-Download-Options: [noopen] | 105 | X-Download-Options: [noopen] |
106 | X-Frame-Options: [SAMEORIGIN] | 106 | X-Frame-Options: [SAMEORIGIN] |
107 | X-Permitted-Cross-Domain-Policies: [none] | 107 | X-Permitted-Cross-Domain-Policies: [none] |
108 | X-Request-Id: [14544e2a-1863-4b70-9f4f-6faec54a48e6] | 108 | X-Request-Id: [0fc4607a-86aa-4aeb-88bc-29914c5940d2] |
109 | X-Runtime: ['0.043875'] | 109 | X-Runtime: ['0.066751'] |
110 | X-XSS-Protection: [1; mode=block] | 110 | X-XSS-Protection: [1; mode=block] |
111 | content-length: ['209'] | 111 | content-length: ['209'] |
112 | status: {code: 200, message: OK} | 112 | status: {code: 200, message: OK} |
@@ -123,7 +123,7 @@ interactions: | |||
123 | method: POST | 123 | method: POST |
124 | uri: http://localhost:3000/api/v1/filters | 124 | uri: http://localhost:3000/api/v1/filters |
125 | response: | 125 | response: |
126 | body: {string: '{"id":"136","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":false}'} | 126 | body: {string: '{"id":"7","phrase":"anime","context":["home"],"whole_word":false,"expires_at":null,"irreversible":false}'} |
127 | headers: | 127 | headers: |
128 | Cache-Control: ['no-cache, no-store'] | 128 | Cache-Control: ['no-cache, no-store'] |
129 | Content-Type: [application/json; charset=utf-8] | 129 | Content-Type: [application/json; charset=utf-8] |
@@ -134,10 +134,10 @@ interactions: | |||
134 | X-Download-Options: [noopen] | 134 | X-Download-Options: [noopen] |
135 | X-Frame-Options: [SAMEORIGIN] | 135 | X-Frame-Options: [SAMEORIGIN] |
136 | X-Permitted-Cross-Domain-Policies: [none] | 136 | X-Permitted-Cross-Domain-Policies: [none] |
137 | X-Request-Id: [61f47123-5e37-403a-9e8c-cd875956eb0d] | 137 | X-Request-Id: [5142bc72-d567-480a-b0e1-fee00b18a9e6] |
138 | X-Runtime: ['0.029127'] | 138 | X-Runtime: ['0.044321'] |
139 | X-XSS-Protection: [1; mode=block] | 139 | X-XSS-Protection: [1; mode=block] |
140 | content-length: ['106'] | 140 | content-length: ['104'] |
141 | status: {code: 200, message: OK} | 141 | status: {code: 200, message: OK} |
142 | - request: | 142 | - request: |
143 | body: whole_word=1&irreversible=0&phrase=girugamesh&context%5B%5D=home | 143 | body: whole_word=1&irreversible=0&phrase=girugamesh&context%5B%5D=home |
@@ -152,7 +152,7 @@ interactions: | |||
152 | method: POST | 152 | method: POST |
153 | uri: http://localhost:3000/api/v1/filters | 153 | uri: http://localhost:3000/api/v1/filters |
154 | response: | 154 | response: |
155 | body: {string: '{"id":"137","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 155 | body: {string: '{"id":"8","phrase":"girugamesh","context":["home"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
156 | headers: | 156 | headers: |
157 | Cache-Control: ['no-cache, no-store'] | 157 | Cache-Control: ['no-cache, no-store'] |
158 | Content-Type: [application/json; charset=utf-8] | 158 | Content-Type: [application/json; charset=utf-8] |
@@ -163,10 +163,10 @@ interactions: | |||
163 | X-Download-Options: [noopen] | 163 | X-Download-Options: [noopen] |
164 | X-Frame-Options: [SAMEORIGIN] | 164 | X-Frame-Options: [SAMEORIGIN] |
165 | X-Permitted-Cross-Domain-Policies: [none] | 165 | X-Permitted-Cross-Domain-Policies: [none] |
166 | X-Request-Id: [86148df0-e579-4260-a845-b66c711094c7] | 166 | X-Request-Id: [56e30986-a295-4a40-affb-afe3da18b0d5] |
167 | X-Runtime: ['0.030429'] | 167 | X-Runtime: ['0.035241'] |
168 | X-XSS-Protection: [1; mode=block] | 168 | X-XSS-Protection: [1; mode=block] |
169 | content-length: ['110'] | 169 | content-length: ['108'] |
170 | status: {code: 200, message: OK} | 170 | status: {code: 200, message: OK} |
171 | - request: | 171 | - request: |
172 | body: whole_word=1&irreversible=0&phrase=japanimation&context%5B%5D=notifications | 172 | body: whole_word=1&irreversible=0&phrase=japanimation&context%5B%5D=notifications |
@@ -181,7 +181,7 @@ interactions: | |||
181 | method: POST | 181 | method: POST |
182 | uri: http://localhost:3000/api/v1/filters | 182 | uri: http://localhost:3000/api/v1/filters |
183 | response: | 183 | response: |
184 | body: {string: '{"id":"138","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} | 184 | body: {string: '{"id":"9","phrase":"japanimation","context":["notifications"],"whole_word":true,"expires_at":null,"irreversible":false}'} |
185 | headers: | 185 | headers: |
186 | Cache-Control: ['no-cache, no-store'] | 186 | Cache-Control: ['no-cache, no-store'] |
187 | Content-Type: [application/json; charset=utf-8] | 187 | Content-Type: [application/json; charset=utf-8] |
@@ -192,10 +192,10 @@ interactions: | |||
192 | X-Download-Options: [noopen] | 192 | X-Download-Options: [noopen] |
193 | X-Frame-Options: [SAMEORIGIN] | 193 | X-Frame-Options: [SAMEORIGIN] |
194 | X-Permitted-Cross-Domain-Policies: [none] | 194 | X-Permitted-Cross-Domain-Policies: [none] |
195 | X-Request-Id: [507ae049-1cc1-4a51-8c45-5804c8a69f38] | 195 | X-Request-Id: [49533c4d-6a08-4b2f-ba6b-9e1c6881daec] |
196 | X-Runtime: ['0.026739'] | 196 | X-Runtime: ['0.039071'] |
197 | X-XSS-Protection: [1; mode=block] | 197 | X-XSS-Protection: [1; mode=block] |
198 | content-length: ['121'] | 198 | content-length: ['119'] |
199 | status: {code: 200, message: OK} | 199 | status: {code: 200, message: OK} |
200 | - request: | 200 | - request: |
201 | body: status=I+love+animes | 201 | body: status=I+love+animes |
@@ -210,9 +210,9 @@ interactions: | |||
210 | method: POST | 210 | method: POST |
211 | uri: http://localhost:3000/api/v1/statuses | 211 | uri: http://localhost:3000/api/v1/statuses |
212 | response: | 212 | response: |
213 | body: {string: '{"id":"102951422283634403","created_at":"2019-10-12T21:00:36.318Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422283634403","url":"http://localhost/@admin/102951422283634403","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI | 213 | body: {string: '{"id":"103704147340570335","created_at":"2020-02-22T19:28:29.189Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147340570335","url":"http://localhost/@admin/103704147340570335","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eI |
214 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 214 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
215 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:36.325Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 215 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
216 | headers: | 216 | headers: |
217 | Cache-Control: ['no-cache, no-store'] | 217 | Cache-Control: ['no-cache, no-store'] |
218 | Content-Type: [application/json; charset=utf-8] | 218 | Content-Type: [application/json; charset=utf-8] |
@@ -223,10 +223,10 @@ interactions: | |||
223 | X-Download-Options: [noopen] | 223 | X-Download-Options: [noopen] |
224 | X-Frame-Options: [SAMEORIGIN] | 224 | X-Frame-Options: [SAMEORIGIN] |
225 | X-Permitted-Cross-Domain-Policies: [none] | 225 | X-Permitted-Cross-Domain-Policies: [none] |
226 | X-Request-Id: [b7cb2d44-48fa-4bea-b717-8c985566419c] | 226 | X-Request-Id: [14348f8b-0b05-4338-a8a1-a244154ca657] |
227 | X-Runtime: ['0.129438'] | 227 | X-Runtime: ['0.175750'] |
228 | X-XSS-Protection: [1; mode=block] | 228 | X-XSS-Protection: [1; mode=block] |
229 | content-length: ['1224'] | 229 | content-length: ['1262'] |
230 | status: {code: 200, message: OK} | 230 | status: {code: 200, message: OK} |
231 | - request: | 231 | - request: |
232 | body: status=Girugamesh%21 | 232 | body: status=Girugamesh%21 |
@@ -241,8 +241,8 @@ interactions: | |||
241 | method: POST | 241 | method: POST |
242 | uri: http://localhost:3000/api/v1/statuses | 242 | uri: http://localhost:3000/api/v1/statuses |
243 | response: | 243 | response: |
244 | body: {string: '{"id":"102951422296531470","created_at":"2019-10-12T21:00:36.514Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422296531470","url":"http://localhost/@admin/102951422296531470","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 | 244 | body: {string: '{"id":"103704147356240915","created_at":"2020-02-22T19:28:29.426Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147356240915","url":"http://localhost/@admin/103704147356240915","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
245 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":32,"last_status_at":"2019-10-12T21:00:36.528Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 245 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
246 | headers: | 246 | headers: |
247 | Cache-Control: ['no-cache, no-store'] | 247 | Cache-Control: ['no-cache, no-store'] |
248 | Content-Type: [application/json; charset=utf-8] | 248 | Content-Type: [application/json; charset=utf-8] |
@@ -253,10 +253,10 @@ interactions: | |||
253 | X-Download-Options: [noopen] | 253 | X-Download-Options: [noopen] |
254 | X-Frame-Options: [SAMEORIGIN] | 254 | X-Frame-Options: [SAMEORIGIN] |
255 | X-Permitted-Cross-Domain-Policies: [none] | 255 | X-Permitted-Cross-Domain-Policies: [none] |
256 | X-Request-Id: [09f44202-547f-4817-9673-4c1eff1f1691] | 256 | X-Request-Id: [4ee2185b-893d-4754-9042-c286220f4b3e] |
257 | X-Runtime: ['0.189713'] | 257 | X-Runtime: ['0.196297'] |
258 | X-XSS-Protection: [1; mode=block] | 258 | X-XSS-Protection: [1; mode=block] |
259 | content-length: ['1222'] | 259 | content-length: ['1260'] |
260 | status: {code: 200, message: OK} | 260 | status: {code: 200, message: OK} |
261 | - request: | 261 | - request: |
262 | body: status=Girugameshnetworking%21 | 262 | body: status=Girugameshnetworking%21 |
@@ -271,8 +271,8 @@ interactions: | |||
271 | method: POST | 271 | method: POST |
272 | uri: http://localhost:3000/api/v1/statuses | 272 | uri: http://localhost:3000/api/v1/statuses |
273 | response: | 273 | response: |
274 | body: {string: '{"id":"102951422308397490","created_at":"2019-10-12T21:00:36.697Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422308397490","url":"http://localhost/@admin/102951422308397490","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 | 274 | body: {string: '{"id":"103704147371610706","created_at":"2020-02-22T19:28:29.667Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147371610706","url":"http://localhost/@admin/103704147371610706","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
275 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:00:36.713Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 275 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
276 | headers: | 276 | headers: |
277 | Cache-Control: ['no-cache, no-store'] | 277 | Cache-Control: ['no-cache, no-store'] |
278 | Content-Type: [application/json; charset=utf-8] | 278 | Content-Type: [application/json; charset=utf-8] |
@@ -283,10 +283,10 @@ interactions: | |||
283 | X-Download-Options: [noopen] | 283 | X-Download-Options: [noopen] |
284 | X-Frame-Options: [SAMEORIGIN] | 284 | X-Frame-Options: [SAMEORIGIN] |
285 | X-Permitted-Cross-Domain-Policies: [none] | 285 | X-Permitted-Cross-Domain-Policies: [none] |
286 | X-Request-Id: [7e541d42-4a39-431c-9c35-c6d05a7ecc0c] | 286 | X-Request-Id: [8fe457cc-3b7b-4f07-8191-3c41dc5e5772] |
287 | X-Runtime: ['0.208582'] | 287 | X-Runtime: ['0.222910'] |
288 | X-XSS-Protection: [1; mode=block] | 288 | X-XSS-Protection: [1; mode=block] |
289 | content-length: ['1232'] | 289 | content-length: ['1270'] |
290 | status: {code: 200, message: OK} | 290 | status: {code: 200, message: OK} |
291 | - request: | 291 | - request: |
292 | body: status=I+love+japanimation%21 | 292 | body: status=I+love+japanimation%21 |
@@ -301,9 +301,9 @@ interactions: | |||
301 | method: POST | 301 | method: POST |
302 | uri: http://localhost:3000/api/v1/statuses | 302 | uri: http://localhost:3000/api/v1/statuses |
303 | response: | 303 | response: |
304 | body: {string: '{"id":"102951422321433253","created_at":"2019-10-12T21:00:36.898Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422321433253","url":"http://localhost/@admin/102951422321433253","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI | 304 | body: {string: '{"id":"103704147387189291","created_at":"2020-02-22T19:28:29.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147387189291","url":"http://localhost/@admin/103704147387189291","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eI |
305 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 305 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
306 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 306 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
307 | headers: | 307 | headers: |
308 | Cache-Control: ['no-cache, no-store'] | 308 | Cache-Control: ['no-cache, no-store'] |
309 | Content-Type: [application/json; charset=utf-8] | 309 | Content-Type: [application/json; charset=utf-8] |
@@ -314,10 +314,10 @@ interactions: | |||
314 | X-Download-Options: [noopen] | 314 | X-Download-Options: [noopen] |
315 | X-Frame-Options: [SAMEORIGIN] | 315 | X-Frame-Options: [SAMEORIGIN] |
316 | X-Permitted-Cross-Domain-Policies: [none] | 316 | X-Permitted-Cross-Domain-Policies: [none] |
317 | X-Request-Id: [77312853-60eb-416f-8a1f-37d3a2a465b2] | 317 | X-Request-Id: [d52a0506-f666-4cc3-8d9f-06341228e382] |
318 | X-Runtime: ['0.142917'] | 318 | X-Runtime: ['0.296746'] |
319 | X-XSS-Protection: [1; mode=block] | 319 | X-XSS-Protection: [1; mode=block] |
320 | content-length: ['1231'] | 320 | content-length: ['1269'] |
321 | status: {code: 200, message: OK} | 321 | status: {code: 200, message: OK} |
322 | - request: | 322 | - request: |
323 | body: null | 323 | body: null |
@@ -330,60 +330,18 @@ interactions: | |||
330 | method: GET | 330 | method: GET |
331 | uri: http://localhost:3000/api/v1/timelines/home | 331 | uri: http://localhost:3000/api/v1/timelines/home |
332 | response: | 332 | response: |
333 | body: {string: '[{"id":"102951422321433253","created_at":"2019-10-12T21:00:36.898Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422321433253","url":"http://localhost/@admin/102951422321433253","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI | 333 | body: {string: '[{"id":"103704147387189291","created_at":"2020-02-22T19:28:29.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147387189291","url":"http://localhost/@admin/103704147387189291","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eI |
334 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 334 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
335 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951422308397490","created_at":"2019-10-12T21:00:36.697Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422308397490","url":"http://localhost/@admin/102951422308397490","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 | 335 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704147371610706","created_at":"2020-02-22T19:28:29.667Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147371610706","url":"http://localhost/@admin/103704147371610706","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
336 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951422296531470","created_at":"2019-10-12T21:00:36.514Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422296531470","url":"http://localhost/@admin/102951422296531470","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 | 336 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704147356240915","created_at":"2020-02-22T19:28:29.426Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147356240915","url":"http://localhost/@admin/103704147356240915","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
337 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951422283634403","created_at":"2019-10-12T21:00:36.318Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422283634403","url":"http://localhost/@admin/102951422283634403","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI | 337 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704147340570335","created_at":"2020-02-22T19:28:29.189Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147340570335","url":"http://localhost/@admin/103704147340570335","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eI |
338 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 338 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
339 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945953661125145","created_at":"2019-10-11T21:49:51.767Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945953661125145","url":"http://localhost/@admin/102945953661125145","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | 339 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
340 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
341 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945953641974619","created_at":"2019-10-11T21:49:51.493Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945953641974619","url":"http://localhost/@admin/102945953641974619","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
342 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
343 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
344 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
345 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","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":"102945951573665999","created_at":"2019-10-11T21:49:19.910Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945951573665999","url":"http://localhost/@admin/102945951573665999","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 | ||
346 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"22","expires_at":"2019-10-11T21:54:19.902Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
347 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945937723509629","created_at":"2019-10-11T21:45:48.629Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945937723509629","url":"http://localhost/@admin/102945937723509629","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
348 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
349 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945937692413194","created_at":"2019-10-11T21:45:48.119Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945937692413194","url":"http://localhost/@admin/102945937692413194","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
350 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
351 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
352 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
353 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","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":"102945783892469912","created_at":"2019-10-11T21:06:41.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945783892469912","url":"http://localhost/@admin/102945783892469912","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
354 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
355 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945783875235080","created_at":"2019-10-11T21:06:41.060Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945783875235080","url":"http://localhost/@admin/102945783875235080","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
356 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
357 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
358 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
359 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","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":"102945781804963765","created_at":"2019-10-11T21:06:09.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945781804963765","url":"http://localhost/@admin/102945781804963765","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 | ||
360 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"20","expires_at":"2019-10-11T21:11:09.440Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
361 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945775676263247","created_at":"2019-10-11T21:04:35.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945775676263247","url":"http://localhost/@admin/102945775676263247","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
362 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
363 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945775653916499","created_at":"2019-10-11T21:04:35.631Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945775653916499","url":"http://localhost/@admin/102945775653916499","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
364 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
365 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
366 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
367 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","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":"102945773603039444","created_at":"2019-10-11T21:04:04.296Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945773603039444","url":"http://localhost/@admin/102945773603039444","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 | ||
368 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"18","expires_at":"2019-10-11T21:09:04.288Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
369 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317294022170445","created_at":"2019-06-22T21:13:26.942Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317294022170445","url":"http://localhost/@admin/102317294022170445","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
370 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
371 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317294005876209","created_at":"2019-06-22T21:13:26.706Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317294005876209","url":"http://localhost/@admin/102317294005876209","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
372 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
373 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
374 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
375 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317292327454763","created_at":"2019-06-22T21:13:01.083Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317292327454763","url":"http://localhost/@admin/102317292327454763","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
376 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"16","expires_at":"2019-06-22T21:18:01.074Z","expired":true,"multiple":false,"votes_count":1,"voters_count":null,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
377 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317281903571697","created_at":"2019-06-22T21:10:22.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317281903571697","url":"http://localhost/@admin/102317281903571697","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
378 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"14","expires_at":"2019-06-22T21:15:22.016Z","expired":true,"multiple":false,"votes_count":0,"voters_count":null,"voted":false,"own_votes":[],"options":[{"title":"four | ||
379 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317281876282428","created_at":"2019-06-22T21:10:21.614Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317281876282428","url":"http://localhost/@admin/102317281876282428","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
380 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"13","expires_at":"2019-06-22T21:15:21.605Z","expired":true,"multiple":true,"votes_count":0,"voters_count":null,"voted":false,"own_votes":[],"options":[{"title":"four | ||
381 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}]'} | ||
382 | headers: | 340 | headers: |
383 | Cache-Control: ['no-cache, no-store'] | 341 | Cache-Control: ['no-cache, no-store'] |
384 | Content-Type: [application/json; charset=utf-8] | 342 | Content-Type: [application/json; charset=utf-8] |
385 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102317281876282428>; | 343 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=103704147340570335>; |
386 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102951422321433253>; | 344 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=103704147387189291>; |
387 | rel="prev"'] | 345 | rel="prev"'] |
388 | Referrer-Policy: [strict-origin-when-cross-origin] | 346 | Referrer-Policy: [strict-origin-when-cross-origin] |
389 | Transfer-Encoding: [chunked] | 347 | Transfer-Encoding: [chunked] |
@@ -392,10 +350,10 @@ interactions: | |||
392 | X-Download-Options: [noopen] | 350 | X-Download-Options: [noopen] |
393 | X-Frame-Options: [SAMEORIGIN] | 351 | X-Frame-Options: [SAMEORIGIN] |
394 | X-Permitted-Cross-Domain-Policies: [none] | 352 | X-Permitted-Cross-Domain-Policies: [none] |
395 | X-Request-Id: [93a1153f-495e-4e66-9767-db4716d54cb1] | 353 | X-Request-Id: [8756f53d-2fad-4139-a1dc-7b9ed2ddb2bb] |
396 | X-Runtime: ['0.365041'] | 354 | X-Runtime: ['0.127372'] |
397 | X-XSS-Protection: [1; mode=block] | 355 | X-XSS-Protection: [1; mode=block] |
398 | content-length: ['27497'] | 356 | content-length: ['5006'] |
399 | status: {code: 200, message: OK} | 357 | status: {code: 200, message: OK} |
400 | - request: | 358 | - request: |
401 | body: null | 359 | body: null |
@@ -407,7 +365,7 @@ interactions: | |||
407 | Content-Length: ['0'] | 365 | Content-Length: ['0'] |
408 | User-Agent: [python-requests/2.18.4] | 366 | User-Agent: [python-requests/2.18.4] |
409 | method: DELETE | 367 | method: DELETE |
410 | uri: http://localhost:3000/api/v1/filters/136 | 368 | uri: http://localhost:3000/api/v1/filters/7 |
411 | response: | 369 | response: |
412 | body: {string: '{}'} | 370 | body: {string: '{}'} |
413 | headers: | 371 | headers: |
@@ -420,8 +378,8 @@ interactions: | |||
420 | X-Download-Options: [noopen] | 378 | X-Download-Options: [noopen] |
421 | X-Frame-Options: [SAMEORIGIN] | 379 | X-Frame-Options: [SAMEORIGIN] |
422 | X-Permitted-Cross-Domain-Policies: [none] | 380 | X-Permitted-Cross-Domain-Policies: [none] |
423 | X-Request-Id: [e4cb8b78-871a-48bc-b87c-357976c513c8] | 381 | X-Request-Id: [d870bb94-de04-463d-b0fb-9d746761cee0] |
424 | X-Runtime: ['0.039195'] | 382 | X-Runtime: ['0.044357'] |
425 | X-XSS-Protection: [1; mode=block] | 383 | X-XSS-Protection: [1; mode=block] |
426 | content-length: ['2'] | 384 | content-length: ['2'] |
427 | status: {code: 200, message: OK} | 385 | status: {code: 200, message: OK} |
@@ -435,7 +393,7 @@ interactions: | |||
435 | Content-Length: ['0'] | 393 | Content-Length: ['0'] |
436 | User-Agent: [python-requests/2.18.4] | 394 | User-Agent: [python-requests/2.18.4] |
437 | method: DELETE | 395 | method: DELETE |
438 | uri: http://localhost:3000/api/v1/filters/137 | 396 | uri: http://localhost:3000/api/v1/filters/8 |
439 | response: | 397 | response: |
440 | body: {string: '{}'} | 398 | body: {string: '{}'} |
441 | headers: | 399 | headers: |
@@ -448,8 +406,8 @@ interactions: | |||
448 | X-Download-Options: [noopen] | 406 | X-Download-Options: [noopen] |
449 | X-Frame-Options: [SAMEORIGIN] | 407 | X-Frame-Options: [SAMEORIGIN] |
450 | X-Permitted-Cross-Domain-Policies: [none] | 408 | X-Permitted-Cross-Domain-Policies: [none] |
451 | X-Request-Id: [573433a0-6f98-4e17-9573-2e6f575d137b] | 409 | X-Request-Id: [622c9261-c358-4512-8e19-427802685a5f] |
452 | X-Runtime: ['0.021814'] | 410 | X-Runtime: ['0.032967'] |
453 | X-XSS-Protection: [1; mode=block] | 411 | X-XSS-Protection: [1; mode=block] |
454 | content-length: ['2'] | 412 | content-length: ['2'] |
455 | status: {code: 200, message: OK} | 413 | status: {code: 200, message: OK} |
@@ -463,7 +421,7 @@ interactions: | |||
463 | Content-Length: ['0'] | 421 | Content-Length: ['0'] |
464 | User-Agent: [python-requests/2.18.4] | 422 | User-Agent: [python-requests/2.18.4] |
465 | method: DELETE | 423 | method: DELETE |
466 | uri: http://localhost:3000/api/v1/filters/138 | 424 | uri: http://localhost:3000/api/v1/filters/9 |
467 | response: | 425 | response: |
468 | body: {string: '{}'} | 426 | body: {string: '{}'} |
469 | headers: | 427 | headers: |
@@ -476,8 +434,8 @@ interactions: | |||
476 | X-Download-Options: [noopen] | 434 | X-Download-Options: [noopen] |
477 | X-Frame-Options: [SAMEORIGIN] | 435 | X-Frame-Options: [SAMEORIGIN] |
478 | X-Permitted-Cross-Domain-Policies: [none] | 436 | X-Permitted-Cross-Domain-Policies: [none] |
479 | X-Request-Id: [4d5e2034-ca59-424a-a17b-c95d24dd2ba0] | 437 | X-Request-Id: [38e83db5-c702-4274-9243-2fbc99e4d528] |
480 | X-Runtime: ['0.020052'] | 438 | X-Runtime: ['0.044916'] |
481 | X-XSS-Protection: [1; mode=block] | 439 | X-XSS-Protection: [1; mode=block] |
482 | content-length: ['2'] | 440 | content-length: ['2'] |
483 | status: {code: 200, message: OK} | 441 | status: {code: 200, message: OK} |
@@ -491,10 +449,10 @@ interactions: | |||
491 | Content-Length: ['0'] | 449 | Content-Length: ['0'] |
492 | User-Agent: [python-requests/2.18.4] | 450 | User-Agent: [python-requests/2.18.4] |
493 | method: DELETE | 451 | method: DELETE |
494 | uri: http://localhost:3000/api/v1/statuses/102951422283634403 | 452 | uri: http://localhost:3000/api/v1/statuses/103704147340570335 |
495 | response: | 453 | response: |
496 | body: {string: '{"id":"102951422283634403","created_at":"2019-10-12T21:00:36.318Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422283634403","url":"http://localhost/@admin/102951422283634403","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I | 454 | body: {string: '{"id":"103704147340570335","created_at":"2020-02-22T19:28:29.189Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147340570335","url":"http://localhost/@admin/103704147340570335","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"I |
497 | love animes","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 455 | 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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
498 | headers: | 456 | headers: |
499 | Cache-Control: ['no-cache, no-store'] | 457 | Cache-Control: ['no-cache, no-store'] |
500 | Content-Type: [application/json; charset=utf-8] | 458 | Content-Type: [application/json; charset=utf-8] |
@@ -505,10 +463,10 @@ interactions: | |||
505 | X-Download-Options: [noopen] | 463 | X-Download-Options: [noopen] |
506 | X-Frame-Options: [SAMEORIGIN] | 464 | X-Frame-Options: [SAMEORIGIN] |
507 | X-Permitted-Cross-Domain-Policies: [none] | 465 | X-Permitted-Cross-Domain-Policies: [none] |
508 | X-Request-Id: [f50602a6-44ee-4d29-a4ac-7ba6f073a56f] | 466 | X-Request-Id: [6fc40c70-61c7-40a7-bba0-2bcac2dbf5b0] |
509 | X-Runtime: ['0.096508'] | 467 | X-Runtime: ['0.109971'] |
510 | X-XSS-Protection: [1; mode=block] | 468 | X-XSS-Protection: [1; mode=block] |
511 | content-length: ['1194'] | 469 | content-length: ['1232'] |
512 | status: {code: 200, message: OK} | 470 | status: {code: 200, message: OK} |
513 | - request: | 471 | - request: |
514 | body: null | 472 | body: null |
@@ -520,10 +478,10 @@ interactions: | |||
520 | Content-Length: ['0'] | 478 | Content-Length: ['0'] |
521 | User-Agent: [python-requests/2.18.4] | 479 | User-Agent: [python-requests/2.18.4] |
522 | method: DELETE | 480 | method: DELETE |
523 | uri: http://localhost:3000/api/v1/statuses/102951422296531470 | 481 | uri: http://localhost:3000/api/v1/statuses/103704147356240915 |
524 | response: | 482 | response: |
525 | body: {string: '{"id":"102951422296531470","created_at":"2019-10-12T21:00:36.514Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422296531470","url":"http://localhost/@admin/102951422296531470","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 | 483 | body: {string: '{"id":"103704147356240915","created_at":"2020-02-22T19:28:29.426Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147356240915","url":"http://localhost/@admin/103704147356240915","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Girugamesh!","reblog":null,"application":{"name":"Mastodon.py |
526 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 484 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
527 | headers: | 485 | headers: |
528 | Cache-Control: ['no-cache, no-store'] | 486 | Cache-Control: ['no-cache, no-store'] |
529 | Content-Type: [application/json; charset=utf-8] | 487 | Content-Type: [application/json; charset=utf-8] |
@@ -534,10 +492,10 @@ interactions: | |||
534 | X-Download-Options: [noopen] | 492 | X-Download-Options: [noopen] |
535 | X-Frame-Options: [SAMEORIGIN] | 493 | X-Frame-Options: [SAMEORIGIN] |
536 | X-Permitted-Cross-Domain-Policies: [none] | 494 | X-Permitted-Cross-Domain-Policies: [none] |
537 | X-Request-Id: [cf4ae3f8-c4de-41c1-ac03-aa3a40941c0d] | 495 | X-Request-Id: [eeacb90f-51f5-46b4-a101-8815a645db90] |
538 | X-Runtime: ['0.160806'] | 496 | X-Runtime: ['0.127196'] |
539 | X-XSS-Protection: [1; mode=block] | 497 | X-XSS-Protection: [1; mode=block] |
540 | content-length: ['1192'] | 498 | content-length: ['1230'] |
541 | status: {code: 200, message: OK} | 499 | status: {code: 200, message: OK} |
542 | - request: | 500 | - request: |
543 | body: null | 501 | body: null |
@@ -549,10 +507,10 @@ interactions: | |||
549 | Content-Length: ['0'] | 507 | Content-Length: ['0'] |
550 | User-Agent: [python-requests/2.18.4] | 508 | User-Agent: [python-requests/2.18.4] |
551 | method: DELETE | 509 | method: DELETE |
552 | uri: http://localhost:3000/api/v1/statuses/102951422308397490 | 510 | uri: http://localhost:3000/api/v1/statuses/103704147371610706 |
553 | response: | 511 | response: |
554 | body: {string: '{"id":"102951422308397490","created_at":"2019-10-12T21:00:36.697Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422308397490","url":"http://localhost/@admin/102951422308397490","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 | 512 | body: {string: '{"id":"103704147371610706","created_at":"2020-02-22T19:28:29.667Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147371610706","url":"http://localhost/@admin/103704147371610706","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Girugameshnetworking!","reblog":null,"application":{"name":"Mastodon.py |
555 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":32,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 513 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
556 | headers: | 514 | headers: |
557 | Cache-Control: ['no-cache, no-store'] | 515 | Cache-Control: ['no-cache, no-store'] |
558 | Content-Type: [application/json; charset=utf-8] | 516 | Content-Type: [application/json; charset=utf-8] |
@@ -563,10 +521,10 @@ interactions: | |||
563 | X-Download-Options: [noopen] | 521 | X-Download-Options: [noopen] |
564 | X-Frame-Options: [SAMEORIGIN] | 522 | X-Frame-Options: [SAMEORIGIN] |
565 | X-Permitted-Cross-Domain-Policies: [none] | 523 | X-Permitted-Cross-Domain-Policies: [none] |
566 | X-Request-Id: [0c820fbd-8e27-43ac-9dd8-a271665e8ddc] | 524 | X-Request-Id: [cefae67c-4c13-4383-b2fe-837c21a1be54] |
567 | X-Runtime: ['0.113882'] | 525 | X-Runtime: ['0.123581'] |
568 | X-XSS-Protection: [1; mode=block] | 526 | X-XSS-Protection: [1; mode=block] |
569 | content-length: ['1202'] | 527 | content-length: ['1240'] |
570 | status: {code: 200, message: OK} | 528 | status: {code: 200, message: OK} |
571 | - request: | 529 | - request: |
572 | body: null | 530 | body: null |
@@ -578,11 +536,11 @@ interactions: | |||
578 | Content-Length: ['0'] | 536 | Content-Length: ['0'] |
579 | User-Agent: [python-requests/2.18.4] | 537 | User-Agent: [python-requests/2.18.4] |
580 | method: DELETE | 538 | method: DELETE |
581 | uri: http://localhost:3000/api/v1/statuses/102951422321433253 | 539 | uri: http://localhost:3000/api/v1/statuses/103704147387189291 |
582 | response: | 540 | response: |
583 | body: {string: '{"id":"102951422321433253","created_at":"2019-10-12T21:00:36.898Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951422321433253","url":"http://localhost/@admin/102951422321433253","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I | 541 | body: {string: '{"id":"103704147387189291","created_at":"2020-02-22T19:28:29.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704147387189291","url":"http://localhost/@admin/103704147387189291","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"I |
584 | love japanimation!","reblog":null,"application":{"name":"Mastodon.py test | 542 | love japanimation!","reblog":null,"application":{"name":"Mastodon.py test |
585 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 543 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
586 | headers: | 544 | headers: |
587 | Cache-Control: ['no-cache, no-store'] | 545 | Cache-Control: ['no-cache, no-store'] |
588 | Content-Type: [application/json; charset=utf-8] | 546 | Content-Type: [application/json; charset=utf-8] |
@@ -593,9 +551,9 @@ interactions: | |||
593 | X-Download-Options: [noopen] | 551 | X-Download-Options: [noopen] |
594 | X-Frame-Options: [SAMEORIGIN] | 552 | X-Frame-Options: [SAMEORIGIN] |
595 | X-Permitted-Cross-Domain-Policies: [none] | 553 | X-Permitted-Cross-Domain-Policies: [none] |
596 | X-Request-Id: [7cffd870-7960-467d-af3e-948e95a5fd0b] | 554 | X-Request-Id: [14cb1cef-e36c-4149-bbc2-a863ddf162da] |
597 | X-Runtime: ['0.112155'] | 555 | X-Runtime: ['0.124865'] |
598 | X-XSS-Protection: [1; mode=block] | 556 | X-XSS-Protection: [1; mode=block] |
599 | content-length: ['1201'] | 557 | content-length: ['1239'] |
600 | status: {code: 200, message: OK} | 558 | status: {code: 200, message: OK} |
601 | version: 1 | 559 | version: 1 |
diff --git a/tests/cassettes/test_filter_create.yaml b/tests/cassettes/test_filter_create.yaml index 7ad6494..5056a62 100644 --- a/tests/cassettes/test_filter_create.yaml +++ b/tests/cassettes/test_filter_create.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/filters | 13 | uri: http://localhost:3000/api/v1/filters |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"130","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: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [c450628b-c12a-4920-9b02-a5149db51938] | 26 | X-Request-Id: [89b1bf76-6ac1-4de0-aac5-d6c7ac174117] |
27 | X-Runtime: ['0.045761'] | 27 | X-Runtime: ['0.132145'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['114'] | 29 | content-length: ['112'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/filters | 40 | uri: http://localhost:3000/api/v1/filters |
41 | response: | 41 | response: |
42 | body: {string: '[{"id":"130","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}]'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,10 +50,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [f86654f3-401f-4055-91a8-8f439b81c905] | 53 | X-Request-Id: [6ace9d3d-fe41-4d05-af2a-b948ba86b415] |
54 | X-Runtime: ['0.031694'] | 54 | X-Runtime: ['0.059018'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['116'] | 56 | content-length: ['114'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: null | 59 | body: null |
@@ -64,9 +64,9 @@ interactions: | |||
64 | Connection: [keep-alive] | 64 | Connection: [keep-alive] |
65 | User-Agent: [python-requests/2.18.4] | 65 | User-Agent: [python-requests/2.18.4] |
66 | method: GET | 66 | method: GET |
67 | uri: http://localhost:3000/api/v1/filters/130 | 67 | uri: http://localhost:3000/api/v1/filters/1 |
68 | response: | 68 | response: |
69 | body: {string: '{"id":"130","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}'} |
70 | headers: | 70 | headers: |
71 | Cache-Control: ['no-cache, no-store'] | 71 | Cache-Control: ['no-cache, no-store'] |
72 | Content-Type: [application/json; charset=utf-8] | 72 | Content-Type: [application/json; charset=utf-8] |
@@ -77,10 +77,10 @@ interactions: | |||
77 | X-Download-Options: [noopen] | 77 | X-Download-Options: [noopen] |
78 | X-Frame-Options: [SAMEORIGIN] | 78 | X-Frame-Options: [SAMEORIGIN] |
79 | X-Permitted-Cross-Domain-Policies: [none] | 79 | X-Permitted-Cross-Domain-Policies: [none] |
80 | X-Request-Id: [0909e07e-6f76-48bf-8775-38b5e4ffcb29] | 80 | X-Request-Id: [e730c835-1bd9-4e11-bd76-8ad69da587dd] |
81 | X-Runtime: ['0.031193'] | 81 | X-Runtime: ['0.068597'] |
82 | X-XSS-Protection: [1; mode=block] | 82 | X-XSS-Protection: [1; mode=block] |
83 | content-length: ['114'] | 83 | content-length: ['112'] |
84 | status: {code: 200, message: OK} | 84 | status: {code: 200, message: OK} |
85 | - request: | 85 | - request: |
86 | body: null | 86 | body: null |
@@ -92,7 +92,7 @@ interactions: | |||
92 | Content-Length: ['0'] | 92 | Content-Length: ['0'] |
93 | User-Agent: [python-requests/2.18.4] | 93 | User-Agent: [python-requests/2.18.4] |
94 | method: DELETE | 94 | method: DELETE |
95 | uri: http://localhost:3000/api/v1/filters/130 | 95 | uri: http://localhost:3000/api/v1/filters/1 |
96 | response: | 96 | response: |
97 | body: {string: '{}'} | 97 | body: {string: '{}'} |
98 | headers: | 98 | headers: |
@@ -105,8 +105,8 @@ interactions: | |||
105 | X-Download-Options: [noopen] | 105 | X-Download-Options: [noopen] |
106 | X-Frame-Options: [SAMEORIGIN] | 106 | X-Frame-Options: [SAMEORIGIN] |
107 | X-Permitted-Cross-Domain-Policies: [none] | 107 | X-Permitted-Cross-Domain-Policies: [none] |
108 | X-Request-Id: [ebdb344b-df73-4b0a-a01c-85a454f8b4e2] | 108 | X-Request-Id: [e867c9c8-86d0-4aa8-b03e-b5fdfc4412cd] |
109 | X-Runtime: ['0.117034'] | 109 | X-Runtime: ['0.065620'] |
110 | X-XSS-Protection: [1; mode=block] | 110 | X-XSS-Protection: [1; mode=block] |
111 | content-length: ['2'] | 111 | content-length: ['2'] |
112 | status: {code: 200, message: OK} | 112 | status: {code: 200, message: OK} |
@@ -123,7 +123,7 @@ interactions: | |||
123 | method: POST | 123 | method: POST |
124 | uri: http://localhost:3000/api/v1/filters | 124 | uri: http://localhost:3000/api/v1/filters |
125 | response: | 125 | response: |
126 | body: {string: '{"id":"131","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}'} |
127 | headers: | 127 | headers: |
128 | Cache-Control: ['no-cache, no-store'] | 128 | Cache-Control: ['no-cache, no-store'] |
129 | Content-Type: [application/json; charset=utf-8] | 129 | Content-Type: [application/json; charset=utf-8] |
@@ -134,10 +134,10 @@ interactions: | |||
134 | X-Download-Options: [noopen] | 134 | X-Download-Options: [noopen] |
135 | X-Frame-Options: [SAMEORIGIN] | 135 | X-Frame-Options: [SAMEORIGIN] |
136 | X-Permitted-Cross-Domain-Policies: [none] | 136 | X-Permitted-Cross-Domain-Policies: [none] |
137 | X-Request-Id: [0304df20-42ff-4542-b654-5c7f09caeab4] | 137 | X-Request-Id: [3f3e2b55-84be-46b3-a934-d287b9293a1d] |
138 | X-Runtime: ['0.026096'] | 138 | X-Runtime: ['0.072304'] |
139 | X-XSS-Protection: [1; mode=block] | 139 | X-XSS-Protection: [1; mode=block] |
140 | content-length: ['115'] | 140 | content-length: ['113'] |
141 | status: {code: 200, message: OK} | 141 | status: {code: 200, message: OK} |
142 | - request: | 142 | - request: |
143 | body: null | 143 | body: null |
@@ -150,7 +150,7 @@ interactions: | |||
150 | method: GET | 150 | method: GET |
151 | uri: http://localhost:3000/api/v1/filters | 151 | uri: http://localhost:3000/api/v1/filters |
152 | response: | 152 | response: |
153 | body: {string: '[{"id":"131","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}]'} |
154 | headers: | 154 | headers: |
155 | Cache-Control: ['no-cache, no-store'] | 155 | Cache-Control: ['no-cache, no-store'] |
156 | Content-Type: [application/json; charset=utf-8] | 156 | Content-Type: [application/json; charset=utf-8] |
@@ -161,10 +161,10 @@ interactions: | |||
161 | X-Download-Options: [noopen] | 161 | X-Download-Options: [noopen] |
162 | X-Frame-Options: [SAMEORIGIN] | 162 | X-Frame-Options: [SAMEORIGIN] |
163 | X-Permitted-Cross-Domain-Policies: [none] | 163 | X-Permitted-Cross-Domain-Policies: [none] |
164 | X-Request-Id: [fcc691dd-0dbe-4424-8013-b4d4370e2e1a] | 164 | X-Request-Id: [e88758ed-35e6-4cf0-976e-1b9cc8adbca8] |
165 | X-Runtime: ['0.029119'] | 165 | X-Runtime: ['0.060282'] |
166 | X-XSS-Protection: [1; mode=block] | 166 | X-XSS-Protection: [1; mode=block] |
167 | content-length: ['117'] | 167 | content-length: ['115'] |
168 | status: {code: 200, message: OK} | 168 | status: {code: 200, message: OK} |
169 | - request: | 169 | - request: |
170 | body: null | 170 | body: null |
@@ -175,9 +175,9 @@ interactions: | |||
175 | Connection: [keep-alive] | 175 | Connection: [keep-alive] |
176 | User-Agent: [python-requests/2.18.4] | 176 | User-Agent: [python-requests/2.18.4] |
177 | method: GET | 177 | method: GET |
178 | uri: http://localhost:3000/api/v1/filters/131 | 178 | uri: http://localhost:3000/api/v1/filters/2 |
179 | response: | 179 | response: |
180 | body: {string: '{"id":"131","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}'} |
181 | headers: | 181 | headers: |
182 | Cache-Control: ['no-cache, no-store'] | 182 | Cache-Control: ['no-cache, no-store'] |
183 | Content-Type: [application/json; charset=utf-8] | 183 | Content-Type: [application/json; charset=utf-8] |
@@ -188,10 +188,10 @@ interactions: | |||
188 | X-Download-Options: [noopen] | 188 | X-Download-Options: [noopen] |
189 | X-Frame-Options: [SAMEORIGIN] | 189 | X-Frame-Options: [SAMEORIGIN] |
190 | X-Permitted-Cross-Domain-Policies: [none] | 190 | X-Permitted-Cross-Domain-Policies: [none] |
191 | X-Request-Id: [e9e6a94f-f1fa-47d9-b93f-4ebeaeb7f556] | 191 | X-Request-Id: [32d2ce88-70aa-48be-b6f8-75882e8078d7] |
192 | X-Runtime: ['0.028252'] | 192 | X-Runtime: ['0.058851'] |
193 | X-XSS-Protection: [1; mode=block] | 193 | X-XSS-Protection: [1; mode=block] |
194 | content-length: ['115'] | 194 | content-length: ['113'] |
195 | status: {code: 200, message: OK} | 195 | status: {code: 200, message: OK} |
196 | - request: | 196 | - request: |
197 | body: null | 197 | body: null |
@@ -203,7 +203,7 @@ interactions: | |||
203 | Content-Length: ['0'] | 203 | Content-Length: ['0'] |
204 | User-Agent: [python-requests/2.18.4] | 204 | User-Agent: [python-requests/2.18.4] |
205 | method: DELETE | 205 | method: DELETE |
206 | uri: http://localhost:3000/api/v1/filters/131 | 206 | uri: http://localhost:3000/api/v1/filters/2 |
207 | response: | 207 | response: |
208 | body: {string: '{}'} | 208 | body: {string: '{}'} |
209 | headers: | 209 | headers: |
@@ -216,8 +216,8 @@ interactions: | |||
216 | X-Download-Options: [noopen] | 216 | X-Download-Options: [noopen] |
217 | X-Frame-Options: [SAMEORIGIN] | 217 | X-Frame-Options: [SAMEORIGIN] |
218 | X-Permitted-Cross-Domain-Policies: [none] | 218 | X-Permitted-Cross-Domain-Policies: [none] |
219 | X-Request-Id: [fd17ed83-caf5-4979-a12f-34787376f8ea] | 219 | X-Request-Id: [07d47c2a-d139-4134-8a0b-8cd51283188b] |
220 | X-Runtime: ['0.052309'] | 220 | X-Runtime: ['0.067618'] |
221 | X-XSS-Protection: [1; mode=block] | 221 | X-XSS-Protection: [1; mode=block] |
222 | content-length: ['2'] | 222 | content-length: ['2'] |
223 | status: {code: 200, message: OK} | 223 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_filter_serverside.yaml b/tests/cassettes/test_filter_serverside.yaml index 3e1eb4c..5c8c74c 100644 --- a/tests/cassettes/test_filter_serverside.yaml +++ b/tests/cassettes/test_filter_serverside.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [b68dcb74-e3ea-4bcf-95ae-acae0eadfdbf] | 24 | X-Request-Id: [774d07f4-87b9-467b-a75d-4f89b0cc227f] |
25 | X-Runtime: ['0.039269'] | 25 | X-Runtime: ['0.037423'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['680'] | 27 | content-length: ['691'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: reblogs=1&id=1 | 30 | body: reblogs=1&id=1 |
@@ -50,8 +50,8 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [60e77bf5-09c9-4bd0-b012-c6c0587e0b3f] | 53 | X-Request-Id: [0cdf48e3-1a5a-4511-a5ec-41e529302ec9] |
54 | X-Runtime: ['0.100752'] | 54 | X-Runtime: ['0.136770'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['209'] | 56 | content-length: ['209'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
@@ -68,7 +68,7 @@ interactions: | |||
68 | method: POST | 68 | method: POST |
69 | uri: http://localhost:3000/api/v1/filters | 69 | uri: http://localhost:3000/api/v1/filters |
70 | response: | 70 | response: |
71 | body: {string: '{"id":"133","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}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['no-cache, no-store'] | 73 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
@@ -79,10 +79,10 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [da678dc9-1e57-4528-b95d-e0058c8eb396] | 82 | X-Request-Id: [417622d3-5fe2-4708-89ad-c472bf0ea827] |
83 | X-Runtime: ['0.098283'] | 83 | X-Runtime: ['0.100807'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['105'] | 85 | content-length: ['103'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
87 | - request: | 87 | - request: |
88 | body: whole_word=1&irreversible=1&phrase=girugamesh&context%5B%5D=home | 88 | body: whole_word=1&irreversible=1&phrase=girugamesh&context%5B%5D=home |
@@ -97,7 +97,7 @@ interactions: | |||
97 | method: POST | 97 | method: POST |
98 | uri: http://localhost:3000/api/v1/filters | 98 | uri: http://localhost:3000/api/v1/filters |
99 | response: | 99 | response: |
100 | body: {string: '{"id":"134","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}'} |
101 | headers: | 101 | headers: |
102 | Cache-Control: ['no-cache, no-store'] | 102 | Cache-Control: ['no-cache, no-store'] |
103 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
@@ -108,10 +108,10 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [ffe2a7e8-7da8-4a59-8817-55b19eb8565c] | 111 | X-Request-Id: [39194e90-f708-4202-a9c4-462dffe3cc6a] |
112 | X-Runtime: ['0.062722'] | 112 | X-Runtime: ['0.033642'] |
113 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['109'] | 114 | content-length: ['107'] |
115 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
116 | - request: | 116 | - request: |
117 | body: whole_word=1&irreversible=1&phrase=japanimation&context%5B%5D=notifications | 117 | body: whole_word=1&irreversible=1&phrase=japanimation&context%5B%5D=notifications |
@@ -126,7 +126,7 @@ interactions: | |||
126 | method: POST | 126 | method: POST |
127 | uri: http://localhost:3000/api/v1/filters | 127 | uri: http://localhost:3000/api/v1/filters |
128 | response: | 128 | response: |
129 | body: {string: '{"id":"135","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}'} |
130 | headers: | 130 | headers: |
131 | Cache-Control: ['no-cache, no-store'] | 131 | Cache-Control: ['no-cache, no-store'] |
132 | Content-Type: [application/json; charset=utf-8] | 132 | Content-Type: [application/json; charset=utf-8] |
@@ -137,10 +137,10 @@ interactions: | |||
137 | X-Download-Options: [noopen] | 137 | X-Download-Options: [noopen] |
138 | X-Frame-Options: [SAMEORIGIN] | 138 | X-Frame-Options: [SAMEORIGIN] |
139 | X-Permitted-Cross-Domain-Policies: [none] | 139 | X-Permitted-Cross-Domain-Policies: [none] |
140 | X-Request-Id: [c54689c2-07f9-410a-b010-884e04731882] | 140 | X-Request-Id: [e4296e4f-fb51-4879-abf2-8cc59d8f056c] |
141 | X-Runtime: ['0.023210'] | 141 | X-Runtime: ['0.034336'] |
142 | X-XSS-Protection: [1; mode=block] | 142 | X-XSS-Protection: [1; mode=block] |
143 | content-length: ['120'] | 143 | content-length: ['118'] |
144 | status: {code: 200, message: OK} | 144 | status: {code: 200, message: OK} |
145 | - request: | 145 | - request: |
146 | body: status=I+love+animes | 146 | body: status=I+love+animes |
@@ -155,9 +155,9 @@ interactions: | |||
155 | method: POST | 155 | method: POST |
156 | uri: http://localhost:3000/api/v1/statuses | 156 | uri: http://localhost:3000/api/v1/statuses |
157 | response: | 157 | response: |
158 | body: {string: '{"id":"102951421744809999","created_at":"2019-10-12T21:00:28.097Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951421744809999","url":"http://localhost/@admin/102951421744809999","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI | 158 | body: {string: '{"id":"103704146777256971","created_at":"2020-02-22T19:28:20.592Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704146777256971","url":"http://localhost/@admin/103704146777256971","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eI |
159 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 159 | love animes\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
160 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:28.113Z","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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
161 | headers: | 161 | headers: |
162 | Cache-Control: ['no-cache, no-store'] | 162 | Cache-Control: ['no-cache, no-store'] |
163 | Content-Type: [application/json; charset=utf-8] | 163 | Content-Type: [application/json; charset=utf-8] |
@@ -168,10 +168,10 @@ interactions: | |||
168 | X-Download-Options: [noopen] | 168 | X-Download-Options: [noopen] |
169 | X-Frame-Options: [SAMEORIGIN] | 169 | X-Frame-Options: [SAMEORIGIN] |
170 | X-Permitted-Cross-Domain-Policies: [none] | 170 | X-Permitted-Cross-Domain-Policies: [none] |
171 | X-Request-Id: [02691bd8-755e-4449-be8a-dabdb0fb29d3] | 171 | X-Request-Id: [10c4f99e-412e-422e-b6c7-4f480aaa5887] |
172 | X-Runtime: ['0.134886'] | 172 | X-Runtime: ['0.129142'] |
173 | X-XSS-Protection: [1; mode=block] | 173 | X-XSS-Protection: [1; mode=block] |
174 | content-length: ['1224'] | 174 | content-length: ['1262'] |
175 | status: {code: 200, message: OK} | 175 | status: {code: 200, message: OK} |
176 | - request: | 176 | - request: |
177 | body: status=Girugamesh%21 | 177 | body: status=Girugamesh%21 |
@@ -186,8 +186,8 @@ interactions: | |||
186 | method: POST | 186 | method: POST |
187 | uri: http://localhost:3000/api/v1/statuses | 187 | uri: http://localhost:3000/api/v1/statuses |
188 | response: | 188 | response: |
189 | body: {string: '{"id":"102951421755966665","created_at":"2019-10-12T21:00:28.274Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951421755966665","url":"http://localhost/@admin/102951421755966665","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 189 | body: {string: '{"id":"103704146793129602","created_at":"2020-02-22T19:28:20.921Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704146793129602","url":"http://localhost/@admin/103704146793129602","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eGirugamesh!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
190 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":32,"last_status_at":"2019-10-12T21:00:28.287Z","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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
191 | headers: | 191 | headers: |
192 | Cache-Control: ['no-cache, no-store'] | 192 | Cache-Control: ['no-cache, no-store'] |
193 | Content-Type: [application/json; charset=utf-8] | 193 | Content-Type: [application/json; charset=utf-8] |
@@ -198,10 +198,10 @@ interactions: | |||
198 | X-Download-Options: [noopen] | 198 | X-Download-Options: [noopen] |
199 | X-Frame-Options: [SAMEORIGIN] | 199 | X-Frame-Options: [SAMEORIGIN] |
200 | X-Permitted-Cross-Domain-Policies: [none] | 200 | X-Permitted-Cross-Domain-Policies: [none] |
201 | X-Request-Id: [aede44cd-ec27-442e-8dc9-58be6832a324] | 201 | X-Request-Id: [21edf344-2c40-40f2-a0fb-a0e1508d2bf1] |
202 | X-Runtime: ['0.185818'] | 202 | X-Runtime: ['0.580524'] |
203 | X-XSS-Protection: [1; mode=block] | 203 | X-XSS-Protection: [1; mode=block] |
204 | content-length: ['1222'] | 204 | content-length: ['1260'] |
205 | status: {code: 200, message: OK} | 205 | status: {code: 200, message: OK} |
206 | - request: | 206 | - request: |
207 | body: status=Girugameshnetworking%21 | 207 | body: status=Girugameshnetworking%21 |
@@ -216,8 +216,8 @@ interactions: | |||
216 | method: POST | 216 | method: POST |
217 | uri: http://localhost:3000/api/v1/statuses | 217 | uri: http://localhost:3000/api/v1/statuses |
218 | response: | 218 | response: |
219 | body: {string: '{"id":"102951421771727577","created_at":"2019-10-12T21:00:28.517Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951421771727577","url":"http://localhost/@admin/102951421771727577","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 219 | body: {string: '{"id":"103704146834000160","created_at":"2020-02-22T19:28:21.465Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704146834000160","url":"http://localhost/@admin/103704146834000160","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
220 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:00:28.526Z","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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
221 | headers: | 221 | headers: |
222 | Cache-Control: ['no-cache, no-store'] | 222 | Cache-Control: ['no-cache, no-store'] |
223 | Content-Type: [application/json; charset=utf-8] | 223 | Content-Type: [application/json; charset=utf-8] |
@@ -228,10 +228,10 @@ interactions: | |||
228 | X-Download-Options: [noopen] | 228 | X-Download-Options: [noopen] |
229 | X-Frame-Options: [SAMEORIGIN] | 229 | X-Frame-Options: [SAMEORIGIN] |
230 | X-Permitted-Cross-Domain-Policies: [none] | 230 | X-Permitted-Cross-Domain-Policies: [none] |
231 | X-Request-Id: [026470af-19d2-41f7-b881-d91048f09d4e] | 231 | X-Request-Id: [9c2b7255-af70-4723-96cd-bc6e05c83133] |
232 | X-Runtime: ['0.191553'] | 232 | X-Runtime: ['0.313404'] |
233 | X-XSS-Protection: [1; mode=block] | 233 | X-XSS-Protection: [1; mode=block] |
234 | content-length: ['1232'] | 234 | content-length: ['1270'] |
235 | status: {code: 200, message: OK} | 235 | status: {code: 200, message: OK} |
236 | - request: | 236 | - request: |
237 | body: status=I+love+japanimation%21 | 237 | body: status=I+love+japanimation%21 |
@@ -246,9 +246,9 @@ interactions: | |||
246 | method: POST | 246 | method: POST |
247 | uri: http://localhost:3000/api/v1/statuses | 247 | uri: http://localhost:3000/api/v1/statuses |
248 | response: | 248 | response: |
249 | body: {string: '{"id":"102951421785382332","created_at":"2019-10-12T21:00:28.715Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951421785382332","url":"http://localhost/@admin/102951421785382332","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI | 249 | body: {string: '{"id":"103704146849408495","created_at":"2020-02-22T19:28:21.699Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704146849408495","url":"http://localhost/@admin/103704146849408495","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eI |
250 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 250 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
251 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
252 | headers: | 252 | headers: |
253 | Cache-Control: ['no-cache, no-store'] | 253 | Cache-Control: ['no-cache, no-store'] |
254 | Content-Type: [application/json; charset=utf-8] | 254 | Content-Type: [application/json; charset=utf-8] |
@@ -259,10 +259,10 @@ interactions: | |||
259 | X-Download-Options: [noopen] | 259 | X-Download-Options: [noopen] |
260 | X-Frame-Options: [SAMEORIGIN] | 260 | X-Frame-Options: [SAMEORIGIN] |
261 | X-Permitted-Cross-Domain-Policies: [none] | 261 | X-Permitted-Cross-Domain-Policies: [none] |
262 | X-Request-Id: [8f36b83e-d9db-46a6-a890-238991e0ab95] | 262 | X-Request-Id: [3c151d53-63dd-4912-8800-7cb0f7641f69] |
263 | X-Runtime: ['0.197540'] | 263 | X-Runtime: ['0.222952'] |
264 | X-XSS-Protection: [1; mode=block] | 264 | X-XSS-Protection: [1; mode=block] |
265 | content-length: ['1231'] | 265 | content-length: ['1269'] |
266 | status: {code: 200, message: OK} | 266 | status: {code: 200, message: OK} |
267 | - request: | 267 | - request: |
268 | body: null | 268 | body: null |
@@ -275,61 +275,15 @@ interactions: | |||
275 | method: GET | 275 | method: GET |
276 | uri: http://localhost:3000/api/v1/timelines/home | 276 | uri: http://localhost:3000/api/v1/timelines/home |
277 | response: | 277 | response: |
278 | body: {string: '[{"id":"102951421785382332","created_at":"2019-10-12T21:00:28.715Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951421785382332","url":"http://localhost/@admin/102951421785382332","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI | 278 | body: {string: '[{"id":"103704146849408495","created_at":"2020-02-22T19:28:21.699Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704146849408495","url":"http://localhost/@admin/103704146849408495","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eI |
279 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 279 | love japanimation!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
280 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951421771727577","created_at":"2019-10-12T21:00:28.517Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951421771727577","url":"http://localhost/@admin/102951421771727577","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 280 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704146834000160","created_at":"2020-02-22T19:28:21.465Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704146834000160","url":"http://localhost/@admin/103704146834000160","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eGirugameshnetworking!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
281 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945953661125145","created_at":"2019-10-11T21:49:51.767Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945953661125145","url":"http://localhost/@admin/102945953661125145","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | 281 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":4,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
282 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
283 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945953641974619","created_at":"2019-10-11T21:49:51.493Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945953641974619","url":"http://localhost/@admin/102945953641974619","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
284 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
285 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
286 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
287 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","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":"102945951573665999","created_at":"2019-10-11T21:49:19.910Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945951573665999","url":"http://localhost/@admin/102945951573665999","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 | ||
288 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"22","expires_at":"2019-10-11T21:54:19.902Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
289 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945937723509629","created_at":"2019-10-11T21:45:48.629Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945937723509629","url":"http://localhost/@admin/102945937723509629","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
290 | the internet, nobody knows you\u0026apos;re a plane\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-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945937692413194","created_at":"2019-10-11T21:45:48.119Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945937692413194","url":"http://localhost/@admin/102945937692413194","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
292 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
293 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
294 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
295 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","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":"102945783892469912","created_at":"2019-10-11T21:06:41.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945783892469912","url":"http://localhost/@admin/102945783892469912","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
296 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
297 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945783875235080","created_at":"2019-10-11T21:06:41.060Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945783875235080","url":"http://localhost/@admin/102945783875235080","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
298 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
299 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
300 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
301 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","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":"102945781804963765","created_at":"2019-10-11T21:06:09.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945781804963765","url":"http://localhost/@admin/102945781804963765","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
302 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"20","expires_at":"2019-10-11T21:11:09.440Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
303 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945775676263247","created_at":"2019-10-11T21:04:35.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945775676263247","url":"http://localhost/@admin/102945775676263247","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
304 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
305 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945775653916499","created_at":"2019-10-11T21:04:35.631Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945775653916499","url":"http://localhost/@admin/102945775653916499","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
306 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
307 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
308 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
309 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","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":"102945773603039444","created_at":"2019-10-11T21:04:04.296Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945773603039444","url":"http://localhost/@admin/102945773603039444","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 | ||
310 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"18","expires_at":"2019-10-11T21:09:04.288Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
311 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317294022170445","created_at":"2019-06-22T21:13:26.942Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317294022170445","url":"http://localhost/@admin/102317294022170445","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
312 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
313 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317294005876209","created_at":"2019-06-22T21:13:26.706Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317294005876209","url":"http://localhost/@admin/102317294005876209","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
314 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
315 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
316 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
317 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317292327454763","created_at":"2019-06-22T21:13:01.083Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317292327454763","url":"http://localhost/@admin/102317292327454763","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
318 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"16","expires_at":"2019-06-22T21:18:01.074Z","expired":true,"multiple":false,"votes_count":1,"voters_count":null,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
319 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317281903571697","created_at":"2019-06-22T21:10:22.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317281903571697","url":"http://localhost/@admin/102317281903571697","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
320 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"14","expires_at":"2019-06-22T21:15:22.016Z","expired":true,"multiple":false,"votes_count":0,"voters_count":null,"voted":false,"own_votes":[],"options":[{"title":"four | ||
321 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317281876282428","created_at":"2019-06-22T21:10:21.614Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317281876282428","url":"http://localhost/@admin/102317281876282428","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
322 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"13","expires_at":"2019-06-22T21:15:21.605Z","expired":true,"multiple":true,"votes_count":0,"voters_count":null,"voted":false,"own_votes":[],"options":[{"title":"four | ||
323 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}},{"id":"102317274400998453","created_at":"2019-06-22T21:08:27.546Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317274400998453","url":"http://localhost/@admin/102317274400998453","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
324 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
325 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317274389405147","created_at":"2019-06-22T21:08:27.368Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317274389405147","url":"http://localhost/@admin/102317274389405147","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e@mastodonpy_test | ||
326 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
327 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} | ||
328 | headers: | 282 | headers: |
329 | Cache-Control: ['no-cache, no-store'] | 283 | Cache-Control: ['no-cache, no-store'] |
330 | Content-Type: [application/json; charset=utf-8] | 284 | Content-Type: [application/json; charset=utf-8] |
331 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102317274389405147>; | 285 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=103704146834000160>; |
332 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102951421785382332>; | 286 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=103704146849408495>; |
333 | rel="prev"'] | 287 | rel="prev"'] |
334 | Referrer-Policy: [strict-origin-when-cross-origin] | 288 | Referrer-Policy: [strict-origin-when-cross-origin] |
335 | Transfer-Encoding: [chunked] | 289 | Transfer-Encoding: [chunked] |
@@ -338,10 +292,10 @@ interactions: | |||
338 | X-Download-Options: [noopen] | 292 | X-Download-Options: [noopen] |
339 | X-Frame-Options: [SAMEORIGIN] | 293 | X-Frame-Options: [SAMEORIGIN] |
340 | X-Permitted-Cross-Domain-Policies: [none] | 294 | X-Permitted-Cross-Domain-Policies: [none] |
341 | X-Request-Id: [53eb2213-d7da-4458-9e7e-bfe17a188813] | 295 | X-Request-Id: [716e446c-60c4-4d90-aa2e-3cbb55642b11] |
342 | X-Runtime: ['0.458887'] | 296 | X-Runtime: ['0.154515'] |
343 | X-XSS-Protection: [1; mode=block] | 297 | X-XSS-Protection: [1; mode=block] |
344 | content-length: ['27574'] | 298 | content-length: ['2512'] |
345 | status: {code: 200, message: OK} | 299 | status: {code: 200, message: OK} |
346 | - request: | 300 | - request: |
347 | body: null | 301 | body: null |
@@ -353,7 +307,7 @@ interactions: | |||
353 | Content-Length: ['0'] | 307 | Content-Length: ['0'] |
354 | User-Agent: [python-requests/2.18.4] | 308 | User-Agent: [python-requests/2.18.4] |
355 | method: DELETE | 309 | method: DELETE |
356 | uri: http://localhost:3000/api/v1/filters/133 | 310 | uri: http://localhost:3000/api/v1/filters/4 |
357 | response: | 311 | response: |
358 | body: {string: '{}'} | 312 | body: {string: '{}'} |
359 | headers: | 313 | headers: |
@@ -366,8 +320,8 @@ interactions: | |||
366 | X-Download-Options: [noopen] | 320 | X-Download-Options: [noopen] |
367 | X-Frame-Options: [SAMEORIGIN] | 321 | X-Frame-Options: [SAMEORIGIN] |
368 | X-Permitted-Cross-Domain-Policies: [none] | 322 | X-Permitted-Cross-Domain-Policies: [none] |
369 | X-Request-Id: [3c150f5c-32d1-4a73-91bb-13263273bd41] | 323 | X-Request-Id: [c4163ea7-80de-424f-9317-3c32cb710aab] |
370 | X-Runtime: ['0.028077'] | 324 | X-Runtime: ['0.039944'] |
371 | X-XSS-Protection: [1; mode=block] | 325 | X-XSS-Protection: [1; mode=block] |
372 | content-length: ['2'] | 326 | content-length: ['2'] |
373 | status: {code: 200, message: OK} | 327 | status: {code: 200, message: OK} |
@@ -381,7 +335,7 @@ interactions: | |||
381 | Content-Length: ['0'] | 335 | Content-Length: ['0'] |
382 | User-Agent: [python-requests/2.18.4] | 336 | User-Agent: [python-requests/2.18.4] |
383 | method: DELETE | 337 | method: DELETE |
384 | uri: http://localhost:3000/api/v1/filters/134 | 338 | uri: http://localhost:3000/api/v1/filters/5 |
385 | response: | 339 | response: |
386 | body: {string: '{}'} | 340 | body: {string: '{}'} |
387 | headers: | 341 | headers: |
@@ -394,8 +348,8 @@ interactions: | |||
394 | X-Download-Options: [noopen] | 348 | X-Download-Options: [noopen] |
395 | X-Frame-Options: [SAMEORIGIN] | 349 | X-Frame-Options: [SAMEORIGIN] |
396 | X-Permitted-Cross-Domain-Policies: [none] | 350 | X-Permitted-Cross-Domain-Policies: [none] |
397 | X-Request-Id: [224b9fc4-d71f-4a21-89cf-c5affbdb2f3d] | 351 | X-Request-Id: [d166a6d4-d794-4452-98d6-28bc4e161a7c] |
398 | X-Runtime: ['0.019471'] | 352 | X-Runtime: ['0.042435'] |
399 | X-XSS-Protection: [1; mode=block] | 353 | X-XSS-Protection: [1; mode=block] |
400 | content-length: ['2'] | 354 | content-length: ['2'] |
401 | status: {code: 200, message: OK} | 355 | status: {code: 200, message: OK} |
@@ -409,7 +363,7 @@ interactions: | |||
409 | Content-Length: ['0'] | 363 | Content-Length: ['0'] |
410 | User-Agent: [python-requests/2.18.4] | 364 | User-Agent: [python-requests/2.18.4] |
411 | method: DELETE | 365 | method: DELETE |
412 | uri: http://localhost:3000/api/v1/filters/135 | 366 | uri: http://localhost:3000/api/v1/filters/6 |
413 | response: | 367 | response: |
414 | body: {string: '{}'} | 368 | body: {string: '{}'} |
415 | headers: | 369 | headers: |
@@ -422,8 +376,8 @@ interactions: | |||
422 | X-Download-Options: [noopen] | 376 | X-Download-Options: [noopen] |
423 | X-Frame-Options: [SAMEORIGIN] | 377 | X-Frame-Options: [SAMEORIGIN] |
424 | X-Permitted-Cross-Domain-Policies: [none] | 378 | X-Permitted-Cross-Domain-Policies: [none] |
425 | X-Request-Id: [aab8c3ab-392d-4926-9538-e10e59fbd3b9] | 379 | X-Request-Id: [fcceb96d-b2b1-4e40-9046-1e30954151d5] |
426 | X-Runtime: ['0.025957'] | 380 | X-Runtime: ['0.032520'] |
427 | X-XSS-Protection: [1; mode=block] | 381 | X-XSS-Protection: [1; mode=block] |
428 | content-length: ['2'] | 382 | content-length: ['2'] |
429 | status: {code: 200, message: OK} | 383 | status: {code: 200, message: OK} |
@@ -437,10 +391,10 @@ interactions: | |||
437 | Content-Length: ['0'] | 391 | Content-Length: ['0'] |
438 | User-Agent: [python-requests/2.18.4] | 392 | User-Agent: [python-requests/2.18.4] |
439 | method: DELETE | 393 | method: DELETE |
440 | uri: http://localhost:3000/api/v1/statuses/102951421744809999 | 394 | uri: http://localhost:3000/api/v1/statuses/103704146777256971 |
441 | response: | 395 | response: |
442 | body: {string: '{"id":"102951421744809999","created_at":"2019-10-12T21:00:28.097Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951421744809999","url":"http://localhost/@admin/102951421744809999","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I | 396 | body: {string: '{"id":"103704146777256971","created_at":"2020-02-22T19:28:20.592Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704146777256971","url":"http://localhost/@admin/103704146777256971","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"I |
443 | love animes","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":34,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
444 | headers: | 398 | headers: |
445 | Cache-Control: ['no-cache, no-store'] | 399 | Cache-Control: ['no-cache, no-store'] |
446 | Content-Type: [application/json; charset=utf-8] | 400 | Content-Type: [application/json; charset=utf-8] |
@@ -451,10 +405,10 @@ interactions: | |||
451 | X-Download-Options: [noopen] | 405 | X-Download-Options: [noopen] |
452 | X-Frame-Options: [SAMEORIGIN] | 406 | X-Frame-Options: [SAMEORIGIN] |
453 | X-Permitted-Cross-Domain-Policies: [none] | 407 | X-Permitted-Cross-Domain-Policies: [none] |
454 | X-Request-Id: [c1d53304-43d2-4580-90d9-eb32d3d7a270] | 408 | X-Request-Id: [b4e79c9c-1d5c-46ba-b733-b614bb6f3b47] |
455 | X-Runtime: ['0.109729'] | 409 | X-Runtime: ['0.160443'] |
456 | X-XSS-Protection: [1; mode=block] | 410 | X-XSS-Protection: [1; mode=block] |
457 | content-length: ['1194'] | 411 | content-length: ['1232'] |
458 | status: {code: 200, message: OK} | 412 | status: {code: 200, message: OK} |
459 | - request: | 413 | - request: |
460 | body: null | 414 | body: null |
@@ -466,10 +420,10 @@ interactions: | |||
466 | Content-Length: ['0'] | 420 | Content-Length: ['0'] |
467 | User-Agent: [python-requests/2.18.4] | 421 | User-Agent: [python-requests/2.18.4] |
468 | method: DELETE | 422 | method: DELETE |
469 | uri: http://localhost:3000/api/v1/statuses/102951421755966665 | 423 | uri: http://localhost:3000/api/v1/statuses/103704146793129602 |
470 | response: | 424 | response: |
471 | body: {string: '{"id":"102951421755966665","created_at":"2019-10-12T21:00:28.274Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951421755966665","url":"http://localhost/@admin/102951421755966665","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 | 425 | body: {string: '{"id":"103704146793129602","created_at":"2020-02-22T19:28:20.921Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704146793129602","url":"http://localhost/@admin/103704146793129602","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Girugamesh!","reblog":null,"application":{"name":"Mastodon.py |
472 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 426 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
473 | headers: | 427 | headers: |
474 | Cache-Control: ['no-cache, no-store'] | 428 | Cache-Control: ['no-cache, no-store'] |
475 | Content-Type: [application/json; charset=utf-8] | 429 | Content-Type: [application/json; charset=utf-8] |
@@ -480,10 +434,10 @@ interactions: | |||
480 | X-Download-Options: [noopen] | 434 | X-Download-Options: [noopen] |
481 | X-Frame-Options: [SAMEORIGIN] | 435 | X-Frame-Options: [SAMEORIGIN] |
482 | X-Permitted-Cross-Domain-Policies: [none] | 436 | X-Permitted-Cross-Domain-Policies: [none] |
483 | X-Request-Id: [969b77fb-c710-476b-a5b7-0677b7b03ee1] | 437 | X-Request-Id: [df004843-006d-487d-afe9-b4c7f33e9197] |
484 | X-Runtime: ['0.114070'] | 438 | X-Runtime: ['0.123161'] |
485 | X-XSS-Protection: [1; mode=block] | 439 | X-XSS-Protection: [1; mode=block] |
486 | content-length: ['1192'] | 440 | content-length: ['1230'] |
487 | status: {code: 200, message: OK} | 441 | status: {code: 200, message: OK} |
488 | - request: | 442 | - request: |
489 | body: null | 443 | body: null |
@@ -495,10 +449,10 @@ interactions: | |||
495 | Content-Length: ['0'] | 449 | Content-Length: ['0'] |
496 | User-Agent: [python-requests/2.18.4] | 450 | User-Agent: [python-requests/2.18.4] |
497 | method: DELETE | 451 | method: DELETE |
498 | uri: http://localhost:3000/api/v1/statuses/102951421771727577 | 452 | uri: http://localhost:3000/api/v1/statuses/103704146834000160 |
499 | response: | 453 | response: |
500 | body: {string: '{"id":"102951421771727577","created_at":"2019-10-12T21:00:28.517Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951421771727577","url":"http://localhost/@admin/102951421771727577","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 | 454 | body: {string: '{"id":"103704146834000160","created_at":"2020-02-22T19:28:21.465Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704146834000160","url":"http://localhost/@admin/103704146834000160","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Girugameshnetworking!","reblog":null,"application":{"name":"Mastodon.py |
501 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":32,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 455 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
502 | headers: | 456 | headers: |
503 | Cache-Control: ['no-cache, no-store'] | 457 | Cache-Control: ['no-cache, no-store'] |
504 | Content-Type: [application/json; charset=utf-8] | 458 | Content-Type: [application/json; charset=utf-8] |
@@ -509,10 +463,10 @@ interactions: | |||
509 | X-Download-Options: [noopen] | 463 | X-Download-Options: [noopen] |
510 | X-Frame-Options: [SAMEORIGIN] | 464 | X-Frame-Options: [SAMEORIGIN] |
511 | X-Permitted-Cross-Domain-Policies: [none] | 465 | X-Permitted-Cross-Domain-Policies: [none] |
512 | X-Request-Id: [2ed301d8-8186-4133-9048-b3edbf786e37] | 466 | X-Request-Id: [75941aaf-ca51-4f9a-8e1e-9ea9e0982f79] |
513 | X-Runtime: ['0.165646'] | 467 | X-Runtime: ['0.128672'] |
514 | X-XSS-Protection: [1; mode=block] | 468 | X-XSS-Protection: [1; mode=block] |
515 | content-length: ['1202'] | 469 | content-length: ['1240'] |
516 | status: {code: 200, message: OK} | 470 | status: {code: 200, message: OK} |
517 | - request: | 471 | - request: |
518 | body: null | 472 | body: null |
@@ -524,11 +478,11 @@ interactions: | |||
524 | Content-Length: ['0'] | 478 | Content-Length: ['0'] |
525 | User-Agent: [python-requests/2.18.4] | 479 | User-Agent: [python-requests/2.18.4] |
526 | method: DELETE | 480 | method: DELETE |
527 | uri: http://localhost:3000/api/v1/statuses/102951421785382332 | 481 | uri: http://localhost:3000/api/v1/statuses/103704146849408495 |
528 | response: | 482 | response: |
529 | body: {string: '{"id":"102951421785382332","created_at":"2019-10-12T21:00:28.715Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951421785382332","url":"http://localhost/@admin/102951421785382332","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I | 483 | body: {string: '{"id":"103704146849408495","created_at":"2020-02-22T19:28:21.699Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704146849408495","url":"http://localhost/@admin/103704146849408495","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"I |
530 | love japanimation!","reblog":null,"application":{"name":"Mastodon.py test | 484 | love japanimation!","reblog":null,"application":{"name":"Mastodon.py test |
531 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:28.730Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 485 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
532 | headers: | 486 | headers: |
533 | Cache-Control: ['no-cache, no-store'] | 487 | Cache-Control: ['no-cache, no-store'] |
534 | Content-Type: [application/json; charset=utf-8] | 488 | Content-Type: [application/json; charset=utf-8] |
@@ -539,9 +493,9 @@ interactions: | |||
539 | X-Download-Options: [noopen] | 493 | X-Download-Options: [noopen] |
540 | X-Frame-Options: [SAMEORIGIN] | 494 | X-Frame-Options: [SAMEORIGIN] |
541 | X-Permitted-Cross-Domain-Policies: [none] | 495 | X-Permitted-Cross-Domain-Policies: [none] |
542 | X-Request-Id: [29346feb-2cec-44b5-843e-8a7d2f208a95] | 496 | X-Request-Id: [84cca537-3746-45d4-89ae-d1547d589015] |
543 | X-Runtime: ['0.119861'] | 497 | X-Runtime: ['0.125049'] |
544 | X-XSS-Protection: [1; mode=block] | 498 | X-XSS-Protection: [1; mode=block] |
545 | content-length: ['1201'] | 499 | content-length: ['1239'] |
546 | status: {code: 200, message: OK} | 500 | status: {code: 200, message: OK} |
547 | version: 1 | 501 | version: 1 |
diff --git a/tests/cassettes/test_filter_update.yaml b/tests/cassettes/test_filter_update.yaml index 09218ab..86e9842 100644 --- a/tests/cassettes/test_filter_update.yaml +++ b/tests/cassettes/test_filter_update.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/filters | 13 | uri: http://localhost:3000/api/v1/filters |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"132","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: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [cc317f82-ca04-459c-9fc3-e77d4eb5418b] | 26 | X-Request-Id: [220c49fb-ac0c-488e-a28c-2c6e929b28b4] |
27 | X-Runtime: ['0.025617'] | 27 | X-Runtime: ['0.036281'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['114'] | 29 | content-length: ['112'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: phrase=japanimation | 32 | body: phrase=japanimation |
@@ -39,9 +39,9 @@ interactions: | |||
39 | Content-Type: [application/x-www-form-urlencoded] | 39 | Content-Type: [application/x-www-form-urlencoded] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: PUT | 41 | method: PUT |
42 | uri: http://localhost:3000/api/v1/filters/132 | 42 | uri: http://localhost:3000/api/v1/filters/3 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"132","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}'} |
45 | headers: | 45 | headers: |
46 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [3ada522d-a0c6-4a6d-bcb7-7fb9d62b547a] | 55 | X-Request-Id: [db1bb32d-5f6d-41a2-9b61-5197030c32b0] |
56 | X-Runtime: ['0.027720'] | 56 | X-Runtime: ['0.033542'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['121'] | 58 | content-length: ['119'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: null | 61 | body: null |
@@ -66,9 +66,9 @@ interactions: | |||
66 | Connection: [keep-alive] | 66 | Connection: [keep-alive] |
67 | User-Agent: [python-requests/2.18.4] | 67 | User-Agent: [python-requests/2.18.4] |
68 | method: GET | 68 | method: GET |
69 | uri: http://localhost:3000/api/v1/filters/132 | 69 | uri: http://localhost:3000/api/v1/filters/3 |
70 | response: | 70 | response: |
71 | body: {string: '{"id":"132","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}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['no-cache, no-store'] | 73 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
@@ -79,9 +79,9 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [59f34c3f-c8c3-49ef-9d4b-7dae04f73911] | 82 | X-Request-Id: [3123dbc3-1ecb-47c7-8934-13b14fcad219] |
83 | X-Runtime: ['0.018530'] | 83 | X-Runtime: ['0.042994'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['121'] | 85 | content-length: ['119'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
87 | version: 1 | 87 | version: 1 |
diff --git a/tests/cassettes/test_follow_request_authorize.yaml b/tests/cassettes/test_follow_request_authorize.yaml index 9ed1223..9df1f49 100644 --- a/tests/cassettes/test_follow_request_authorize.yaml +++ b/tests/cassettes/test_follow_request_authorize.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: [51094a21-8a8a-4296-b3a0-2aa42a54f141] | 26 | X-Request-Id: [bb7c2c07-d13c-4d7a-a0f9-9ae39f4cb584] |
27 | X-Runtime: ['0.053156'] | 27 | X-Runtime: ['0.080489'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['224'] | 29 | content-length: ['224'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -39,11 +39,11 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/follow_requests | 40 | uri: http://localhost:3000/api/v1/follow_requests |
41 | response: | 41 | response: |
42 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]}]'} | 42 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","emojis":[],"fields":[]}]'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
46 | Link: ['<http://localhost:3000/api/v1/follow_requests?since_id=24>; rel="prev"'] | 46 | Link: ['<http://localhost:3000/api/v1/follow_requests?since_id=1>; rel="prev"'] |
47 | Referrer-Policy: [strict-origin-when-cross-origin] | 47 | Referrer-Policy: [strict-origin-when-cross-origin] |
48 | Transfer-Encoding: [chunked] | 48 | Transfer-Encoding: [chunked] |
49 | Vary: ['Accept-Encoding, Origin'] | 49 | Vary: ['Accept-Encoding, Origin'] |
@@ -51,10 +51,10 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [d62b6494-b566-4079-b844-0cca74bdd605] | 54 | X-Request-Id: [f509673d-01e8-4308-9961-dc2a05bde33a] |
55 | X-Runtime: ['0.031860'] | 55 | X-Runtime: ['0.039207'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['570'] | 57 | content-length: ['589'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
59 | - request: | 59 | - request: |
60 | body: null | 60 | body: null |
@@ -79,8 +79,8 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [4d6a5182-0ab8-45c1-aad6-ebaf43de56ef] | 82 | X-Request-Id: [f1d55470-ab1c-47a1-af31-0f13c69d20d8] |
83 | X-Runtime: ['0.101487'] | 83 | X-Runtime: ['0.128120'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['210'] | 85 | content-length: ['210'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -107,8 +107,8 @@ interactions: | |||
107 | X-Download-Options: [noopen] | 107 | X-Download-Options: [noopen] |
108 | X-Frame-Options: [SAMEORIGIN] | 108 | X-Frame-Options: [SAMEORIGIN] |
109 | X-Permitted-Cross-Domain-Policies: [none] | 109 | X-Permitted-Cross-Domain-Policies: [none] |
110 | X-Request-Id: [fb907945-53a7-427d-983d-31aba908624b] | 110 | X-Request-Id: [c409b48c-61ec-4448-b921-e7002d840072] |
111 | X-Runtime: ['0.064964'] | 111 | X-Runtime: ['0.104437'] |
112 | X-XSS-Protection: [1; mode=block] | 112 | X-XSS-Protection: [1; mode=block] |
113 | content-length: ['226'] | 113 | content-length: ['226'] |
114 | status: {code: 200, message: OK} | 114 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_follow_request_reject.yaml b/tests/cassettes/test_follow_request_reject.yaml index a86d7b7..55d2918 100644 --- a/tests/cassettes/test_follow_request_reject.yaml +++ b/tests/cassettes/test_follow_request_reject.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: [a52c3ee7-f876-4b3f-8980-b64efe2b2c79] | 26 | X-Request-Id: [97ceaff4-2af3-4341-a727-e07c98cf47a6] |
27 | X-Runtime: ['0.089550'] | 27 | X-Runtime: ['0.061415'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['224'] | 29 | content-length: ['224'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -39,11 +39,11 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/follow_requests | 40 | uri: http://localhost:3000/api/v1/follow_requests |
41 | response: | 41 | response: |
42 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]}]'} | 42 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","emojis":[],"fields":[]}]'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
46 | Link: ['<http://localhost:3000/api/v1/follow_requests?since_id=25>; rel="prev"'] | 46 | Link: ['<http://localhost:3000/api/v1/follow_requests?since_id=2>; rel="prev"'] |
47 | Referrer-Policy: [strict-origin-when-cross-origin] | 47 | Referrer-Policy: [strict-origin-when-cross-origin] |
48 | Transfer-Encoding: [chunked] | 48 | Transfer-Encoding: [chunked] |
49 | Vary: ['Accept-Encoding, Origin'] | 49 | Vary: ['Accept-Encoding, Origin'] |
@@ -51,10 +51,10 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [41cf6cd0-060a-4f1e-a0b6-ea55d2d4cb7c] | 54 | X-Request-Id: [2ea276f1-e3d6-4d3b-9e53-0aa86bbd51c5] |
55 | X-Runtime: ['0.042726'] | 55 | X-Runtime: ['0.037902'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['570'] | 57 | content-length: ['589'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
59 | - request: | 59 | - request: |
60 | body: null | 60 | body: null |
@@ -79,8 +79,8 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [22a0b3bc-92d1-4126-8915-3abe2d3aa9e0] | 82 | X-Request-Id: [283c09ef-3521-434d-93ab-200b4fbdbd25] |
83 | X-Runtime: ['0.031439'] | 83 | X-Runtime: ['0.062406'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['211'] | 85 | content-length: ['211'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_follow_requests.yaml b/tests/cassettes/test_follow_requests.yaml index 7fc4f59..f9b1519 100644 --- a/tests/cassettes/test_follow_requests.yaml +++ b/tests/cassettes/test_follow_requests.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [3861c172-5e69-4083-897b-47775ba52dba] | 24 | X-Request-Id: [20e67bce-db51-4335-8aa7-9adabc40764d] |
25 | X-Runtime: ['0.020323'] | 25 | X-Runtime: ['0.051242'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_follow_suggestions.yaml b/tests/cassettes/test_follow_suggestions.yaml index 0b8d817..8257559 100644 --- a/tests/cassettes/test_follow_suggestions.yaml +++ b/tests/cassettes/test_follow_suggestions.yaml | |||
@@ -12,10 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951420698979546","created_at":"2019-10-12T21:00:12.138Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420698979546","url":"http://localhost/@mastodonpy_test/102951420698979546","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704145104257230","created_at":"2020-02-22T19:27:55.062Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145104257230","url":"http://localhost/@mastodonpy_test/103704145104257230","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 17 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:00:12.147Z","emojis":[],"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/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-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}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +26,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [4fc2e27a-277d-42e9-a5e8-4f42d35ed45d] | 29 | X-Request-Id: [0d5e8161-80a2-4e21-bf8c-cbc6a8bed842] |
30 | X-Runtime: ['0.136059'] | 30 | X-Runtime: ['0.171074'] |
31 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1642'] | 32 | content-length: ['1676'] |
33 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
34 | - request: | 34 | - request: |
35 | body: null | 35 | body: null |
@@ -41,12 +41,12 @@ interactions: | |||
41 | Content-Length: ['0'] | 41 | Content-Length: ['0'] |
42 | User-Agent: [python-requests/2.18.4] | 42 | User-Agent: [python-requests/2.18.4] |
43 | method: POST | 43 | method: POST |
44 | uri: http://localhost:3000/api/v1/statuses/102951420698979546/favourite | 44 | uri: http://localhost:3000/api/v1/statuses/103704145104257230/favourite |
45 | response: | 45 | response: |
46 | body: {string: '{"id":"102951420698979546","created_at":"2019-10-12T21:00:12.138Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420698979546","url":"http://localhost/@mastodonpy_test/102951420698979546","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 46 | body: {string: '{"id":"103704145104257230","created_at":"2020-02-22T19:27:55.062Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145104257230","url":"http://localhost/@mastodonpy_test/103704145104257230","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 47 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
48 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 48 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:00:12.147Z","emojis":[],"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/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-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}'} |
50 | headers: | 50 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 51 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
@@ -57,10 +57,10 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [140e5ceb-d5dc-4b72-9995-6b378924a9da] | 60 | X-Request-Id: [e752854a-4750-4cb2-96dd-0c6fc1b6c265] |
61 | X-Runtime: ['0.125288'] | 61 | X-Runtime: ['0.267016'] |
62 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['1626'] | 63 | content-length: ['1660'] |
64 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
65 | - request: | 65 | - request: |
66 | body: null | 66 | body: null |
@@ -74,8 +74,8 @@ interactions: | |||
74 | uri: http://localhost:3000/api/v1/suggestions | 74 | uri: http://localhost:3000/api/v1/suggestions |
75 | response: | 75 | response: |
76 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 76 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
77 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 77 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:00:12.147Z","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/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]}]'} |
79 | headers: | 79 | headers: |
80 | Cache-Control: ['no-cache, no-store'] | 80 | Cache-Control: ['no-cache, no-store'] |
81 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
@@ -86,10 +86,10 @@ interactions: | |||
86 | X-Download-Options: [noopen] | 86 | X-Download-Options: [noopen] |
87 | X-Frame-Options: [SAMEORIGIN] | 87 | X-Frame-Options: [SAMEORIGIN] |
88 | X-Permitted-Cross-Domain-Policies: [none] | 88 | X-Permitted-Cross-Domain-Policies: [none] |
89 | X-Request-Id: [5fe018f6-5924-4ba0-83c2-48df58b264aa] | 89 | X-Request-Id: [bdfe65e7-0c31-438e-be64-9ec129c2ee90] |
90 | X-Runtime: ['0.020310'] | 90 | X-Runtime: ['0.053187'] |
91 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
92 | content-length: ['976'] | 92 | content-length: ['991'] |
93 | status: {code: 200, message: OK} | 93 | status: {code: 200, message: OK} |
94 | - request: | 94 | - request: |
95 | body: null | 95 | body: null |
@@ -114,8 +114,8 @@ interactions: | |||
114 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
115 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
116 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
117 | X-Request-Id: [15d3b26d-2f88-45f8-9b91-3b643f1a18bf] | 117 | X-Request-Id: [2a8a190c-a1b7-4b4a-975b-115086622dc4] |
118 | X-Runtime: ['0.016807'] | 118 | X-Runtime: ['0.052815'] |
119 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
120 | content-length: ['2'] | 120 | content-length: ['2'] |
121 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
@@ -141,8 +141,8 @@ interactions: | |||
141 | X-Download-Options: [noopen] | 141 | X-Download-Options: [noopen] |
142 | X-Frame-Options: [SAMEORIGIN] | 142 | X-Frame-Options: [SAMEORIGIN] |
143 | X-Permitted-Cross-Domain-Policies: [none] | 143 | X-Permitted-Cross-Domain-Policies: [none] |
144 | X-Request-Id: [3b05963d-3380-441c-a748-68de8f755133] | 144 | X-Request-Id: [fb363cf2-181f-4cca-a94e-2d250b7e80b5] |
145 | X-Runtime: ['0.015068'] | 145 | X-Runtime: ['0.028023'] |
146 | X-XSS-Protection: [1; mode=block] | 146 | X-XSS-Protection: [1; mode=block] |
147 | content-length: ['2'] | 147 | content-length: ['2'] |
148 | status: {code: 200, message: OK} | 148 | status: {code: 200, message: OK} |
@@ -156,12 +156,12 @@ interactions: | |||
156 | Content-Length: ['0'] | 156 | Content-Length: ['0'] |
157 | User-Agent: [python-requests/2.18.4] | 157 | User-Agent: [python-requests/2.18.4] |
158 | method: DELETE | 158 | method: DELETE |
159 | uri: http://localhost:3000/api/v1/statuses/102951420698979546 | 159 | uri: http://localhost:3000/api/v1/statuses/103704145104257230 |
160 | response: | 160 | response: |
161 | body: {string: '{"id":"102951420698979546","created_at":"2019-10-12T21:00:12.138Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420698979546","url":"http://localhost/@mastodonpy_test/102951420698979546","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 161 | body: {string: '{"id":"103704145104257230","created_at":"2020-02-22T19:27:55.062Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145104257230","url":"http://localhost/@mastodonpy_test/103704145104257230","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
162 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 162 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
163 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 163 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:00:12.147Z","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 164 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-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}'} |
165 | headers: | 165 | headers: |
166 | Cache-Control: ['no-cache, no-store'] | 166 | Cache-Control: ['no-cache, no-store'] |
167 | Content-Type: [application/json; charset=utf-8] | 167 | Content-Type: [application/json; charset=utf-8] |
@@ -172,9 +172,9 @@ interactions: | |||
172 | X-Download-Options: [noopen] | 172 | X-Download-Options: [noopen] |
173 | X-Frame-Options: [SAMEORIGIN] | 173 | X-Frame-Options: [SAMEORIGIN] |
174 | X-Permitted-Cross-Domain-Policies: [none] | 174 | X-Permitted-Cross-Domain-Policies: [none] |
175 | X-Request-Id: [a564bcf2-0fed-4ebc-b64f-da11a71a5a05] | 175 | X-Request-Id: [d2c3dfc8-cc86-49e9-bc2b-c975e94cf7b5] |
176 | X-Runtime: ['0.136461'] | 176 | X-Runtime: ['0.137386'] |
177 | X-XSS-Protection: [1; mode=block] | 177 | X-XSS-Protection: [1; mode=block] |
178 | content-length: ['1612'] | 178 | content-length: ['1646'] |
179 | status: {code: 200, message: OK} | 179 | status: {code: 200, message: OK} |
180 | version: 1 | 180 | version: 1 |
diff --git a/tests/cassettes/test_hashtag_tl.yaml b/tests/cassettes/test_hashtag_tl.yaml index 19babbc..631e585 100644 --- a/tests/cassettes/test_hashtag_tl.yaml +++ b/tests/cassettes/test_hashtag_tl.yaml | |||
@@ -12,10 +12,10 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951430882946209","created_at":"2019-10-12T21:02:47.537Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430882946209","url":"http://localhost/@mastodonpy_test/102951430882946209","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca | 15 | body: {string: '{"id":"103704157111789525","created_at":"2020-02-22T19:30:58.291Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704157111789525","url":"http://localhost/@mastodonpy_test/103704157111789525","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003e\u003ca |
16 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e | 16 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e |
17 | (hashtag toot)\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 17 | (hashtag toot)\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}'} | 18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 20 | Cache-Control: ['no-cache, no-store'] |
21 | Content-Type: [application/json; charset=utf-8] | 21 | Content-Type: [application/json; charset=utf-8] |
@@ -26,10 +26,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [e202ce05-888e-4173-b8c4-a4554bee2082] | 29 | X-Request-Id: [036605ed-aff5-4361-8667-9e32744fcd87] |
30 | X-Runtime: ['0.157266'] | 30 | X-Runtime: ['0.229064'] |
31 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1479'] | 32 | content-length: ['1519'] |
33 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
34 | - request: | 34 | - request: |
35 | body: null | 35 | body: null |
@@ -42,15 +42,15 @@ interactions: | |||
42 | method: GET | 42 | method: GET |
43 | uri: http://localhost:3000/api/v1/timelines/tag/hoot | 43 | uri: http://localhost:3000/api/v1/timelines/tag/hoot |
44 | response: | 44 | response: |
45 | body: {string: '[{"id":"102951430882946209","created_at":"2019-10-12T21:02:47.537Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430882946209","url":"http://localhost/@mastodonpy_test/102951430882946209","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca | 45 | body: {string: '[{"id":"103704157111789525","created_at":"2020-02-22T19:30:58.291Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704157111789525","url":"http://localhost/@mastodonpy_test/103704157111789525","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003e\u003ca |
46 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e | 46 | href=\"http://localhost/tags/hoot\" class=\"mention hashtag\" rel=\"tag\"\u003e#\u003cspan\u003ehoot\u003c/span\u003e\u003c/a\u003e |
47 | (hashtag toot)\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 47 | (hashtag toot)\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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}]'} | 48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}]'} |
49 | headers: | 49 | headers: |
50 | Cache-Control: ['no-cache, no-store'] | 50 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
52 | Link: ['<http://localhost:3000/api/v1/timelines/tag/hoot?max_id=102951430882946209>; | 52 | Link: ['<http://localhost:3000/api/v1/timelines/tag/hoot?max_id=103704157111789525>; |
53 | rel="next", <http://localhost:3000/api/v1/timelines/tag/hoot?min_id=102951430882946209>; | 53 | rel="next", <http://localhost:3000/api/v1/timelines/tag/hoot?min_id=103704157111789525>; |
54 | rel="prev"'] | 54 | rel="prev"'] |
55 | Referrer-Policy: [strict-origin-when-cross-origin] | 55 | Referrer-Policy: [strict-origin-when-cross-origin] |
56 | Transfer-Encoding: [chunked] | 56 | Transfer-Encoding: [chunked] |
@@ -59,10 +59,10 @@ interactions: | |||
59 | X-Download-Options: [noopen] | 59 | X-Download-Options: [noopen] |
60 | X-Frame-Options: [SAMEORIGIN] | 60 | X-Frame-Options: [SAMEORIGIN] |
61 | X-Permitted-Cross-Domain-Policies: [none] | 61 | X-Permitted-Cross-Domain-Policies: [none] |
62 | X-Request-Id: [1af91a48-bd4d-4631-bb48-cd62424443fc] | 62 | X-Request-Id: [e8539934-34ab-45d8-847a-75d240b9e24e] |
63 | X-Runtime: ['0.122074'] | 63 | X-Runtime: ['0.199742'] |
64 | X-XSS-Protection: [1; mode=block] | 64 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['1481'] | 65 | content-length: ['1521'] |
66 | status: {code: 200, message: OK} | 66 | status: {code: 200, message: OK} |
67 | - request: | 67 | - request: |
68 | body: null | 68 | body: null |
@@ -74,10 +74,10 @@ interactions: | |||
74 | Content-Length: ['0'] | 74 | Content-Length: ['0'] |
75 | User-Agent: [python-requests/2.18.4] | 75 | User-Agent: [python-requests/2.18.4] |
76 | method: DELETE | 76 | method: DELETE |
77 | uri: http://localhost:3000/api/v1/statuses/102951430882946209 | 77 | uri: http://localhost:3000/api/v1/statuses/103704157111789525 |
78 | response: | 78 | response: |
79 | body: {string: '{"id":"102951430882946209","created_at":"2019-10-12T21:02:47.537Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430882946209","url":"http://localhost/@mastodonpy_test/102951430882946209","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"#hoot | 79 | body: {string: '{"id":"103704157111789525","created_at":"2020-02-22T19:30:58.291Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704157111789525","url":"http://localhost/@mastodonpy_test/103704157111789525","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"#hoot |
80 | (hashtag toot)","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:02:47.547Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}'} | 80 | (hashtag toot)","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[{"name":"hoot","url":"http://localhost/tags/hoot"}],"emojis":[],"card":null,"poll":null}'} |
81 | headers: | 81 | headers: |
82 | Cache-Control: ['no-cache, no-store'] | 82 | Cache-Control: ['no-cache, no-store'] |
83 | Content-Type: [application/json; charset=utf-8] | 83 | Content-Type: [application/json; charset=utf-8] |
@@ -88,9 +88,9 @@ interactions: | |||
88 | X-Download-Options: [noopen] | 88 | X-Download-Options: [noopen] |
89 | X-Frame-Options: [SAMEORIGIN] | 89 | X-Frame-Options: [SAMEORIGIN] |
90 | X-Permitted-Cross-Domain-Policies: [none] | 90 | X-Permitted-Cross-Domain-Policies: [none] |
91 | X-Request-Id: [c801a776-06eb-4244-9a00-55745256168f] | 91 | X-Request-Id: [f40f9471-1b2a-486d-b0a5-33eacd092f4c] |
92 | X-Runtime: ['0.178299'] | 92 | X-Runtime: ['0.132576'] |
93 | X-XSS-Protection: [1; mode=block] | 93 | X-XSS-Protection: [1; mode=block] |
94 | content-length: ['1315'] | 94 | content-length: ['1355'] |
95 | status: {code: 200, message: OK} | 95 | status: {code: 200, message: OK} |
96 | version: 1 | 96 | version: 1 |
diff --git a/tests/cassettes/test_health.yaml b/tests/cassettes/test_health.yaml index 0b3ea03..30ed4b6 100644 --- a/tests/cassettes/test_health.yaml +++ b/tests/cassettes/test_health.yaml | |||
@@ -14,7 +14,7 @@ interactions: | |||
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['max-age=0, private, must-revalidate'] |
16 | Content-Type: [text/plain; charset=utf-8] | 16 | Content-Type: [text/plain; charset=utf-8] |
17 | Last-Modified: ['Sat, 12 Oct 2019 21:00:47 GMT'] | 17 | Last-Modified: ['Sat, 22 Feb 2020 19:28:40 GMT'] |
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 18 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 19 | Transfer-Encoding: [chunked] |
20 | Vary: [Accept-Encoding] | 20 | Vary: [Accept-Encoding] |
@@ -22,8 +22,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [51c225e9-23e8-403d-b0d3-1df204277586] | 25 | X-Request-Id: [1b4dc066-9267-4f22-8339-5acbe9d0b37e] |
26 | X-Runtime: ['0.022499'] | 26 | X-Runtime: ['0.042676'] |
27 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['7'] | 28 | content-length: ['7'] |
29 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_home_tl.yaml b/tests/cassettes/test_home_tl.yaml index 5da6d7d..1550889 100644 --- a/tests/cassettes/test_home_tl.yaml +++ b/tests/cassettes/test_home_tl.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951430853784151","created_at":"2019-10-12T21:02:47.088Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430853784151","url":"http://localhost/@mastodonpy_test/102951430853784151","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704157072556863","created_at":"2020-02-22T19:30:57.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/103704157072556863","url":"http://localhost/@mastodonpy_test/103704157072556863","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:47.097Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [8f3f8c03-6c8a-4e18-abf4-ccf830a6cb3a] | 27 | X-Request-Id: [a6d0c406-ec29-40d7-8e8a-674da0f488d3] |
28 | X-Runtime: ['0.149741'] | 28 | X-Runtime: ['0.210014'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -40,17 +40,15 @@ interactions: | |||
40 | method: GET | 40 | method: GET |
41 | uri: http://localhost:3000/api/v1/timelines/home | 41 | uri: http://localhost:3000/api/v1/timelines/home |
42 | response: | 42 | response: |
43 | body: {string: '[{"id":"102951430853784151","created_at":"2019-10-12T21:02:47.088Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430853784151","url":"http://localhost/@mastodonpy_test/102951430853784151","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 43 | body: {string: '[{"id":"103704157072556863","created_at":"2020-02-22T19:30:57.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/103704157072556863","url":"http://localhost/@mastodonpy_test/103704157072556863","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:02:47.097Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951428073573330","created_at":"2019-10-12T21:02:04.665Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951428073573330","url":"http://localhost/@mastodonpy_test/102951428073573330","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s | 44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704154287057569","created_at":"2020-02-22T19:30:15.186Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704154287057569","url":"http://localhost/@mastodonpy_test/103704154287057569","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
45 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 45 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
46 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:02:47.097Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"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 | 46 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
47 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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,"voters_count":null,"voted":false,"own_votes":[],"options":[{"title":"four | ||
48 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} | ||
49 | headers: | 47 | headers: |
50 | Cache-Control: ['no-cache, no-store'] | 48 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 49 | Content-Type: [application/json; charset=utf-8] |
52 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=102315367801315401>; | 50 | Link: ['<http://localhost:3000/api/v1/timelines/home?max_id=103704154287057569>; |
53 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=102951430853784151>; | 51 | rel="next", <http://localhost:3000/api/v1/timelines/home?min_id=103704157072556863>; |
54 | rel="prev"'] | 52 | rel="prev"'] |
55 | Referrer-Policy: [strict-origin-when-cross-origin] | 53 | Referrer-Policy: [strict-origin-when-cross-origin] |
56 | Transfer-Encoding: [chunked] | 54 | Transfer-Encoding: [chunked] |
@@ -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: [6db0f925-9d2b-4836-92de-0d4ecb868545] | 60 | X-Request-Id: [20a6b873-3aec-4062-a632-7f9e18d94520] |
63 | X-Runtime: ['0.149227'] | 61 | X-Runtime: ['0.169450'] |
64 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
65 | content-length: ['4028'] | 63 | content-length: ['2661'] |
66 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
67 | - request: | 65 | - request: |
68 | body: null | 66 | body: null |
@@ -74,10 +72,10 @@ 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: DELETE | 74 | method: DELETE |
77 | uri: http://localhost:3000/api/v1/statuses/102951430853784151 | 75 | uri: http://localhost:3000/api/v1/statuses/103704157072556863 |
78 | response: | 76 | response: |
79 | body: {string: '{"id":"102951430853784151","created_at":"2019-10-12T21:02:47.088Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430853784151","url":"http://localhost/@mastodonpy_test/102951430853784151","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 77 | body: {string: '{"id":"103704157072556863","created_at":"2020-02-22T19:30:57.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/103704157072556863","url":"http://localhost/@mastodonpy_test/103704157072556863","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
80 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:47.097Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 78 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
81 | headers: | 79 | headers: |
82 | Cache-Control: ['no-cache, no-store'] | 80 | Cache-Control: ['no-cache, no-store'] |
83 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
@@ -88,9 +86,9 @@ 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: [baf120b0-b10c-4c85-ba97-4e4351881b8a] | 89 | X-Request-Id: [7be24dec-f9b9-481c-9913-987a25e694ab] |
92 | X-Runtime: ['0.130441'] | 90 | X-Runtime: ['0.146386'] |
93 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
94 | content-length: ['1250'] | 92 | content-length: ['1290'] |
95 | status: {code: 200, message: OK} | 93 | status: {code: 200, message: OK} |
96 | version: 1 | 94 | version: 1 |
diff --git a/tests/cassettes/test_home_tl_anonymous_throws.yaml b/tests/cassettes/test_home_tl_anonymous_throws.yaml index 32d904c..c8841c9 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: [795370d1-7bc2-444b-933b-cb840ff16463] | 26 | X-Request-Id: [34a49889-cfb9-4d71-b3cb-1157026c0ace] |
27 | X-Runtime: ['0.033685'] | 27 | X-Runtime: ['0.025829'] |
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 912c234..76d47e2 100644 --- a/tests/cassettes/test_id_hook.yaml +++ b/tests/cassettes/test_id_hook.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951422834401343","created_at":"2019-10-12T21:00:44.721Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951422834401343","url":"http://localhost/@mastodonpy_test/102951422834401343","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704147903061862","created_at":"2020-02-22T19:28:37.771Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704147903061862","url":"http://localhost/@mastodonpy_test/103704147903061862","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T21:00:44.729Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [396ec8f9-f764-4fa4-83e0-e7489c711aa9] | 27 | X-Request-Id: [7e4b3f87-1a70-49a8-bba0-858e5e069524] |
28 | X-Runtime: ['0.132504'] | 28 | X-Runtime: ['0.156861'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: DELETE | 41 | method: DELETE |
42 | uri: http://localhost:3000/api/v1/statuses/102951422834401343 | 42 | uri: http://localhost:3000/api/v1/statuses/103704147903061862 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951422834401343","created_at":"2019-10-12T21:00:44.721Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951422834401343","url":"http://localhost/@mastodonpy_test/102951422834401343","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704147903061862","created_at":"2020-02-22T19:28:37.771Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704147903061862","url":"http://localhost/@mastodonpy_test/103704147903061862","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T21:00:44.729Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,9 +53,9 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [83854c90-812b-49e8-a62b-f10aa8cce549] | 56 | X-Request-Id: [15773237-79a6-4d74-bee3-13eb97dbcf9c] |
57 | X-Runtime: ['0.108078'] | 57 | X-Runtime: ['0.154805'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1250'] | 59 | content-length: ['1290'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_id_hook_in_reply_to.yaml b/tests/cassettes/test_id_hook_in_reply_to.yaml index c17fdc7..65f1512 100644 --- a/tests/cassettes/test_id_hook_in_reply_to.yaml +++ b/tests/cassettes/test_id_hook_in_reply_to.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951422853638371","created_at":"2019-10-12T21:00:45.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/102951422853638371","url":"http://localhost/@mastodonpy_test/102951422853638371","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704147927939204","created_at":"2020-02-22T19:28:38.148Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704147927939204","url":"http://localhost/@mastodonpy_test/103704147927939204","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T21:00:45.023Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,13 +24,13 @@ 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: [de3356d0-e236-4d77-8ce2-93e2e4a15c9e] | 27 | X-Request-Id: [a3d62eab-e669-41b1-af8f-ece0ffd708a6] |
28 | X-Runtime: ['0.126664'] | 28 | X-Runtime: ['0.169178'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: in_reply_to_id=102951422853638371&status=Reply%21 | 33 | body: in_reply_to_id=103704147927939204&status=Reply%21 |
34 | headers: | 34 | headers: |
35 | Accept: ['*/*'] | 35 | Accept: ['*/*'] |
36 | Accept-Encoding: ['gzip, deflate'] | 36 | Accept-Encoding: ['gzip, deflate'] |
@@ -42,8 +42,8 @@ interactions: | |||
42 | method: POST | 42 | method: POST |
43 | uri: http://localhost:3000/api/v1/statuses | 43 | uri: http://localhost:3000/api/v1/statuses |
44 | response: | 44 | response: |
45 | body: {string: '{"id":"102951422862819335","created_at":"2019-10-12T21:00:45.155Z","in_reply_to_id":"102951422853638371","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951422862819335","url":"http://localhost/@mastodonpy_test/102951422862819335","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eReply!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 45 | body: {string: '{"id":"103704147940523474","created_at":"2020-02-22T19:28:38.339Z","in_reply_to_id":"103704147927939204","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704147940523474","url":"http://localhost/@mastodonpy_test/103704147940523474","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eReply!\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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2019-10-12T21:00:45.174Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 46 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
47 | headers: | 47 | headers: |
48 | Cache-Control: ['no-cache, no-store'] | 48 | Cache-Control: ['no-cache, no-store'] |
49 | Content-Type: [application/json; charset=utf-8] | 49 | Content-Type: [application/json; charset=utf-8] |
@@ -54,10 +54,10 @@ interactions: | |||
54 | X-Download-Options: [noopen] | 54 | X-Download-Options: [noopen] |
55 | X-Frame-Options: [SAMEORIGIN] | 55 | X-Frame-Options: [SAMEORIGIN] |
56 | X-Permitted-Cross-Domain-Policies: [none] | 56 | X-Permitted-Cross-Domain-Policies: [none] |
57 | X-Request-Id: [dbef4685-0d5f-4d8c-ab0b-cd031fce1d7d] | 57 | X-Request-Id: [d19a56ad-5c0f-4e82-8fcf-0808ba0498f4] |
58 | X-Runtime: ['0.193284'] | 58 | X-Runtime: ['0.187114'] |
59 | X-XSS-Protection: [1; mode=block] | 59 | X-XSS-Protection: [1; mode=block] |
60 | content-length: ['1311'] | 60 | content-length: ['1351'] |
61 | status: {code: 200, message: OK} | 61 | status: {code: 200, message: OK} |
62 | - request: | 62 | - request: |
63 | body: null | 63 | body: null |
@@ -69,10 +69,10 @@ interactions: | |||
69 | Content-Length: ['0'] | 69 | Content-Length: ['0'] |
70 | User-Agent: [python-requests/2.18.4] | 70 | User-Agent: [python-requests/2.18.4] |
71 | method: DELETE | 71 | method: DELETE |
72 | uri: http://localhost:3000/api/v1/statuses/102951422862819335 | 72 | uri: http://localhost:3000/api/v1/statuses/103704147940523474 |
73 | response: | 73 | response: |
74 | body: {string: '{"id":"102951422862819335","created_at":"2019-10-12T21:00:45.155Z","in_reply_to_id":"102951422853638371","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951422862819335","url":"http://localhost/@mastodonpy_test/102951422862819335","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Reply!","reblog":null,"application":{"name":"Mastodon.py | 74 | body: {string: '{"id":"103704147940523474","created_at":"2020-02-22T19:28:38.339Z","in_reply_to_id":"103704147927939204","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704147940523474","url":"http://localhost/@mastodonpy_test/103704147940523474","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Reply!","reblog":null,"application":{"name":"Mastodon.py |
75 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2019-10-12T21:00:45.174Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 75 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
76 | headers: | 76 | headers: |
77 | Cache-Control: ['no-cache, no-store'] | 77 | Cache-Control: ['no-cache, no-store'] |
78 | Content-Type: [application/json; charset=utf-8] | 78 | Content-Type: [application/json; charset=utf-8] |
@@ -83,10 +83,10 @@ interactions: | |||
83 | X-Download-Options: [noopen] | 83 | X-Download-Options: [noopen] |
84 | X-Frame-Options: [SAMEORIGIN] | 84 | X-Frame-Options: [SAMEORIGIN] |
85 | X-Permitted-Cross-Domain-Policies: [none] | 85 | X-Permitted-Cross-Domain-Policies: [none] |
86 | X-Request-Id: [597da8bf-311d-47a8-b04d-ef5a8403b1f1] | 86 | X-Request-Id: [cfadf2f3-9cc4-4313-aeda-432135227e3c] |
87 | X-Runtime: ['0.097395'] | 87 | X-Runtime: ['0.124819'] |
88 | X-XSS-Protection: [1; mode=block] | 88 | X-XSS-Protection: [1; mode=block] |
89 | content-length: ['1281'] | 89 | content-length: ['1321'] |
90 | status: {code: 200, message: OK} | 90 | status: {code: 200, message: OK} |
91 | - request: | 91 | - request: |
92 | body: null | 92 | body: null |
@@ -98,10 +98,10 @@ interactions: | |||
98 | Content-Length: ['0'] | 98 | Content-Length: ['0'] |
99 | User-Agent: [python-requests/2.18.4] | 99 | User-Agent: [python-requests/2.18.4] |
100 | method: DELETE | 100 | method: DELETE |
101 | uri: http://localhost:3000/api/v1/statuses/102951422853638371 | 101 | uri: http://localhost:3000/api/v1/statuses/103704147927939204 |
102 | response: | 102 | response: |
103 | body: {string: '{"id":"102951422853638371","created_at":"2019-10-12T21:00:45.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/102951422853638371","url":"http://localhost/@mastodonpy_test/102951422853638371","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 103 | body: {string: '{"id":"103704147927939204","created_at":"2020-02-22T19:28:38.148Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704147927939204","url":"http://localhost/@mastodonpy_test/103704147927939204","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
104 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T21:00:45.174Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 104 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
105 | headers: | 105 | headers: |
106 | Cache-Control: ['no-cache, no-store'] | 106 | Cache-Control: ['no-cache, no-store'] |
107 | Content-Type: [application/json; charset=utf-8] | 107 | Content-Type: [application/json; charset=utf-8] |
@@ -112,9 +112,9 @@ interactions: | |||
112 | X-Download-Options: [noopen] | 112 | X-Download-Options: [noopen] |
113 | X-Frame-Options: [SAMEORIGIN] | 113 | X-Frame-Options: [SAMEORIGIN] |
114 | X-Permitted-Cross-Domain-Policies: [none] | 114 | X-Permitted-Cross-Domain-Policies: [none] |
115 | X-Request-Id: [078c59b0-a669-45d4-be83-82fbd17f33db] | 115 | X-Request-Id: [d6a341a0-8d08-443c-878a-defe799b80c1] |
116 | X-Runtime: ['0.102732'] | 116 | X-Runtime: ['0.136564'] |
117 | X-XSS-Protection: [1; mode=block] | 117 | X-XSS-Protection: [1; mode=block] |
118 | content-length: ['1250'] | 118 | content-length: ['1290'] |
119 | status: {code: 200, message: OK} | 119 | status: {code: 200, message: OK} |
120 | version: 1 | 120 | version: 1 |
diff --git a/tests/cassettes/test_id_hook_within_reblog.yaml b/tests/cassettes/test_id_hook_within_reblog.yaml index 29ebf26..a231ac7 100644 --- a/tests/cassettes/test_id_hook_within_reblog.yaml +++ b/tests/cassettes/test_id_hook_within_reblog.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951422891498873","created_at":"2019-10-12T21:00:45.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/102951422891498873","url":"http://localhost/@mastodonpy_test/102951422891498873","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704147973533612","created_at":"2020-02-22T19:28:38.843Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704147973533612","url":"http://localhost/@mastodonpy_test/103704147973533612","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T21:00:45.601Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [fed6d789-2b72-40db-88fd-98215d100d08] | 27 | X-Request-Id: [004715df-c944-4b47-836b-1e1c16b9b9a0] |
28 | X-Runtime: ['0.135280'] | 28 | X-Runtime: ['0.146715'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,13 +39,13 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: POST | 41 | method: POST |
42 | uri: http://localhost:3000/api/v1/statuses/102951422891498873/reblog | 42 | uri: http://localhost:3000/api/v1/statuses/103704147973533612/reblog |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951422902313366","created_at":"2019-10-12T21:00:45.753Z","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/102951422902313366/activity","url":"http://localhost/users/mastodonpy_test/statuses/102951422902313366/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT | 44 | body: {string: '{"id":"103704147989456742","created_at":"2020-02-22T19:28:39.081Z","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/103704147989456742/activity","url":"http://localhost/users/mastodonpy_test/statuses/103704147989456742/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"bookmarked":false,"content":"\u003cp\u003eRT |
45 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 45 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
46 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 46 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
47 | Toot!\u003c/p\u003e","reblog":{"id":"102951422891498873","created_at":"2019-10-12T21:00:45.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/102951422891498873","url":"http://localhost/@mastodonpy_test/102951422891498873","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 47 | Toot!\u003c/p\u003e","reblog":{"id":"103704147973533612","created_at":"2020-02-22T19:28:38.843Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704147973533612","url":"http://localhost/@mastodonpy_test/103704147973533612","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2019-10-12T21:00:45.772Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2019-10-12T21:00:45.772Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
49 | headers: | 49 | headers: |
50 | Cache-Control: ['no-cache, no-store'] | 50 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
@@ -56,10 +56,10 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [03c73ae6-54ee-4cc6-9b18-6cdf3143cb97] | 59 | X-Request-Id: [4a8ae2aa-2265-44c5-95b8-6b3bab0ce2cf] |
60 | X-Runtime: ['0.216946'] | 60 | X-Runtime: ['0.397289'] |
61 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2724'] | 62 | content-length: ['2804'] |
63 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
64 | - request: | 64 | - request: |
65 | body: null | 65 | body: null |
@@ -71,10 +71,10 @@ interactions: | |||
71 | Content-Length: ['0'] | 71 | Content-Length: ['0'] |
72 | User-Agent: [python-requests/2.18.4] | 72 | User-Agent: [python-requests/2.18.4] |
73 | method: DELETE | 73 | method: DELETE |
74 | uri: http://localhost:3000/api/v1/statuses/102951422902313366 | 74 | uri: http://localhost:3000/api/v1/statuses/103704147989456742 |
75 | response: | 75 | response: |
76 | body: {string: '{"id":"102951422902313366","created_at":"2019-10-12T21:00:45.753Z","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/102951422902313366/activity","url":"http://localhost/users/mastodonpy_test/statuses/102951422902313366/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"","reblog":{"id":"102951422891498873","created_at":"2019-10-12T21:00:45.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/102951422891498873","url":"http://localhost/@mastodonpy_test/102951422891498873","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 76 | body: {string: '{"id":"103704147989456742","created_at":"2020-02-22T19:28:39.081Z","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/103704147989456742/activity","url":"http://localhost/users/mastodonpy_test/statuses/103704147989456742/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"text":"","reblog":{"id":"103704147973533612","created_at":"2020-02-22T19:28:38.843Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704147973533612","url":"http://localhost/@mastodonpy_test/103704147973533612","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2019-10-12T21:00:45.772Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2019-10-12T21:00:45.772Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
78 | headers: | 78 | headers: |
79 | Cache-Control: ['no-cache, no-store'] | 79 | Cache-Control: ['no-cache, no-store'] |
80 | Content-Type: [application/json; charset=utf-8] | 80 | Content-Type: [application/json; charset=utf-8] |
@@ -85,10 +85,10 @@ interactions: | |||
85 | X-Download-Options: [noopen] | 85 | X-Download-Options: [noopen] |
86 | X-Frame-Options: [SAMEORIGIN] | 86 | X-Frame-Options: [SAMEORIGIN] |
87 | X-Permitted-Cross-Domain-Policies: [none] | 87 | X-Permitted-Cross-Domain-Policies: [none] |
88 | X-Request-Id: [4db0a23a-5c98-4bde-8472-aa3c318866c0] | 88 | X-Request-Id: [3bbe1375-265b-4609-af84-7a2622f501f2] |
89 | X-Runtime: ['0.136970'] | 89 | X-Runtime: ['0.228717'] |
90 | X-XSS-Protection: [1; mode=block] | 90 | X-XSS-Protection: [1; mode=block] |
91 | content-length: ['2464'] | 91 | content-length: ['2544'] |
92 | status: {code: 200, message: OK} | 92 | status: {code: 200, message: OK} |
93 | - request: | 93 | - request: |
94 | body: null | 94 | body: null |
@@ -100,10 +100,10 @@ interactions: | |||
100 | Content-Length: ['0'] | 100 | Content-Length: ['0'] |
101 | User-Agent: [python-requests/2.18.4] | 101 | User-Agent: [python-requests/2.18.4] |
102 | method: DELETE | 102 | method: DELETE |
103 | uri: http://localhost:3000/api/v1/statuses/102951422891498873 | 103 | uri: http://localhost:3000/api/v1/statuses/103704147973533612 |
104 | response: | 104 | response: |
105 | body: {string: '{"id":"102951422891498873","created_at":"2019-10-12T21:00:45.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/102951422891498873","url":"http://localhost/@mastodonpy_test/102951422891498873","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 105 | body: {string: '{"id":"103704147973533612","created_at":"2020-02-22T19:28:38.843Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704147973533612","url":"http://localhost/@mastodonpy_test/103704147973533612","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T21:00:45.772Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
107 | headers: | 107 | headers: |
108 | Cache-Control: ['no-cache, no-store'] | 108 | Cache-Control: ['no-cache, no-store'] |
109 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
@@ -114,9 +114,9 @@ interactions: | |||
114 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
115 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
116 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
117 | X-Request-Id: [757e8355-4db5-4537-9482-70d0278c53b8] | 117 | X-Request-Id: [e5468a84-6ab3-4d27-91e5-78896b9b169e] |
118 | X-Runtime: ['0.129494'] | 118 | X-Runtime: ['0.118489'] |
119 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
120 | content-length: ['1250'] | 120 | content-length: ['1290'] |
121 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
122 | version: 1 | 122 | version: 1 |
diff --git a/tests/cassettes/test_instance.yaml b/tests/cassettes/test_instance.yaml index aec2a53..3ac14fb 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","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":31,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} | 13 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.1.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":1,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=180, public'] | 15 | Cache-Control: ['max-age=180, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 12 Oct 2019 21:00:46 GMT'] | 17 | Date: ['Sat, 22 Feb 2020 19:28:40 GMT'] |
18 | ETag: [W/"5cc88e70255f80a8395cdcdf7199358f"] | 18 | ETag: [W/"e6a3f8f16db0610d592698c7154a8eb3"] |
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: [e3e6be1e-4ed3-4cbf-b464-fd3c02da05fa] | 26 | X-Request-Id: [eb9c6490-fbfd-4b41-8599-42180c466adb] |
27 | X-Runtime: ['0.028314'] | 27 | X-Runtime: ['0.044979'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['398'] | 29 | content-length: ['397'] |
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 dd9f841..e7c09a4 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":"1570399200","statuses":"488","logins":"3","registrations":"0"},{"week":"1569794400","statuses":"0","logins":"0","registrations":"0"},{"week":"1569189600","statuses":"0","logins":"0","registrations":"0"},{"week":"1568584800","statuses":"0","logins":"0","registrations":"0"},{"week":"1567980000","statuses":"0","logins":"0","registrations":"0"},{"week":"1567375200","statuses":"0","logins":"0","registrations":"0"},{"week":"1566770400","statuses":"0","logins":"0","registrations":"0"},{"week":"1566165600","statuses":"0","logins":"0","registrations":"0"},{"week":"1565560800","statuses":"0","logins":"0","registrations":"0"},{"week":"1564956000","statuses":"0","logins":"0","registrations":"0"},{"week":"1564351200","statuses":"0","logins":"0","registrations":"0"},{"week":"1563746400","statuses":"0","logins":"0","registrations":"0"}]'} | 13 | body: {string: '[{"week":"1581894000","statuses":"20","logins":"3","registrations":"0"},{"week":"1581289200","statuses":"0","logins":"0","registrations":"0"},{"week":"1580684400","statuses":"0","logins":"0","registrations":"0"},{"week":"1580079600","statuses":"0","logins":"0","registrations":"0"},{"week":"1579474800","statuses":"0","logins":"0","registrations":"0"},{"week":"1578870000","statuses":"0","logins":"0","registrations":"0"},{"week":"1578265200","statuses":"0","logins":"0","registrations":"0"},{"week":"1577660400","statuses":"0","logins":"0","registrations":"0"},{"week":"1577055600","statuses":"0","logins":"0","registrations":"0"},{"week":"1576450800","statuses":"0","logins":"0","registrations":"0"},{"week":"1575846000","statuses":"0","logins":"0","registrations":"0"},{"week":"1575241200","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, 12 Oct 2019 21:00:46 GMT'] | 17 | Date: ['Sat, 22 Feb 2020 19:28:40 GMT'] |
18 | ETag: [W/"ec4f8d7b5dc65cc8a9f9329219a3258b"] | 18 | ETag: [W/"3d65f5fdb4bc47a048eac57e8a3ae6cf"] |
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: [edcb00b6-ba1b-413e-ba94-57c400ff28a6] | 26 | X-Request-Id: [45ff991a-d5f9-4511-acd9-0993a851304a] |
27 | X-Runtime: ['0.017121'] | 27 | X-Runtime: ['0.082331'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['843'] | 29 | content-length: ['842'] |
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 91052f8..c68abbc 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, 12 Oct 2019 21:00:46 GMT'] | 17 | Date: ['Sat, 22 Feb 2020 19:28:40 GMT'] |
18 | ETag: [W/"be772cbd6230bffd2ad2d31d48f5509d"] | 18 | ETag: [W/"8af8fec96bf10b03e52c25c1ed653bf6"] |
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: [8d9f1f47-0bde-459e-a2c8-d9a2a17c4286] | 26 | X-Request-Id: [29670fdf-9a51-47e0-831e-6daf157a8b3e] |
27 | X-Runtime: ['0.017777'] | 27 | X-Runtime: ['0.048334'] |
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 c85bca4..e3f3e99 100644 --- a/tests/cassettes/test_list_add_remove_account.yaml +++ b/tests/cassettes/test_list_add_remove_account.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"48","title":"ham burglars"}'} | 15 | body: {string: '{"id":"3","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [46ceae1d-d0ea-4d09-a7b2-be1d9f7fb4e4] | 26 | X-Request-Id: [aa7ea0f4-a379-4b94-a763-dfae6ce5d9d2] |
27 | X-Runtime: ['0.023184'] | 27 | X-Runtime: ['0.036237'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['34'] | 29 | content-length: ['33'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
41 | response: | 41 | response: |
42 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-12T21:00:36.915Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 42 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,10 +50,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [a1631d5c-177d-4829-bee0-33a25bdc281d] | 53 | X-Request-Id: [0d02ae01-4b3a-4401-b691-f8628b41338c] |
54 | X-Runtime: ['0.027102'] | 54 | X-Runtime: ['0.038679'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['680'] | 56 | content-length: ['699'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: reblogs=1&id=1 | 59 | body: reblogs=1&id=1 |
@@ -79,8 +79,8 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [441f9dc4-014d-4741-be8c-a9874a9855b1] | 82 | X-Request-Id: [a998059d-5d5f-42e8-990c-000c27a8595d] |
83 | X-Runtime: ['0.034350'] | 83 | X-Runtime: ['0.047697'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['209'] | 85 | content-length: ['209'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -95,7 +95,7 @@ interactions: | |||
95 | Content-Type: [application/x-www-form-urlencoded] | 95 | Content-Type: [application/x-www-form-urlencoded] |
96 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
97 | method: POST | 97 | method: POST |
98 | uri: http://localhost:3000/api/v1/lists/48/accounts | 98 | uri: http://localhost:3000/api/v1/lists/3/accounts |
99 | response: | 99 | response: |
100 | body: {string: '{}'} | 100 | body: {string: '{}'} |
101 | headers: | 101 | headers: |
@@ -108,8 +108,8 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [f49a914b-8d35-4e8f-ab6c-595e5a634504] | 111 | X-Request-Id: [001e49fa-90d3-4a32-bbf8-668cc8bcabde] |
112 | X-Runtime: ['0.033906'] | 112 | X-Runtime: ['0.115558'] |
113 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['2'] | 114 | content-length: ['2'] |
115 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
@@ -122,13 +122,13 @@ interactions: | |||
122 | Connection: [keep-alive] | 122 | Connection: [keep-alive] |
123 | User-Agent: [python-requests/2.18.4] | 123 | User-Agent: [python-requests/2.18.4] |
124 | method: GET | 124 | method: GET |
125 | uri: http://localhost:3000/api/v1/lists/48/accounts | 125 | uri: http://localhost:3000/api/v1/lists/3/accounts |
126 | response: | 126 | response: |
127 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]}]'} | 127 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","emojis":[],"fields":[]}]'} |
128 | headers: | 128 | headers: |
129 | Cache-Control: ['no-cache, no-store'] | 129 | Cache-Control: ['no-cache, no-store'] |
130 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
131 | Link: ['<http://localhost:3000/api/v1/lists/48/accounts?since_id=1>; rel="prev"'] | 131 | Link: ['<http://localhost:3000/api/v1/lists/3/accounts?since_id=1>; rel="prev"'] |
132 | Referrer-Policy: [strict-origin-when-cross-origin] | 132 | Referrer-Policy: [strict-origin-when-cross-origin] |
133 | Transfer-Encoding: [chunked] | 133 | Transfer-Encoding: [chunked] |
134 | Vary: ['Accept-Encoding, Origin'] | 134 | Vary: ['Accept-Encoding, Origin'] |
@@ -136,10 +136,10 @@ interactions: | |||
136 | X-Download-Options: [noopen] | 136 | X-Download-Options: [noopen] |
137 | X-Frame-Options: [SAMEORIGIN] | 137 | X-Frame-Options: [SAMEORIGIN] |
138 | X-Permitted-Cross-Domain-Policies: [none] | 138 | X-Permitted-Cross-Domain-Policies: [none] |
139 | X-Request-Id: [84f3c4da-465e-43dd-93fa-ff594b093d23] | 139 | X-Request-Id: [38b2be97-13f6-436c-ae6f-99eada513482] |
140 | X-Runtime: ['0.043998'] | 140 | X-Runtime: ['0.046362'] |
141 | X-XSS-Protection: [1; mode=block] | 141 | X-XSS-Protection: [1; mode=block] |
142 | content-length: ['570'] | 142 | content-length: ['589'] |
143 | status: {code: 200, message: OK} | 143 | status: {code: 200, message: OK} |
144 | - request: | 144 | - request: |
145 | body: null | 145 | body: null |
@@ -164,8 +164,8 @@ interactions: | |||
164 | X-Download-Options: [noopen] | 164 | X-Download-Options: [noopen] |
165 | X-Frame-Options: [SAMEORIGIN] | 165 | X-Frame-Options: [SAMEORIGIN] |
166 | X-Permitted-Cross-Domain-Policies: [none] | 166 | X-Permitted-Cross-Domain-Policies: [none] |
167 | X-Request-Id: [2ebe7b66-0320-4fd9-bea8-d3aac6db0121] | 167 | X-Request-Id: [63b1aed6-cdac-4aca-8d24-565455586e2e] |
168 | X-Runtime: ['0.065449'] | 168 | X-Runtime: ['0.083102'] |
169 | X-XSS-Protection: [1; mode=block] | 169 | X-XSS-Protection: [1; mode=block] |
170 | content-length: ['211'] | 170 | content-length: ['211'] |
171 | status: {code: 200, message: OK} | 171 | status: {code: 200, message: OK} |
@@ -178,7 +178,7 @@ interactions: | |||
178 | Connection: [keep-alive] | 178 | Connection: [keep-alive] |
179 | User-Agent: [python-requests/2.18.4] | 179 | User-Agent: [python-requests/2.18.4] |
180 | method: GET | 180 | method: GET |
181 | uri: http://localhost:3000/api/v1/lists/48/accounts | 181 | uri: http://localhost:3000/api/v1/lists/3/accounts |
182 | response: | 182 | response: |
183 | body: {string: '[]'} | 183 | body: {string: '[]'} |
184 | headers: | 184 | headers: |
@@ -191,8 +191,8 @@ interactions: | |||
191 | X-Download-Options: [noopen] | 191 | X-Download-Options: [noopen] |
192 | X-Frame-Options: [SAMEORIGIN] | 192 | X-Frame-Options: [SAMEORIGIN] |
193 | X-Permitted-Cross-Domain-Policies: [none] | 193 | X-Permitted-Cross-Domain-Policies: [none] |
194 | X-Request-Id: [73142ca6-932c-4240-bade-587bc171137f] | 194 | X-Request-Id: [2b6696e2-f70e-4319-a39e-61a4705e4539] |
195 | X-Runtime: ['0.029088'] | 195 | X-Runtime: ['0.035035'] |
196 | X-XSS-Protection: [1; mode=block] | 196 | X-XSS-Protection: [1; mode=block] |
197 | content-length: ['2'] | 197 | content-length: ['2'] |
198 | status: {code: 200, message: OK} | 198 | status: {code: 200, message: OK} |
@@ -220,8 +220,8 @@ interactions: | |||
220 | X-Download-Options: [noopen] | 220 | X-Download-Options: [noopen] |
221 | X-Frame-Options: [SAMEORIGIN] | 221 | X-Frame-Options: [SAMEORIGIN] |
222 | X-Permitted-Cross-Domain-Policies: [none] | 222 | X-Permitted-Cross-Domain-Policies: [none] |
223 | X-Request-Id: [971eba97-5e41-4a56-b834-7e4d16dfec91] | 223 | X-Request-Id: [5bcef462-4f07-41a7-b4c9-c171e93200fc] |
224 | X-Runtime: ['0.074819'] | 224 | X-Runtime: ['0.119198'] |
225 | X-XSS-Protection: [1; mode=block] | 225 | X-XSS-Protection: [1; mode=block] |
226 | content-length: ['209'] | 226 | content-length: ['209'] |
227 | status: {code: 200, message: OK} | 227 | status: {code: 200, message: OK} |
@@ -236,7 +236,7 @@ interactions: | |||
236 | Content-Type: [application/x-www-form-urlencoded] | 236 | Content-Type: [application/x-www-form-urlencoded] |
237 | User-Agent: [python-requests/2.18.4] | 237 | User-Agent: [python-requests/2.18.4] |
238 | method: POST | 238 | method: POST |
239 | uri: http://localhost:3000/api/v1/lists/48/accounts | 239 | uri: http://localhost:3000/api/v1/lists/3/accounts |
240 | response: | 240 | response: |
241 | body: {string: '{}'} | 241 | body: {string: '{}'} |
242 | headers: | 242 | headers: |
@@ -249,8 +249,8 @@ interactions: | |||
249 | X-Download-Options: [noopen] | 249 | X-Download-Options: [noopen] |
250 | X-Frame-Options: [SAMEORIGIN] | 250 | X-Frame-Options: [SAMEORIGIN] |
251 | X-Permitted-Cross-Domain-Policies: [none] | 251 | X-Permitted-Cross-Domain-Policies: [none] |
252 | X-Request-Id: [bdb1a0fe-87be-4e09-ac57-07ade53ed31c] | 252 | X-Request-Id: [309e20e5-4748-4936-b2cb-45a7fa2eb106] |
253 | X-Runtime: ['0.097558'] | 253 | X-Runtime: ['0.079076'] |
254 | X-XSS-Protection: [1; mode=block] | 254 | X-XSS-Protection: [1; mode=block] |
255 | content-length: ['2'] | 255 | content-length: ['2'] |
256 | status: {code: 200, message: OK} | 256 | status: {code: 200, message: OK} |
@@ -263,13 +263,13 @@ interactions: | |||
263 | Connection: [keep-alive] | 263 | Connection: [keep-alive] |
264 | User-Agent: [python-requests/2.18.4] | 264 | User-Agent: [python-requests/2.18.4] |
265 | method: GET | 265 | method: GET |
266 | uri: http://localhost:3000/api/v1/lists/48/accounts | 266 | uri: http://localhost:3000/api/v1/lists/3/accounts |
267 | response: | 267 | response: |
268 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-12T21:00:36.915Z","emojis":[],"fields":[]}]'} | 268 | body: {string: '[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","emojis":[],"fields":[]}]'} |
269 | headers: | 269 | headers: |
270 | Cache-Control: ['no-cache, no-store'] | 270 | Cache-Control: ['no-cache, no-store'] |
271 | Content-Type: [application/json; charset=utf-8] | 271 | Content-Type: [application/json; charset=utf-8] |
272 | Link: ['<http://localhost:3000/api/v1/lists/48/accounts?since_id=1>; rel="prev"'] | 272 | Link: ['<http://localhost:3000/api/v1/lists/3/accounts?since_id=1>; rel="prev"'] |
273 | Referrer-Policy: [strict-origin-when-cross-origin] | 273 | Referrer-Policy: [strict-origin-when-cross-origin] |
274 | Transfer-Encoding: [chunked] | 274 | Transfer-Encoding: [chunked] |
275 | Vary: ['Accept-Encoding, Origin'] | 275 | Vary: ['Accept-Encoding, Origin'] |
@@ -277,10 +277,10 @@ interactions: | |||
277 | X-Download-Options: [noopen] | 277 | X-Download-Options: [noopen] |
278 | X-Frame-Options: [SAMEORIGIN] | 278 | X-Frame-Options: [SAMEORIGIN] |
279 | X-Permitted-Cross-Domain-Policies: [none] | 279 | X-Permitted-Cross-Domain-Policies: [none] |
280 | X-Request-Id: [a4dc905e-af1f-4485-83e0-7b7b8ea59f84] | 280 | X-Request-Id: [64e7e959-a00f-440c-9345-be8f45f12fe7] |
281 | X-Runtime: ['0.042041'] | 281 | X-Runtime: ['0.035964'] |
282 | X-XSS-Protection: [1; mode=block] | 282 | X-XSS-Protection: [1; mode=block] |
283 | content-length: ['570'] | 283 | content-length: ['589'] |
284 | status: {code: 200, message: OK} | 284 | status: {code: 200, message: OK} |
285 | - request: | 285 | - request: |
286 | body: account_ids%5B%5D=1 | 286 | body: account_ids%5B%5D=1 |
@@ -293,7 +293,7 @@ interactions: | |||
293 | Content-Type: [application/x-www-form-urlencoded] | 293 | Content-Type: [application/x-www-form-urlencoded] |
294 | User-Agent: [python-requests/2.18.4] | 294 | User-Agent: [python-requests/2.18.4] |
295 | method: DELETE | 295 | method: DELETE |
296 | uri: http://localhost:3000/api/v1/lists/48/accounts | 296 | uri: http://localhost:3000/api/v1/lists/3/accounts |
297 | response: | 297 | response: |
298 | body: {string: '{}'} | 298 | body: {string: '{}'} |
299 | headers: | 299 | headers: |
@@ -306,8 +306,8 @@ interactions: | |||
306 | X-Download-Options: [noopen] | 306 | X-Download-Options: [noopen] |
307 | X-Frame-Options: [SAMEORIGIN] | 307 | X-Frame-Options: [SAMEORIGIN] |
308 | X-Permitted-Cross-Domain-Policies: [none] | 308 | X-Permitted-Cross-Domain-Policies: [none] |
309 | X-Request-Id: [5477556f-e505-4607-a77a-828fa3b269a5] | 309 | X-Request-Id: [661c5fed-ad7e-4952-a2b8-a78d2ccc3daa] |
310 | X-Runtime: ['0.033345'] | 310 | X-Runtime: ['0.043183'] |
311 | X-XSS-Protection: [1; mode=block] | 311 | X-XSS-Protection: [1; mode=block] |
312 | content-length: ['2'] | 312 | content-length: ['2'] |
313 | status: {code: 200, message: OK} | 313 | status: {code: 200, message: OK} |
@@ -320,7 +320,7 @@ interactions: | |||
320 | Connection: [keep-alive] | 320 | Connection: [keep-alive] |
321 | User-Agent: [python-requests/2.18.4] | 321 | User-Agent: [python-requests/2.18.4] |
322 | method: GET | 322 | method: GET |
323 | uri: http://localhost:3000/api/v1/lists/48/accounts | 323 | uri: http://localhost:3000/api/v1/lists/3/accounts |
324 | response: | 324 | response: |
325 | body: {string: '[]'} | 325 | body: {string: '[]'} |
326 | headers: | 326 | headers: |
@@ -333,8 +333,8 @@ interactions: | |||
333 | X-Download-Options: [noopen] | 333 | X-Download-Options: [noopen] |
334 | X-Frame-Options: [SAMEORIGIN] | 334 | X-Frame-Options: [SAMEORIGIN] |
335 | X-Permitted-Cross-Domain-Policies: [none] | 335 | X-Permitted-Cross-Domain-Policies: [none] |
336 | X-Request-Id: [9c2ce80a-31c7-498d-892e-70e9dab65271] | 336 | X-Request-Id: [e61d56d9-1db2-4b0c-a566-0f3eb994d6f2] |
337 | X-Runtime: ['0.025958'] | 337 | X-Runtime: ['0.031484'] |
338 | X-XSS-Protection: [1; mode=block] | 338 | X-XSS-Protection: [1; mode=block] |
339 | content-length: ['2'] | 339 | content-length: ['2'] |
340 | status: {code: 200, message: OK} | 340 | status: {code: 200, message: OK} |
@@ -361,8 +361,8 @@ interactions: | |||
361 | X-Download-Options: [noopen] | 361 | X-Download-Options: [noopen] |
362 | X-Frame-Options: [SAMEORIGIN] | 362 | X-Frame-Options: [SAMEORIGIN] |
363 | X-Permitted-Cross-Domain-Policies: [none] | 363 | X-Permitted-Cross-Domain-Policies: [none] |
364 | X-Request-Id: [751ed91a-0b2a-43e0-84cc-390bf107c41f] | 364 | X-Request-Id: [d1be2bba-6c05-463e-a92b-c1867a50b5bf] |
365 | X-Runtime: ['0.067338'] | 365 | X-Runtime: ['0.072562'] |
366 | X-XSS-Protection: [1; mode=block] | 366 | X-XSS-Protection: [1; mode=block] |
367 | content-length: ['211'] | 367 | content-length: ['211'] |
368 | status: {code: 200, message: OK} | 368 | status: {code: 200, message: OK} |
@@ -376,7 +376,7 @@ interactions: | |||
376 | Content-Length: ['0'] | 376 | Content-Length: ['0'] |
377 | User-Agent: [python-requests/2.18.4] | 377 | User-Agent: [python-requests/2.18.4] |
378 | method: DELETE | 378 | method: DELETE |
379 | uri: http://localhost:3000/api/v1/lists/48 | 379 | uri: http://localhost:3000/api/v1/lists/3 |
380 | response: | 380 | response: |
381 | body: {string: '{}'} | 381 | body: {string: '{}'} |
382 | headers: | 382 | headers: |
@@ -389,8 +389,8 @@ interactions: | |||
389 | X-Download-Options: [noopen] | 389 | X-Download-Options: [noopen] |
390 | X-Frame-Options: [SAMEORIGIN] | 390 | X-Frame-Options: [SAMEORIGIN] |
391 | X-Permitted-Cross-Domain-Policies: [none] | 391 | X-Permitted-Cross-Domain-Policies: [none] |
392 | X-Request-Id: [c212c87e-6fd8-4955-84ea-8ed4a346463b] | 392 | X-Request-Id: [4d33e7eb-8d57-465c-973a-82967971763f] |
393 | X-Runtime: ['0.065464'] | 393 | X-Runtime: ['0.038794'] |
394 | X-XSS-Protection: [1; mode=block] | 394 | X-XSS-Protection: [1; mode=block] |
395 | content-length: ['2'] | 395 | content-length: ['2'] |
396 | status: {code: 200, message: OK} | 396 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_by_account.yaml b/tests/cassettes/test_list_by_account.yaml index a761fe1..c2b9a00 100644 --- a/tests/cassettes/test_list_by_account.yaml +++ b/tests/cassettes/test_list_by_account.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"49","title":"ham burglars"}'} | 15 | body: {string: '{"id":"4","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [285d323d-4a28-4d4c-9500-1989a2b8cec0] | 26 | X-Request-Id: [f2629943-8a5e-4f30-bda2-f933f33fb6a9] |
27 | X-Runtime: ['0.024783'] | 27 | X-Runtime: ['0.034635'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['34'] | 29 | content-length: ['33'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
41 | response: | 41 | response: |
42 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-12T21:00:36.915Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 42 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,10 +50,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [01ff91c9-e099-48a6-9cf5-4405436a61de] | 53 | X-Request-Id: [fff1b6df-bf49-4a7e-b483-969ff9d5681d] |
54 | X-Runtime: ['0.024264'] | 54 | X-Runtime: ['0.043750'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['680'] | 56 | content-length: ['699'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: reblogs=1&id=1 | 59 | body: reblogs=1&id=1 |
@@ -79,8 +79,8 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [ffc3d973-541f-4a4b-980e-43a6db659156] | 82 | X-Request-Id: [8f805537-cfaf-4f49-b28a-eb81e91167ac] |
83 | X-Runtime: ['0.088392'] | 83 | X-Runtime: ['0.099585'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['209'] | 85 | content-length: ['209'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -95,7 +95,7 @@ interactions: | |||
95 | Content-Type: [application/x-www-form-urlencoded] | 95 | Content-Type: [application/x-www-form-urlencoded] |
96 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
97 | method: POST | 97 | method: POST |
98 | uri: http://localhost:3000/api/v1/lists/49/accounts | 98 | uri: http://localhost:3000/api/v1/lists/4/accounts |
99 | response: | 99 | response: |
100 | body: {string: '{}'} | 100 | body: {string: '{}'} |
101 | headers: | 101 | headers: |
@@ -108,8 +108,8 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [4c9f6311-1972-41d3-a7e9-cf3c282d64a7] | 111 | X-Request-Id: [772dddff-d6d9-4714-9217-77efffa99685] |
112 | X-Runtime: ['0.093436'] | 112 | X-Runtime: ['0.154870'] |
113 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['2'] | 114 | content-length: ['2'] |
115 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
@@ -124,7 +124,7 @@ interactions: | |||
124 | method: GET | 124 | method: GET |
125 | uri: http://localhost:3000/api/v1/accounts/1/lists | 125 | uri: http://localhost:3000/api/v1/accounts/1/lists |
126 | response: | 126 | response: |
127 | body: {string: '[{"id":"49","title":"ham burglars"}]'} | 127 | body: {string: '[{"id":"4","title":"ham burglars"}]'} |
128 | headers: | 128 | headers: |
129 | Cache-Control: ['no-cache, no-store'] | 129 | Cache-Control: ['no-cache, no-store'] |
130 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
@@ -135,10 +135,10 @@ interactions: | |||
135 | X-Download-Options: [noopen] | 135 | X-Download-Options: [noopen] |
136 | X-Frame-Options: [SAMEORIGIN] | 136 | X-Frame-Options: [SAMEORIGIN] |
137 | X-Permitted-Cross-Domain-Policies: [none] | 137 | X-Permitted-Cross-Domain-Policies: [none] |
138 | X-Request-Id: [59c20f40-f8bc-4c5e-aed5-21e32fbcba2e] | 138 | X-Request-Id: [69b18900-08c3-4cac-9369-e487f948309d] |
139 | X-Runtime: ['0.038461'] | 139 | X-Runtime: ['0.063406'] |
140 | X-XSS-Protection: [1; mode=block] | 140 | X-XSS-Protection: [1; mode=block] |
141 | content-length: ['36'] | 141 | content-length: ['35'] |
142 | status: {code: 200, message: OK} | 142 | status: {code: 200, message: OK} |
143 | - request: | 143 | - request: |
144 | body: null | 144 | body: null |
@@ -163,8 +163,8 @@ interactions: | |||
163 | X-Download-Options: [noopen] | 163 | X-Download-Options: [noopen] |
164 | X-Frame-Options: [SAMEORIGIN] | 164 | X-Frame-Options: [SAMEORIGIN] |
165 | X-Permitted-Cross-Domain-Policies: [none] | 165 | X-Permitted-Cross-Domain-Policies: [none] |
166 | X-Request-Id: [6fd63d94-9e59-400d-b2ff-d0f58448c08a] | 166 | X-Request-Id: [6d2445ac-7050-4468-945b-cf479ea119c7] |
167 | X-Runtime: ['0.061925'] | 167 | X-Runtime: ['0.071571'] |
168 | X-XSS-Protection: [1; mode=block] | 168 | X-XSS-Protection: [1; mode=block] |
169 | content-length: ['211'] | 169 | content-length: ['211'] |
170 | status: {code: 200, message: OK} | 170 | status: {code: 200, message: OK} |
@@ -178,7 +178,7 @@ interactions: | |||
178 | Content-Length: ['0'] | 178 | Content-Length: ['0'] |
179 | User-Agent: [python-requests/2.18.4] | 179 | User-Agent: [python-requests/2.18.4] |
180 | method: DELETE | 180 | method: DELETE |
181 | uri: http://localhost:3000/api/v1/lists/49 | 181 | uri: http://localhost:3000/api/v1/lists/4 |
182 | response: | 182 | response: |
183 | body: {string: '{}'} | 183 | body: {string: '{}'} |
184 | headers: | 184 | headers: |
@@ -191,8 +191,8 @@ interactions: | |||
191 | X-Download-Options: [noopen] | 191 | X-Download-Options: [noopen] |
192 | X-Frame-Options: [SAMEORIGIN] | 192 | X-Frame-Options: [SAMEORIGIN] |
193 | X-Permitted-Cross-Domain-Policies: [none] | 193 | X-Permitted-Cross-Domain-Policies: [none] |
194 | X-Request-Id: [872a9fff-cbe1-404c-8e11-850bf081b0e1] | 194 | X-Request-Id: [dd142ff9-802c-4365-a3a6-46d375810843] |
195 | X-Runtime: ['0.034015'] | 195 | X-Runtime: ['0.050116'] |
196 | X-XSS-Protection: [1; mode=block] | 196 | X-XSS-Protection: [1; mode=block] |
197 | content-length: ['2'] | 197 | content-length: ['2'] |
198 | status: {code: 200, message: OK} | 198 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_create.yaml b/tests/cassettes/test_list_create.yaml index b76d963..a3bc613 100644 --- a/tests/cassettes/test_list_create.yaml +++ b/tests/cassettes/test_list_create.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"46","title":"ham burglars"}'} | 15 | body: {string: '{"id":"1","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [468f6c37-c52d-4bab-a667-878396b57e59] | 26 | X-Request-Id: [b1f49da3-1f01-439c-81f1-5267477393bc] |
27 | X-Runtime: ['0.032059'] | 27 | X-Runtime: ['0.075889'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['34'] | 29 | content-length: ['33'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/lists | 40 | uri: http://localhost:3000/api/v1/lists |
41 | response: | 41 | response: |
42 | body: {string: '[{"id":"46","title":"ham burglars"}]'} | 42 | body: {string: '[{"id":"1","title":"ham burglars"}]'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,10 +50,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [b3ef667f-16d3-4156-90d0-9711b0d9b008] | 53 | X-Request-Id: [83daef6e-07cc-4602-9610-9f72134a211d] |
54 | X-Runtime: ['0.016081'] | 54 | X-Runtime: ['0.029009'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['36'] | 56 | content-length: ['35'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: null | 59 | body: null |
@@ -65,7 +65,7 @@ interactions: | |||
65 | Content-Length: ['0'] | 65 | Content-Length: ['0'] |
66 | User-Agent: [python-requests/2.18.4] | 66 | User-Agent: [python-requests/2.18.4] |
67 | method: DELETE | 67 | method: DELETE |
68 | uri: http://localhost:3000/api/v1/lists/46 | 68 | uri: http://localhost:3000/api/v1/lists/1 |
69 | response: | 69 | response: |
70 | body: {string: '{}'} | 70 | body: {string: '{}'} |
71 | headers: | 71 | headers: |
@@ -78,8 +78,8 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [443be3d4-a16b-4b97-8c5b-d11342af6997] | 81 | X-Request-Id: [ceb08c50-f6bc-4499-b8bd-2037fd43a9de] |
82 | X-Runtime: ['0.023674'] | 82 | X-Runtime: ['0.078983'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['2'] | 84 | content-length: ['2'] |
85 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_timeline.yaml b/tests/cassettes/test_list_timeline.yaml index 5e60f42..4eeff9b 100644 --- a/tests/cassettes/test_list_timeline.yaml +++ b/tests/cassettes/test_list_timeline.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"50","title":"ham burglars"}'} | 15 | body: {string: '{"id":"5","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [cddd576b-fad7-4104-b9ab-ec29f081aa40] | 26 | X-Request-Id: [3e0f63bb-397a-4f4e-9a1c-4328a8a95296] |
27 | X-Runtime: ['0.023848'] | 27 | X-Runtime: ['0.065801'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['34'] | 29 | content-length: ['33'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 40 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
41 | response: | 41 | response: |
42 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-12T21:00:36.915Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 42 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,10 +50,10 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [7171ce25-1fc8-47df-8b20-3d408c1efaf5] | 53 | X-Request-Id: [ef60419a-f44b-4c60-a6ee-5fd7a2ae2ca7] |
54 | X-Runtime: ['0.047596'] | 54 | X-Runtime: ['0.096222'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['680'] | 56 | content-length: ['699'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | - request: | 58 | - request: |
59 | body: reblogs=1&id=1 | 59 | body: reblogs=1&id=1 |
@@ -79,8 +79,8 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [f354afbd-c65d-4a77-9167-b42d4556caee] | 82 | X-Request-Id: [cd67e261-1c6d-48bb-b7f9-d0a34004586f] |
83 | X-Runtime: ['0.081483'] | 83 | X-Runtime: ['0.143481'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['209'] | 85 | content-length: ['209'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
@@ -95,7 +95,7 @@ interactions: | |||
95 | Content-Type: [application/x-www-form-urlencoded] | 95 | Content-Type: [application/x-www-form-urlencoded] |
96 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
97 | method: POST | 97 | method: POST |
98 | uri: http://localhost:3000/api/v1/lists/50/accounts | 98 | uri: http://localhost:3000/api/v1/lists/5/accounts |
99 | response: | 99 | response: |
100 | body: {string: '{}'} | 100 | body: {string: '{}'} |
101 | headers: | 101 | headers: |
@@ -108,8 +108,8 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [40364f17-2af4-4b0c-83f7-f9120cc553f1] | 111 | X-Request-Id: [8d827e28-8da8-4f6a-a10f-5f1ef2021b65] |
112 | X-Runtime: ['0.072121'] | 112 | X-Runtime: ['0.087335'] |
113 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['2'] | 114 | content-length: ['2'] |
115 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
@@ -126,9 +126,9 @@ interactions: | |||
126 | method: POST | 126 | method: POST |
127 | uri: http://localhost:3000/api/v1/statuses | 127 | uri: http://localhost:3000/api/v1/statuses |
128 | response: | 128 | response: |
129 | body: {string: '{"id":"102951423125310925","created_at":"2019-10-12T21:00:49.181Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951423125310925","url":"http://localhost/@admin/102951423125310925","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eI | 129 | body: {string: '{"id":"103704148301781018","created_at":"2020-02-22T19:28:43.876Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148301781018","url":"http://localhost/@admin/103704148301781018","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eI |
130 | have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 130 | have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
131 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:49.191Z","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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
132 | headers: | 132 | headers: |
133 | Cache-Control: ['no-cache, no-store'] | 133 | Cache-Control: ['no-cache, no-store'] |
134 | Content-Type: [application/json; charset=utf-8] | 134 | Content-Type: [application/json; charset=utf-8] |
@@ -139,10 +139,10 @@ interactions: | |||
139 | X-Download-Options: [noopen] | 139 | X-Download-Options: [noopen] |
140 | X-Frame-Options: [SAMEORIGIN] | 140 | X-Frame-Options: [SAMEORIGIN] |
141 | X-Permitted-Cross-Domain-Policies: [none] | 141 | X-Permitted-Cross-Domain-Policies: [none] |
142 | X-Request-Id: [49621185-956e-42d5-a56a-aeec41d710a9] | 142 | X-Request-Id: [5143b78f-4b0f-49c6-9493-47f40f5bbfb0] |
143 | X-Runtime: ['0.168156'] | 143 | X-Runtime: ['0.211740'] |
144 | X-XSS-Protection: [1; mode=block] | 144 | X-XSS-Protection: [1; mode=block] |
145 | content-length: ['1248'] | 145 | content-length: ['1286'] |
146 | status: {code: 200, message: OK} | 146 | status: {code: 200, message: OK} |
147 | - request: | 147 | - request: |
148 | body: null | 148 | body: null |
@@ -153,16 +153,16 @@ interactions: | |||
153 | Connection: [keep-alive] | 153 | Connection: [keep-alive] |
154 | User-Agent: [python-requests/2.18.4] | 154 | User-Agent: [python-requests/2.18.4] |
155 | method: GET | 155 | method: GET |
156 | uri: http://localhost:3000/api/v1/timelines/list/50 | 156 | uri: http://localhost:3000/api/v1/timelines/list/5 |
157 | response: | 157 | response: |
158 | body: {string: '[{"id":"102951423125310925","created_at":"2019-10-12T21:00:49.181Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951423125310925","url":"http://localhost/@admin/102951423125310925","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eI | 158 | body: {string: '[{"id":"103704148301781018","created_at":"2020-02-22T19:28:43.876Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148301781018","url":"http://localhost/@admin/103704148301781018","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eI |
159 | have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 159 | have never stolen a ham in my life.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
160 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:49.191Z","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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}]'} |
161 | headers: | 161 | headers: |
162 | Cache-Control: ['no-cache, no-store'] | 162 | Cache-Control: ['no-cache, no-store'] |
163 | Content-Type: [application/json; charset=utf-8] | 163 | Content-Type: [application/json; charset=utf-8] |
164 | Link: ['<http://localhost:3000/api/v1/timelines/list/50?max_id=102951423125310925>; | 164 | Link: ['<http://localhost:3000/api/v1/timelines/list/5?max_id=103704148301781018>; |
165 | rel="next", <http://localhost:3000/api/v1/timelines/list/50?min_id=102951423125310925>; | 165 | rel="next", <http://localhost:3000/api/v1/timelines/list/5?min_id=103704148301781018>; |
166 | rel="prev"'] | 166 | rel="prev"'] |
167 | Referrer-Policy: [strict-origin-when-cross-origin] | 167 | Referrer-Policy: [strict-origin-when-cross-origin] |
168 | Transfer-Encoding: [chunked] | 168 | Transfer-Encoding: [chunked] |
@@ -171,10 +171,10 @@ interactions: | |||
171 | X-Download-Options: [noopen] | 171 | X-Download-Options: [noopen] |
172 | X-Frame-Options: [SAMEORIGIN] | 172 | X-Frame-Options: [SAMEORIGIN] |
173 | X-Permitted-Cross-Domain-Policies: [none] | 173 | X-Permitted-Cross-Domain-Policies: [none] |
174 | X-Request-Id: [c753e3ab-cd55-4d5d-bb3d-f16de2f2f0c5] | 174 | X-Request-Id: [874fa3d1-e2d5-4d7d-ba95-30bbb7974b3f] |
175 | X-Runtime: ['0.071124'] | 175 | X-Runtime: ['0.104416'] |
176 | X-XSS-Protection: [1; mode=block] | 176 | X-XSS-Protection: [1; mode=block] |
177 | content-length: ['1235'] | 177 | content-length: ['1273'] |
178 | status: {code: 200, message: OK} | 178 | status: {code: 200, message: OK} |
179 | - request: | 179 | - request: |
180 | body: null | 180 | body: null |
@@ -186,11 +186,11 @@ interactions: | |||
186 | Content-Length: ['0'] | 186 | Content-Length: ['0'] |
187 | User-Agent: [python-requests/2.18.4] | 187 | User-Agent: [python-requests/2.18.4] |
188 | method: DELETE | 188 | method: DELETE |
189 | uri: http://localhost:3000/api/v1/statuses/102951423125310925 | 189 | uri: http://localhost:3000/api/v1/statuses/103704148301781018 |
190 | response: | 190 | response: |
191 | body: {string: '{"id":"102951423125310925","created_at":"2019-10-12T21:00:49.181Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951423125310925","url":"http://localhost/@admin/102951423125310925","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"I | 191 | body: {string: '{"id":"103704148301781018","created_at":"2020-02-22T19:28:43.876Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148301781018","url":"http://localhost/@admin/103704148301781018","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"I |
192 | have never stolen a ham in my life.","reblog":null,"application":{"name":"Mastodon.py | 192 | have never stolen a ham in my life.","reblog":null,"application":{"name":"Mastodon.py |
193 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":3,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:49.191Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 193 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":1,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
194 | headers: | 194 | headers: |
195 | Cache-Control: ['no-cache, no-store'] | 195 | Cache-Control: ['no-cache, no-store'] |
196 | Content-Type: [application/json; charset=utf-8] | 196 | Content-Type: [application/json; charset=utf-8] |
@@ -201,10 +201,10 @@ interactions: | |||
201 | X-Download-Options: [noopen] | 201 | X-Download-Options: [noopen] |
202 | X-Frame-Options: [SAMEORIGIN] | 202 | X-Frame-Options: [SAMEORIGIN] |
203 | X-Permitted-Cross-Domain-Policies: [none] | 203 | X-Permitted-Cross-Domain-Policies: [none] |
204 | X-Request-Id: [374857af-b294-431c-9e4c-59d43937d9a5] | 204 | X-Request-Id: [ce1dbe07-99f0-4c57-ac8e-685fb7f7a97e] |
205 | X-Runtime: ['0.115285'] | 205 | X-Runtime: ['0.125725'] |
206 | X-XSS-Protection: [1; mode=block] | 206 | X-XSS-Protection: [1; mode=block] |
207 | content-length: ['1218'] | 207 | content-length: ['1256'] |
208 | status: {code: 200, message: OK} | 208 | status: {code: 200, message: OK} |
209 | - request: | 209 | - request: |
210 | body: null | 210 | body: null |
@@ -229,8 +229,8 @@ interactions: | |||
229 | X-Download-Options: [noopen] | 229 | X-Download-Options: [noopen] |
230 | X-Frame-Options: [SAMEORIGIN] | 230 | X-Frame-Options: [SAMEORIGIN] |
231 | X-Permitted-Cross-Domain-Policies: [none] | 231 | X-Permitted-Cross-Domain-Policies: [none] |
232 | X-Request-Id: [171a5763-5563-44b2-86d1-5cc7c899ada7] | 232 | X-Request-Id: [1308fd60-6122-45e3-9dfd-b357a4273b46] |
233 | X-Runtime: ['0.064009'] | 233 | X-Runtime: ['0.088877'] |
234 | X-XSS-Protection: [1; mode=block] | 234 | X-XSS-Protection: [1; mode=block] |
235 | content-length: ['211'] | 235 | content-length: ['211'] |
236 | status: {code: 200, message: OK} | 236 | status: {code: 200, message: OK} |
@@ -244,7 +244,7 @@ interactions: | |||
244 | Content-Length: ['0'] | 244 | Content-Length: ['0'] |
245 | User-Agent: [python-requests/2.18.4] | 245 | User-Agent: [python-requests/2.18.4] |
246 | method: DELETE | 246 | method: DELETE |
247 | uri: http://localhost:3000/api/v1/lists/50 | 247 | uri: http://localhost:3000/api/v1/lists/5 |
248 | response: | 248 | response: |
249 | body: {string: '{}'} | 249 | body: {string: '{}'} |
250 | headers: | 250 | headers: |
@@ -257,8 +257,8 @@ interactions: | |||
257 | X-Download-Options: [noopen] | 257 | X-Download-Options: [noopen] |
258 | X-Frame-Options: [SAMEORIGIN] | 258 | X-Frame-Options: [SAMEORIGIN] |
259 | X-Permitted-Cross-Domain-Policies: [none] | 259 | X-Permitted-Cross-Domain-Policies: [none] |
260 | X-Request-Id: [c9bd4b50-8924-41bd-b137-2a18ff0a62f6] | 260 | X-Request-Id: [429e7254-f120-4afe-a644-a1c398acdfc3] |
261 | X-Runtime: ['0.054989'] | 261 | X-Runtime: ['0.047528'] |
262 | X-XSS-Protection: [1; mode=block] | 262 | X-XSS-Protection: [1; mode=block] |
263 | content-length: ['2'] | 263 | content-length: ['2'] |
264 | status: {code: 200, message: OK} | 264 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_list_update.yaml b/tests/cassettes/test_list_update.yaml index 2c3795b..e97dcf9 100644 --- a/tests/cassettes/test_list_update.yaml +++ b/tests/cassettes/test_list_update.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/lists | 13 | uri: http://localhost:3000/api/v1/lists |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"47","title":"ham burglars"}'} | 15 | body: {string: '{"id":"2","title":"ham burglars"}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [cc115ab7-24bb-40ae-8eaf-61bc0a14f564] | 26 | X-Request-Id: [2d216ce4-d046-4ce6-8ffa-fe21b3a4207c] |
27 | X-Runtime: ['0.045065'] | 27 | X-Runtime: ['0.038249'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['34'] | 29 | content-length: ['33'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: title=fry+kids | 32 | body: title=fry+kids |
@@ -39,9 +39,9 @@ interactions: | |||
39 | Content-Type: [application/x-www-form-urlencoded] | 39 | Content-Type: [application/x-www-form-urlencoded] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: PUT | 41 | method: PUT |
42 | uri: http://localhost:3000/api/v1/lists/47 | 42 | uri: http://localhost:3000/api/v1/lists/2 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"47","title":"fry kids"}'} | 44 | body: {string: '{"id":"2","title":"fry kids"}'} |
45 | headers: | 45 | headers: |
46 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [027c4c8e-5428-421e-ac16-43c14ef5eced] | 55 | X-Request-Id: [fa18b925-40e5-43c0-9ba7-01c2e1d9a10e] |
56 | X-Runtime: ['0.021880'] | 56 | X-Runtime: ['0.043739'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['30'] | 58 | content-length: ['29'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: null | 61 | body: null |
@@ -68,7 +68,7 @@ interactions: | |||
68 | method: GET | 68 | method: GET |
69 | uri: http://localhost:3000/api/v1/lists | 69 | uri: http://localhost:3000/api/v1/lists |
70 | response: | 70 | response: |
71 | body: {string: '[{"id":"47","title":"fry kids"}]'} | 71 | body: {string: '[{"id":"2","title":"fry kids"}]'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['no-cache, no-store'] | 73 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
@@ -79,10 +79,10 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [73120384-b06b-41a5-a283-6a093cb38070] | 82 | X-Request-Id: [8b237b32-479f-4a63-a3f8-1aa3a11687f6] |
83 | X-Runtime: ['0.020128'] | 83 | X-Runtime: ['0.037253'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['32'] | 85 | content-length: ['31'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
87 | - request: | 87 | - request: |
88 | body: null | 88 | body: null |
@@ -95,7 +95,7 @@ interactions: | |||
95 | method: GET | 95 | method: GET |
96 | uri: http://localhost:3000/api/v1/lists | 96 | uri: http://localhost:3000/api/v1/lists |
97 | response: | 97 | response: |
98 | body: {string: '[{"id":"47","title":"fry kids"}]'} | 98 | body: {string: '[{"id":"2","title":"fry kids"}]'} |
99 | headers: | 99 | headers: |
100 | Cache-Control: ['no-cache, no-store'] | 100 | Cache-Control: ['no-cache, no-store'] |
101 | Content-Type: [application/json; charset=utf-8] | 101 | Content-Type: [application/json; charset=utf-8] |
@@ -106,10 +106,10 @@ interactions: | |||
106 | X-Download-Options: [noopen] | 106 | X-Download-Options: [noopen] |
107 | X-Frame-Options: [SAMEORIGIN] | 107 | X-Frame-Options: [SAMEORIGIN] |
108 | X-Permitted-Cross-Domain-Policies: [none] | 108 | X-Permitted-Cross-Domain-Policies: [none] |
109 | X-Request-Id: [e155731a-6ed9-44a9-953e-8ac2ca1539a0] | 109 | X-Request-Id: [f167b8de-9e3c-4767-bef5-a7f7f378369c] |
110 | X-Runtime: ['0.018271'] | 110 | X-Runtime: ['0.030057'] |
111 | X-XSS-Protection: [1; mode=block] | 111 | X-XSS-Protection: [1; mode=block] |
112 | content-length: ['32'] | 112 | content-length: ['31'] |
113 | status: {code: 200, message: OK} | 113 | status: {code: 200, message: OK} |
114 | - request: | 114 | - request: |
115 | body: null | 115 | body: null |
@@ -120,9 +120,9 @@ interactions: | |||
120 | Connection: [keep-alive] | 120 | Connection: [keep-alive] |
121 | User-Agent: [python-requests/2.18.4] | 121 | User-Agent: [python-requests/2.18.4] |
122 | method: GET | 122 | method: GET |
123 | uri: http://localhost:3000/api/v1/lists/47 | 123 | uri: http://localhost:3000/api/v1/lists/2 |
124 | response: | 124 | response: |
125 | body: {string: '{"id":"47","title":"fry kids"}'} | 125 | body: {string: '{"id":"2","title":"fry kids"}'} |
126 | headers: | 126 | headers: |
127 | Cache-Control: ['no-cache, no-store'] | 127 | Cache-Control: ['no-cache, no-store'] |
128 | Content-Type: [application/json; charset=utf-8] | 128 | Content-Type: [application/json; charset=utf-8] |
@@ -133,10 +133,10 @@ interactions: | |||
133 | X-Download-Options: [noopen] | 133 | X-Download-Options: [noopen] |
134 | X-Frame-Options: [SAMEORIGIN] | 134 | X-Frame-Options: [SAMEORIGIN] |
135 | X-Permitted-Cross-Domain-Policies: [none] | 135 | X-Permitted-Cross-Domain-Policies: [none] |
136 | X-Request-Id: [d29d80fa-b962-4cbc-99e6-fb4a12d7f784] | 136 | X-Request-Id: [09623f55-a23f-4a5f-8acc-5716aad61e2a] |
137 | X-Runtime: ['0.019585'] | 137 | X-Runtime: ['0.029697'] |
138 | X-XSS-Protection: [1; mode=block] | 138 | X-XSS-Protection: [1; mode=block] |
139 | content-length: ['30'] | 139 | content-length: ['29'] |
140 | status: {code: 200, message: OK} | 140 | status: {code: 200, message: OK} |
141 | - request: | 141 | - request: |
142 | body: null | 142 | body: null |
@@ -148,7 +148,7 @@ interactions: | |||
148 | Content-Length: ['0'] | 148 | Content-Length: ['0'] |
149 | User-Agent: [python-requests/2.18.4] | 149 | User-Agent: [python-requests/2.18.4] |
150 | method: DELETE | 150 | method: DELETE |
151 | uri: http://localhost:3000/api/v1/lists/47 | 151 | uri: http://localhost:3000/api/v1/lists/2 |
152 | response: | 152 | response: |
153 | body: {string: '{}'} | 153 | body: {string: '{}'} |
154 | headers: | 154 | headers: |
@@ -161,8 +161,8 @@ interactions: | |||
161 | X-Download-Options: [noopen] | 161 | X-Download-Options: [noopen] |
162 | X-Frame-Options: [SAMEORIGIN] | 162 | X-Frame-Options: [SAMEORIGIN] |
163 | X-Permitted-Cross-Domain-Policies: [none] | 163 | X-Permitted-Cross-Domain-Policies: [none] |
164 | X-Request-Id: [00f78576-7f75-4796-87e1-062e5a5692a6] | 164 | X-Request-Id: [2bf940d2-85fd-43c1-9c75-f9c2f3fe83f7] |
165 | X-Runtime: ['0.026949'] | 165 | X-Runtime: ['0.052204'] |
166 | X-XSS-Protection: [1; mode=block] | 166 | X-XSS-Protection: [1; mode=block] |
167 | content-length: ['2'] | 167 | content-length: ['2'] |
168 | status: {code: 200, message: OK} | 168 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_log_in_password.yaml b/tests/cassettes/test_log_in_password.yaml index 3ad24ff..b7ef29d 100644 --- a/tests/cassettes/test_log_in_password.yaml +++ b/tests/cassettes/test_log_in_password.yaml | |||
@@ -11,17 +11,17 @@ interactions: | |||
11 | method: POST | 11 | method: POST |
12 | uri: http://localhost:3000/oauth/token | 12 | uri: http://localhost:3000/oauth/token |
13 | response: | 13 | response: |
14 | body: {string: '{"access_token":"Gcyi6JtgsQNbgVO_KWb1GXN7tl-H4nTc8aPllkqDn7k","token_type":"Bearer","scope":"read | 14 | body: {string: '{"access_token":"8HT6e0UoIMVsZXZX5-8nKUrJZ2hlJV-342ZmNdapLIY","token_type":"Bearer","scope":"read |
15 | write follow push","created_at":1561237917}'} | 15 | write follow push","created_at":1582399688}'} |
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/"83fd3a9311fd8c81d345dd353be120fd"] | 19 | ETag: [W/"52edd43f3030dbcd4a75203eea055dd0"] |
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: [332705b8-9d01-4b2c-b164-0fa33e2d87f3] | 23 | X-Request-Id: [10c6d3bd-622c-4445-8d96-dbd75cde5769] |
24 | X-Runtime: ['0.076007'] | 24 | X-Runtime: ['0.307838'] |
25 | content-length: ['141'] | 25 | content-length: ['141'] |
26 | status: {code: 200, message: OK} | 26 | status: {code: 200, message: OK} |
27 | version: 1 | 27 | version: 1 |
diff --git a/tests/cassettes/test_log_in_password_incorrect.yaml b/tests/cassettes/test_log_in_password_incorrect.yaml index fde771a..d5f331e 100644 --- a/tests/cassettes/test_log_in_password_incorrect.yaml +++ b/tests/cassettes/test_log_in_password_incorrect.yaml | |||
@@ -24,8 +24,8 @@ interactions: | |||
24 | provided authorization grant is invalid, expired, revoked, does not match | 24 | provided authorization grant is invalid, expired, revoked, does not match |
25 | the redirection URI used in the authorization request, or was issued to | 25 | the redirection URI used in the authorization request, or was issued to |
26 | another client."'] | 26 | another client."'] |
27 | X-Request-Id: [e727d1d9-f295-44ba-a860-e9ea7979cb56] | 27 | X-Request-Id: [e7977a22-4f44-43d0-95fa-83eb78a69164] |
28 | X-Runtime: ['0.068056'] | 28 | X-Runtime: ['0.149393'] |
29 | content-length: ['213'] | 29 | content-length: ['213'] |
30 | status: {code: 400, message: Bad Request} | 30 | status: {code: 400, message: Bad Request} |
31 | version: 1 | 31 | version: 1 |
diff --git a/tests/cassettes/test_log_in_password_to_file.yaml b/tests/cassettes/test_log_in_password_to_file.yaml index 39760c6..f55ea35 100644 --- a/tests/cassettes/test_log_in_password_to_file.yaml +++ b/tests/cassettes/test_log_in_password_to_file.yaml | |||
@@ -11,17 +11,17 @@ interactions: | |||
11 | method: POST | 11 | method: POST |
12 | uri: http://localhost:3000/oauth/token | 12 | uri: http://localhost:3000/oauth/token |
13 | response: | 13 | response: |
14 | body: {string: '{"access_token":"Gcyi6JtgsQNbgVO_KWb1GXN7tl-H4nTc8aPllkqDn7k","token_type":"Bearer","scope":"read | 14 | body: {string: '{"access_token":"8HT6e0UoIMVsZXZX5-8nKUrJZ2hlJV-342ZmNdapLIY","token_type":"Bearer","scope":"read |
15 | write follow push","created_at":1561237917}'} | 15 | write follow push","created_at":1582399688}'} |
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/"83fd3a9311fd8c81d345dd353be120fd"] | 19 | ETag: [W/"52edd43f3030dbcd4a75203eea055dd0"] |
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: [56f8a9e0-78a8-4d51-bedf-7eadf51c02d3] | 23 | X-Request-Id: [7697174c-36aa-4dc8-be5e-562ad8731250] |
24 | X-Runtime: ['0.086338'] | 24 | X-Runtime: ['0.176296'] |
25 | content-length: ['141'] | 25 | content-length: ['141'] |
26 | status: {code: 200, message: OK} | 26 | status: {code: 200, message: OK} |
27 | - request: | 27 | - request: |
@@ -29,13 +29,13 @@ interactions: | |||
29 | headers: | 29 | headers: |
30 | Accept: ['*/*'] | 30 | Accept: ['*/*'] |
31 | Accept-Encoding: ['gzip, deflate'] | 31 | Accept-Encoding: ['gzip, deflate'] |
32 | Authorization: [Bearer Gcyi6JtgsQNbgVO_KWb1GXN7tl-H4nTc8aPllkqDn7k] | 32 | Authorization: [Bearer 8HT6e0UoIMVsZXZX5-8nKUrJZ2hlJV-342ZmNdapLIY] |
33 | Connection: [keep-alive] | 33 | Connection: [keep-alive] |
34 | User-Agent: [python-requests/2.18.4] | 34 | User-Agent: [python-requests/2.18.4] |
35 | method: GET | 35 | method: GET |
36 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 36 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
37 | response: | 37 | response: |
38 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":30,"last_status_at":"2019-10-11T21:57:00.304Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 38 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
39 | headers: | 39 | headers: |
40 | Cache-Control: ['no-cache, no-store'] | 40 | Cache-Control: ['no-cache, no-store'] |
41 | Content-Type: [application/json; charset=utf-8] | 41 | Content-Type: [application/json; charset=utf-8] |
@@ -46,9 +46,9 @@ interactions: | |||
46 | X-Download-Options: [noopen] | 46 | X-Download-Options: [noopen] |
47 | X-Frame-Options: [SAMEORIGIN] | 47 | X-Frame-Options: [SAMEORIGIN] |
48 | X-Permitted-Cross-Domain-Policies: [none] | 48 | X-Permitted-Cross-Domain-Policies: [none] |
49 | X-Request-Id: [6d48a928-8a4c-4163-951b-c6df86fda453] | 49 | X-Request-Id: [624510bd-df0c-433b-88df-69491042becc] |
50 | X-Runtime: ['0.028618'] | 50 | X-Runtime: ['0.082342'] |
51 | X-XSS-Protection: [1; mode=block] | 51 | X-XSS-Protection: [1; mode=block] |
52 | content-length: ['680'] | 52 | content-length: ['691'] |
53 | status: {code: 200, message: OK} | 53 | status: {code: 200, message: OK} |
54 | version: 1 | 54 | version: 1 |
diff --git a/tests/cassettes/test_markers.yaml b/tests/cassettes/test_markers.yaml index d894858..0cd0b9f 100644 --- a/tests/cassettes/test_markers.yaml +++ b/tests/cassettes/test_markers.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951423292151153","created_at":"2019-10-12T21:00:51.710Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423292151153","url":"http://localhost/@mastodonpy_test/102951423292151153","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704148477828479","created_at":"2020-02-22T19:28:46.540Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148477828479","url":"http://localhost/@mastodonpy_test/103704148477828479","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:00:51.718Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,13 +24,13 @@ 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: [dc9b8e89-abe9-4874-9cae-b95a45ce9450] | 27 | X-Request-Id: [30fd58cc-b9cd-4553-bfa7-bab276909a25] |
28 | X-Runtime: ['0.137877'] | 28 | X-Runtime: ['0.178524'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: '{"home": {"last_read_id": 102951423292151153}}' | 33 | body: '{"home": {"last_read_id": 103704148477828479}}' |
34 | headers: | 34 | headers: |
35 | Accept: ['*/*'] | 35 | Accept: ['*/*'] |
36 | Accept-Encoding: ['gzip, deflate'] | 36 | Accept-Encoding: ['gzip, deflate'] |
@@ -42,7 +42,7 @@ interactions: | |||
42 | method: POST | 42 | method: POST |
43 | uri: http://localhost:3000/api/v1/markers | 43 | uri: http://localhost:3000/api/v1/markers |
44 | response: | 44 | response: |
45 | body: {string: '{"home":{"last_read_id":"102951423292151153","version":3,"updated_at":"2019-10-12T21:00:51.861Z"}}'} | 45 | body: {string: '{"home":{"last_read_id":"103704148477828479","version":0,"updated_at":"2020-02-22T19:28:46.828Z"}}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,8 +53,8 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [7e38f250-13f5-4a65-963a-5628afd5d358] | 56 | X-Request-Id: [34ad7dc3-f026-4666-9288-0c9ae641ede4] |
57 | X-Runtime: ['0.049725'] | 57 | X-Runtime: ['0.158297'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['98'] | 59 | content-length: ['98'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
@@ -69,7 +69,7 @@ interactions: | |||
69 | method: GET | 69 | method: GET |
70 | uri: http://localhost:3000/api/v1/markers?timeline%5B%5D=home | 70 | uri: http://localhost:3000/api/v1/markers?timeline%5B%5D=home |
71 | response: | 71 | response: |
72 | body: {string: '{"home":{"last_read_id":"102951423292151153","version":3,"updated_at":"2019-10-12T21:00:51.861Z"}}'} | 72 | body: {string: '{"home":{"last_read_id":"103704148477828479","version":0,"updated_at":"2020-02-22T19:28:46.828Z"}}'} |
73 | headers: | 73 | headers: |
74 | Cache-Control: ['no-cache, no-store'] | 74 | Cache-Control: ['no-cache, no-store'] |
75 | Content-Type: [application/json; charset=utf-8] | 75 | Content-Type: [application/json; charset=utf-8] |
@@ -80,8 +80,8 @@ interactions: | |||
80 | X-Download-Options: [noopen] | 80 | X-Download-Options: [noopen] |
81 | X-Frame-Options: [SAMEORIGIN] | 81 | X-Frame-Options: [SAMEORIGIN] |
82 | X-Permitted-Cross-Domain-Policies: [none] | 82 | X-Permitted-Cross-Domain-Policies: [none] |
83 | X-Request-Id: [2d2a7097-28c2-45ef-8f2d-fbf9d657643e] | 83 | X-Request-Id: [378c78e1-309d-4779-9650-e59ca13d4890] |
84 | X-Runtime: ['0.017669'] | 84 | X-Runtime: ['0.036489'] |
85 | X-XSS-Protection: [1; mode=block] | 85 | X-XSS-Protection: [1; mode=block] |
86 | content-length: ['98'] | 86 | content-length: ['98'] |
87 | status: {code: 200, message: OK} | 87 | status: {code: 200, message: OK} |
@@ -95,10 +95,10 @@ interactions: | |||
95 | Content-Length: ['0'] | 95 | Content-Length: ['0'] |
96 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
97 | method: DELETE | 97 | method: DELETE |
98 | uri: http://localhost:3000/api/v1/statuses/102951423292151153 | 98 | uri: http://localhost:3000/api/v1/statuses/103704148477828479 |
99 | response: | 99 | response: |
100 | body: {string: '{"id":"102951423292151153","created_at":"2019-10-12T21:00:51.710Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951423292151153","url":"http://localhost/@mastodonpy_test/102951423292151153","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 100 | body: {string: '{"id":"103704148477828479","created_at":"2020-02-22T19:28:46.540Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704148477828479","url":"http://localhost/@mastodonpy_test/103704148477828479","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
101 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:00:51.718Z","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":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
102 | headers: | 102 | headers: |
103 | Cache-Control: ['no-cache, no-store'] | 103 | Cache-Control: ['no-cache, no-store'] |
104 | Content-Type: [application/json; charset=utf-8] | 104 | Content-Type: [application/json; charset=utf-8] |
@@ -109,9 +109,9 @@ interactions: | |||
109 | X-Download-Options: [noopen] | 109 | X-Download-Options: [noopen] |
110 | X-Frame-Options: [SAMEORIGIN] | 110 | X-Frame-Options: [SAMEORIGIN] |
111 | X-Permitted-Cross-Domain-Policies: [none] | 111 | X-Permitted-Cross-Domain-Policies: [none] |
112 | X-Request-Id: [876836e4-eac3-490b-96a4-d98c8400ab58] | 112 | X-Request-Id: [41717371-f7c4-4ed3-b439-d83e6ab631e4] |
113 | X-Runtime: ['0.111862'] | 113 | X-Runtime: ['0.146503'] |
114 | X-XSS-Protection: [1; mode=block] | 114 | X-XSS-Protection: [1; mode=block] |
115 | content-length: ['1250'] | 115 | content-length: ['1290'] |
116 | status: {code: 200, message: OK} | 116 | status: {code: 200, message: OK} |
117 | version: 1 | 117 | version: 1 |
diff --git a/tests/cassettes/test_media_post[False].yaml b/tests/cassettes/test_media_post[False].yaml index 6eabb79..accb210 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 | LS0zMmQzODhjMTIyYmE0MTdhYjkyNTRlZGI5NzhmODc0Zg0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS0yOTU2NmMzZjBjY2E0NTdjYWJlMDkzMjFjZjY3ZTRmNg0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u | 5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u |
6 | eSB3YWxrDQotLTMyZDM4OGMxMjJiYTQxN2FiOTI1NGVkYjk3OGY4NzRmDQpDb250ZW50LURpc3Bv | 6 | eSB3YWxrDQotLTI5NTY2YzNmMGNjYTQ1N2NhYmUwOTMyMWNmNjdlNGY2DQpDb250ZW50LURpc3Bv |
7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS0zMmQzODhjMTIy | 7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS0yOTU2NmMzZjBj |
8 | YmE0MTdhYjkyNTRlZGI5NzhmODc0Zg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | 8 | Y2E0NTdjYWJlMDkzMjFjZjY3ZTRmNg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu |
9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU3MDkxNDA1Mi4wNDQ5Mjc2 | 9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU4MjM5OTcyNy4wOTMwNzYy |
10 | X0k3RFozMkhTOEguanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA | 10 | XzRLVzhWTVJEQkMuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA |
11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ | 11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ |
12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA | 12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA |
13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe | 13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe |
@@ -943,19 +943,19 @@ interactions: | |||
943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI | 943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI |
944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV | 944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV |
945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp | 945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp |
946 | UqD/2Q0KLS0zMmQzODhjMTIyYmE0MTdhYjkyNTRlZGI5NzhmODc0Zi0tDQo= | 946 | UqD/2Q0KLS0yOTU2NmMzZjBjY2E0NTdjYWJlMDkzMjFjZjY3ZTRmNi0tDQo= |
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=32d388c122ba417ab9254edb978f874f] | 953 | Content-Type: [multipart/form-data; boundary=29566c3f0cca457cabe09321cf67e4f6] |
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":"37","type":"image","url":"http://localhost/system/media_attachments/files/000/000/037/original/16ec5d2b4dad975d.jpeg?1570914052","preview_url":"http://localhost/system/media_attachments/files/000/000/037/small/16ec5d2b4dad975d.jpeg?1570914052","remote_url":null,"text_url":"http://localhost/media/5e9Sjvt8tWMNnQsBbdI","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/abf96798c1e8f2aa.jpeg?1582399727","preview_url":"http://localhost/system/media_attachments/files/000/000/001/small/abf96798c1e8f2aa.jpeg?1582399727","remote_url":null,"text_url":"http://localhost/media/zwW0A1wYGnqGywHjPho","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} | 959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
960 | headers: | 960 | headers: |
961 | Cache-Control: ['no-cache, no-store'] | 961 | Cache-Control: ['no-cache, no-store'] |
@@ -967,27 +967,27 @@ interactions: | |||
967 | X-Download-Options: [noopen] | 967 | X-Download-Options: [noopen] |
968 | X-Frame-Options: [SAMEORIGIN] | 968 | X-Frame-Options: [SAMEORIGIN] |
969 | X-Permitted-Cross-Domain-Policies: [none] | 969 | X-Permitted-Cross-Domain-Policies: [none] |
970 | X-Request-Id: [f7528fe3-4434-4bc9-ad1c-144f0163cbdd] | 970 | X-Request-Id: [faa2c7cc-37cd-4499-8ace-5dca787d7384] |
971 | X-Runtime: ['0.308578'] | 971 | X-Runtime: ['0.448488'] |
972 | X-XSS-Protection: [1; mode=block] | 972 | X-XSS-Protection: [1; mode=block] |
973 | content-length: ['591'] | 973 | content-length: ['590'] |
974 | status: {code: 200, message: OK} | 974 | status: {code: 200, message: OK} |
975 | - request: | 975 | - request: |
976 | body: status=LOL+check+this+out&media_ids%5B%5D=37 | 976 | body: status=LOL+check+this+out&media_ids%5B%5D=1 |
977 | headers: | 977 | headers: |
978 | Accept: ['*/*'] | 978 | Accept: ['*/*'] |
979 | Accept-Encoding: ['gzip, deflate'] | 979 | Accept-Encoding: ['gzip, deflate'] |
980 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 980 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
981 | Connection: [keep-alive] | 981 | Connection: [keep-alive] |
982 | Content-Length: ['44'] | 982 | Content-Length: ['43'] |
983 | Content-Type: [application/x-www-form-urlencoded] | 983 | Content-Type: [application/x-www-form-urlencoded] |
984 | User-Agent: [python-requests/2.18.4] | 984 | User-Agent: [python-requests/2.18.4] |
985 | method: POST | 985 | method: POST |
986 | uri: http://localhost:3000/api/v1/statuses | 986 | uri: http://localhost:3000/api/v1/statuses |
987 | response: | 987 | response: |
988 | body: {string: '{"id":"102951423337500114","created_at":"2019-10-12T21:00:52.406Z","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/102951423337500114","url":"http://localhost/@mastodonpy_test/102951423337500114","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eLOL | 988 | body: {string: '{"id":"103704148548559582","created_at":"2020-02-22T19:28:47.627Z","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/103704148548559582","url":"http://localhost/@mastodonpy_test/103704148548559582","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eLOL |
989 | check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 989 | check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
990 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:00:52.418Z","emojis":[],"fields":[]},"media_attachments":[{"id":"37","type":"image","url":"http://localhost/system/media_attachments/files/000/000/037/original/16ec5d2b4dad975d.jpeg?1570914052","preview_url":"http://localhost/system/media_attachments/files/000/000/037/small/16ec5d2b4dad975d.jpeg?1570914052","remote_url":null,"text_url":"http://localhost/media/5e9Sjvt8tWMNnQsBbdI","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 | 990 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[{"id":"1","type":"image","url":"http://localhost/system/media_attachments/files/000/000/001/original/abf96798c1e8f2aa.jpeg?1582399727","preview_url":"http://localhost/system/media_attachments/files/000/000/001/small/abf96798c1e8f2aa.jpeg?1582399727","remote_url":null,"text_url":"http://localhost/media/zwW0A1wYGnqGywHjPho","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
991 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 991 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
992 | headers: | 992 | headers: |
993 | Cache-Control: ['no-cache, no-store'] | 993 | Cache-Control: ['no-cache, no-store'] |
@@ -999,10 +999,10 @@ interactions: | |||
999 | X-Download-Options: [noopen] | 999 | X-Download-Options: [noopen] |
1000 | X-Frame-Options: [SAMEORIGIN] | 1000 | X-Frame-Options: [SAMEORIGIN] |
1001 | X-Permitted-Cross-Domain-Policies: [none] | 1001 | X-Permitted-Cross-Domain-Policies: [none] |
1002 | X-Request-Id: [d79ecd27-b772-4d60-9851-055eefd1f486] | 1002 | X-Request-Id: [e580b65d-3f70-40c9-bb7b-8d129a403062] |
1003 | X-Runtime: ['0.190370'] | 1003 | X-Runtime: ['0.208214'] |
1004 | X-XSS-Protection: [1; mode=block] | 1004 | X-XSS-Protection: [1; mode=block] |
1005 | content-length: ['1884'] | 1005 | content-length: ['1923'] |
1006 | status: {code: 200, message: OK} | 1006 | status: {code: 200, message: OK} |
1007 | - request: | 1007 | - request: |
1008 | body: null | 1008 | body: null |
@@ -1014,10 +1014,10 @@ interactions: | |||
1014 | Content-Length: ['0'] | 1014 | Content-Length: ['0'] |
1015 | User-Agent: [python-requests/2.18.4] | 1015 | User-Agent: [python-requests/2.18.4] |
1016 | method: DELETE | 1016 | method: DELETE |
1017 | uri: http://localhost:3000/api/v1/statuses/102951423337500114 | 1017 | uri: http://localhost:3000/api/v1/statuses/103704148548559582 |
1018 | response: | 1018 | response: |
1019 | body: {string: '{"id":"102951423337500114","created_at":"2019-10-12T21:00:52.406Z","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/102951423337500114","url":"http://localhost/@mastodonpy_test/102951423337500114","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"LOL | 1019 | body: {string: '{"id":"103704148548559582","created_at":"2020-02-22T19:28:47.627Z","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/103704148548559582","url":"http://localhost/@mastodonpy_test/103704148548559582","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"LOL |
1020 | check this out","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:00:52.418Z","emojis":[],"fields":[]},"media_attachments":[{"id":"37","type":"image","url":"http://localhost/system/media_attachments/files/000/000/037/original/16ec5d2b4dad975d.jpeg?1570914052","preview_url":"http://localhost/system/media_attachments/files/000/000/037/small/16ec5d2b4dad975d.jpeg?1570914052","remote_url":null,"text_url":"http://localhost/media/5e9Sjvt8tWMNnQsBbdI","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 | 1020 | check this out","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[{"id":"1","type":"image","url":"http://localhost/system/media_attachments/files/000/000/001/original/abf96798c1e8f2aa.jpeg?1582399727","preview_url":"http://localhost/system/media_attachments/files/000/000/001/small/abf96798c1e8f2aa.jpeg?1582399727","remote_url":null,"text_url":"http://localhost/media/zwW0A1wYGnqGywHjPho","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 |
1021 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 1021 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
1022 | headers: | 1022 | headers: |
1023 | Cache-Control: ['no-cache, no-store'] | 1023 | Cache-Control: ['no-cache, no-store'] |
@@ -1029,9 +1029,9 @@ interactions: | |||
1029 | X-Download-Options: [noopen] | 1029 | X-Download-Options: [noopen] |
1030 | X-Frame-Options: [SAMEORIGIN] | 1030 | X-Frame-Options: [SAMEORIGIN] |
1031 | X-Permitted-Cross-Domain-Policies: [none] | 1031 | X-Permitted-Cross-Domain-Policies: [none] |
1032 | X-Request-Id: [60307db7-be9b-42ae-924f-a48921347676] | 1032 | X-Request-Id: [b7732fd5-3285-4855-b600-9933a0bfb45b] |
1033 | X-Runtime: ['0.111105'] | 1033 | X-Runtime: ['0.188419'] |
1034 | X-XSS-Protection: [1; mode=block] | 1034 | X-XSS-Protection: [1; mode=block] |
1035 | content-length: ['1854'] | 1035 | content-length: ['1893'] |
1036 | status: {code: 200, message: OK} | 1036 | status: {code: 200, message: OK} |
1037 | version: 1 | 1037 | version: 1 |
diff --git a/tests/cassettes/test_media_post[True].yaml b/tests/cassettes/test_media_post[True].yaml index 20737f4..69652e6 100644 --- a/tests/cassettes/test_media_post[True].yaml +++ b/tests/cassettes/test_media_post[True].yaml | |||
@@ -1,961 +1,961 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS00MmRiMzEzNDk3MTQ0YjU2YTgwNWQ3NmMxY2EzZjY0ZA0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS1kNjY5MTYzMzg1MDM0ZTFjYWE4ZGYyNzEzODkxMzg5Mg0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u | 5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u |
6 | eSB3YWxrDQotLTQyZGIzMTM0OTcxNDRiNTZhODA1ZDc2YzFjYTNmNjRkDQpDb250ZW50LURpc3Bv | 6 | eSB3YWxrDQotLWQ2NjkxNjMzODUwMzRlMWNhYThkZjI3MTM4OTEzODkyDQpDb250ZW50LURpc3Bv |
7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS00MmRiMzEzNDk3 | 7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1kNjY5MTYzMzg1 |
8 | MTQ0YjU2YTgwNWQ3NmMxY2EzZjY0ZA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | 8 | MDM0ZTFjYWE4ZGYyNzEzODkxMzg5Mg0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu |
9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU3MDkxNDA1Mi43MDg2ODky | 9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU4MjM5OTcyOC4wMDc3OTNf |
10 | X0RVWjM4QTk5V1cuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA | 10 | UTU5SjBQU1lXRC5qcGUiDQpDb250ZW50LVR5cGU6IGltYWdlL2pwZWcNCg0K/9j/4AAQSkZJRgAB |
11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ | 11 | 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 | 596 | mlymZRjgaLBoXQkyTb4KtQ1EQ5SMUei71n2bxmUVxzPVKcuaiOpbZIIdRDoUFsLl0uJbIQOgmRoL |
597 | C2cj7uH5UAKbUaqxpLHuazXezEMi3AyfY3rndb6z4Tb/AIen0l3VI7zNh/LvVGpqLcY5iSJB0wOC | 597 | ZyPu4flQAptRqrGkse5rNd7MQyLcDJ9jeud1vrPhNv8Ah6fSXdUjvM2H8u9UamotxjmJIkHTA4K4 |
598 | uO9TelbWvtT1vDLZDURM3IdC4eR80e/621UxhCzYtniYqfnagQ9U8TN7luxehjrDIn261BwkFi+2 | 598 | 71N6Vta+1PW8MtkNREzch0Lh5HzR7/rbVTGELNi2eJip+dqBD1TxM3uW7F6GOsMifbrUHCQWL7bF |
599 | xSQojsnw0pGcOfq8nWtz1Pd0mrv2+KaW0WZ3Xku2s7ZN81hR3aI670J6nucK1+l4Xq7lq3obl5nK | 599 | JCiOyfDSkZw5+ryda3PU93Sau/b4ppbRZndeS7aztk3zWFHdojrvQnqe5wrX6XheruWrehuXmcpy |
600 | cjDFx57FavqL1VpdaavhMbUbxZ1HNbvwnmIZymP1K8+lCKrjFSsrblkojpdMDbJEnYDGaKW475M1 | 600 | MMXHnsVq+ovVWl1pq+ExtRvFnUc1u/CeYhnKY/Urz6UIquMVKytuWSiOl0wNskSdgMZopbjvkzWf |
601 | n6C9KQmc9607bHDkzkxRYrNuTL71IhEjyoj+tHiRHI07l6G3dqqrluPLzEu+OnaoKnQX7U/NOnBV | 601 | oL0pCZz3rTtscOTOTFFis25MvvUiESPKiP60eJEcjTuXobd2qquW48vMS746dqgqdBftT806cFWK |
602 | iifLUA7Ye6yVB7FRndDYanII3QzsmBqCMrnKdzFBC8EbRIN2Y/1qPEINzQXInTGcUa8YLVKYXNFc | 602 | J8tQDth7rJUHsVGd0NhqcgjdDOyYGoIyucp3MUELwRtEg3Zj/Wo8Qg3NBcidMZxRrxgtUphc0VyC |
603 | gmyO/wCKAOjstvR24h1Mh8UVhE6ScYyr0Gq3C9cXdKWpYLlgxnulWWXWS7YyUKGzQInWnI4jzeet | 603 | bI7/AIoA6Oy29HbiHUyHxRWETpJxjKvQarcL1xd0palguWDGe6VZZdZLtjJQobNAidacjiPN5600 |
604 | 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 |
947 | headers: | 947 | headers: |
948 | Accept: ['*/*'] | 948 | Accept: ['*/*'] |
949 | Accept-Encoding: ['gzip, deflate'] | 949 | Accept-Encoding: ['gzip, deflate'] |
950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 950 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
951 | Connection: [keep-alive] | 951 | Connection: [keep-alive] |
952 | Content-Length: ['53738'] | 952 | Content-Length: ['53737'] |
953 | Content-Type: [multipart/form-data; boundary=42db313497144b56a805d76c1ca3f64d] | 953 | Content-Type: [multipart/form-data; boundary=d669163385034e1caa8df27138913892] |
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":"38","type":"image","url":"http://localhost/system/media_attachments/files/000/000/038/original/6a7ad7b1a3deda81.jpeg?1570914052","preview_url":"http://localhost/system/media_attachments/files/000/000/038/small/6a7ad7b1a3deda81.jpeg?1570914052","remote_url":null,"text_url":"http://localhost/media/LJZBmsZJ0daWuZWypzM","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/7dac5615199ff964.jpeg?1582399728","preview_url":"http://localhost/system/media_attachments/files/000/000/002/small/7dac5615199ff964.jpeg?1582399728","remote_url":null,"text_url":"http://localhost/media/RS75wfu-fxrbihRYOes","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} | 959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
960 | headers: | 960 | headers: |
961 | Cache-Control: ['no-cache, no-store'] | 961 | Cache-Control: ['no-cache, no-store'] |
@@ -967,27 +967,27 @@ interactions: | |||
967 | X-Download-Options: [noopen] | 967 | X-Download-Options: [noopen] |
968 | X-Frame-Options: [SAMEORIGIN] | 968 | X-Frame-Options: [SAMEORIGIN] |
969 | X-Permitted-Cross-Domain-Policies: [none] | 969 | X-Permitted-Cross-Domain-Policies: [none] |
970 | X-Request-Id: [124b6602-f7d3-40cd-b289-4fe024b78d01] | 970 | X-Request-Id: [4595917d-17c0-4ecd-a3a6-176309f72022] |
971 | X-Runtime: ['0.292642'] | 971 | X-Runtime: ['0.359435'] |
972 | X-XSS-Protection: [1; mode=block] | 972 | X-XSS-Protection: [1; mode=block] |
973 | content-length: ['591'] | 973 | content-length: ['590'] |
974 | status: {code: 200, message: OK} | 974 | status: {code: 200, message: OK} |
975 | - request: | 975 | - request: |
976 | body: sensitive=1&status=LOL+check+this+out&media_ids%5B%5D=38 | 976 | body: sensitive=1&status=LOL+check+this+out&media_ids%5B%5D=2 |
977 | headers: | 977 | headers: |
978 | Accept: ['*/*'] | 978 | Accept: ['*/*'] |
979 | Accept-Encoding: ['gzip, deflate'] | 979 | Accept-Encoding: ['gzip, deflate'] |
980 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 980 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
981 | Connection: [keep-alive] | 981 | Connection: [keep-alive] |
982 | Content-Length: ['56'] | 982 | Content-Length: ['55'] |
983 | Content-Type: [application/x-www-form-urlencoded] | 983 | Content-Type: [application/x-www-form-urlencoded] |
984 | User-Agent: [python-requests/2.18.4] | 984 | User-Agent: [python-requests/2.18.4] |
985 | method: POST | 985 | method: POST |
986 | uri: http://localhost:3000/api/v1/statuses | 986 | uri: http://localhost:3000/api/v1/statuses |
987 | response: | 987 | response: |
988 | body: {string: '{"id":"102951423381275911","created_at":"2019-10-12T21:00:53.078Z","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/102951423381275911","url":"http://localhost/@mastodonpy_test/102951423381275911","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eLOL | 988 | body: {string: '{"id":"103704148602992520","created_at":"2020-02-22T19:28:48.457Z","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/103704148602992520","url":"http://localhost/@mastodonpy_test/103704148602992520","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eLOL |
989 | check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 989 | check this out\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
990 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:00:53.092Z","emojis":[],"fields":[]},"media_attachments":[{"id":"38","type":"image","url":"http://localhost/system/media_attachments/files/000/000/038/original/6a7ad7b1a3deda81.jpeg?1570914052","preview_url":"http://localhost/system/media_attachments/files/000/000/038/small/6a7ad7b1a3deda81.jpeg?1570914052","remote_url":null,"text_url":"http://localhost/media/LJZBmsZJ0daWuZWypzM","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 | 990 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[{"id":"2","type":"image","url":"http://localhost/system/media_attachments/files/000/000/002/original/7dac5615199ff964.jpeg?1582399728","preview_url":"http://localhost/system/media_attachments/files/000/000/002/small/7dac5615199ff964.jpeg?1582399728","remote_url":null,"text_url":"http://localhost/media/RS75wfu-fxrbihRYOes","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
991 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 991 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
992 | headers: | 992 | headers: |
993 | Cache-Control: ['no-cache, no-store'] | 993 | Cache-Control: ['no-cache, no-store'] |
@@ -999,10 +999,10 @@ interactions: | |||
999 | X-Download-Options: [noopen] | 999 | X-Download-Options: [noopen] |
1000 | X-Frame-Options: [SAMEORIGIN] | 1000 | X-Frame-Options: [SAMEORIGIN] |
1001 | X-Permitted-Cross-Domain-Policies: [none] | 1001 | X-Permitted-Cross-Domain-Policies: [none] |
1002 | X-Request-Id: [c3ba284d-708f-4288-a0bc-0b4ebd1f7a04] | 1002 | X-Request-Id: [92e41047-8026-4d49-816d-83bdf660bac8] |
1003 | X-Runtime: ['0.179843'] | 1003 | X-Runtime: ['0.192607'] |
1004 | X-XSS-Protection: [1; mode=block] | 1004 | X-XSS-Protection: [1; mode=block] |
1005 | content-length: ['1883'] | 1005 | content-length: ['1922'] |
1006 | status: {code: 200, message: OK} | 1006 | status: {code: 200, message: OK} |
1007 | - request: | 1007 | - request: |
1008 | body: null | 1008 | body: null |
@@ -1014,10 +1014,10 @@ interactions: | |||
1014 | Content-Length: ['0'] | 1014 | Content-Length: ['0'] |
1015 | User-Agent: [python-requests/2.18.4] | 1015 | User-Agent: [python-requests/2.18.4] |
1016 | method: DELETE | 1016 | method: DELETE |
1017 | uri: http://localhost:3000/api/v1/statuses/102951423381275911 | 1017 | uri: http://localhost:3000/api/v1/statuses/103704148602992520 |
1018 | response: | 1018 | response: |
1019 | body: {string: '{"id":"102951423381275911","created_at":"2019-10-12T21:00:53.078Z","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/102951423381275911","url":"http://localhost/@mastodonpy_test/102951423381275911","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"LOL | 1019 | body: {string: '{"id":"103704148602992520","created_at":"2020-02-22T19:28:48.457Z","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/103704148602992520","url":"http://localhost/@mastodonpy_test/103704148602992520","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"LOL |
1020 | check this out","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:00:53.092Z","emojis":[],"fields":[]},"media_attachments":[{"id":"38","type":"image","url":"http://localhost/system/media_attachments/files/000/000/038/original/6a7ad7b1a3deda81.jpeg?1570914052","preview_url":"http://localhost/system/media_attachments/files/000/000/038/small/6a7ad7b1a3deda81.jpeg?1570914052","remote_url":null,"text_url":"http://localhost/media/LJZBmsZJ0daWuZWypzM","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 | 1020 | check this out","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[{"id":"2","type":"image","url":"http://localhost/system/media_attachments/files/000/000/002/original/7dac5615199ff964.jpeg?1582399728","preview_url":"http://localhost/system/media_attachments/files/000/000/002/small/7dac5615199ff964.jpeg?1582399728","remote_url":null,"text_url":"http://localhost/media/RS75wfu-fxrbihRYOes","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 |
1021 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 1021 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
1022 | headers: | 1022 | headers: |
1023 | Cache-Control: ['no-cache, no-store'] | 1023 | Cache-Control: ['no-cache, no-store'] |
@@ -1029,9 +1029,9 @@ interactions: | |||
1029 | X-Download-Options: [noopen] | 1029 | X-Download-Options: [noopen] |
1030 | X-Frame-Options: [SAMEORIGIN] | 1030 | X-Frame-Options: [SAMEORIGIN] |
1031 | X-Permitted-Cross-Domain-Policies: [none] | 1031 | X-Permitted-Cross-Domain-Policies: [none] |
1032 | X-Request-Id: [e8e61bae-3532-4c91-a52c-160f6c20e391] | 1032 | X-Request-Id: [b158f4cf-b299-44b4-8d24-46153d911996] |
1033 | X-Runtime: ['0.159590'] | 1033 | X-Runtime: ['0.138673'] |
1034 | X-XSS-Protection: [1; mode=block] | 1034 | X-XSS-Protection: [1; mode=block] |
1035 | content-length: ['1853'] | 1035 | content-length: ['1892'] |
1036 | status: {code: 200, message: OK} | 1036 | status: {code: 200, message: OK} |
1037 | version: 1 | 1037 | version: 1 |
diff --git a/tests/cassettes/test_media_post_file.yaml b/tests/cassettes/test_media_post_file.yaml index ca68d4d..159cae1 100644 --- a/tests/cassettes/test_media_post_file.yaml +++ b/tests/cassettes/test_media_post_file.yaml | |||
@@ -1,9 +1,9 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: !!binary | | 3 | body: !!binary | |
4 | LS1lOTNlYTM3ZmY1MjQ0Nzg5YjczMTYyZWFlOWI4YTE1NQ0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS1iNzVkM2IxMzNmMjc0NGEyYTNmZjU4OTIxZmUzMmUwZg0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU3MDkx | 5 | Zm9ybS1kYXRhOyBuYW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU4MjM5 |
6 | NDA1My44NDk0NTAzX1MwM0JaNU1DNUIuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoN | 6 | OTcyOS4yMTUwMjM1X09UMU5UU1VRU0kuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoN |
7 | Cv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJH | 7 | Cv/Y/+AAEEpGSUYAAQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJH |
8 | QiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEA | 8 | QiBYWVogB9wAAQAZAAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEA |
9 | AAAA0y1sY21zAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAK | 9 | AAAA0y1sY21zAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAK |
@@ -939,19 +939,19 @@ interactions: | |||
939 | fkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZts | 939 | fkRBtkgMCmGlSoojqYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZts |
940 | doSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2 | 940 | doSiQO3N/mozLhcIxMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2 |
941 | xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVK | 941 | xicuMnjFStYMZkHV3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVK |
942 | gY09xujjo55uzvSpUqD/2Q0KLS1lOTNlYTM3ZmY1MjQ0Nzg5YjczMTYyZWFlOWI4YTE1NS0tDQo= | 942 | gY09xujjo55uzvSpUqD/2Q0KLS1iNzVkM2IxMzNmMjc0NGEyYTNmZjU4OTIxZmUzMmUwZi0tDQo= |
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: ['53522'] |
949 | Content-Type: [multipart/form-data; boundary=e93ea37ff5244789b73162eae9b8a155] | 949 | Content-Type: [multipart/form-data; boundary=b75d3b133f2744a2a3ff58921fe32e0f] |
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":"40","type":"image","url":"http://localhost/system/media_attachments/files/000/000/040/original/d6f1ebf88780d9f0.jpeg?1570914053","preview_url":"http://localhost/system/media_attachments/files/000/000/040/small/d6f1ebf88780d9f0.jpeg?1570914053","remote_url":null,"text_url":"http://localhost/media/qaIIsk0LInTMK6g3pWA","meta":{"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":null,"blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} | 954 | body: {string: '{"id":"4","type":"image","url":"http://localhost/system/media_attachments/files/000/000/004/original/228cb203e7be91bc.jpeg?1582399729","preview_url":"http://localhost/system/media_attachments/files/000/000/004/small/228cb203e7be91bc.jpeg?1582399729","remote_url":null,"text_url":"http://localhost/media/snyAbfjK2uCc3K_tko8","meta":{"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":null,"blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
955 | headers: | 955 | headers: |
956 | Cache-Control: ['no-cache, no-store'] | 956 | Cache-Control: ['no-cache, no-store'] |
957 | Content-Type: [application/json; charset=utf-8] | 957 | Content-Type: [application/json; charset=utf-8] |
@@ -962,9 +962,9 @@ interactions: | |||
962 | X-Download-Options: [noopen] | 962 | X-Download-Options: [noopen] |
963 | X-Frame-Options: [SAMEORIGIN] | 963 | X-Frame-Options: [SAMEORIGIN] |
964 | X-Permitted-Cross-Domain-Policies: [none] | 964 | X-Permitted-Cross-Domain-Policies: [none] |
965 | X-Request-Id: [ab97a3f0-26ca-48d3-9fb8-e9ec2d7f4bfa] | 965 | X-Request-Id: [32159763-1dec-4298-ba11-e38a1f5151c8] |
966 | X-Runtime: ['0.291130'] | 966 | X-Runtime: ['0.435108'] |
967 | X-XSS-Protection: [1; mode=block] | 967 | X-XSS-Protection: [1; mode=block] |
968 | content-length: ['536'] | 968 | content-length: ['535'] |
969 | status: {code: 200, message: OK} | 969 | status: {code: 200, message: OK} |
970 | version: 1 | 970 | version: 1 |
diff --git a/tests/cassettes/test_media_update.yaml b/tests/cassettes/test_media_update.yaml index 29c5b51..cf0b32e 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 | LS1kZmMyYzUyZjVkYzE0NDk0YmQxMmQyYWQ1ZWI5ZWJjNw0KQ29udGVudC1EaXNwb3NpdGlvbjog | 4 | LS0xMjkyZjA0MzE0ZWY0ZTI5YThmYWRhZGY3MTZmZTBhOA0KQ29udGVudC1EaXNwb3NpdGlvbjog |
5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u | 5 | Zm9ybS1kYXRhOyBuYW1lPSJkZXNjcmlwdGlvbiINCg0KSm9obiBMZW5ub24gZG9pbmcgYSBmdW5u |
6 | eSB3YWxrDQotLWRmYzJjNTJmNWRjMTQ0OTRiZDEyZDJhZDVlYjllYmM3DQpDb250ZW50LURpc3Bv | 6 | eSB3YWxrDQotLTEyOTJmMDQzMTRlZjRlMjlhOGZhZGFkZjcxNmZlMGE4DQpDb250ZW50LURpc3Bv |
7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS1kZmMyYzUyZjVk | 7 | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImZvY3VzIg0KDQotMC41LDAuMw0KLS0xMjkyZjA0MzE0 |
8 | YzE0NDk0YmQxMmQyYWQ1ZWI5ZWJjNw0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | 8 | ZWY0ZTI5YThmYWRhZGY3MTZmZTBhOA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu |
9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU3MDkxNDA1My40MDc4MDc4 | 9 | YW1lPSJmaWxlIjsgZmlsZW5hbWU9Im1hc3RvZG9ucHl1cGxvYWRfMTU4MjM5OTcyOC43ODIzMDU3 |
10 | XzY1OEtENEJBTFQuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA | 10 | X0xFM0FWOU85NTMuanBlIg0KQ29udGVudC1UeXBlOiBpbWFnZS9qcGVnDQoNCv/Y/+AAEEpGSUYA |
11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ | 11 | AQEBAEgASAAA/+ICHElDQ19QUk9GSUxFAAEBAAACDGxjbXMCEAAAbW50clJHQiBYWVogB9wAAQAZ |
12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA | 12 | AAMAKQA5YWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAA |
13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe | 13 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABe |
@@ -943,19 +943,19 @@ interactions: | |||
943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI | 943 | qYg3CP1hg5XagwuSZZej1N96VKgeHKRZSii9BM7fep2iK8u6Y69PxSpUVZtsdoSiQO3N/mozLhcI |
944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV | 944 | xMSN89s+KVKgU4XMHLHOFF7LVZRJrFV22pUqBoKKIKucrmmTAxMZfilSoFO2xicuMnjFStYMZkHV |
945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp | 945 | 3XP4pUqC5Zbdy3MwJvu7U0AjASTLfOy9aVKgjPC5Yj9imCTIjyrGTjBn9aVKgY09xujjo55uzvSp |
946 | UqD/2Q0KLS1kZmMyYzUyZjVkYzE0NDk0YmQxMmQyYWQ1ZWI5ZWJjNy0tDQo= | 946 | UqD/2Q0KLS0xMjkyZjA0MzE0ZWY0ZTI5YThmYWRhZGY3MTZmZTBhOC0tDQo= |
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=dfc2c52f5dc14494bd12d2ad5eb9ebc7] | 953 | Content-Type: [multipart/form-data; boundary=1292f04314ef4e29a8fadadf716fe0a8] |
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":"39","type":"image","url":"http://localhost/system/media_attachments/files/000/000/039/original/f3f089bb8ece49a1.jpeg?1570914053","preview_url":"http://localhost/system/media_attachments/files/000/000/039/small/f3f089bb8ece49a1.jpeg?1570914053","remote_url":null,"text_url":"http://localhost/media/jwNZ2q0V3Y62RX62YdM","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/aa98af395e0fcdf2.jpeg?1582399728","preview_url":"http://localhost/system/media_attachments/files/000/000/003/small/aa98af395e0fcdf2.jpeg?1582399728","remote_url":null,"text_url":"http://localhost/media/aRhpj5TqOQi3Mw8m4Kg","meta":{"focus":{"x":-0.5,"y":0.3},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} | 959 | Lennon doing a funny walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
960 | headers: | 960 | headers: |
961 | Cache-Control: ['no-cache, no-store'] | 961 | Cache-Control: ['no-cache, no-store'] |
@@ -967,10 +967,10 @@ interactions: | |||
967 | X-Download-Options: [noopen] | 967 | X-Download-Options: [noopen] |
968 | X-Frame-Options: [SAMEORIGIN] | 968 | X-Frame-Options: [SAMEORIGIN] |
969 | X-Permitted-Cross-Domain-Policies: [none] | 969 | X-Permitted-Cross-Domain-Policies: [none] |
970 | X-Request-Id: [8aaf813d-d716-4a4f-a809-d613c1840a46] | 970 | X-Request-Id: [1a6b2fe2-de43-49b1-aaa4-016e21d92035] |
971 | X-Runtime: ['0.331612'] | 971 | X-Runtime: ['0.356358'] |
972 | X-XSS-Protection: [1; mode=block] | 972 | X-XSS-Protection: [1; mode=block] |
973 | content-length: ['591'] | 973 | content-length: ['590'] |
974 | status: {code: 200, message: OK} | 974 | status: {code: 200, message: OK} |
975 | - request: | 975 | - request: |
976 | body: focus=0.69%2C0.69&description=John+Lennon+doing+a+cool+walk | 976 | body: focus=0.69%2C0.69&description=John+Lennon+doing+a+cool+walk |
@@ -983,9 +983,9 @@ interactions: | |||
983 | Content-Type: [application/x-www-form-urlencoded] | 983 | Content-Type: [application/x-www-form-urlencoded] |
984 | User-Agent: [python-requests/2.18.4] | 984 | User-Agent: [python-requests/2.18.4] |
985 | method: PUT | 985 | method: PUT |
986 | uri: http://localhost:3000/api/v1/media/39 | 986 | uri: http://localhost:3000/api/v1/media/3 |
987 | response: | 987 | response: |
988 | body: {string: '{"id":"39","type":"image","url":"http://localhost/system/media_attachments/files/000/000/039/original/f3f089bb8ece49a1.jpeg?1570914053","preview_url":"http://localhost/system/media_attachments/files/000/000/039/small/f3f089bb8ece49a1.jpeg?1570914053","remote_url":null,"text_url":"http://localhost/media/jwNZ2q0V3Y62RX62YdM","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/aa98af395e0fcdf2.jpeg?1582399728","preview_url":"http://localhost/system/media_attachments/files/000/000/003/small/aa98af395e0fcdf2.jpeg?1582399728","remote_url":null,"text_url":"http://localhost/media/aRhpj5TqOQi3Mw8m4Kg","meta":{"focus":{"x":0.69,"y":0.69},"original":{"width":600,"height":600,"size":"600x600","aspect":1.0},"small":{"width":400,"height":400,"size":"400x400","aspect":1.0}},"description":"John |
989 | Lennon doing a cool walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} | 989 | Lennon doing a cool walk","blurhash":"UGD9YgIo00j[NFofR%M{IURj%Ms;D%of%MR%"}'} |
990 | headers: | 990 | headers: |
991 | Cache-Control: ['no-cache, no-store'] | 991 | Cache-Control: ['no-cache, no-store'] |
@@ -997,9 +997,9 @@ interactions: | |||
997 | X-Download-Options: [noopen] | 997 | X-Download-Options: [noopen] |
998 | X-Frame-Options: [SAMEORIGIN] | 998 | X-Frame-Options: [SAMEORIGIN] |
999 | X-Permitted-Cross-Domain-Policies: [none] | 999 | X-Permitted-Cross-Domain-Policies: [none] |
1000 | X-Request-Id: [efc88a10-b04f-449c-8c1d-7fc1b8ff7b9e] | 1000 | X-Request-Id: [509a16dd-89ca-4ad0-8a01-cfdb3030d37c] |
1001 | X-Runtime: ['0.028675'] | 1001 | X-Runtime: ['0.041738'] |
1002 | X-XSS-Protection: [1; mode=block] | 1002 | X-XSS-Protection: [1; mode=block] |
1003 | content-length: ['591'] | 1003 | content-length: ['590'] |
1004 | status: {code: 200, message: OK} | 1004 | status: {code: 200, message: OK} |
1005 | version: 1 | 1005 | version: 1 |
diff --git a/tests/cassettes/test_mutes.yaml b/tests/cassettes/test_mutes.yaml index d95cf79..63fd798 100644 --- a/tests/cassettes/test_mutes.yaml +++ b/tests/cassettes/test_mutes.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [da94c3da-e6b3-4e07-a579-ccd95b3b4786] | 24 | X-Request-Id: [c955e74a-cfda-479c-a575-6ddd8d2a4bd3] |
25 | X-Runtime: ['0.024982'] | 25 | X-Runtime: ['0.045163'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_nodeinfo.yaml b/tests/cassettes/test_nodeinfo.yaml index d6c6b66..b4a418f 100644 --- a/tests/cassettes/test_nodeinfo.yaml +++ b/tests/cassettes/test_nodeinfo.yaml | |||
@@ -14,8 +14,8 @@ interactions: | |||
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=259200, public'] | 15 | Cache-Control: ['max-age=259200, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 12 Oct 2019 21:00:47 GMT'] | 17 | Date: ['Sat, 22 Feb 2020 19:28:40 GMT'] |
18 | ETag: [W/"e01dd309b67221dc6bdb6e8fb8f1924d"] | 18 | ETag: [W/"765ed8d65d8333f722ad1b021068b547"] |
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, Accept-Encoding, Origin'] | 21 | Vary: ['Accept, 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: [4788e0ee-6ccd-49d1-8b31-5f05c7ec6d2c] | 26 | X-Request-Id: [2857405a-9a6a-49aa-94ab-cb5331a15df2] |
27 | X-Runtime: ['0.016716'] | 27 | X-Runtime: ['0.048451'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['108'] | 29 | content-length: ['108'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
@@ -44,7 +44,7 @@ interactions: | |||
44 | headers: | 44 | headers: |
45 | Connection: [keep-alive] | 45 | Connection: [keep-alive] |
46 | Content-Type: [text/html] | 46 | Content-Type: [text/html] |
47 | Date: ['Sat, 12 Oct 2019 21:00:47 GMT'] | 47 | Date: ['Sat, 22 Feb 2020 19:28:40 GMT'] |
48 | Server: [nginx/1.14.0 (Ubuntu)] | 48 | Server: [nginx/1.14.0 (Ubuntu)] |
49 | Transfer-Encoding: [chunked] | 49 | Transfer-Encoding: [chunked] |
50 | content-length: ['178'] | 50 | content-length: ['178'] |
@@ -60,12 +60,12 @@ interactions: | |||
60 | method: GET | 60 | method: GET |
61 | uri: http://localhost:3000/nodeinfo/2.0 | 61 | uri: http://localhost:3000/nodeinfo/2.0 |
62 | response: | 62 | response: |
63 | body: {string: '{"version":"2.0","software":{"name":"mastodon","version":"3.0.1"},"protocols":["activitypub"],"usage":{"users":{"total":3,"activeMonth":3,"activeHalfyear":3},"localPosts":31},"openRegistrations":true}'} | 63 | body: {string: '{"version":"2.0","software":{"name":"mastodon","version":"3.1.1"},"protocols":["activitypub"],"usage":{"users":{"total":3,"activeMonth":3,"activeHalfyear":3},"localPosts":1},"openRegistrations":true}'} |
64 | headers: | 64 | headers: |
65 | Cache-Control: ['max-age=1800, public'] | 65 | Cache-Control: ['max-age=1800, public'] |
66 | Content-Type: [application/json; charset=utf-8] | 66 | Content-Type: [application/json; charset=utf-8] |
67 | Date: ['Sat, 12 Oct 2019 21:00:47 GMT'] | 67 | Date: ['Sat, 22 Feb 2020 19:28:41 GMT'] |
68 | ETag: [W/"0d3e66413dc2cb33c37a2cac30bdf2d9"] | 68 | ETag: [W/"dce5048b9050141b18d1d3fda5194615"] |
69 | Referrer-Policy: [strict-origin-when-cross-origin] | 69 | Referrer-Policy: [strict-origin-when-cross-origin] |
70 | Transfer-Encoding: [chunked] | 70 | Transfer-Encoding: [chunked] |
71 | Vary: ['Accept,Accept-Encoding'] | 71 | Vary: ['Accept,Accept-Encoding'] |
@@ -73,9 +73,9 @@ interactions: | |||
73 | X-Download-Options: [noopen] | 73 | X-Download-Options: [noopen] |
74 | X-Frame-Options: [SAMEORIGIN] | 74 | X-Frame-Options: [SAMEORIGIN] |
75 | X-Permitted-Cross-Domain-Policies: [none] | 75 | X-Permitted-Cross-Domain-Policies: [none] |
76 | X-Request-Id: [1331dcd9-74f3-41f1-bd6a-cd30a5085f2a] | 76 | X-Request-Id: [a8211f49-3b92-412c-927a-a16d31c55a3d] |
77 | X-Runtime: ['0.023727'] | 77 | X-Runtime: ['0.039172'] |
78 | X-XSS-Protection: [1; mode=block] | 78 | X-XSS-Protection: [1; mode=block] |
79 | content-length: ['200'] | 79 | content-length: ['199'] |
80 | status: {code: 200, message: OK} | 80 | status: {code: 200, message: OK} |
81 | version: 1 | 81 | version: 1 |
diff --git a/tests/cassettes/test_notifications.yaml b/tests/cassettes/test_notifications.yaml index 954d3b0..b4d35ba 100644 --- a/tests/cassettes/test_notifications.yaml +++ b/tests/cassettes/test_notifications.yaml | |||
@@ -12,11 +12,11 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951423456688028","created_at":"2019-10-12T21:00:54.219Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951423456688028","url":"http://localhost/@admin/102951423456688028","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan | 15 | body: {string: '{"id":"103704148689147390","created_at":"2020-02-22T19:28:49.781Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148689147390","url":"http://localhost/@admin/103704148689147390","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
18 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 18 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
19 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:54.227Z","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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['no-cache, no-store'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
@@ -27,10 +27,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [cc63f2fd-b38c-4cca-b514-816d116c51b6] | 30 | X-Request-Id: [a722f0a4-49c3-4c8b-95e5-c30caf2242b7] |
31 | X-Runtime: ['0.177846'] | 31 | X-Runtime: ['0.350785'] |
32 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1532'] | 33 | content-length: ['1570'] |
34 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
35 | - request: | 35 | - request: |
36 | body: null | 36 | body: null |
@@ -43,16 +43,16 @@ interactions: | |||
43 | method: GET | 43 | method: GET |
44 | uri: http://localhost:3000/api/v1/notifications | 44 | uri: http://localhost:3000/api/v1/notifications |
45 | response: | 45 | response: |
46 | body: {string: '[{"id":"219","type":"mention","created_at":"2019-10-12T21:00:54.352Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:54.227Z","emojis":[],"fields":[]},"status":{"id":"102951423456688028","created_at":"2019-10-12T21:00:54.219Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951423456688028","url":"http://localhost/@admin/102951423456688028","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 46 | body: {string: '[{"id":"11","type":"mention","created_at":"2020-02-22T19:28:49.998Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"status":{"id":"103704148689147390","created_at":"2020-02-22T19:28:49.781Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148689147390","url":"http://localhost/@admin/103704148689147390","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
47 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 47 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
48 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 48 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
49 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 49 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
50 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:54.227Z","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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} |
51 | headers: | 51 | headers: |
52 | Cache-Control: ['no-cache, no-store'] | 52 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 53 | Content-Type: [application/json; charset=utf-8] |
54 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=219>; rel="next", | 54 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=11>; rel="next", |
55 | <http://localhost:3000/api/v1/notifications?min_id=219>; rel="prev"'] | 55 | <http://localhost:3000/api/v1/notifications?min_id=11>; rel="prev"'] |
56 | Referrer-Policy: [strict-origin-when-cross-origin] | 56 | Referrer-Policy: [strict-origin-when-cross-origin] |
57 | Transfer-Encoding: [chunked] | 57 | Transfer-Encoding: [chunked] |
58 | Vary: ['Accept-Encoding, Origin'] | 58 | Vary: ['Accept-Encoding, Origin'] |
@@ -60,10 +60,10 @@ interactions: | |||
60 | X-Download-Options: [noopen] | 60 | X-Download-Options: [noopen] |
61 | X-Frame-Options: [SAMEORIGIN] | 61 | X-Frame-Options: [SAMEORIGIN] |
62 | X-Permitted-Cross-Domain-Policies: [none] | 62 | X-Permitted-Cross-Domain-Policies: [none] |
63 | X-Request-Id: [90b463d0-1f8b-4d44-940d-63925533d7c9] | 63 | X-Request-Id: [7d6c76c4-9439-4889-a2b4-59f312857afb] |
64 | X-Runtime: ['0.112501'] | 64 | X-Runtime: ['0.189276'] |
65 | X-XSS-Protection: [1; mode=block] | 65 | X-XSS-Protection: [1; mode=block] |
66 | content-length: ['2177'] | 66 | content-length: ['2233'] |
67 | status: {code: 200, message: OK} | 67 | status: {code: 200, message: OK} |
68 | - request: | 68 | - request: |
69 | body: null | 69 | body: null |
@@ -74,13 +74,13 @@ interactions: | |||
74 | Connection: [keep-alive] | 74 | Connection: [keep-alive] |
75 | User-Agent: [python-requests/2.18.4] | 75 | User-Agent: [python-requests/2.18.4] |
76 | method: GET | 76 | method: GET |
77 | uri: http://localhost:3000/api/v1/notifications/219 | 77 | uri: http://localhost:3000/api/v1/notifications/11 |
78 | response: | 78 | response: |
79 | body: {string: '{"id":"219","type":"mention","created_at":"2019-10-12T21:00:54.352Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:54.227Z","emojis":[],"fields":[]},"status":{"id":"102951423456688028","created_at":"2019-10-12T21:00:54.219Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951423456688028","url":"http://localhost/@admin/102951423456688028","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 79 | body: {string: '{"id":"11","type":"mention","created_at":"2020-02-22T19:28:49.998Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"status":{"id":"103704148689147390","created_at":"2020-02-22T19:28:49.781Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148689147390","url":"http://localhost/@admin/103704148689147390","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
80 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 80 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
81 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 81 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
82 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 82 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
83 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:54.227Z","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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}'} |
84 | headers: | 84 | headers: |
85 | Cache-Control: ['no-cache, no-store'] | 85 | Cache-Control: ['no-cache, no-store'] |
86 | Content-Type: [application/json; charset=utf-8] | 86 | Content-Type: [application/json; charset=utf-8] |
@@ -91,10 +91,10 @@ interactions: | |||
91 | X-Download-Options: [noopen] | 91 | X-Download-Options: [noopen] |
92 | X-Frame-Options: [SAMEORIGIN] | 92 | X-Frame-Options: [SAMEORIGIN] |
93 | X-Permitted-Cross-Domain-Policies: [none] | 93 | X-Permitted-Cross-Domain-Policies: [none] |
94 | X-Request-Id: [0581b5ba-3970-4926-a01c-2ab79cc6c3b2] | 94 | X-Request-Id: [dbdc69e1-b000-424e-a7ed-2fe84f3670f4] |
95 | X-Runtime: ['0.050409'] | 95 | X-Runtime: ['0.095420'] |
96 | X-XSS-Protection: [1; mode=block] | 96 | X-XSS-Protection: [1; mode=block] |
97 | content-length: ['2175'] | 97 | content-length: ['2231'] |
98 | status: {code: 200, message: OK} | 98 | status: {code: 200, message: OK} |
99 | - request: | 99 | - request: |
100 | body: null | 100 | body: null |
@@ -106,10 +106,10 @@ interactions: | |||
106 | Content-Length: ['0'] | 106 | Content-Length: ['0'] |
107 | User-Agent: [python-requests/2.18.4] | 107 | User-Agent: [python-requests/2.18.4] |
108 | method: DELETE | 108 | method: DELETE |
109 | uri: http://localhost:3000/api/v1/statuses/102951423456688028 | 109 | uri: http://localhost:3000/api/v1/statuses/103704148689147390 |
110 | response: | 110 | response: |
111 | body: {string: '{"id":"102951423456688028","created_at":"2019-10-12T21:00:54.219Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951423456688028","url":"http://localhost/@admin/102951423456688028","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test | 111 | body: {string: '{"id":"103704148689147390","created_at":"2020-02-22T19:28:49.781Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148689147390","url":"http://localhost/@admin/103704148689147390","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:54.227Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 112 | hello!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
113 | headers: | 113 | headers: |
114 | Cache-Control: ['no-cache, no-store'] | 114 | Cache-Control: ['no-cache, no-store'] |
115 | Content-Type: [application/json; charset=utf-8] | 115 | Content-Type: [application/json; charset=utf-8] |
@@ -120,9 +120,9 @@ interactions: | |||
120 | X-Download-Options: [noopen] | 120 | X-Download-Options: [noopen] |
121 | X-Frame-Options: [SAMEORIGIN] | 121 | X-Frame-Options: [SAMEORIGIN] |
122 | X-Permitted-Cross-Domain-Policies: [none] | 122 | X-Permitted-Cross-Domain-Policies: [none] |
123 | X-Request-Id: [484c4fff-6d2a-46ab-89d3-090fdabf6754] | 123 | X-Request-Id: [b88f3cc5-5dcf-450d-b343-796108296e0c] |
124 | X-Runtime: ['0.098544'] | 124 | X-Runtime: ['0.175824'] |
125 | X-XSS-Protection: [1; mode=block] | 125 | X-XSS-Protection: [1; mode=block] |
126 | content-length: ['1325'] | 126 | content-length: ['1363'] |
127 | status: {code: 200, message: OK} | 127 | status: {code: 200, message: OK} |
128 | version: 1 | 128 | version: 1 |
diff --git a/tests/cassettes/test_notifications_clear.yaml b/tests/cassettes/test_notifications_clear.yaml index 7ad5662..bc4c7a6 100644 --- a/tests/cassettes/test_notifications_clear.yaml +++ b/tests/cassettes/test_notifications_clear.yaml | |||
@@ -22,8 +22,8 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [89d6a97a-8452-425d-be1c-f9403578f4d4] | 25 | X-Request-Id: [e058ef59-45e3-425f-bab4-a9e459325db6] |
26 | X-Runtime: ['0.017615'] | 26 | X-Runtime: ['0.033612'] |
27 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['2'] | 28 | content-length: ['2'] |
29 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_notifications_dismiss.yaml b/tests/cassettes/test_notifications_dismiss.yaml index 73076f3..430ee74 100644 --- a/tests/cassettes/test_notifications_dismiss.yaml +++ b/tests/cassettes/test_notifications_dismiss.yaml | |||
@@ -12,11 +12,11 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951423490784602","created_at":"2019-10-12T21:00:54.739Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951423490784602","url":"http://localhost/@admin/102951423490784602","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan | 15 | body: {string: '{"id":"103704148750011021","created_at":"2020-02-22T19:28:50.704Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148750011021","url":"http://localhost/@admin/103704148750011021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 16 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 17 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
18 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 18 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
19 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:54.749Z","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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['no-cache, no-store'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
@@ -27,10 +27,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [9bf1a772-a583-4efb-9cf3-9cb3b4d02b01] | 30 | X-Request-Id: [5649c829-21c1-4093-9313-e8eef53105d3] |
31 | X-Runtime: ['0.249800'] | 31 | X-Runtime: ['0.310315'] |
32 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1532'] | 33 | content-length: ['1570'] |
34 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
35 | - request: | 35 | - request: |
36 | body: null | 36 | body: null |
@@ -43,16 +43,16 @@ interactions: | |||
43 | method: GET | 43 | method: GET |
44 | uri: http://localhost:3000/api/v1/notifications | 44 | uri: http://localhost:3000/api/v1/notifications |
45 | response: | 45 | response: |
46 | body: {string: '[{"id":"220","type":"mention","created_at":"2019-10-12T21:00:54.925Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:54.749Z","emojis":[],"fields":[]},"status":{"id":"102951423490784602","created_at":"2019-10-12T21:00:54.739Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951423490784602","url":"http://localhost/@admin/102951423490784602","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 46 | body: {string: '[{"id":"12","type":"mention","created_at":"2020-02-22T19:28:50.897Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"status":{"id":"103704148750011021","created_at":"2020-02-22T19:28:50.704Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148750011021","url":"http://localhost/@admin/103704148750011021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
47 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 47 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
48 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 48 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
49 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 49 | hello!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
50 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:54.749Z","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,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}}]'} |
51 | headers: | 51 | headers: |
52 | Cache-Control: ['no-cache, no-store'] | 52 | Cache-Control: ['no-cache, no-store'] |
53 | Content-Type: [application/json; charset=utf-8] | 53 | Content-Type: [application/json; charset=utf-8] |
54 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=220>; rel="next", | 54 | Link: ['<http://localhost:3000/api/v1/notifications?max_id=12>; rel="next", |
55 | <http://localhost:3000/api/v1/notifications?min_id=220>; rel="prev"'] | 55 | <http://localhost:3000/api/v1/notifications?min_id=12>; rel="prev"'] |
56 | Referrer-Policy: [strict-origin-when-cross-origin] | 56 | Referrer-Policy: [strict-origin-when-cross-origin] |
57 | Transfer-Encoding: [chunked] | 57 | Transfer-Encoding: [chunked] |
58 | Vary: ['Accept-Encoding, Origin'] | 58 | Vary: ['Accept-Encoding, Origin'] |
@@ -60,10 +60,10 @@ interactions: | |||
60 | X-Download-Options: [noopen] | 60 | X-Download-Options: [noopen] |
61 | X-Frame-Options: [SAMEORIGIN] | 61 | X-Frame-Options: [SAMEORIGIN] |
62 | X-Permitted-Cross-Domain-Policies: [none] | 62 | X-Permitted-Cross-Domain-Policies: [none] |
63 | X-Request-Id: [b949d73b-fa22-427c-8e07-83568db0ea20] | 63 | X-Request-Id: [7421ab40-ee1d-4d69-8c40-7c34f317db22] |
64 | X-Runtime: ['0.111355'] | 64 | X-Runtime: ['0.211879'] |
65 | X-XSS-Protection: [1; mode=block] | 65 | X-XSS-Protection: [1; mode=block] |
66 | content-length: ['2177'] | 66 | content-length: ['2233'] |
67 | status: {code: 200, message: OK} | 67 | status: {code: 200, message: OK} |
68 | - request: | 68 | - request: |
69 | body: null | 69 | body: null |
@@ -76,12 +76,12 @@ interactions: | |||
76 | method: GET | 76 | method: GET |
77 | uri: http://localhost:3000/api/v1/instance/ | 77 | uri: http://localhost:3000/api/v1/instance/ |
78 | response: | 78 | response: |
79 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":32,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} | 79 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.1.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":2,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} |
80 | headers: | 80 | headers: |
81 | Cache-Control: ['max-age=180, public'] | 81 | Cache-Control: ['max-age=180, public'] |
82 | Content-Type: [application/json; charset=utf-8] | 82 | Content-Type: [application/json; charset=utf-8] |
83 | Date: ['Sat, 12 Oct 2019 21:00:55 GMT'] | 83 | Date: ['Sat, 22 Feb 2020 19:28:51 GMT'] |
84 | ETag: [W/"118904b274d1ce6a103f1fcc47270d5d"] | 84 | ETag: [W/"b6077860f369838a5d8bc6ddb54355bc"] |
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: [af0d6246-319b-4cea-b508-b3aa804fd594] | 92 | X-Request-Id: [befc2d31-cf01-4163-af8d-cf3f232ca15f] |
93 | X-Runtime: ['0.036700'] | 93 | X-Runtime: ['0.063934'] |
94 | X-XSS-Protection: [1; mode=block] | 94 | X-XSS-Protection: [1; mode=block] |
95 | content-length: ['398'] | 95 | content-length: ['397'] |
96 | status: {code: 200, message: OK} | 96 | status: {code: 200, message: OK} |
97 | - request: | 97 | - request: |
98 | body: null | 98 | body: null |
@@ -104,7 +104,7 @@ 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: POST | 106 | method: POST |
107 | uri: http://localhost:3000/api/v1/notifications/220/dismiss | 107 | uri: http://localhost:3000/api/v1/notifications/12/dismiss |
108 | response: | 108 | response: |
109 | body: {string: '{}'} | 109 | body: {string: '{}'} |
110 | headers: | 110 | headers: |
@@ -117,8 +117,8 @@ interactions: | |||
117 | X-Download-Options: [noopen] | 117 | X-Download-Options: [noopen] |
118 | X-Frame-Options: [SAMEORIGIN] | 118 | X-Frame-Options: [SAMEORIGIN] |
119 | X-Permitted-Cross-Domain-Policies: [none] | 119 | X-Permitted-Cross-Domain-Policies: [none] |
120 | X-Request-Id: [92c21b29-9790-4920-856a-496237e24872] | 120 | X-Request-Id: [57da8d7c-867c-4288-bcab-d6c936e858d3] |
121 | X-Runtime: ['0.027513'] | 121 | X-Runtime: ['0.043769'] |
122 | X-XSS-Protection: [1; mode=block] | 122 | X-XSS-Protection: [1; mode=block] |
123 | content-length: ['2'] | 123 | content-length: ['2'] |
124 | status: {code: 200, message: OK} | 124 | status: {code: 200, message: OK} |
@@ -132,10 +132,10 @@ interactions: | |||
132 | Content-Length: ['0'] | 132 | Content-Length: ['0'] |
133 | User-Agent: [python-requests/2.18.4] | 133 | User-Agent: [python-requests/2.18.4] |
134 | method: DELETE | 134 | method: DELETE |
135 | uri: http://localhost:3000/api/v1/statuses/102951423490784602 | 135 | uri: http://localhost:3000/api/v1/statuses/103704148750011021 |
136 | response: | 136 | response: |
137 | body: {string: '{"id":"102951423490784602","created_at":"2019-10-12T21:00:54.739Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951423490784602","url":"http://localhost/@admin/102951423490784602","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test | 137 | body: {string: '{"id":"103704148750011021","created_at":"2020-02-22T19:28:50.704Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704148750011021","url":"http://localhost/@admin/103704148750011021","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"@mastodonpy_test |
138 | hello!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:00:54.749Z","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 | hello!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
139 | headers: | 139 | headers: |
140 | Cache-Control: ['no-cache, no-store'] | 140 | Cache-Control: ['no-cache, no-store'] |
141 | Content-Type: [application/json; charset=utf-8] | 141 | Content-Type: [application/json; charset=utf-8] |
@@ -146,9 +146,9 @@ interactions: | |||
146 | X-Download-Options: [noopen] | 146 | X-Download-Options: [noopen] |
147 | X-Frame-Options: [SAMEORIGIN] | 147 | X-Frame-Options: [SAMEORIGIN] |
148 | X-Permitted-Cross-Domain-Policies: [none] | 148 | X-Permitted-Cross-Domain-Policies: [none] |
149 | X-Request-Id: [7154f39b-c9fb-48b7-a572-84920351d992] | 149 | X-Request-Id: [274b4c54-1288-460d-a8cc-afcf0ab50d81] |
150 | X-Runtime: ['0.109990'] | 150 | X-Runtime: ['0.156858'] |
151 | X-XSS-Protection: [1; mode=block] | 151 | X-XSS-Protection: [1; mode=block] |
152 | content-length: ['1325'] | 152 | content-length: ['1363'] |
153 | status: {code: 200, message: OK} | 153 | status: {code: 200, message: OK} |
154 | version: 1 | 154 | version: 1 |
diff --git a/tests/cassettes/test_poll_illegal_vote.yaml b/tests/cassettes/test_poll_illegal_vote.yaml index cd06df8..f6aca42 100644 --- a/tests/cassettes/test_poll_illegal_vote.yaml +++ b/tests/cassettes/test_poll_illegal_vote.yaml | |||
@@ -13,8 +13,8 @@ interactions: | |||
13 | method: POST | 13 | method: POST |
14 | uri: http://localhost:3000/api/v1/statuses | 14 | uri: http://localhost:3000/api/v1/statuses |
15 | response: | 15 | response: |
16 | body: {string: '{"id":"102951424741460790","created_at":"2019-10-12T21:01:13.826Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951424741460790","url":"http://localhost/@admin/102951424741460790","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | body: {string: '{"id":"103704150669322767","created_at":"2020-02-22T19:29:19.988Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704150669322767","url":"http://localhost/@admin/103704150669322767","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:01:13.837Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"24","expires_at":"2019-10-12T21:06:13.816Z","expired":false,"multiple":false,"votes_count":0,"voters_count":0,"voted":true,"own_votes":[],"options":[{"title":"four | 17 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2020-02-22T19:34:19.971Z","expired":false,"multiple":false,"votes_count":0,"voters_count":0,"voted":true,"own_votes":[],"options":[{"title":"four |
18 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'} | 18 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 20 | Cache-Control: ['no-cache, no-store'] |
@@ -26,10 +26,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [7ea4a8df-598d-4e81-9ce1-dc51de29ffec] | 29 | X-Request-Id: [abfc4ec8-fb95-4035-81bc-81062b1e08b9] |
30 | X-Runtime: ['0.166638'] | 30 | X-Runtime: ['0.216296'] |
31 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1459'] | 32 | content-length: ['1496'] |
33 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
34 | - request: | 34 | - request: |
35 | body: choices%5B%5D=1 | 35 | body: choices%5B%5D=1 |
@@ -42,9 +42,9 @@ interactions: | |||
42 | Content-Type: [application/x-www-form-urlencoded] | 42 | Content-Type: [application/x-www-form-urlencoded] |
43 | User-Agent: [python-requests/2.18.4] | 43 | User-Agent: [python-requests/2.18.4] |
44 | method: POST | 44 | method: POST |
45 | uri: http://localhost:3000/api/v1/polls/24/votes | 45 | uri: http://localhost:3000/api/v1/polls/2/votes |
46 | response: | 46 | response: |
47 | body: {string: '{"id":"24","expires_at":"2019-10-12T21:06:13.816Z","expired":false,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | 47 | body: {string: '{"id":"2","expires_at":"2020-02-22T19:34:19.971Z","expired":false,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four |
48 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} | 48 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} |
49 | headers: | 49 | headers: |
50 | Cache-Control: ['no-cache, no-store'] | 50 | Cache-Control: ['no-cache, no-store'] |
@@ -56,10 +56,10 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [b220a777-ddb6-4701-9551-2cd33dae8514] | 59 | X-Request-Id: [dee72c90-e1cc-4a6e-8e27-14fbda1671af] |
60 | X-Runtime: ['0.053747'] | 60 | X-Runtime: ['0.086159'] |
61 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['249'] | 62 | content-length: ['248'] |
63 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
64 | - request: | 64 | - request: |
65 | body: choices%5B%5D=0 | 65 | body: choices%5B%5D=0 |
@@ -72,7 +72,7 @@ interactions: | |||
72 | Content-Type: [application/x-www-form-urlencoded] | 72 | Content-Type: [application/x-www-form-urlencoded] |
73 | User-Agent: [python-requests/2.18.4] | 73 | User-Agent: [python-requests/2.18.4] |
74 | method: POST | 74 | method: POST |
75 | uri: http://localhost:3000/api/v1/polls/24/votes | 75 | uri: http://localhost:3000/api/v1/polls/2/votes |
76 | response: | 76 | response: |
77 | body: {string: '{"error":"Validation failed: You have already voted on this poll"}'} | 77 | body: {string: '{"error":"Validation failed: You have already voted on this poll"}'} |
78 | headers: | 78 | headers: |
@@ -85,8 +85,8 @@ interactions: | |||
85 | X-Download-Options: [noopen] | 85 | X-Download-Options: [noopen] |
86 | X-Frame-Options: [SAMEORIGIN] | 86 | X-Frame-Options: [SAMEORIGIN] |
87 | X-Permitted-Cross-Domain-Policies: [none] | 87 | X-Permitted-Cross-Domain-Policies: [none] |
88 | X-Request-Id: [4d91f6f6-339b-4e16-8dac-c1a1b9352d6f] | 88 | X-Request-Id: [e88cc93f-74fb-4f40-8e57-f33257935610] |
89 | X-Runtime: ['0.040711'] | 89 | X-Runtime: ['0.076578'] |
90 | X-XSS-Protection: [1; mode=block] | 90 | X-XSS-Protection: [1; mode=block] |
91 | content-length: ['66'] | 91 | content-length: ['66'] |
92 | status: {code: 422, message: Unprocessable Entity} | 92 | status: {code: 422, message: Unprocessable Entity} |
diff --git a/tests/cassettes/test_polls.yaml b/tests/cassettes/test_polls.yaml index 8d527f8..328e852 100644 --- a/tests/cassettes/test_polls.yaml +++ b/tests/cassettes/test_polls.yaml | |||
@@ -13,8 +13,8 @@ interactions: | |||
13 | method: POST | 13 | method: POST |
14 | uri: http://localhost:3000/api/v1/statuses | 14 | uri: http://localhost:3000/api/v1/statuses |
15 | response: | 15 | response: |
16 | body: {string: '{"id":"102951424701409020","created_at":"2019-10-12T21:01:13.216Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951424701409020","url":"http://localhost/@admin/102951424701409020","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | body: {string: '{"id":"103704150606384340","created_at":"2020-02-22T19:29:19.045Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704150606384340","url":"http://localhost/@admin/103704150606384340","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
17 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:01:13.231Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":0,"voters_count":0,"voted":true,"own_votes":[],"options":[{"title":"four | 17 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"votes_count":0,"voters_count":0,"voted":true,"own_votes":[],"options":[{"title":"four |
18 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'} | 18 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}'} |
19 | headers: | 19 | headers: |
20 | Cache-Control: ['no-cache, no-store'] | 20 | Cache-Control: ['no-cache, no-store'] |
@@ -26,10 +26,10 @@ interactions: | |||
26 | X-Download-Options: [noopen] | 26 | X-Download-Options: [noopen] |
27 | X-Frame-Options: [SAMEORIGIN] | 27 | X-Frame-Options: [SAMEORIGIN] |
28 | X-Permitted-Cross-Domain-Policies: [none] | 28 | X-Permitted-Cross-Domain-Policies: [none] |
29 | X-Request-Id: [9d9757b9-eb05-439e-ad50-0fe339177a39] | 29 | X-Request-Id: [252c3b26-6bfd-4ba8-a682-3353779c85e8] |
30 | X-Runtime: ['0.147985'] | 30 | X-Runtime: ['0.276535'] |
31 | X-XSS-Protection: [1; mode=block] | 31 | X-XSS-Protection: [1; mode=block] |
32 | content-length: ['1458'] | 32 | content-length: ['1495'] |
33 | status: {code: 200, message: OK} | 33 | status: {code: 200, message: OK} |
34 | - request: | 34 | - request: |
35 | body: choices%5B%5D=1 | 35 | body: choices%5B%5D=1 |
@@ -42,9 +42,9 @@ interactions: | |||
42 | Content-Type: [application/x-www-form-urlencoded] | 42 | Content-Type: [application/x-www-form-urlencoded] |
43 | User-Agent: [python-requests/2.18.4] | 43 | User-Agent: [python-requests/2.18.4] |
44 | method: POST | 44 | method: POST |
45 | uri: http://localhost:3000/api/v1/polls/23/votes | 45 | uri: http://localhost:3000/api/v1/polls/1/votes |
46 | response: | 46 | response: |
47 | body: {string: '{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | 47 | body: {string: '{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four |
48 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} | 48 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} |
49 | headers: | 49 | headers: |
50 | Cache-Control: ['no-cache, no-store'] | 50 | Cache-Control: ['no-cache, no-store'] |
@@ -56,10 +56,10 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [ed243a3f-93d1-4487-8ff2-f2900dae0956] | 59 | X-Request-Id: [dd18e861-0884-4c31-a968-f0e6a56cf5b1] |
60 | X-Runtime: ['0.116489'] | 60 | X-Runtime: ['0.198109'] |
61 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['248'] | 62 | content-length: ['247'] |
63 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
64 | - request: | 64 | - request: |
65 | body: null | 65 | body: null |
@@ -70,9 +70,9 @@ interactions: | |||
70 | Connection: [keep-alive] | 70 | Connection: [keep-alive] |
71 | User-Agent: [python-requests/2.18.4] | 71 | User-Agent: [python-requests/2.18.4] |
72 | method: GET | 72 | method: GET |
73 | uri: http://localhost:3000/api/v1/polls/23 | 73 | uri: http://localhost:3000/api/v1/polls/1 |
74 | response: | 74 | response: |
75 | body: {string: '{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | 75 | body: {string: '{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four |
76 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} | 76 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} |
77 | headers: | 77 | headers: |
78 | Cache-Control: ['no-cache, no-store'] | 78 | Cache-Control: ['no-cache, no-store'] |
@@ -84,10 +84,10 @@ interactions: | |||
84 | X-Download-Options: [noopen] | 84 | X-Download-Options: [noopen] |
85 | X-Frame-Options: [SAMEORIGIN] | 85 | X-Frame-Options: [SAMEORIGIN] |
86 | X-Permitted-Cross-Domain-Policies: [none] | 86 | X-Permitted-Cross-Domain-Policies: [none] |
87 | X-Request-Id: [c26b34f4-3222-4a9f-a043-133cf0abc1e1] | 87 | X-Request-Id: [637a33a9-2291-4a69-98fb-8a2c4243e009] |
88 | X-Runtime: ['0.026743'] | 88 | X-Runtime: ['0.063736'] |
89 | X-XSS-Protection: [1; mode=block] | 89 | X-XSS-Protection: [1; mode=block] |
90 | content-length: ['248'] | 90 | content-length: ['247'] |
91 | status: {code: 200, message: OK} | 91 | status: {code: 200, message: OK} |
92 | - request: | 92 | - request: |
93 | body: choices%5B%5D=0 | 93 | body: choices%5B%5D=0 |
@@ -100,9 +100,9 @@ interactions: | |||
100 | Content-Type: [application/x-www-form-urlencoded] | 100 | Content-Type: [application/x-www-form-urlencoded] |
101 | User-Agent: [python-requests/2.18.4] | 101 | User-Agent: [python-requests/2.18.4] |
102 | method: POST | 102 | method: POST |
103 | uri: http://localhost:3000/api/v1/polls/23/votes | 103 | uri: http://localhost:3000/api/v1/polls/1/votes |
104 | response: | 104 | response: |
105 | body: {string: '{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[1,0],"options":[{"title":"four | 105 | body: {string: '{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[1,0],"options":[{"title":"four |
106 | twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} | 106 | twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} |
107 | headers: | 107 | headers: |
108 | Cache-Control: ['no-cache, no-store'] | 108 | Cache-Control: ['no-cache, no-store'] |
@@ -114,10 +114,10 @@ interactions: | |||
114 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
115 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
116 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
117 | X-Request-Id: [e1eaf442-23bb-4580-b0db-5d0542373e6d] | 117 | X-Request-Id: [c0c2d3a3-38a4-41ae-95da-2be7d33abda5] |
118 | X-Runtime: ['0.047685'] | 118 | X-Runtime: ['0.067790'] |
119 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
120 | content-length: ['250'] | 120 | content-length: ['249'] |
121 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
122 | - request: | 122 | - request: |
123 | body: null | 123 | body: null |
@@ -128,9 +128,9 @@ interactions: | |||
128 | Connection: [keep-alive] | 128 | Connection: [keep-alive] |
129 | User-Agent: [python-requests/2.18.4] | 129 | User-Agent: [python-requests/2.18.4] |
130 | method: GET | 130 | method: GET |
131 | uri: http://localhost:3000/api/v1/polls/23 | 131 | uri: http://localhost:3000/api/v1/polls/1 |
132 | response: | 132 | response: |
133 | body: {string: '{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[1,0],"options":[{"title":"four | 133 | body: {string: '{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[1,0],"options":[{"title":"four |
134 | twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} | 134 | twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}'} |
135 | headers: | 135 | headers: |
136 | Cache-Control: ['no-cache, no-store'] | 136 | Cache-Control: ['no-cache, no-store'] |
@@ -142,10 +142,10 @@ interactions: | |||
142 | X-Download-Options: [noopen] | 142 | X-Download-Options: [noopen] |
143 | X-Frame-Options: [SAMEORIGIN] | 143 | X-Frame-Options: [SAMEORIGIN] |
144 | X-Permitted-Cross-Domain-Policies: [none] | 144 | X-Permitted-Cross-Domain-Policies: [none] |
145 | X-Request-Id: [c9f34bc7-c7e5-4e19-bbbf-dfadc361a351] | 145 | X-Request-Id: [cc549c17-839d-4e10-85e8-1d278ea9e17f] |
146 | X-Runtime: ['0.031274'] | 146 | X-Runtime: ['0.050189'] |
147 | X-XSS-Protection: [1; mode=block] | 147 | X-XSS-Protection: [1; mode=block] |
148 | content-length: ['250'] | 148 | content-length: ['249'] |
149 | status: {code: 200, message: OK} | 149 | status: {code: 200, message: OK} |
150 | - request: | 150 | - request: |
151 | body: null | 151 | body: null |
@@ -157,10 +157,10 @@ interactions: | |||
157 | Content-Length: ['0'] | 157 | Content-Length: ['0'] |
158 | User-Agent: [python-requests/2.18.4] | 158 | User-Agent: [python-requests/2.18.4] |
159 | method: DELETE | 159 | method: DELETE |
160 | uri: http://localhost:3000/api/v1/statuses/102951424701409020 | 160 | uri: http://localhost:3000/api/v1/statuses/103704150606384340 |
161 | response: | 161 | response: |
162 | body: {string: '{"id":"102951424701409020","created_at":"2019-10-12T21:01:13.216Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951424701409020","url":"http://localhost/@admin/102951424701409020","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"nice","reblog":null,"application":{"name":"Mastodon.py | 162 | body: {string: '{"id":"103704150606384340","created_at":"2020-02-22T19:29:19.045Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704150606384340","url":"http://localhost/@admin/103704150606384340","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"nice","reblog":null,"application":{"name":"Mastodon.py |
163 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:01:13.231Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"23","expires_at":"2019-10-12T21:06:13.207Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[],"options":[{"title":"four | 163 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"1","expires_at":"2020-02-22T19:34:19.024Z","expired":false,"multiple":true,"votes_count":2,"voters_count":1,"voted":true,"own_votes":[],"options":[{"title":"four |
164 | twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}'} | 164 | twenty","votes_count":1},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}'} |
165 | headers: | 165 | headers: |
166 | Cache-Control: ['no-cache, no-store'] | 166 | Cache-Control: ['no-cache, no-store'] |
@@ -172,9 +172,9 @@ interactions: | |||
172 | X-Download-Options: [noopen] | 172 | X-Download-Options: [noopen] |
173 | X-Frame-Options: [SAMEORIGIN] | 173 | X-Frame-Options: [SAMEORIGIN] |
174 | X-Permitted-Cross-Domain-Policies: [none] | 174 | X-Permitted-Cross-Domain-Policies: [none] |
175 | X-Request-Id: [a0c10505-5052-4680-a352-86db6770f983] | 175 | X-Request-Id: [e46de07b-f3a1-42ab-a802-831ae179c8e4] |
176 | X-Runtime: ['0.155550'] | 176 | X-Runtime: ['0.168389'] |
177 | X-XSS-Protection: [1; mode=block] | 177 | X-XSS-Protection: [1; mode=block] |
178 | content-length: ['1428'] | 178 | content-length: ['1465'] |
179 | status: {code: 200, message: OK} | 179 | status: {code: 200, message: OK} |
180 | version: 1 | 180 | version: 1 |
diff --git a/tests/cassettes/test_preferences.yaml b/tests/cassettes/test_preferences.yaml index 8bd2462..1cc5545 100644 --- a/tests/cassettes/test_preferences.yaml +++ b/tests/cassettes/test_preferences.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [857b0a0f-7022-45f1-b75c-6daabd4266bf] | 24 | X-Request-Id: [1d9cde8e-24b1-44cf-a626-fee53f428067] |
25 | X-Runtime: ['0.025397'] | 25 | X-Runtime: ['0.052835'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['170'] | 27 | content-length: ['170'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_public_tl.yaml b/tests/cassettes/test_public_tl.yaml index d1b32d1..6e3b356 100644 --- a/tests/cassettes/test_public_tl.yaml +++ b/tests/cassettes/test_public_tl.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951430755064045","created_at":"2019-10-12T21:02:45.581Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430755064045","url":"http://localhost/@mastodonpy_test/102951430755064045","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704156977111216","created_at":"2020-02-22T19:30:56.228Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704156977111216","url":"http://localhost/@mastodonpy_test/103704156977111216","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:45.591Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [6cc7e151-e119-433b-86a3-0b532a74cc96] | 27 | X-Request-Id: [1dcdf2b1-1d7a-47f0-9376-fe9f96c9a923] |
28 | X-Runtime: ['0.172911'] | 28 | X-Runtime: ['0.178397'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -40,63 +40,23 @@ interactions: | |||
40 | method: GET | 40 | method: GET |
41 | uri: http://localhost:3000/api/v1/timelines/public | 41 | uri: http://localhost:3000/api/v1/timelines/public |
42 | response: | 42 | response: |
43 | body: {string: '[{"id":"102951430755064045","created_at":"2019-10-12T21:02:45.581Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430755064045","url":"http://localhost/@mastodonpy_test/102951430755064045","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 43 | body: {string: '[{"id":"103704156977111216","created_at":"2020-02-22T19:30:56.228Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704156977111216","url":"http://localhost/@mastodonpy_test/103704156977111216","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:02:45.591Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951428073573330","created_at":"2019-10-12T21:02:04.665Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951428073573330","url":"http://localhost/@mastodonpy_test/102951428073573330","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s | 44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704154287057569","created_at":"2020-02-22T19:30:15.186Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704154287057569","url":"http://localhost/@mastodonpy_test/103704154287057569","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
45 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 45 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
46 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:02:45.591Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951426786050221","created_at":"2019-10-12T21:01:45.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/102951426786050221","url":"http://localhost/@admin/102951426786050221","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | 46 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704153009330401","created_at":"2020-02-22T19:29:55.713Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704153009330401","url":"http://localhost/@admin/103704153009330401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eon |
47 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 47 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
48 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951426769804033","created_at":"2019-10-12T21:01:44.778Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951426769804033","url":"http://localhost/@admin/102951426769804033","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 48 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704152979846395","created_at":"2020-02-22T19:29:55.300Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704152979846395","url":"http://localhost/@admin/103704152979846395","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
49 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 49 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
50 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 50 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
51 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 51 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
52 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102951424741460790","created_at":"2019-10-12T21:01:13.826Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951424741460790","url":"http://localhost/@admin/102951424741460790","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 52 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","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":"103704150669322767","created_at":"2020-02-22T19:29:19.988Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704150669322767","url":"http://localhost/@admin/103704150669322767","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
53 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"24","expires_at":"2019-10-12T21:06:13.816Z","expired":false,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | 53 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2020-02-22T19:34:19.971Z","expired":false,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four |
54 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945953661125145","created_at":"2019-10-11T21:49:51.767Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945953661125145","url":"http://localhost/@admin/102945953661125145","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | 54 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} |
55 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
56 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945953641974619","created_at":"2019-10-11T21:49:51.493Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945953641974619","url":"http://localhost/@admin/102945953641974619","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
57 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
58 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
59 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
60 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945951573665999","created_at":"2019-10-11T21:49:19.910Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945951573665999","url":"http://localhost/@admin/102945951573665999","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 | ||
61 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"22","expires_at":"2019-10-11T21:54:19.902Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
62 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945937723509629","created_at":"2019-10-11T21:45:48.629Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945937723509629","url":"http://localhost/@admin/102945937723509629","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
63 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
64 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945937692413194","created_at":"2019-10-11T21:45:48.119Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945937692413194","url":"http://localhost/@admin/102945937692413194","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
65 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
66 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
67 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
68 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945783892469912","created_at":"2019-10-11T21:06:41.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945783892469912","url":"http://localhost/@admin/102945783892469912","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
69 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
70 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945783875235080","created_at":"2019-10-11T21:06:41.060Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945783875235080","url":"http://localhost/@admin/102945783875235080","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
71 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
72 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
73 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
74 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945781804963765","created_at":"2019-10-11T21:06:09.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945781804963765","url":"http://localhost/@admin/102945781804963765","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
75 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"20","expires_at":"2019-10-11T21:11:09.440Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
76 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945775676263247","created_at":"2019-10-11T21:04:35.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945775676263247","url":"http://localhost/@admin/102945775676263247","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
77 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
78 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945775653916499","created_at":"2019-10-11T21:04:35.631Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945775653916499","url":"http://localhost/@admin/102945775653916499","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
79 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
80 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
81 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
82 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945773603039444","created_at":"2019-10-11T21:04:04.296Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945773603039444","url":"http://localhost/@admin/102945773603039444","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 | ||
83 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"18","expires_at":"2019-10-11T21:09:04.288Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
84 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317294022170445","created_at":"2019-06-22T21:13:26.942Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317294022170445","url":"http://localhost/@admin/102317294022170445","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
85 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
86 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317294005876209","created_at":"2019-06-22T21:13:26.706Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317294005876209","url":"http://localhost/@admin/102317294005876209","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
87 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
88 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
89 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
90 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317292327454763","created_at":"2019-06-22T21:13:01.083Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317292327454763","url":"http://localhost/@admin/102317292327454763","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
91 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"16","expires_at":"2019-06-22T21:18:01.074Z","expired":true,"multiple":false,"votes_count":1,"voters_count":null,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
92 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317281903571697","created_at":"2019-06-22T21:10:22.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317281903571697","url":"http://localhost/@admin/102317281903571697","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
93 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"14","expires_at":"2019-06-22T21:15:22.016Z","expired":true,"multiple":false,"votes_count":0,"voters_count":null,"voted":false,"own_votes":[],"options":[{"title":"four | ||
94 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}]'} | ||
95 | headers: | 55 | headers: |
96 | Cache-Control: ['no-cache, no-store'] | 56 | Cache-Control: ['no-cache, no-store'] |
97 | Content-Type: [application/json; charset=utf-8] | 57 | Content-Type: [application/json; charset=utf-8] |
98 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=102317281903571697>; | 58 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=103704150669322767>; |
99 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=102951430755064045>; | 59 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=103704156977111216>; |
100 | rel="prev"'] | 60 | rel="prev"'] |
101 | Referrer-Policy: [strict-origin-when-cross-origin] | 61 | Referrer-Policy: [strict-origin-when-cross-origin] |
102 | Transfer-Encoding: [chunked] | 62 | Transfer-Encoding: [chunked] |
@@ -105,10 +65,10 @@ interactions: | |||
105 | X-Download-Options: [noopen] | 65 | X-Download-Options: [noopen] |
106 | X-Frame-Options: [SAMEORIGIN] | 66 | X-Frame-Options: [SAMEORIGIN] |
107 | X-Permitted-Cross-Domain-Policies: [none] | 67 | X-Permitted-Cross-Domain-Policies: [none] |
108 | X-Request-Id: [150fed00-b7ec-4efe-bb99-0fd69229814c] | 68 | X-Request-Id: [40bb7183-0a40-4b46-b7ed-f73f2d85048d] |
109 | X-Runtime: ['0.436283'] | 69 | X-Runtime: ['0.247981'] |
110 | X-XSS-Protection: [1; mode=block] | 70 | X-XSS-Protection: [1; mode=block] |
111 | content-length: ['28016'] | 71 | content-length: ['7013'] |
112 | status: {code: 200, message: OK} | 72 | status: {code: 200, message: OK} |
113 | - request: | 73 | - request: |
114 | body: null | 74 | body: null |
@@ -121,63 +81,23 @@ interactions: | |||
121 | method: GET | 81 | method: GET |
122 | uri: http://localhost:3000/api/v1/timelines/public?local=1 | 82 | uri: http://localhost:3000/api/v1/timelines/public?local=1 |
123 | response: | 83 | response: |
124 | body: {string: '[{"id":"102951430755064045","created_at":"2019-10-12T21:02:45.581Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430755064045","url":"http://localhost/@mastodonpy_test/102951430755064045","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 | 84 | body: {string: '[{"id":"103704156977111216","created_at":"2020-02-22T19:30:56.228Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704156977111216","url":"http://localhost/@mastodonpy_test/103704156977111216","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
125 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:45.591Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951428073573330","created_at":"2019-10-12T21:02:04.665Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951428073573330","url":"http://localhost/@mastodonpy_test/102951428073573330","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s | 85 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704154287057569","created_at":"2020-02-22T19:30:15.186Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704154287057569","url":"http://localhost/@mastodonpy_test/103704154287057569","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
126 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 86 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
127 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:45.591Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951426786050221","created_at":"2019-10-12T21:01:45.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/102951426786050221","url":"http://localhost/@admin/102951426786050221","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | 87 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704153009330401","created_at":"2020-02-22T19:29:55.713Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704153009330401","url":"http://localhost/@admin/103704153009330401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eon |
128 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
129 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951426769804033","created_at":"2019-10-12T21:01:44.778Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951426769804033","url":"http://localhost/@admin/102951426769804033","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
130 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
131 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
132 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
133 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102951424741460790","created_at":"2019-10-12T21:01:13.826Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951424741460790","url":"http://localhost/@admin/102951424741460790","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
134 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"24","expires_at":"2019-10-12T21:06:13.816Z","expired":false,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
135 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945953661125145","created_at":"2019-10-11T21:49:51.767Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945953661125145","url":"http://localhost/@admin/102945953661125145","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
136 | the internet, nobody knows you\u0026apos;re a plane\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-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945953641974619","created_at":"2019-10-11T21:49:51.493Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945953641974619","url":"http://localhost/@admin/102945953641974619","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
138 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
139 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
140 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
141 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945951573665999","created_at":"2019-10-11T21:49:19.910Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945951573665999","url":"http://localhost/@admin/102945951573665999","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
142 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"22","expires_at":"2019-10-11T21:54:19.902Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
143 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945937723509629","created_at":"2019-10-11T21:45:48.629Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945937723509629","url":"http://localhost/@admin/102945937723509629","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
144 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
145 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945937692413194","created_at":"2019-10-11T21:45:48.119Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945937692413194","url":"http://localhost/@admin/102945937692413194","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
146 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
147 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
148 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
149 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945783892469912","created_at":"2019-10-11T21:06:41.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945783892469912","url":"http://localhost/@admin/102945783892469912","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
150 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
151 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945783875235080","created_at":"2019-10-11T21:06:41.060Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945783875235080","url":"http://localhost/@admin/102945783875235080","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
152 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
153 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
154 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
155 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945781804963765","created_at":"2019-10-11T21:06:09.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945781804963765","url":"http://localhost/@admin/102945781804963765","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 | ||
156 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"20","expires_at":"2019-10-11T21:11:09.440Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
157 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945775676263247","created_at":"2019-10-11T21:04:35.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945775676263247","url":"http://localhost/@admin/102945775676263247","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
158 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
159 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945775653916499","created_at":"2019-10-11T21:04:35.631Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945775653916499","url":"http://localhost/@admin/102945775653916499","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | ||
160 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
161 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
162 | beep beep I\u0026apos;m a jeep\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-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945773603039444","created_at":"2019-10-11T21:04:04.296Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945773603039444","url":"http://localhost/@admin/102945773603039444","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 | ||
164 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"18","expires_at":"2019-10-11T21:09:04.288Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four | ||
165 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317294022170445","created_at":"2019-06-22T21:13:26.942Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317294022170445","url":"http://localhost/@admin/102317294022170445","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eon | ||
166 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 88 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
167 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317294005876209","created_at":"2019-06-22T21:13:26.706Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317294005876209","url":"http://localhost/@admin/102317294005876209","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 89 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704152979846395","created_at":"2020-02-22T19:29:55.300Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704152979846395","url":"http://localhost/@admin/103704152979846395","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
168 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 90 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
169 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 91 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
170 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 92 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
171 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317292327454763","created_at":"2019-06-22T21:13:01.083Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317292327454763","url":"http://localhost/@admin/102317292327454763","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 93 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","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":"103704150669322767","created_at":"2020-02-22T19:29:19.988Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704150669322767","url":"http://localhost/@admin/103704150669322767","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
172 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"16","expires_at":"2019-06-22T21:18:01.074Z","expired":true,"multiple":false,"votes_count":1,"voters_count":null,"voted":true,"own_votes":[1],"options":[{"title":"four | 94 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2020-02-22T19:34:19.971Z","expired":false,"multiple":false,"votes_count":1,"voters_count":1,"voted":true,"own_votes":[1],"options":[{"title":"four |
173 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317281903571697","created_at":"2019-06-22T21:10:22.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317281903571697","url":"http://localhost/@admin/102317281903571697","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 95 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} |
174 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"14","expires_at":"2019-06-22T21:15:22.016Z","expired":true,"multiple":false,"votes_count":0,"voters_count":null,"voted":false,"own_votes":[],"options":[{"title":"four | ||
175 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}]'} | ||
176 | headers: | 96 | headers: |
177 | Cache-Control: ['no-cache, no-store'] | 97 | Cache-Control: ['no-cache, no-store'] |
178 | Content-Type: [application/json; charset=utf-8] | 98 | Content-Type: [application/json; charset=utf-8] |
179 | Link: ['<http://localhost:3000/api/v1/timelines/public?local=1&max_id=102317281903571697>; | 99 | Link: ['<http://localhost:3000/api/v1/timelines/public?local=1&max_id=103704150669322767>; |
180 | rel="next", <http://localhost:3000/api/v1/timelines/public?local=1&min_id=102951430755064045>; | 100 | rel="next", <http://localhost:3000/api/v1/timelines/public?local=1&min_id=103704156977111216>; |
181 | rel="prev"'] | 101 | rel="prev"'] |
182 | Referrer-Policy: [strict-origin-when-cross-origin] | 102 | Referrer-Policy: [strict-origin-when-cross-origin] |
183 | Transfer-Encoding: [chunked] | 103 | Transfer-Encoding: [chunked] |
@@ -186,10 +106,10 @@ interactions: | |||
186 | X-Download-Options: [noopen] | 106 | X-Download-Options: [noopen] |
187 | X-Frame-Options: [SAMEORIGIN] | 107 | X-Frame-Options: [SAMEORIGIN] |
188 | X-Permitted-Cross-Domain-Policies: [none] | 108 | X-Permitted-Cross-Domain-Policies: [none] |
189 | X-Request-Id: [39236b73-70a2-42e6-803f-e0d922bf5e04] | 109 | X-Request-Id: [5dee7495-1157-4562-87d7-d10472973c4e] |
190 | X-Runtime: ['0.348798'] | 110 | X-Runtime: ['0.182263'] |
191 | X-XSS-Protection: [1; mode=block] | 111 | X-XSS-Protection: [1; mode=block] |
192 | content-length: ['28016'] | 112 | content-length: ['7013'] |
193 | status: {code: 200, message: OK} | 113 | status: {code: 200, message: OK} |
194 | - request: | 114 | - request: |
195 | body: null | 115 | body: null |
@@ -201,10 +121,10 @@ interactions: | |||
201 | Content-Length: ['0'] | 121 | Content-Length: ['0'] |
202 | User-Agent: [python-requests/2.18.4] | 122 | User-Agent: [python-requests/2.18.4] |
203 | method: DELETE | 123 | method: DELETE |
204 | uri: http://localhost:3000/api/v1/statuses/102951430755064045 | 124 | uri: http://localhost:3000/api/v1/statuses/103704156977111216 |
205 | response: | 125 | response: |
206 | body: {string: '{"id":"102951430755064045","created_at":"2019-10-12T21:02:45.581Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430755064045","url":"http://localhost/@mastodonpy_test/102951430755064045","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 | 126 | body: {string: '{"id":"103704156977111216","created_at":"2020-02-22T19:30:56.228Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704156977111216","url":"http://localhost/@mastodonpy_test/103704156977111216","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
207 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:45.591Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 127 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
208 | headers: | 128 | headers: |
209 | Cache-Control: ['no-cache, no-store'] | 129 | Cache-Control: ['no-cache, no-store'] |
210 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
@@ -215,9 +135,9 @@ interactions: | |||
215 | X-Download-Options: [noopen] | 135 | X-Download-Options: [noopen] |
216 | X-Frame-Options: [SAMEORIGIN] | 136 | X-Frame-Options: [SAMEORIGIN] |
217 | X-Permitted-Cross-Domain-Policies: [none] | 137 | X-Permitted-Cross-Domain-Policies: [none] |
218 | X-Request-Id: [f13dc445-ac40-4f09-8402-e9822d9e31ed] | 138 | X-Request-Id: [dcb7dd95-0e30-4ff7-88d8-2ddc64ed9fab] |
219 | X-Runtime: ['0.091006'] | 139 | X-Runtime: ['0.132520'] |
220 | X-XSS-Protection: [1; mode=block] | 140 | X-XSS-Protection: [1; mode=block] |
221 | content-length: ['1250'] | 141 | content-length: ['1290'] |
222 | status: {code: 200, message: OK} | 142 | status: {code: 200, message: OK} |
223 | version: 1 | 143 | version: 1 |
diff --git a/tests/cassettes/test_public_tl_anonymous.yaml b/tests/cassettes/test_public_tl_anonymous.yaml index 0558de7..6d9ba3e 100644 --- a/tests/cassettes/test_public_tl_anonymous.yaml +++ b/tests/cassettes/test_public_tl_anonymous.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951430710340653","created_at":"2019-10-12T21:02:44.900Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430710340653","url":"http://localhost/@mastodonpy_test/102951430710340653","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704156928920458","created_at":"2020-02-22T19:30:55.496Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704156928920458","url":"http://localhost/@mastodonpy_test/103704156928920458","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:44.913Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [ceae8048-fdd3-45e9-af20-74e848ed70aa] | 27 | X-Request-Id: [d96e1d77-86ab-4d55-b50a-e9e67056dc91] |
28 | X-Runtime: ['0.132248'] | 28 | X-Runtime: ['0.190904'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,63 +39,23 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/timelines/public | 40 | uri: http://localhost:3000/api/v1/timelines/public |
41 | response: | 41 | response: |
42 | body: {string: '[{"id":"102951430710340653","created_at":"2019-10-12T21:02:44.900Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430710340653","url":"http://localhost/@mastodonpy_test/102951430710340653","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 42 | body: {string: '[{"id":"103704156928920458","created_at":"2020-02-22T19:30:55.496Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704156928920458","url":"http://localhost/@mastodonpy_test/103704156928920458","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
43 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:02:44.913Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951428073573330","created_at":"2019-10-12T21:02:04.665Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951428073573330","url":"http://localhost/@mastodonpy_test/102951428073573330","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eit\u0026apos;s | 43 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704154287057569","created_at":"2020-02-22T19:30:15.186Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704154287057569","url":"http://localhost/@mastodonpy_test/103704154287057569","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eit\u0026apos;s |
44 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 44 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
45 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:02:44.913Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951426786050221","created_at":"2019-10-12T21:01:45.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/102951426786050221","url":"http://localhost/@admin/102951426786050221","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon | 45 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704153009330401","created_at":"2020-02-22T19:29:55.713Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704153009330401","url":"http://localhost/@admin/103704153009330401","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon |
46 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 46 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
47 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102951426769804033","created_at":"2019-10-12T21:01:44.778Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951426769804033","url":"http://localhost/@admin/102951426769804033","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e\u003cspan | 47 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"103704152979846395","created_at":"2020-02-22T19:29:55.300Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704152979846395","url":"http://localhost/@admin/103704152979846395","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e\u003cspan |
48 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 48 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
49 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 49 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
50 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 50 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
51 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102951424741460790","created_at":"2019-10-12T21:01:13.826Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951424741460790","url":"http://localhost/@admin/102951424741460790","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 51 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","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":"103704150669322767","created_at":"2020-02-22T19:29:19.988Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704150669322767","url":"http://localhost/@admin/103704150669322767","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
52 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"24","expires_at":"2019-10-12T21:06:13.816Z","expired":false,"multiple":false,"votes_count":1,"voters_count":1,"options":[{"title":"four | 52 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"2","expires_at":"2020-02-22T19:34:19.971Z","expired":false,"multiple":false,"votes_count":1,"voters_count":1,"options":[{"title":"four |
53 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945953661125145","created_at":"2019-10-11T21:49:51.767Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945953661125145","url":"http://localhost/@admin/102945953661125145","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon | 53 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}}]'} |
54 | 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-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945953641974619","created_at":"2019-10-11T21:49:51.493Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945953641974619","url":"http://localhost/@admin/102945953641974619","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e\u003cspan | ||
56 | 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 | ||
58 | 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-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945951573665999","created_at":"2019-10-11T21:49:19.910Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945951573665999","url":"http://localhost/@admin/102945951573665999","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
60 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"22","expires_at":"2019-10-11T21:54:19.902Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"options":[{"title":"four | ||
61 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945937723509629","created_at":"2019-10-11T21:45:48.629Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945937723509629","url":"http://localhost/@admin/102945937723509629","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon | ||
62 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
63 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945937692413194","created_at":"2019-10-11T21:45:48.119Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945937692413194","url":"http://localhost/@admin/102945937692413194","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e\u003cspan | ||
64 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
65 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
66 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
67 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945783892469912","created_at":"2019-10-11T21:06:41.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945783892469912","url":"http://localhost/@admin/102945783892469912","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon | ||
68 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
69 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945783875235080","created_at":"2019-10-11T21:06:41.060Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945783875235080","url":"http://localhost/@admin/102945783875235080","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e\u003cspan | ||
70 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
71 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
72 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
73 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945781804963765","created_at":"2019-10-11T21:06:09.448Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945781804963765","url":"http://localhost/@admin/102945781804963765","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
74 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"20","expires_at":"2019-10-11T21:11:09.440Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"options":[{"title":"four | ||
75 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102945775676263247","created_at":"2019-10-11T21:04:35.936Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945775676263247","url":"http://localhost/@admin/102945775676263247","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon | ||
76 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
77 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102945775653916499","created_at":"2019-10-11T21:04:35.631Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945775653916499","url":"http://localhost/@admin/102945775653916499","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e\u003cspan | ||
78 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
79 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
80 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
81 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","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":"102945773603039444","created_at":"2019-10-11T21:04:04.296Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102945773603039444","url":"http://localhost/@admin/102945773603039444","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
82 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"18","expires_at":"2019-10-11T21:09:04.288Z","expired":true,"multiple":false,"votes_count":1,"voters_count":1,"options":[{"title":"four | ||
83 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317294022170445","created_at":"2019-06-22T21:13:26.942Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317294022170445","url":"http://localhost/@admin/102317294022170445","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003eon | ||
84 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
85 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317294005876209","created_at":"2019-06-22T21:13:26.706Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317294005876209","url":"http://localhost/@admin/102317294005876209","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003e\u003cspan | ||
86 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | ||
87 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | ||
88 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
89 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null},{"id":"102317292327454763","created_at":"2019-06-22T21:13:01.083Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317292327454763","url":"http://localhost/@admin/102317292327454763","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
90 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"16","expires_at":"2019-06-22T21:18:01.074Z","expired":true,"multiple":false,"votes_count":1,"voters_count":null,"options":[{"title":"four | ||
91 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":1}],"emojis":[]}},{"id":"102317281903571697","created_at":"2019-06-22T21:10:22.023Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102317281903571697","url":"http://localhost/@admin/102317281903571697","replies_count":0,"reblogs_count":0,"favourites_count":0,"content":"\u003cp\u003enice\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | ||
92 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":{"id":"14","expires_at":"2019-06-22T21:15:22.016Z","expired":true,"multiple":false,"votes_count":0,"voters_count":null,"options":[{"title":"four | ||
93 | twenty","votes_count":0},{"title":"sixty-nine","votes_count":0}],"emojis":[]}}]'} | ||
94 | headers: | 54 | headers: |
95 | Cache-Control: ['no-cache, no-store'] | 55 | Cache-Control: ['no-cache, no-store'] |
96 | Content-Type: [application/json; charset=utf-8] | 56 | Content-Type: [application/json; charset=utf-8] |
97 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=102317281903571697>; | 57 | Link: ['<http://localhost:3000/api/v1/timelines/public?max_id=103704150669322767>; |
98 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=102951430710340653>; | 58 | rel="next", <http://localhost:3000/api/v1/timelines/public?min_id=103704156928920458>; |
99 | rel="prev"'] | 59 | rel="prev"'] |
100 | Referrer-Policy: [strict-origin-when-cross-origin] | 60 | Referrer-Policy: [strict-origin-when-cross-origin] |
101 | Transfer-Encoding: [chunked] | 61 | Transfer-Encoding: [chunked] |
@@ -104,10 +64,10 @@ interactions: | |||
104 | X-Download-Options: [noopen] | 64 | X-Download-Options: [noopen] |
105 | X-Frame-Options: [SAMEORIGIN] | 65 | X-Frame-Options: [SAMEORIGIN] |
106 | X-Permitted-Cross-Domain-Policies: [none] | 66 | X-Permitted-Cross-Domain-Policies: [none] |
107 | X-Request-Id: [7824be5b-cacf-4abe-8ef6-1e8be696f1fd] | 67 | X-Request-Id: [81a72f8e-57b7-4f9a-8816-4070360e35f2] |
108 | X-Runtime: ['0.356285'] | 68 | X-Runtime: ['0.311354'] |
109 | X-XSS-Protection: [1; mode=block] | 69 | X-XSS-Protection: [1; mode=block] |
110 | content-length: ['26792'] | 70 | content-length: ['6604'] |
111 | status: {code: 200, message: OK} | 71 | status: {code: 200, message: OK} |
112 | - request: | 72 | - request: |
113 | body: null | 73 | body: null |
@@ -119,10 +79,10 @@ interactions: | |||
119 | Content-Length: ['0'] | 79 | Content-Length: ['0'] |
120 | User-Agent: [python-requests/2.18.4] | 80 | User-Agent: [python-requests/2.18.4] |
121 | method: DELETE | 81 | method: DELETE |
122 | uri: http://localhost:3000/api/v1/statuses/102951430710340653 | 82 | uri: http://localhost:3000/api/v1/statuses/103704156928920458 |
123 | response: | 83 | response: |
124 | body: {string: '{"id":"102951430710340653","created_at":"2019-10-12T21:02:44.900Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430710340653","url":"http://localhost/@mastodonpy_test/102951430710340653","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 | body: {string: '{"id":"103704156928920458","created_at":"2020-02-22T19:30:55.496Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704156928920458","url":"http://localhost/@mastodonpy_test/103704156928920458","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
125 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:44.913Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 85 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
126 | headers: | 86 | headers: |
127 | Cache-Control: ['no-cache, no-store'] | 87 | Cache-Control: ['no-cache, no-store'] |
128 | Content-Type: [application/json; charset=utf-8] | 88 | Content-Type: [application/json; charset=utf-8] |
@@ -133,9 +93,9 @@ interactions: | |||
133 | X-Download-Options: [noopen] | 93 | X-Download-Options: [noopen] |
134 | X-Frame-Options: [SAMEORIGIN] | 94 | X-Frame-Options: [SAMEORIGIN] |
135 | X-Permitted-Cross-Domain-Policies: [none] | 95 | X-Permitted-Cross-Domain-Policies: [none] |
136 | X-Request-Id: [a1760b16-107b-4404-9976-1fd35b593447] | 96 | X-Request-Id: [58b48afb-d618-4d30-8421-f0bb3ebb5755] |
137 | X-Runtime: ['0.098924'] | 97 | X-Runtime: ['0.161197'] |
138 | X-XSS-Protection: [1; mode=block] | 98 | X-XSS-Protection: [1; mode=block] |
139 | content-length: ['1250'] | 99 | content-length: ['1290'] |
140 | status: {code: 200, message: OK} | 100 | status: {code: 200, message: OK} |
141 | version: 1 | 101 | version: 1 |
diff --git a/tests/cassettes/test_push_delete.yaml b/tests/cassettes/test_push_delete.yaml index 87588be..dab6881 100644 --- a/tests/cassettes/test_push_delete.yaml +++ b/tests/cassettes/test_push_delete.yaml | |||
@@ -1,18 +1,18 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BGKxXoHbg%2BNslvdwCnXIxRHQR21TmbI3ZHOqOIZCN6TPpP6AZBCOcy6lU9xyXU1b69VrjNHUSMhYWDVBHl8ZJIw%3D&subscription%5Bkeys%5D%5Bauth%5D=3BZJ%2B3r3eoJHsxncn8WUYQ%3D%3D | 3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BPJLfW03%2BNP04NbhC8zJs5xd30bDL%2B%2B0AghNrF1KcYN5uuznaJz%2FY%2B4s%2Bhe2e4FOiA80RQtYDUvJadQ6J3vvhyc%3D&subscription%5Bkeys%5D%5Bauth%5D=7J%2BeGTcOf7YRVA1Tbk06hg%3D%3D |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | 7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
8 | Connection: [keep-alive] | 8 | Connection: [keep-alive] |
9 | Content-Length: ['244'] | 9 | Content-Length: ['254'] |
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":48,"endpoint":"https://example.com","alerts":{},"server_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'} | 15 | body: {string: '{"id":3,"endpoint":"https://example.com","alerts":{},"server_key":"BPSW9N0oBHCeTlN6VgEPwlf36QQzuU6XtxguTJSM9xyW9kxnN2I_lzcHsk3ShJMRa0Na7t2kiE9UyJWrtQOsTJo="}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [a676fe56-130d-42e0-bddd-5d4ea8146197] | 26 | X-Request-Id: [182697a5-92aa-431d-9bd5-8e17a24c6ffc] |
27 | X-Runtime: ['0.024818'] | 27 | X-Runtime: ['0.039294'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['158'] | 29 | content-length: ['157'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -51,8 +51,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [251d35f6-96be-4e90-b776-14f8953abdc2] | 54 | X-Request-Id: [740dd74c-cf1d-47db-9da8-1572eadfd546] |
55 | X-Runtime: ['0.019851'] | 55 | X-Runtime: ['0.062684'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['2'] | 57 | content-length: ['2'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
@@ -78,8 +78,8 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [e1b6b6be-10cf-4dfd-b3e9-a7ede9061c85] | 81 | X-Request-Id: [77cb9346-5db6-4f77-abd5-7781d238e6d5] |
82 | X-Runtime: ['0.015498'] | 82 | X-Runtime: ['0.032786'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['28'] | 84 | content-length: ['28'] |
85 | status: {code: 404, message: Not Found} | 85 | status: {code: 404, message: Not Found} |
diff --git a/tests/cassettes/test_push_set.yaml b/tests/cassettes/test_push_set.yaml index abd96cb..7ef5653 100644 --- a/tests/cassettes/test_push_set.yaml +++ b/tests/cassettes/test_push_set.yaml | |||
@@ -1,6 +1,6 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BBwseDakzm67TG3xDZXDTThf0CwVqMK1PaZuPnL%2Fz5G3VuVa2C6Hc7T%2B2bC8IB%2BiLn%2B7u6Fam9SdUE2yMj3CWwc%3D&subscription%5Bkeys%5D%5Bauth%5D=I1nJBlpE7bZ6L5aYnViooA%3D%3D | 3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BDqo0y%2BobJuoQj%2BtQQP3Sf9gSkR49Nli8WZdxsIOHhgA9kC3v5v9kAgpi8cn5g%2BnN6hsKXfurFwKzVX1aEA%2B5MQ%3D&subscription%5Bkeys%5D%5Bauth%5D=o5mjIYrUKouhbtiymLLwkA%3D%3D |
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
@@ -12,7 +12,7 @@ interactions: | |||
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":46,"endpoint":"https://example.com","alerts":{},"server_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'} | 15 | body: {string: '{"id":1,"endpoint":"https://example.com","alerts":{},"server_key":"BPSW9N0oBHCeTlN6VgEPwlf36QQzuU6XtxguTJSM9xyW9kxnN2I_lzcHsk3ShJMRa0Na7t2kiE9UyJWrtQOsTJo="}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [f689d5d3-6f02-41f7-a1d8-3329e8ea3802] | 26 | X-Request-Id: [6ab3edf5-2aba-4cba-96cc-b49f4eee636a] |
27 | X-Runtime: ['0.022398'] | 27 | X-Runtime: ['0.064364'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['158'] | 29 | content-length: ['157'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: null | 32 | body: null |
@@ -39,7 +39,7 @@ interactions: | |||
39 | method: GET | 39 | method: GET |
40 | uri: http://localhost:3000/api/v1/push/subscription | 40 | uri: http://localhost:3000/api/v1/push/subscription |
41 | response: | 41 | response: |
42 | body: {string: '{"id":46,"endpoint":"https://example.com","alerts":{},"server_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'} | 42 | body: {string: '{"id":1,"endpoint":"https://example.com","alerts":{},"server_key":"BPSW9N0oBHCeTlN6VgEPwlf36QQzuU6XtxguTJSM9xyW9kxnN2I_lzcHsk3ShJMRa0Na7t2kiE9UyJWrtQOsTJo="}'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['no-cache, no-store'] | 44 | Cache-Control: ['no-cache, no-store'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
@@ -50,9 +50,9 @@ interactions: | |||
50 | X-Download-Options: [noopen] | 50 | X-Download-Options: [noopen] |
51 | X-Frame-Options: [SAMEORIGIN] | 51 | X-Frame-Options: [SAMEORIGIN] |
52 | X-Permitted-Cross-Domain-Policies: [none] | 52 | X-Permitted-Cross-Domain-Policies: [none] |
53 | X-Request-Id: [23fabb3a-3d95-472e-aef0-826294cd772e] | 53 | X-Request-Id: [3fcf73c1-5966-473d-937b-9dcb07859cff] |
54 | X-Runtime: ['0.014687'] | 54 | X-Runtime: ['0.063734'] |
55 | X-XSS-Protection: [1; mode=block] | 55 | X-XSS-Protection: [1; mode=block] |
56 | content-length: ['158'] | 56 | content-length: ['157'] |
57 | status: {code: 200, message: OK} | 57 | status: {code: 200, message: OK} |
58 | version: 1 | 58 | version: 1 |
diff --git a/tests/cassettes/test_push_update.yaml b/tests/cassettes/test_push_update.yaml index da01907..af24017 100644 --- a/tests/cassettes/test_push_update.yaml +++ b/tests/cassettes/test_push_update.yaml | |||
@@ -1,18 +1,18 @@ | |||
1 | interactions: | 1 | interactions: |
2 | - request: | 2 | - request: |
3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BAn0sXdglzYa3ZhyMRSMNX%2FD0OV05gkiZ7dwu%2B0SNyUUVHLybiX%2FR8pGnqI01Pxbme1mf2v9gKG6UpZmXnA%2BJdY%3D&subscription%5Bkeys%5D%5Bauth%5D=q4niy9KMG09aEfjIDlebfQ%3D%3D&data%5Balerts%5D%5Bfollow%5D=0&data%5Balerts%5D%5Bfavourite%5D=0&data%5Balerts%5D%5Breblog%5D=0&data%5Balerts%5D%5Bmention%5D=0 | 3 | body: subscription%5Bendpoint%5D=https%3A%2F%2Fexample.com&subscription%5Bkeys%5D%5Bp256dh%5D=BKLKkhUwlSEHYmTxHWUkcTfm1nfwbhvp47tSO4AF8%2FvA5YUssHzMblywqcdq7y0lZtKvSIVYpRLRpSdmKgnhIX4%3D&subscription%5Bkeys%5D%5Bauth%5D=oelFe68rpnwll8h7vWYZkw%3D%3D&data%5Balerts%5D%5Bfollow%5D=0&data%5Balerts%5D%5Bfavourite%5D=0&data%5Balerts%5D%5Breblog%5D=0&data%5Balerts%5D%5Bmention%5D=0 |
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: ['376'] | 9 | Content-Length: ['370'] |
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":47,"endpoint":"https://example.com","alerts":{"follow":false,"favourite":false,"reblog":false,"mention":false},"server_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'} | 15 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":false,"favourite":false,"reblog":false,"mention":false},"server_key":"BPSW9N0oBHCeTlN6VgEPwlf36QQzuU6XtxguTJSM9xyW9kxnN2I_lzcHsk3ShJMRa0Na7t2kiE9UyJWrtQOsTJo="}'} |
16 | headers: | 16 | headers: |
17 | Cache-Control: ['no-cache, no-store'] | 17 | Cache-Control: ['no-cache, no-store'] |
18 | Content-Type: [application/json; charset=utf-8] | 18 | Content-Type: [application/json; charset=utf-8] |
@@ -23,10 +23,10 @@ interactions: | |||
23 | X-Download-Options: [noopen] | 23 | X-Download-Options: [noopen] |
24 | X-Frame-Options: [SAMEORIGIN] | 24 | X-Frame-Options: [SAMEORIGIN] |
25 | X-Permitted-Cross-Domain-Policies: [none] | 25 | X-Permitted-Cross-Domain-Policies: [none] |
26 | X-Request-Id: [2155b1d9-1fb4-46c8-aa6d-3ba0650e39bd] | 26 | X-Request-Id: [24aaab97-8db2-477a-9153-b2580eb291f8] |
27 | X-Runtime: ['0.030293'] | 27 | X-Runtime: ['0.037218'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['221'] | 29 | content-length: ['220'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: data%5Balerts%5D%5Bfollow%5D=1&data%5Balerts%5D%5Bfavourite%5D=1&data%5Balerts%5D%5Breblog%5D=1&data%5Balerts%5D%5Bmention%5D=1 | 32 | body: data%5Balerts%5D%5Bfollow%5D=1&data%5Balerts%5D%5Bfavourite%5D=1&data%5Balerts%5D%5Breblog%5D=1&data%5Balerts%5D%5Bmention%5D=1 |
@@ -41,7 +41,7 @@ interactions: | |||
41 | method: PUT | 41 | method: PUT |
42 | uri: http://localhost:3000/api/v1/push/subscription | 42 | uri: http://localhost:3000/api/v1/push/subscription |
43 | response: | 43 | response: |
44 | body: {string: '{"id":47,"endpoint":"https://example.com","alerts":{"follow":true,"favourite":true,"reblog":true,"mention":true},"server_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'} | 44 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":true,"favourite":true,"reblog":true,"mention":true},"server_key":"BPSW9N0oBHCeTlN6VgEPwlf36QQzuU6XtxguTJSM9xyW9kxnN2I_lzcHsk3ShJMRa0Na7t2kiE9UyJWrtQOsTJo="}'} |
45 | headers: | 45 | headers: |
46 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [50b25586-b6c1-4773-96f2-7de9b2342728] | 55 | X-Request-Id: [6b278a6a-1307-4538-a866-37fe5693e156] |
56 | X-Runtime: ['0.019509'] | 56 | X-Runtime: ['0.033939'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['217'] | 58 | content-length: ['216'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: null | 61 | body: null |
@@ -68,7 +68,7 @@ interactions: | |||
68 | method: GET | 68 | method: GET |
69 | uri: http://localhost:3000/api/v1/push/subscription | 69 | uri: http://localhost:3000/api/v1/push/subscription |
70 | response: | 70 | response: |
71 | body: {string: '{"id":47,"endpoint":"https://example.com","alerts":{"follow":true,"favourite":true,"reblog":true,"mention":true},"server_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'} | 71 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":true,"favourite":true,"reblog":true,"mention":true},"server_key":"BPSW9N0oBHCeTlN6VgEPwlf36QQzuU6XtxguTJSM9xyW9kxnN2I_lzcHsk3ShJMRa0Na7t2kiE9UyJWrtQOsTJo="}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['no-cache, no-store'] | 73 | Cache-Control: ['no-cache, no-store'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
@@ -79,10 +79,10 @@ interactions: | |||
79 | X-Download-Options: [noopen] | 79 | X-Download-Options: [noopen] |
80 | X-Frame-Options: [SAMEORIGIN] | 80 | X-Frame-Options: [SAMEORIGIN] |
81 | X-Permitted-Cross-Domain-Policies: [none] | 81 | X-Permitted-Cross-Domain-Policies: [none] |
82 | X-Request-Id: [14ea052a-8423-4947-95cc-4bf45b1837f1] | 82 | X-Request-Id: [f8777881-aa4d-4460-8426-bd7412b67b29] |
83 | X-Runtime: ['0.031910'] | 83 | X-Runtime: ['0.027582'] |
84 | X-XSS-Protection: [1; mode=block] | 84 | X-XSS-Protection: [1; mode=block] |
85 | content-length: ['217'] | 85 | content-length: ['216'] |
86 | status: {code: 200, message: OK} | 86 | status: {code: 200, message: OK} |
87 | - request: | 87 | - request: |
88 | body: data%5Balerts%5D%5Bfollow%5D=0&data%5Balerts%5D%5Bfavourite%5D=0&data%5Balerts%5D%5Breblog%5D=0&data%5Balerts%5D%5Bmention%5D=0 | 88 | body: data%5Balerts%5D%5Bfollow%5D=0&data%5Balerts%5D%5Bfavourite%5D=0&data%5Balerts%5D%5Breblog%5D=0&data%5Balerts%5D%5Bmention%5D=0 |
@@ -97,7 +97,7 @@ interactions: | |||
97 | method: PUT | 97 | method: PUT |
98 | uri: http://localhost:3000/api/v1/push/subscription | 98 | uri: http://localhost:3000/api/v1/push/subscription |
99 | response: | 99 | response: |
100 | body: {string: '{"id":47,"endpoint":"https://example.com","alerts":{"follow":false,"favourite":false,"reblog":false,"mention":false},"server_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'} | 100 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":false,"favourite":false,"reblog":false,"mention":false},"server_key":"BPSW9N0oBHCeTlN6VgEPwlf36QQzuU6XtxguTJSM9xyW9kxnN2I_lzcHsk3ShJMRa0Na7t2kiE9UyJWrtQOsTJo="}'} |
101 | headers: | 101 | headers: |
102 | Cache-Control: ['no-cache, no-store'] | 102 | Cache-Control: ['no-cache, no-store'] |
103 | Content-Type: [application/json; charset=utf-8] | 103 | Content-Type: [application/json; charset=utf-8] |
@@ -108,10 +108,10 @@ interactions: | |||
108 | X-Download-Options: [noopen] | 108 | X-Download-Options: [noopen] |
109 | X-Frame-Options: [SAMEORIGIN] | 109 | X-Frame-Options: [SAMEORIGIN] |
110 | X-Permitted-Cross-Domain-Policies: [none] | 110 | X-Permitted-Cross-Domain-Policies: [none] |
111 | X-Request-Id: [e8f5d511-9979-47f3-a5e4-701e55ced861] | 111 | X-Request-Id: [e9eb1030-4c89-4a96-abf0-6bb19146e0c4] |
112 | X-Runtime: ['0.047377'] | 112 | X-Runtime: ['0.040965'] |
113 | X-XSS-Protection: [1; mode=block] | 113 | X-XSS-Protection: [1; mode=block] |
114 | content-length: ['221'] | 114 | content-length: ['220'] |
115 | status: {code: 200, message: OK} | 115 | status: {code: 200, message: OK} |
116 | - request: | 116 | - request: |
117 | body: null | 117 | body: null |
@@ -124,7 +124,7 @@ interactions: | |||
124 | method: GET | 124 | method: GET |
125 | uri: http://localhost:3000/api/v1/push/subscription | 125 | uri: http://localhost:3000/api/v1/push/subscription |
126 | response: | 126 | response: |
127 | body: {string: '{"id":47,"endpoint":"https://example.com","alerts":{"follow":false,"favourite":false,"reblog":false,"mention":false},"server_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'} | 127 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":false,"favourite":false,"reblog":false,"mention":false},"server_key":"BPSW9N0oBHCeTlN6VgEPwlf36QQzuU6XtxguTJSM9xyW9kxnN2I_lzcHsk3ShJMRa0Na7t2kiE9UyJWrtQOsTJo="}'} |
128 | headers: | 128 | headers: |
129 | Cache-Control: ['no-cache, no-store'] | 129 | Cache-Control: ['no-cache, no-store'] |
130 | Content-Type: [application/json; charset=utf-8] | 130 | Content-Type: [application/json; charset=utf-8] |
@@ -135,10 +135,10 @@ interactions: | |||
135 | X-Download-Options: [noopen] | 135 | X-Download-Options: [noopen] |
136 | X-Frame-Options: [SAMEORIGIN] | 136 | X-Frame-Options: [SAMEORIGIN] |
137 | X-Permitted-Cross-Domain-Policies: [none] | 137 | X-Permitted-Cross-Domain-Policies: [none] |
138 | X-Request-Id: [61383f96-f20a-4a7e-b670-735ed147c8aa] | 138 | X-Request-Id: [c164dee0-74fe-4a2a-b604-95c63e52db76] |
139 | X-Runtime: ['0.017065'] | 139 | X-Runtime: ['0.027418'] |
140 | X-XSS-Protection: [1; mode=block] | 140 | X-XSS-Protection: [1; mode=block] |
141 | content-length: ['221'] | 141 | content-length: ['220'] |
142 | status: {code: 200, message: OK} | 142 | status: {code: 200, message: OK} |
143 | - request: | 143 | - request: |
144 | body: null | 144 | body: null |
@@ -151,7 +151,7 @@ interactions: | |||
151 | method: GET | 151 | method: GET |
152 | uri: http://localhost:3000/api/v1/push/subscription | 152 | uri: http://localhost:3000/api/v1/push/subscription |
153 | response: | 153 | response: |
154 | body: {string: '{"id":47,"endpoint":"https://example.com","alerts":{"follow":false,"favourite":false,"reblog":false,"mention":false},"server_key":"BAWt221FllE4MOQ_TNqrMrc32IW2XhCRR0WTPI0Ne0TzoNm6UeUdEDDs5FAn8nGtW8eiJyCmSMoJnUEFi1Cj1Rk="}'} | 154 | body: {string: '{"id":2,"endpoint":"https://example.com","alerts":{"follow":false,"favourite":false,"reblog":false,"mention":false},"server_key":"BPSW9N0oBHCeTlN6VgEPwlf36QQzuU6XtxguTJSM9xyW9kxnN2I_lzcHsk3ShJMRa0Na7t2kiE9UyJWrtQOsTJo="}'} |
155 | headers: | 155 | headers: |
156 | Cache-Control: ['no-cache, no-store'] | 156 | Cache-Control: ['no-cache, no-store'] |
157 | Content-Type: [application/json; charset=utf-8] | 157 | Content-Type: [application/json; charset=utf-8] |
@@ -162,9 +162,9 @@ interactions: | |||
162 | X-Download-Options: [noopen] | 162 | X-Download-Options: [noopen] |
163 | X-Frame-Options: [SAMEORIGIN] | 163 | X-Frame-Options: [SAMEORIGIN] |
164 | X-Permitted-Cross-Domain-Policies: [none] | 164 | X-Permitted-Cross-Domain-Policies: [none] |
165 | X-Request-Id: [2e438ee6-05a3-40ea-9dc1-5914a40efee4] | 165 | X-Request-Id: [67f329f9-0f19-44c8-bef3-59d5bd55f4eb] |
166 | X-Runtime: ['0.015956'] | 166 | X-Runtime: ['0.031697'] |
167 | X-XSS-Protection: [1; mode=block] | 167 | X-XSS-Protection: [1; mode=block] |
168 | content-length: ['221'] | 168 | content-length: ['220'] |
169 | status: {code: 200, message: OK} | 169 | status: {code: 200, message: OK} |
170 | version: 1 | 170 | version: 1 |
diff --git a/tests/cassettes/test_report.yaml b/tests/cassettes/test_report.yaml index 2667121..cc3d45f 100644 --- a/tests/cassettes/test_report.yaml +++ b/tests/cassettes/test_report.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951424932346426","created_at":"2019-10-12T21:01:16.734Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951424932346426","url":"http://localhost/@mastodonpy_test/102951424932346426","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704150889691442","created_at":"2020-02-22T19:29:23.342Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704150889691442","url":"http://localhost/@mastodonpy_test/103704150889691442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:16.743Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [1207095b-a9b8-49d0-bfd8-999c37db2809] | 27 | X-Request-Id: [939bc3a5-340d-4092-abbf-9f833f4b8855] |
28 | X-Runtime: ['0.123879'] | 28 | X-Runtime: ['0.172743'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -40,7 +40,7 @@ interactions: | |||
40 | method: GET | 40 | method: GET |
41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
42 | response: | 42 | response: |
43 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:16.743Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 43 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
44 | headers: | 44 | headers: |
45 | Cache-Control: ['no-cache, no-store'] | 45 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 46 | Content-Type: [application/json; charset=utf-8] |
@@ -51,13 +51,13 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [2d22a54b-7637-444d-adfa-133fdd47cf5b] | 54 | X-Request-Id: [5363e5da-cfa2-49aa-bb24-53a4893ff46e] |
55 | X-Runtime: ['0.046933'] | 55 | X-Runtime: ['0.060022'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['724'] | 57 | content-length: ['745'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
59 | - request: | 59 | - request: |
60 | body: comment=makes+the+bad+post&account_id=1234567890123456&status_ids%5B%5D=102951424932346426 | 60 | body: comment=makes+the+bad+post&account_id=1234567890123456&status_ids%5B%5D=103704150889691442 |
61 | headers: | 61 | headers: |
62 | Accept: ['*/*'] | 62 | Accept: ['*/*'] |
63 | Accept-Encoding: ['gzip, deflate'] | 63 | Accept-Encoding: ['gzip, deflate'] |
@@ -69,7 +69,7 @@ interactions: | |||
69 | method: POST | 69 | method: POST |
70 | uri: http://localhost:3000/api/v1/reports/ | 70 | uri: http://localhost:3000/api/v1/reports/ |
71 | response: | 71 | response: |
72 | body: {string: '{"id":"29","action_taken":false}'} | 72 | body: {string: '{"id":"2","action_taken":false}'} |
73 | headers: | 73 | headers: |
74 | Cache-Control: ['no-cache, no-store'] | 74 | Cache-Control: ['no-cache, no-store'] |
75 | Content-Type: [application/json; charset=utf-8] | 75 | Content-Type: [application/json; charset=utf-8] |
@@ -80,10 +80,10 @@ interactions: | |||
80 | X-Download-Options: [noopen] | 80 | X-Download-Options: [noopen] |
81 | X-Frame-Options: [SAMEORIGIN] | 81 | X-Frame-Options: [SAMEORIGIN] |
82 | X-Permitted-Cross-Domain-Policies: [none] | 82 | X-Permitted-Cross-Domain-Policies: [none] |
83 | X-Request-Id: [4275e59a-643c-4413-a07c-15607cbfe77d] | 83 | X-Request-Id: [848e8ac6-25a0-4beb-975b-62687555089d] |
84 | X-Runtime: ['0.044031'] | 84 | X-Runtime: ['0.054388'] |
85 | X-XSS-Protection: [1; mode=block] | 85 | X-XSS-Protection: [1; mode=block] |
86 | content-length: ['32'] | 86 | content-length: ['31'] |
87 | status: {code: 200, message: OK} | 87 | status: {code: 200, message: OK} |
88 | - request: | 88 | - request: |
89 | body: null | 89 | body: null |
@@ -95,10 +95,10 @@ interactions: | |||
95 | Content-Length: ['0'] | 95 | Content-Length: ['0'] |
96 | User-Agent: [python-requests/2.18.4] | 96 | User-Agent: [python-requests/2.18.4] |
97 | method: DELETE | 97 | method: DELETE |
98 | uri: http://localhost:3000/api/v1/statuses/102951424932346426 | 98 | uri: http://localhost:3000/api/v1/statuses/103704150889691442 |
99 | response: | 99 | response: |
100 | body: {string: '{"id":"102951424932346426","created_at":"2019-10-12T21:01:16.734Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951424932346426","url":"http://localhost/@mastodonpy_test/102951424932346426","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 100 | body: {string: '{"id":"103704150889691442","created_at":"2020-02-22T19:29:23.342Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704150889691442","url":"http://localhost/@mastodonpy_test/103704150889691442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
101 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:01:16.743Z","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":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
102 | headers: | 102 | headers: |
103 | Cache-Control: ['no-cache, no-store'] | 103 | Cache-Control: ['no-cache, no-store'] |
104 | Content-Type: [application/json; charset=utf-8] | 104 | Content-Type: [application/json; charset=utf-8] |
@@ -109,9 +109,9 @@ interactions: | |||
109 | X-Download-Options: [noopen] | 109 | X-Download-Options: [noopen] |
110 | X-Frame-Options: [SAMEORIGIN] | 110 | X-Frame-Options: [SAMEORIGIN] |
111 | X-Permitted-Cross-Domain-Policies: [none] | 111 | X-Permitted-Cross-Domain-Policies: [none] |
112 | X-Request-Id: [d82e1930-c7cb-4b60-99bc-dcf6734c2b77] | 112 | X-Request-Id: [8d1cfc74-b453-4aaf-9486-f34f8d79c46e] |
113 | X-Runtime: ['0.085681'] | 113 | X-Runtime: ['0.113235'] |
114 | X-XSS-Protection: [1; mode=block] | 114 | X-XSS-Protection: [1; mode=block] |
115 | content-length: ['1250'] | 115 | content-length: ['1290'] |
116 | status: {code: 200, message: OK} | 116 | status: {code: 200, message: OK} |
117 | version: 1 | 117 | version: 1 |
diff --git a/tests/cassettes/test_scheduled_status.yaml b/tests/cassettes/test_scheduled_status.yaml index c281b6b..fdc39c0 100644 --- a/tests/cassettes/test_scheduled_status.yaml +++ b/tests/cassettes/test_scheduled_status.yaml | |||
@@ -12,7 +12,7 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"9","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: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
@@ -24,8 +24,8 @@ interactions: | |||
24 | X-Download-Options: [noopen] | 24 | X-Download-Options: [noopen] |
25 | X-Frame-Options: [SAMEORIGIN] | 25 | X-Frame-Options: [SAMEORIGIN] |
26 | X-Permitted-Cross-Domain-Policies: [none] | 26 | X-Permitted-Cross-Domain-Policies: [none] |
27 | X-Request-Id: [3aabe7f3-e74c-4cc5-90b5-e27f424cf395] | 27 | X-Request-Id: [9c397b9f-d47e-405a-a55f-35456194859d] |
28 | X-Runtime: ['0.081529'] | 28 | X-Runtime: ['0.108901'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['306'] | 30 | content-length: ['306'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
@@ -40,9 +40,9 @@ interactions: | |||
40 | Content-Type: [application/x-www-form-urlencoded] | 40 | Content-Type: [application/x-www-form-urlencoded] |
41 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
42 | method: PUT | 42 | method: PUT |
43 | uri: http://localhost:3000/api/v1/scheduled_statuses/9 | 43 | uri: http://localhost:3000/api/v1/scheduled_statuses/1 |
44 | response: | 44 | response: |
45 | body: {string: '{"id":"9","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 |
46 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} | 46 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} |
47 | headers: | 47 | headers: |
48 | Cache-Control: ['no-cache, no-store'] | 48 | Cache-Control: ['no-cache, no-store'] |
@@ -54,8 +54,8 @@ interactions: | |||
54 | X-Download-Options: [noopen] | 54 | X-Download-Options: [noopen] |
55 | X-Frame-Options: [SAMEORIGIN] | 55 | X-Frame-Options: [SAMEORIGIN] |
56 | X-Permitted-Cross-Domain-Policies: [none] | 56 | X-Permitted-Cross-Domain-Policies: [none] |
57 | X-Request-Id: [03a7570c-9da8-4eb2-977e-73a02ee5575c] | 57 | X-Request-Id: [9bf5fe79-6463-427d-96fa-b5fcac5b128f] |
58 | X-Runtime: ['0.026141'] | 58 | X-Runtime: ['0.065639'] |
59 | X-XSS-Protection: [1; mode=block] | 59 | X-XSS-Protection: [1; mode=block] |
60 | content-length: ['306'] | 60 | content-length: ['306'] |
61 | status: {code: 200, message: OK} | 61 | status: {code: 200, message: OK} |
@@ -70,12 +70,12 @@ interactions: | |||
70 | method: GET | 70 | method: GET |
71 | uri: http://localhost:3000/api/v1/scheduled_statuses | 71 | uri: http://localhost:3000/api/v1/scheduled_statuses |
72 | response: | 72 | response: |
73 | body: {string: '[{"id":"9","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 |
74 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}]'} | 74 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}]'} |
75 | headers: | 75 | headers: |
76 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
77 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
78 | Link: ['<http://localhost:3000/api/v1/scheduled_statuses?min_id=9>; rel="prev"'] | 78 | Link: ['<http://localhost:3000/api/v1/scheduled_statuses?min_id=1>; rel="prev"'] |
79 | Referrer-Policy: [strict-origin-when-cross-origin] | 79 | Referrer-Policy: [strict-origin-when-cross-origin] |
80 | Transfer-Encoding: [chunked] | 80 | Transfer-Encoding: [chunked] |
81 | Vary: ['Accept-Encoding, Origin'] | 81 | Vary: ['Accept-Encoding, Origin'] |
@@ -83,8 +83,8 @@ interactions: | |||
83 | X-Download-Options: [noopen] | 83 | X-Download-Options: [noopen] |
84 | X-Frame-Options: [SAMEORIGIN] | 84 | X-Frame-Options: [SAMEORIGIN] |
85 | X-Permitted-Cross-Domain-Policies: [none] | 85 | X-Permitted-Cross-Domain-Policies: [none] |
86 | X-Request-Id: [c536304a-dfa1-488d-9c65-aad46334bc08] | 86 | X-Request-Id: [1a387347-798b-4398-b3de-74205536f0f6] |
87 | X-Runtime: ['0.022226'] | 87 | X-Runtime: ['0.042348'] |
88 | X-XSS-Protection: [1; mode=block] | 88 | X-XSS-Protection: [1; mode=block] |
89 | content-length: ['308'] | 89 | content-length: ['308'] |
90 | status: {code: 200, message: OK} | 90 | status: {code: 200, message: OK} |
@@ -97,9 +97,9 @@ interactions: | |||
97 | Connection: [keep-alive] | 97 | Connection: [keep-alive] |
98 | User-Agent: [python-requests/2.18.4] | 98 | User-Agent: [python-requests/2.18.4] |
99 | method: GET | 99 | method: GET |
100 | uri: http://localhost:3000/api/v1/scheduled_statuses/9 | 100 | uri: http://localhost:3000/api/v1/scheduled_statuses/1 |
101 | response: | 101 | response: |
102 | body: {string: '{"id":"9","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 |
103 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} | 103 | ensure adequate headroom","media_ids":null,"sensitive":null,"visibility":null,"idempotency":null,"scheduled_at":null,"spoiler_text":null,"application_id":1234567890123456,"in_reply_to_id":null},"media_attachments":[]}'} |
104 | headers: | 104 | headers: |
105 | Cache-Control: ['no-cache, no-store'] | 105 | Cache-Control: ['no-cache, no-store'] |
@@ -111,8 +111,8 @@ interactions: | |||
111 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
112 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
113 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
114 | X-Request-Id: [9c2a0f01-724c-48da-9a16-635b48f882a2] | 114 | X-Request-Id: [17955ae7-2272-4367-96a5-9c3c26cb8dcc] |
115 | X-Runtime: ['0.019064'] | 115 | X-Runtime: ['0.038929'] |
116 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
117 | content-length: ['306'] | 117 | content-length: ['306'] |
118 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
@@ -126,7 +126,7 @@ interactions: | |||
126 | Content-Length: ['0'] | 126 | Content-Length: ['0'] |
127 | User-Agent: [python-requests/2.18.4] | 127 | User-Agent: [python-requests/2.18.4] |
128 | method: DELETE | 128 | method: DELETE |
129 | uri: http://localhost:3000/api/v1/scheduled_statuses/9 | 129 | uri: http://localhost:3000/api/v1/scheduled_statuses/1 |
130 | response: | 130 | response: |
131 | body: {string: '{}'} | 131 | body: {string: '{}'} |
132 | headers: | 132 | headers: |
@@ -139,8 +139,8 @@ interactions: | |||
139 | X-Download-Options: [noopen] | 139 | X-Download-Options: [noopen] |
140 | X-Frame-Options: [SAMEORIGIN] | 140 | X-Frame-Options: [SAMEORIGIN] |
141 | X-Permitted-Cross-Domain-Policies: [none] | 141 | X-Permitted-Cross-Domain-Policies: [none] |
142 | X-Request-Id: [69bc3073-05c9-41d6-a948-d485cf5c59b5] | 142 | X-Request-Id: [25225334-3254-49b0-8029-56b97e5f7649] |
143 | X-Runtime: ['0.026530'] | 143 | X-Runtime: ['0.053724'] |
144 | X-XSS-Protection: [1; mode=block] | 144 | X-XSS-Protection: [1; mode=block] |
145 | content-length: ['2'] | 145 | content-length: ['2'] |
146 | status: {code: 200, message: OK} | 146 | status: {code: 200, message: OK} |
@@ -166,8 +166,8 @@ interactions: | |||
166 | X-Download-Options: [noopen] | 166 | X-Download-Options: [noopen] |
167 | X-Frame-Options: [SAMEORIGIN] | 167 | X-Frame-Options: [SAMEORIGIN] |
168 | X-Permitted-Cross-Domain-Policies: [none] | 168 | X-Permitted-Cross-Domain-Policies: [none] |
169 | X-Request-Id: [9b359a6f-35a0-40d9-9b70-4f6e65486898] | 169 | X-Request-Id: [f459b7a0-3fc3-4347-9509-876f78ee58ac] |
170 | X-Runtime: ['0.016133'] | 170 | X-Runtime: ['0.032097'] |
171 | X-XSS-Protection: [1; mode=block] | 171 | X-XSS-Protection: [1; mode=block] |
172 | content-length: ['2'] | 172 | content-length: ['2'] |
173 | status: {code: 200, message: OK} | 173 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_search.yaml b/tests/cassettes/test_search.yaml index 2621601..b95a7ce 100644 --- a/tests/cassettes/test_search.yaml +++ b/tests/cassettes/test_search.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v2/search?exclude_unreviewed=1&resolve=1&q=mastodonpy_test | 11 | uri: http://localhost:3000/api/v2/search?exclude_unreviewed=1&resolve=1&q=mastodonpy_test |
12 | response: | 12 | response: |
13 | body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:01:16.743Z","emojis":[],"fields":[]},{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.445Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}],"statuses":[],"hashtags":[]}'} | 13 | body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"discoverable":true,"group":false,"created_at":"2020-02-22T20:26:54.405Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}],"statuses":[],"hashtags":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [5e29dd93-14b1-4549-ac4b-2f63c3108087] | 24 | X-Request-Id: [3cbc2b0c-f90e-45ba-a108-db4984a204de] |
25 | X-Runtime: ['0.067121'] | 25 | X-Runtime: ['0.118354'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['1251'] | 27 | content-length: ['1306'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: null | 30 | body: null |
@@ -37,7 +37,7 @@ interactions: | |||
37 | method: GET | 37 | method: GET |
38 | uri: http://localhost:3000/api/v2/search?exclude_unreviewed=1&resolve=1&q=mastodonpy_test | 38 | uri: http://localhost:3000/api/v2/search?exclude_unreviewed=1&resolve=1&q=mastodonpy_test |
39 | response: | 39 | response: |
40 | body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:01:16.743Z","emojis":[],"fields":[]},{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"created_at":"2019-06-22T23:11:52.445Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}],"statuses":[],"hashtags":[]}'} | 40 | body: {string: '{"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},{"id":"1234567890123457","username":"mastodonpy_test_2","acct":"mastodonpy_test_2","display_name":"","locked":true,"bot":false,"discoverable":true,"group":false,"created_at":"2020-02-22T20:26:54.405Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test_2","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0,"last_status_at":null,"emojis":[],"fields":[]}],"statuses":[],"hashtags":[]}'} |
41 | headers: | 41 | headers: |
42 | Cache-Control: ['no-cache, no-store'] | 42 | Cache-Control: ['no-cache, no-store'] |
43 | Content-Type: [application/json; charset=utf-8] | 43 | Content-Type: [application/json; charset=utf-8] |
@@ -48,10 +48,10 @@ interactions: | |||
48 | X-Download-Options: [noopen] | 48 | X-Download-Options: [noopen] |
49 | X-Frame-Options: [SAMEORIGIN] | 49 | X-Frame-Options: [SAMEORIGIN] |
50 | X-Permitted-Cross-Domain-Policies: [none] | 50 | X-Permitted-Cross-Domain-Policies: [none] |
51 | X-Request-Id: [b0e6a879-af7b-463f-b649-a7ee9c259069] | 51 | X-Request-Id: [02327990-ff9c-4c44-a42d-3988317bba3a] |
52 | X-Runtime: ['0.027410'] | 52 | X-Runtime: ['0.064352'] |
53 | X-XSS-Protection: [1; mode=block] | 53 | X-XSS-Protection: [1; mode=block] |
54 | content-length: ['1251'] | 54 | content-length: ['1306'] |
55 | status: {code: 200, message: OK} | 55 | status: {code: 200, message: OK} |
56 | - request: | 56 | - request: |
57 | body: null | 57 | body: null |
@@ -75,8 +75,8 @@ interactions: | |||
75 | X-Download-Options: [noopen] | 75 | X-Download-Options: [noopen] |
76 | X-Frame-Options: [SAMEORIGIN] | 76 | X-Frame-Options: [SAMEORIGIN] |
77 | X-Permitted-Cross-Domain-Policies: [none] | 77 | X-Permitted-Cross-Domain-Policies: [none] |
78 | X-Request-Id: [efe63daf-8e1a-4dba-98ac-e8c1464936a3] | 78 | X-Request-Id: [4c3c41b5-6ac9-4c89-84f2-a05aa61e184b] |
79 | X-Runtime: ['0.017256'] | 79 | X-Runtime: ['0.032472'] |
80 | X-XSS-Protection: [1; mode=block] | 80 | X-XSS-Protection: [1; mode=block] |
81 | content-length: ['43'] | 81 | content-length: ['43'] |
82 | status: {code: 200, message: OK} | 82 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_status.yaml b/tests/cassettes/test_status.yaml index 03f1cbb..56f8767 100644 --- a/tests/cassettes/test_status.yaml +++ b/tests/cassettes/test_status.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951424966924965","created_at":"2019-10-12T21:01:17.264Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951424966924965","url":"http://localhost/@mastodonpy_test/102951424966924965","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704150940787433","created_at":"2020-02-22T19:29:24.121Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704150940787433","url":"http://localhost/@mastodonpy_test/103704150940787433","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:17.279Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [8bc69964-f240-41d1-abba-4d14ee1ffcb2] | 27 | X-Request-Id: [70b039fd-10d9-4f2d-b16e-790c33138a10] |
28 | X-Runtime: ['0.130333'] | 28 | X-Runtime: ['0.181578'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -38,10 +38,10 @@ interactions: | |||
38 | Connection: [keep-alive] | 38 | Connection: [keep-alive] |
39 | User-Agent: [python-requests/2.18.4] | 39 | User-Agent: [python-requests/2.18.4] |
40 | method: GET | 40 | method: GET |
41 | uri: http://localhost:3000/api/v1/statuses/102951424966924965 | 41 | uri: http://localhost:3000/api/v1/statuses/103704150940787433 |
42 | response: | 42 | response: |
43 | body: {string: '{"id":"102951424966924965","created_at":"2019-10-12T21:01:17.264Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951424966924965","url":"http://localhost/@mastodonpy_test/102951424966924965","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 43 | body: {string: '{"id":"103704150940787433","created_at":"2020-02-22T19:29:24.121Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704150940787433","url":"http://localhost/@mastodonpy_test/103704150940787433","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:17.279Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 44 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
45 | headers: | 45 | headers: |
46 | Cache-Control: ['no-cache, no-store'] | 46 | Cache-Control: ['no-cache, no-store'] |
47 | Content-Type: [application/json; charset=utf-8] | 47 | Content-Type: [application/json; charset=utf-8] |
@@ -52,10 +52,10 @@ interactions: | |||
52 | X-Download-Options: [noopen] | 52 | X-Download-Options: [noopen] |
53 | X-Frame-Options: [SAMEORIGIN] | 53 | X-Frame-Options: [SAMEORIGIN] |
54 | X-Permitted-Cross-Domain-Policies: [none] | 54 | X-Permitted-Cross-Domain-Policies: [none] |
55 | X-Request-Id: [851510a2-5236-45b5-939a-eb8305c115a8] | 55 | X-Request-Id: [61dd7a6a-a2d1-4e14-884b-1db165fec73c] |
56 | X-Runtime: ['0.073087'] | 56 | X-Runtime: ['0.084926'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['1280'] | 58 | content-length: ['1320'] |
59 | status: {code: 200, message: OK} | 59 | status: {code: 200, message: OK} |
60 | - request: | 60 | - request: |
61 | body: null | 61 | body: null |
@@ -67,10 +67,10 @@ interactions: | |||
67 | Content-Length: ['0'] | 67 | Content-Length: ['0'] |
68 | User-Agent: [python-requests/2.18.4] | 68 | User-Agent: [python-requests/2.18.4] |
69 | method: DELETE | 69 | method: DELETE |
70 | uri: http://localhost:3000/api/v1/statuses/102951424966924965 | 70 | uri: http://localhost:3000/api/v1/statuses/103704150940787433 |
71 | response: | 71 | response: |
72 | body: {string: '{"id":"102951424966924965","created_at":"2019-10-12T21:01:17.264Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951424966924965","url":"http://localhost/@mastodonpy_test/102951424966924965","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 72 | body: {string: '{"id":"103704150940787433","created_at":"2020-02-22T19:29:24.121Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704150940787433","url":"http://localhost/@mastodonpy_test/103704150940787433","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
73 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:17.279Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 73 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
74 | headers: | 74 | headers: |
75 | Cache-Control: ['no-cache, no-store'] | 75 | Cache-Control: ['no-cache, no-store'] |
76 | Content-Type: [application/json; charset=utf-8] | 76 | Content-Type: [application/json; charset=utf-8] |
@@ -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: [e908698e-7ead-48f4-ae08-efd4d756352f] | 84 | X-Request-Id: [01543968-6c29-4e4b-a1e4-16cf0cdfc7c1] |
85 | X-Runtime: ['0.098523'] | 85 | X-Runtime: ['0.134324'] |
86 | X-XSS-Protection: [1; mode=block] | 86 | X-XSS-Protection: [1; mode=block] |
87 | content-length: ['1250'] | 87 | content-length: ['1290'] |
88 | status: {code: 200, message: OK} | 88 | status: {code: 200, message: OK} |
89 | version: 1 | 89 | version: 1 |
diff --git a/tests/cassettes/test_status_card.yaml b/tests/cassettes/test_status_card.yaml index accb69d..da66c10 100644 --- a/tests/cassettes/test_status_card.yaml +++ b/tests/cassettes/test_status_card.yaml | |||
@@ -12,11 +12,11 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425047891510","created_at":"2019-10-12T21:01:18.499Z","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/102951425047891510","url":"http://localhost/@mastodonpy_test/102951425047891510","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca | 15 | body: {string: '{"id":"103704151048023690","created_at":"2020-02-22T19:29:25.765Z","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/103704151048023690","url":"http://localhost/@mastodonpy_test/103704151048023690","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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 noreferrer\" target=\"_blank\"\u003e\u003cspan |
17 | class=\"invisible\"\u003ehttp://\u003c/span\u003e\u003cspan class=\"\"\u003eexample.org/\u003c/span\u003e\u003cspan | 17 | class=\"invisible\"\u003ehttp://\u003c/span\u003e\u003cspan class=\"\"\u003eexample.org/\u003c/span\u003e\u003cspan |
18 | class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 18 | class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
19 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:18.509Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 19 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
20 | headers: | 20 | headers: |
21 | Cache-Control: ['no-cache, no-store'] | 21 | Cache-Control: ['no-cache, no-store'] |
22 | Content-Type: [application/json; charset=utf-8] | 22 | Content-Type: [application/json; charset=utf-8] |
@@ -27,10 +27,10 @@ interactions: | |||
27 | X-Download-Options: [noopen] | 27 | X-Download-Options: [noopen] |
28 | X-Frame-Options: [SAMEORIGIN] | 28 | X-Frame-Options: [SAMEORIGIN] |
29 | X-Permitted-Cross-Domain-Policies: [none] | 29 | X-Permitted-Cross-Domain-Policies: [none] |
30 | X-Request-Id: [b9fc4d04-d6d7-4135-ae04-95b06f484bd7] | 30 | X-Request-Id: [b0fc45f5-7e30-424e-9c0b-cc79a15c39cb] |
31 | X-Runtime: ['0.141467'] | 31 | X-Runtime: ['0.200596'] |
32 | X-XSS-Protection: [1; mode=block] | 32 | X-XSS-Protection: [1; mode=block] |
33 | content-length: ['1544'] | 33 | content-length: ['1595'] |
34 | status: {code: 200, message: OK} | 34 | status: {code: 200, message: OK} |
35 | - request: | 35 | - request: |
36 | body: null | 36 | body: null |
@@ -43,12 +43,12 @@ interactions: | |||
43 | method: GET | 43 | method: GET |
44 | uri: http://localhost:3000/api/v1/instance/ | 44 | uri: http://localhost:3000/api/v1/instance/ |
45 | response: | 45 | response: |
46 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":34,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} | 46 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.1.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":4,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} |
47 | headers: | 47 | headers: |
48 | Cache-Control: ['max-age=180, public'] | 48 | Cache-Control: ['max-age=180, public'] |
49 | Content-Type: [application/json; charset=utf-8] | 49 | Content-Type: [application/json; charset=utf-8] |
50 | Date: ['Sat, 12 Oct 2019 21:01:23 GMT'] | 50 | Date: ['Sat, 22 Feb 2020 19:29:30 GMT'] |
51 | ETag: [W/"cda0f5c580f6cbbbfdaa6a44a6346fb3"] | 51 | ETag: [W/"15eac66d04ddcb8db03b37ec6b56052c"] |
52 | Referrer-Policy: [strict-origin-when-cross-origin] | 52 | Referrer-Policy: [strict-origin-when-cross-origin] |
53 | Transfer-Encoding: [chunked] | 53 | Transfer-Encoding: [chunked] |
54 | Vary: ['Accept-Encoding, Origin'] | 54 | Vary: ['Accept-Encoding, Origin'] |
@@ -56,10 +56,10 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [52d4cef2-4ec6-4afc-8b91-e421b653ef18] | 59 | X-Request-Id: [ab2a2580-0347-45fe-a823-9032306c34bd] |
60 | X-Runtime: ['0.061526'] | 60 | X-Runtime: ['0.061710'] |
61 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['398'] | 62 | content-length: ['397'] |
63 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
64 | - request: | 64 | - request: |
65 | body: null | 65 | body: null |
@@ -70,13 +70,13 @@ interactions: | |||
70 | Connection: [keep-alive] | 70 | Connection: [keep-alive] |
71 | User-Agent: [python-requests/2.18.4] | 71 | User-Agent: [python-requests/2.18.4] |
72 | method: GET | 72 | method: GET |
73 | uri: http://localhost:3000/api/v1/statuses/102951425047891510 | 73 | uri: http://localhost:3000/api/v1/statuses/103704151048023690 |
74 | response: | 74 | response: |
75 | body: {string: '{"id":"102951425047891510","created_at":"2019-10-12T21:01:18.499Z","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/102951425047891510","url":"http://localhost/@mastodonpy_test/102951425047891510","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003ca | 75 | body: {string: '{"id":"103704151048023690","created_at":"2020-02-22T19:29:25.765Z","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/103704151048023690","url":"http://localhost/@mastodonpy_test/103704151048023690","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003e\u003ca |
76 | href=\"http://example.org/\" rel=\"nofollow noopener\" target=\"_blank\"\u003e\u003cspan | 76 | href=\"http://example.org/\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"\u003e\u003cspan |
77 | class=\"invisible\"\u003ehttp://\u003c/span\u003e\u003cspan class=\"\"\u003eexample.org/\u003c/span\u003e\u003cspan | 77 | class=\"invisible\"\u003ehttp://\u003c/span\u003e\u003cspan class=\"\"\u003eexample.org/\u003c/span\u003e\u003cspan |
78 | class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 78 | class=\"invisible\"\u003e\u003c/span\u003e\u003c/a\u003e\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":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:18.509Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":{"url":"http://example.org/","title":"Example | 79 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"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}'} | 80 | Domain","description":"","type":"link","author_name":"","author_url":"","provider_name":"","provider_url":"","html":"","width":0,"height":0,"image":null,"embed_url":""},"poll":null}'} |
81 | headers: | 81 | headers: |
82 | Cache-Control: ['no-cache, no-store'] | 82 | Cache-Control: ['no-cache, no-store'] |
@@ -88,10 +88,10 @@ interactions: | |||
88 | X-Download-Options: [noopen] | 88 | X-Download-Options: [noopen] |
89 | X-Frame-Options: [SAMEORIGIN] | 89 | X-Frame-Options: [SAMEORIGIN] |
90 | X-Permitted-Cross-Domain-Policies: [none] | 90 | X-Permitted-Cross-Domain-Policies: [none] |
91 | X-Request-Id: [e3f11989-8143-41c3-b9ef-5a3020cf4835] | 91 | X-Request-Id: [aae055c7-5126-45f5-a09c-b9309bfccc1e] |
92 | X-Runtime: ['0.061740'] | 92 | X-Runtime: ['0.111941'] |
93 | X-XSS-Protection: [1; mode=block] | 93 | X-XSS-Protection: [1; mode=block] |
94 | content-length: ['1754'] | 94 | content-length: ['1805'] |
95 | status: {code: 200, message: OK} | 95 | status: {code: 200, message: OK} |
96 | - request: | 96 | - request: |
97 | body: null | 97 | body: null |
@@ -103,10 +103,10 @@ interactions: | |||
103 | Content-Length: ['0'] | 103 | Content-Length: ['0'] |
104 | User-Agent: [python-requests/2.18.4] | 104 | User-Agent: [python-requests/2.18.4] |
105 | method: DELETE | 105 | method: DELETE |
106 | uri: http://localhost:3000/api/v1/statuses/102951425047891510 | 106 | uri: http://localhost:3000/api/v1/statuses/103704151048023690 |
107 | response: | 107 | response: |
108 | body: {string: '{"id":"102951425047891510","created_at":"2019-10-12T21:01:18.499Z","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/102951425047891510","url":"http://localhost/@mastodonpy_test/102951425047891510","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 | 108 | body: {string: '{"id":"103704151048023690","created_at":"2020-02-22T19:29:25.765Z","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/103704151048023690","url":"http://localhost/@mastodonpy_test/103704151048023690","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"http://example.org/","reblog":null,"application":{"name":"Mastodon.py |
109 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:18.509Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":{"url":"http://example.org/","title":"Example | 109 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":{"url":"http://example.org/","title":"Example |
110 | Domain","description":"","type":"link","author_name":"","author_url":"","provider_name":"","provider_url":"","html":"","width":0,"height":0,"image":null,"embed_url":""},"poll":null}'} | 110 | Domain","description":"","type":"link","author_name":"","author_url":"","provider_name":"","provider_url":"","html":"","width":0,"height":0,"image":null,"embed_url":""},"poll":null}'} |
111 | headers: | 111 | headers: |
112 | Cache-Control: ['no-cache, no-store'] | 112 | Cache-Control: ['no-cache, no-store'] |
@@ -118,9 +118,9 @@ interactions: | |||
118 | X-Download-Options: [noopen] | 118 | X-Download-Options: [noopen] |
119 | X-Frame-Options: [SAMEORIGIN] | 119 | X-Frame-Options: [SAMEORIGIN] |
120 | X-Permitted-Cross-Domain-Policies: [none] | 120 | X-Permitted-Cross-Domain-Policies: [none] |
121 | X-Request-Id: [8535b79e-c960-4aee-af89-e28eb66e2f66] | 121 | X-Request-Id: [188c1457-6a40-4e4d-8896-d4f394639f4b] |
122 | X-Runtime: ['0.103749'] | 122 | X-Runtime: ['0.143641'] |
123 | X-XSS-Protection: [1; mode=block] | 123 | X-XSS-Protection: [1; mode=block] |
124 | content-length: ['1474'] | 124 | content-length: ['1514'] |
125 | status: {code: 200, message: OK} | 125 | status: {code: 200, message: OK} |
126 | version: 1 | 126 | version: 1 |
diff --git a/tests/cassettes/test_status_context.yaml b/tests/cassettes/test_status_context.yaml index 990dd1c..05ad7c2 100644 --- a/tests/cassettes/test_status_context.yaml +++ b/tests/cassettes/test_status_context.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425734893841","created_at":"2019-10-12T21:01:28.979Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425734893841","url":"http://localhost/@mastodonpy_test/102951425734893841","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704151745623810","created_at":"2020-02-22T19:29:36.401Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151745623810","url":"http://localhost/@mastodonpy_test/103704151745623810","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:28.987Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [42091c8d-380d-402f-a1be-7a854c225b2a] | 27 | X-Request-Id: [a503d616-1c7e-4bf7-a0fa-c19c5711d0f0] |
28 | X-Runtime: ['0.114907'] | 28 | X-Runtime: ['0.176801'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -38,7 +38,7 @@ interactions: | |||
38 | Connection: [keep-alive] | 38 | Connection: [keep-alive] |
39 | User-Agent: [python-requests/2.18.4] | 39 | User-Agent: [python-requests/2.18.4] |
40 | method: GET | 40 | method: GET |
41 | uri: http://localhost:3000/api/v1/statuses/102951425734893841/context | 41 | uri: http://localhost:3000/api/v1/statuses/103704151745623810/context |
42 | response: | 42 | response: |
43 | body: {string: '{"ancestors":[],"descendants":[]}'} | 43 | body: {string: '{"ancestors":[],"descendants":[]}'} |
44 | headers: | 44 | headers: |
@@ -51,8 +51,8 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [31a4ef70-f8e8-4c80-851b-3a7df3745229] | 54 | X-Request-Id: [a8e3f68d-6afa-436d-af3e-848e177833b7] |
55 | X-Runtime: ['0.067260'] | 55 | X-Runtime: ['0.083103'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['33'] | 57 | content-length: ['33'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
@@ -66,10 +66,10 @@ interactions: | |||
66 | Content-Length: ['0'] | 66 | Content-Length: ['0'] |
67 | User-Agent: [python-requests/2.18.4] | 67 | User-Agent: [python-requests/2.18.4] |
68 | method: DELETE | 68 | method: DELETE |
69 | uri: http://localhost:3000/api/v1/statuses/102951425734893841 | 69 | uri: http://localhost:3000/api/v1/statuses/103704151745623810 |
70 | response: | 70 | response: |
71 | body: {string: '{"id":"102951425734893841","created_at":"2019-10-12T21:01:28.979Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425734893841","url":"http://localhost/@mastodonpy_test/102951425734893841","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 71 | body: {string: '{"id":"103704151745623810","created_at":"2020-02-22T19:29:36.401Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151745623810","url":"http://localhost/@mastodonpy_test/103704151745623810","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
72 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:28.987Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 72 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
73 | headers: | 73 | headers: |
74 | Cache-Control: ['no-cache, no-store'] | 74 | Cache-Control: ['no-cache, no-store'] |
75 | Content-Type: [application/json; charset=utf-8] | 75 | Content-Type: [application/json; charset=utf-8] |
@@ -80,9 +80,9 @@ interactions: | |||
80 | X-Download-Options: [noopen] | 80 | X-Download-Options: [noopen] |
81 | X-Frame-Options: [SAMEORIGIN] | 81 | X-Frame-Options: [SAMEORIGIN] |
82 | X-Permitted-Cross-Domain-Policies: [none] | 82 | X-Permitted-Cross-Domain-Policies: [none] |
83 | X-Request-Id: [167311fe-9c1d-4e33-85ac-5276ca8c153f] | 83 | X-Request-Id: [89a91f35-cd4d-4c66-8387-13cf6fd50fe7] |
84 | X-Runtime: ['0.126401'] | 84 | X-Runtime: ['0.158974'] |
85 | X-XSS-Protection: [1; mode=block] | 85 | X-XSS-Protection: [1; mode=block] |
86 | content-length: ['1250'] | 86 | content-length: ['1290'] |
87 | status: {code: 200, message: OK} | 87 | status: {code: 200, message: OK} |
88 | version: 1 | 88 | version: 1 |
diff --git a/tests/cassettes/test_status_empty.yaml b/tests/cassettes/test_status_empty.yaml index 6876089..4c66e9b 100644 --- a/tests/cassettes/test_status_empty.yaml +++ b/tests/cassettes/test_status_empty.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: [2a7c684f-3f6c-4d68-ae98-82770c334322] | 26 | X-Request-Id: [1c82a1c4-f0fd-4d0d-90cb-b388f944f089] |
27 | X-Runtime: ['0.046017'] | 27 | X-Runtime: ['0.046340'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['50'] | 29 | content-length: ['50'] |
30 | status: {code: 422, message: Unprocessable Entity} | 30 | 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 fa75244..15ddce6 100644 --- a/tests/cassettes/test_status_fav_unfav.yaml +++ b/tests/cassettes/test_status_fav_unfav.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951426148899442","created_at":"2019-10-12T21:01:35.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/102951426148899442","url":"http://localhost/@mastodonpy_test/102951426148899442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704152302093279","created_at":"2020-02-22T19:29:44.894Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152302093279","url":"http://localhost/@mastodonpy_test/103704152302093279","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:35.315Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [c65a7367-59bd-4a10-a7b3-6007df9075a2] | 27 | X-Request-Id: [67b5678c-f37a-47a4-8632-dab774689733] |
28 | X-Runtime: ['0.158038'] | 28 | X-Runtime: ['0.169497'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: POST | 41 | method: POST |
42 | uri: http://localhost:3000/api/v1/statuses/102951426148899442/favourite | 42 | uri: http://localhost:3000/api/v1/statuses/103704152302093279/favourite |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951426148899442","created_at":"2019-10-12T21:01:35.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/102951426148899442","url":"http://localhost/@mastodonpy_test/102951426148899442","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704152302093279","created_at":"2020-02-22T19:29:44.894Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152302093279","url":"http://localhost/@mastodonpy_test/103704152302093279","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:35.315Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,10 +53,10 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [a3bf6081-d614-425f-a899-7e32cf79e91e] | 56 | X-Request-Id: [b049e225-6f04-4587-9c1d-d18a071609bd] |
57 | X-Runtime: ['0.082689'] | 57 | X-Runtime: ['0.137092'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1279'] | 59 | content-length: ['1319'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | - request: | 61 | - request: |
62 | body: null | 62 | body: null |
@@ -68,10 +68,10 @@ interactions: | |||
68 | Content-Length: ['0'] | 68 | Content-Length: ['0'] |
69 | User-Agent: [python-requests/2.18.4] | 69 | User-Agent: [python-requests/2.18.4] |
70 | method: POST | 70 | method: POST |
71 | uri: http://localhost:3000/api/v1/statuses/102951426148899442/unfavourite | 71 | uri: http://localhost:3000/api/v1/statuses/103704152302093279/unfavourite |
72 | response: | 72 | response: |
73 | body: {string: '{"id":"102951426148899442","created_at":"2019-10-12T21:01:35.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/102951426148899442","url":"http://localhost/@mastodonpy_test/102951426148899442","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 73 | body: {string: '{"id":"103704152302093279","created_at":"2020-02-22T19:29:44.894Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152302093279","url":"http://localhost/@mastodonpy_test/103704152302093279","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:35.315Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
75 | headers: | 75 | headers: |
76 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
77 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
@@ -82,10 +82,10 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [3733ee47-666a-403a-a057-38f5f826151e] | 85 | X-Request-Id: [d344dbdb-c56e-4029-9c97-73b9cfacbaaf] |
86 | X-Runtime: ['0.088305'] | 86 | X-Runtime: ['0.135058'] |
87 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['1280'] | 88 | content-length: ['1320'] |
89 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
90 | - request: | 90 | - request: |
91 | body: null | 91 | body: null |
@@ -97,10 +97,10 @@ interactions: | |||
97 | Content-Length: ['0'] | 97 | Content-Length: ['0'] |
98 | User-Agent: [python-requests/2.18.4] | 98 | User-Agent: [python-requests/2.18.4] |
99 | method: DELETE | 99 | method: DELETE |
100 | uri: http://localhost:3000/api/v1/statuses/102951426148899442 | 100 | uri: http://localhost:3000/api/v1/statuses/103704152302093279 |
101 | response: | 101 | response: |
102 | body: {string: '{"id":"102951426148899442","created_at":"2019-10-12T21:01:35.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/102951426148899442","url":"http://localhost/@mastodonpy_test/102951426148899442","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 102 | body: {string: '{"id":"103704152302093279","created_at":"2020-02-22T19:29:44.894Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152302093279","url":"http://localhost/@mastodonpy_test/103704152302093279","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:35.315Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
104 | headers: | 104 | headers: |
105 | Cache-Control: ['no-cache, no-store'] | 105 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 106 | Content-Type: [application/json; charset=utf-8] |
@@ -111,9 +111,9 @@ interactions: | |||
111 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
112 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
113 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
114 | X-Request-Id: [00702eeb-09c6-4772-ab3d-e0f355dffb40] | 114 | X-Request-Id: [220fb0b9-8470-46a8-883b-c8c68b5045da] |
115 | X-Runtime: ['0.108987'] | 115 | X-Runtime: ['0.123018'] |
116 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
117 | content-length: ['1250'] | 117 | content-length: ['1290'] |
118 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
119 | version: 1 | 119 | version: 1 |
diff --git a/tests/cassettes/test_status_favourited_by.yaml b/tests/cassettes/test_status_favourited_by.yaml index 36aba90..3285cf1 100644 --- a/tests/cassettes/test_status_favourited_by.yaml +++ b/tests/cassettes/test_status_favourited_by.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425834281121","created_at":"2019-10-12T21:01:30.512Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425834281121","url":"http://localhost/@mastodonpy_test/102951425834281121","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704151895170960","created_at":"2020-02-22T19:29:38.682Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151895170960","url":"http://localhost/@mastodonpy_test/103704151895170960","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:30.539Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [e111e34a-6b95-4d67-bd64-8c1567a0f5c4] | 27 | X-Request-Id: [ab721df2-3e53-4170-8626-c1b92fc48053] |
28 | X-Runtime: ['0.177711'] | 28 | X-Runtime: ['0.200545'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: POST | 41 | method: POST |
42 | uri: http://localhost:3000/api/v1/statuses/102951425834281121/favourite | 42 | uri: http://localhost:3000/api/v1/statuses/103704151895170960/favourite |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951425834281121","created_at":"2019-10-12T21:01:30.512Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425834281121","url":"http://localhost/@mastodonpy_test/102951425834281121","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704151895170960","created_at":"2020-02-22T19:29:38.682Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151895170960","url":"http://localhost/@mastodonpy_test/103704151895170960","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:30.539Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,10 +53,10 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [a1d4df6a-6c80-4478-acab-0c86d2138733] | 56 | X-Request-Id: [9e5751e6-e0ce-4ab3-9772-4720489eb4e5] |
57 | X-Runtime: ['0.096737'] | 57 | X-Runtime: ['0.112556'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1279'] | 59 | content-length: ['1319'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | - request: | 61 | - request: |
62 | body: null | 62 | body: null |
@@ -67,13 +67,13 @@ interactions: | |||
67 | Connection: [keep-alive] | 67 | Connection: [keep-alive] |
68 | User-Agent: [python-requests/2.18.4] | 68 | User-Agent: [python-requests/2.18.4] |
69 | method: GET | 69 | method: GET |
70 | uri: http://localhost:3000/api/v1/statuses/102951425834281121/favourited_by | 70 | uri: http://localhost:3000/api/v1/statuses/103704151895170960/favourited_by |
71 | response: | 71 | response: |
72 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:30.539Z","emojis":[],"fields":[]}]'} | 72 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}]'} |
73 | headers: | 73 | headers: |
74 | Cache-Control: ['no-cache, no-store'] | 74 | Cache-Control: ['no-cache, no-store'] |
75 | Content-Type: [application/json; charset=utf-8] | 75 | Content-Type: [application/json; charset=utf-8] |
76 | Link: ['<http://localhost:3000/api/v1/statuses/102951425834281121/favourited_by?since_id=32>; | 76 | Link: ['<http://localhost:3000/api/v1/statuses/103704151895170960/favourited_by?since_id=2>; |
77 | rel="prev"'] | 77 | rel="prev"'] |
78 | Referrer-Policy: [strict-origin-when-cross-origin] | 78 | Referrer-Policy: [strict-origin-when-cross-origin] |
79 | Transfer-Encoding: [chunked] | 79 | Transfer-Encoding: [chunked] |
@@ -82,10 +82,10 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [f16e70f6-33dd-4082-9d27-3619e2c1dfcc] | 85 | X-Request-Id: [d8b5519a-8b0c-4400-a338-227156755efc] |
86 | X-Runtime: ['0.026649'] | 86 | X-Runtime: ['0.076067'] |
87 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['614'] | 88 | content-length: ['635'] |
89 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
90 | - request: | 90 | - request: |
91 | body: null | 91 | body: null |
@@ -97,10 +97,10 @@ interactions: | |||
97 | Content-Length: ['0'] | 97 | Content-Length: ['0'] |
98 | User-Agent: [python-requests/2.18.4] | 98 | User-Agent: [python-requests/2.18.4] |
99 | method: DELETE | 99 | method: DELETE |
100 | uri: http://localhost:3000/api/v1/statuses/102951425834281121 | 100 | uri: http://localhost:3000/api/v1/statuses/103704151895170960 |
101 | response: | 101 | response: |
102 | body: {string: '{"id":"102951425834281121","created_at":"2019-10-12T21:01:30.512Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425834281121","url":"http://localhost/@mastodonpy_test/102951425834281121","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 102 | body: {string: '{"id":"103704151895170960","created_at":"2020-02-22T19:29:38.682Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151895170960","url":"http://localhost/@mastodonpy_test/103704151895170960","replies_count":0,"reblogs_count":0,"favourites_count":1,"favourited":true,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:30.539Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
104 | headers: | 104 | headers: |
105 | Cache-Control: ['no-cache, no-store'] | 105 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 106 | Content-Type: [application/json; charset=utf-8] |
@@ -111,9 +111,9 @@ interactions: | |||
111 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
112 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
113 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
114 | X-Request-Id: [a1ece420-a06f-4d7a-8bca-001e978751ea] | 114 | X-Request-Id: [a62bd634-b7a9-457e-a5b9-6b1650f32078] |
115 | X-Runtime: ['0.088790'] | 115 | X-Runtime: ['0.123517'] |
116 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
117 | content-length: ['1249'] | 117 | content-length: ['1289'] |
118 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
119 | version: 1 | 119 | version: 1 |
diff --git a/tests/cassettes/test_status_missing.yaml b/tests/cassettes/test_status_missing.yaml index ab93cce..7115a18 100644 --- a/tests/cassettes/test_status_missing.yaml +++ b/tests/cassettes/test_status_missing.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [e3459532-6471-47c3-a97a-21c7342c8eb4] | 24 | X-Request-Id: [28c3599d-6797-4999-9a5a-733db80f6c90] |
25 | X-Runtime: ['0.023466'] | 25 | X-Runtime: ['0.035855'] |
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 053bb3d..9ae567e 100644 --- a/tests/cassettes/test_status_mute_unmute.yaml +++ b/tests/cassettes/test_status_mute_unmute.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951426185559703","created_at":"2019-10-12T21:01:35.855Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426185559703","url":"http://localhost/@mastodonpy_test/102951426185559703","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704152349982855","created_at":"2020-02-22T19:29:45.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152349982855","url":"http://localhost/@mastodonpy_test/103704152349982855","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:35.864Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [babb3160-7269-4843-8fbb-7004f739eae4] | 27 | X-Request-Id: [0666263d-7b2b-4008-af70-281ff2c73c15] |
28 | X-Runtime: ['0.132779'] | 28 | X-Runtime: ['0.182853'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: POST | 41 | method: POST |
42 | uri: http://localhost:3000/api/v1/statuses/102951426185559703/mute | 42 | uri: http://localhost:3000/api/v1/statuses/103704152349982855/mute |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951426185559703","created_at":"2019-10-12T21:01:35.855Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426185559703","url":"http://localhost/@mastodonpy_test/102951426185559703","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":true,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704152349982855","created_at":"2020-02-22T19:29:45.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152349982855","url":"http://localhost/@mastodonpy_test/103704152349982855","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":true,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:35.864Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,10 +53,10 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [93de6926-0bd7-4ec4-9a3c-06ca3009538e] | 56 | X-Request-Id: [53fa8f56-d06f-4089-9164-2e83b41ac939] |
57 | X-Runtime: ['0.118883'] | 57 | X-Runtime: ['0.134856'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1279'] | 59 | content-length: ['1319'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | - request: | 61 | - request: |
62 | body: null | 62 | body: null |
@@ -68,10 +68,10 @@ interactions: | |||
68 | Content-Length: ['0'] | 68 | Content-Length: ['0'] |
69 | User-Agent: [python-requests/2.18.4] | 69 | User-Agent: [python-requests/2.18.4] |
70 | method: POST | 70 | method: POST |
71 | uri: http://localhost:3000/api/v1/statuses/102951426185559703/unmute | 71 | uri: http://localhost:3000/api/v1/statuses/103704152349982855/unmute |
72 | response: | 72 | response: |
73 | body: {string: '{"id":"102951426185559703","created_at":"2019-10-12T21:01:35.855Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426185559703","url":"http://localhost/@mastodonpy_test/102951426185559703","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 73 | body: {string: '{"id":"103704152349982855","created_at":"2020-02-22T19:29:45.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152349982855","url":"http://localhost/@mastodonpy_test/103704152349982855","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:35.864Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
75 | headers: | 75 | headers: |
76 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
77 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
@@ -82,10 +82,10 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [ebcf5926-0a11-44ab-9e4c-bb0932f624e0] | 85 | X-Request-Id: [0880e6c0-f1ef-4b96-87cb-37a537db74cb] |
86 | X-Runtime: ['0.072110'] | 86 | X-Runtime: ['0.075786'] |
87 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['1280'] | 88 | content-length: ['1320'] |
89 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
90 | - request: | 90 | - request: |
91 | body: null | 91 | body: null |
@@ -97,10 +97,10 @@ interactions: | |||
97 | Content-Length: ['0'] | 97 | Content-Length: ['0'] |
98 | User-Agent: [python-requests/2.18.4] | 98 | User-Agent: [python-requests/2.18.4] |
99 | method: DELETE | 99 | method: DELETE |
100 | uri: http://localhost:3000/api/v1/statuses/102951426185559703 | 100 | uri: http://localhost:3000/api/v1/statuses/103704152349982855 |
101 | response: | 101 | response: |
102 | body: {string: '{"id":"102951426185559703","created_at":"2019-10-12T21:01:35.855Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426185559703","url":"http://localhost/@mastodonpy_test/102951426185559703","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 102 | body: {string: '{"id":"103704152349982855","created_at":"2020-02-22T19:29:45.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152349982855","url":"http://localhost/@mastodonpy_test/103704152349982855","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:35.864Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
104 | headers: | 104 | headers: |
105 | Cache-Control: ['no-cache, no-store'] | 105 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 106 | Content-Type: [application/json; charset=utf-8] |
@@ -111,9 +111,9 @@ interactions: | |||
111 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
112 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
113 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
114 | X-Request-Id: [a6510046-1491-4873-84be-61a0b8d2c252] | 114 | X-Request-Id: [4faf8f90-1f8c-421a-921a-138823728403] |
115 | X-Runtime: ['0.109216'] | 115 | X-Runtime: ['0.129249'] |
116 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
117 | content-length: ['1250'] | 117 | content-length: ['1290'] |
118 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
119 | version: 1 | 119 | version: 1 |
diff --git a/tests/cassettes/test_status_pin_unpin.yaml b/tests/cassettes/test_status_pin_unpin.yaml index db461e3..549d35c 100644 --- a/tests/cassettes/test_status_pin_unpin.yaml +++ b/tests/cassettes/test_status_pin_unpin.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951426219188255","created_at":"2019-10-12T21:01:36.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/102951426219188255","url":"http://localhost/@mastodonpy_test/102951426219188255","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704152390298240","created_at":"2020-02-22T19:29:46.239Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152390298240","url":"http://localhost/@mastodonpy_test/103704152390298240","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:36.383Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [70c0440f-02a5-4685-a9f8-84eb38efc7bb] | 27 | X-Request-Id: [e4889506-5d66-43b7-9b28-41226451765d] |
28 | X-Runtime: ['0.133418'] | 28 | X-Runtime: ['0.237123'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: POST | 41 | method: POST |
42 | uri: http://localhost:3000/api/v1/statuses/102951426219188255/pin | 42 | uri: http://localhost:3000/api/v1/statuses/103704152390298240/pin |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951426219188255","created_at":"2019-10-12T21:01:36.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/102951426219188255","url":"http://localhost/@mastodonpy_test/102951426219188255","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704152390298240","created_at":"2020-02-22T19:29:46.239Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152390298240","url":"http://localhost/@mastodonpy_test/103704152390298240","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":true,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:36.383Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,10 +53,10 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [ec0ac36f-9243-4216-a671-e92b8ebd6650] | 56 | X-Request-Id: [6a8b53e5-173a-443d-99f1-338a1d86659a] |
57 | X-Runtime: ['0.108221'] | 57 | X-Runtime: ['0.126616'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1279'] | 59 | content-length: ['1319'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | - request: | 61 | - request: |
62 | body: null | 62 | body: null |
@@ -68,10 +68,10 @@ interactions: | |||
68 | Content-Length: ['0'] | 68 | Content-Length: ['0'] |
69 | User-Agent: [python-requests/2.18.4] | 69 | User-Agent: [python-requests/2.18.4] |
70 | method: POST | 70 | method: POST |
71 | uri: http://localhost:3000/api/v1/statuses/102951426219188255/unpin | 71 | uri: http://localhost:3000/api/v1/statuses/103704152390298240/unpin |
72 | response: | 72 | response: |
73 | body: {string: '{"id":"102951426219188255","created_at":"2019-10-12T21:01:36.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/102951426219188255","url":"http://localhost/@mastodonpy_test/102951426219188255","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 73 | body: {string: '{"id":"103704152390298240","created_at":"2020-02-22T19:29:46.239Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152390298240","url":"http://localhost/@mastodonpy_test/103704152390298240","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:36.383Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
75 | headers: | 75 | headers: |
76 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
77 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
@@ -82,10 +82,10 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [91f44e1a-0d02-49e2-a3f4-db9443a5e514] | 85 | X-Request-Id: [3ebb8f0f-e3c3-4ca9-87e2-91598a67eaf4] |
86 | X-Runtime: ['0.083017'] | 86 | X-Runtime: ['0.104426'] |
87 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['1280'] | 88 | content-length: ['1320'] |
89 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
90 | - request: | 90 | - request: |
91 | body: null | 91 | body: null |
@@ -97,10 +97,10 @@ interactions: | |||
97 | Content-Length: ['0'] | 97 | Content-Length: ['0'] |
98 | User-Agent: [python-requests/2.18.4] | 98 | User-Agent: [python-requests/2.18.4] |
99 | method: DELETE | 99 | method: DELETE |
100 | uri: http://localhost:3000/api/v1/statuses/102951426219188255 | 100 | uri: http://localhost:3000/api/v1/statuses/103704152390298240 |
101 | response: | 101 | response: |
102 | body: {string: '{"id":"102951426219188255","created_at":"2019-10-12T21:01:36.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/102951426219188255","url":"http://localhost/@mastodonpy_test/102951426219188255","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 102 | body: {string: '{"id":"103704152390298240","created_at":"2020-02-22T19:29:46.239Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152390298240","url":"http://localhost/@mastodonpy_test/103704152390298240","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:36.383Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 103 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
104 | headers: | 104 | headers: |
105 | Cache-Control: ['no-cache, no-store'] | 105 | Cache-Control: ['no-cache, no-store'] |
106 | Content-Type: [application/json; charset=utf-8] | 106 | Content-Type: [application/json; charset=utf-8] |
@@ -111,9 +111,9 @@ interactions: | |||
111 | X-Download-Options: [noopen] | 111 | X-Download-Options: [noopen] |
112 | X-Frame-Options: [SAMEORIGIN] | 112 | X-Frame-Options: [SAMEORIGIN] |
113 | X-Permitted-Cross-Domain-Policies: [none] | 113 | X-Permitted-Cross-Domain-Policies: [none] |
114 | X-Request-Id: [0958f1d9-c8e8-43b0-8e60-5f6db6e2dc48] | 114 | X-Request-Id: [9e56fadc-d695-4f40-b107-bf83bbc053b8] |
115 | X-Runtime: ['0.104668'] | 115 | X-Runtime: ['0.142370'] |
116 | X-XSS-Protection: [1; mode=block] | 116 | X-XSS-Protection: [1; mode=block] |
117 | content-length: ['1250'] | 117 | content-length: ['1290'] |
118 | status: {code: 200, message: OK} | 118 | status: {code: 200, message: OK} |
119 | version: 1 | 119 | version: 1 |
diff --git a/tests/cassettes/test_status_post[Content warning-None].yaml b/tests/cassettes/test_status_post[Content warning-None].yaml index 9c19097..d1b18c1 100644 --- a/tests/cassettes/test_status_post[Content warning-None].yaml +++ b/tests/cassettes/test_status_post[Content warning-None].yaml | |||
@@ -12,9 +12,9 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425988874058","created_at":"2019-10-12T21:01:32.857Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 15 | body: {string: '{"id":"103704152103081071","created_at":"2020-02-22T19:29:41.869Z","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/102951425988874058","url":"http://localhost/@mastodonpy_test/102951425988874058","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152103081071","url":"http://localhost/@mastodonpy_test/103704152103081071","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:32.874Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
18 | headers: | 18 | headers: |
19 | Cache-Control: ['no-cache, no-store'] | 19 | Cache-Control: ['no-cache, no-store'] |
20 | Content-Type: [application/json; charset=utf-8] | 20 | Content-Type: [application/json; charset=utf-8] |
@@ -25,10 +25,10 @@ interactions: | |||
25 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
26 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
27 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
28 | X-Request-Id: [3c5dc7f9-2963-4dd0-ac27-1468177a7ac4] | 28 | X-Request-Id: [4457af81-66f5-4feb-bac4-20751fa95d9b] |
29 | X-Runtime: ['0.171143'] | 29 | X-Runtime: ['0.177437'] |
30 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
31 | content-length: ['1294'] | 31 | content-length: ['1334'] |
32 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
33 | - request: | 33 | - request: |
34 | body: null | 34 | body: null |
@@ -40,11 +40,11 @@ interactions: | |||
40 | Content-Length: ['0'] | 40 | Content-Length: ['0'] |
41 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
42 | method: DELETE | 42 | method: DELETE |
43 | uri: http://localhost:3000/api/v1/statuses/102951425988874058 | 43 | uri: http://localhost:3000/api/v1/statuses/103704152103081071 |
44 | response: | 44 | response: |
45 | body: {string: '{"id":"102951425988874058","created_at":"2019-10-12T21:01:32.857Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 45 | body: {string: '{"id":"103704152103081071","created_at":"2020-02-22T19:29:41.869Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
46 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425988874058","url":"http://localhost/@mastodonpy_test/102951425988874058","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 46 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152103081071","url":"http://localhost/@mastodonpy_test/103704152103081071","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:32.874Z","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":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | headers: | 48 | headers: |
49 | Cache-Control: ['no-cache, no-store'] | 49 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 50 | Content-Type: [application/json; charset=utf-8] |
@@ -55,9 +55,9 @@ interactions: | |||
55 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
56 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
57 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
58 | X-Request-Id: [89c4c789-0d58-408d-b358-828eff92b0b7] | 58 | X-Request-Id: [c3099802-c33b-423d-8ed4-0c2a71e1907f] |
59 | X-Runtime: ['0.096675'] | 59 | X-Runtime: ['0.154581'] |
60 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
61 | content-length: ['1264'] | 61 | content-length: ['1304'] |
62 | status: {code: 200, message: OK} | 62 | status: {code: 200, message: OK} |
63 | version: 1 | 63 | version: 1 |
diff --git a/tests/cassettes/test_status_post[Content warning-direct].yaml b/tests/cassettes/test_status_post[Content warning-direct].yaml index 720bd6a..e9170bf 100644 --- a/tests/cassettes/test_status_post[Content warning-direct].yaml +++ b/tests/cassettes/test_status_post[Content warning-direct].yaml | |||
@@ -12,9 +12,9 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951426008708036","created_at":"2019-10-12T21:01:33.161Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 15 | body: {string: '{"id":"103704152129534664","created_at":"2020-02-22T19:29:42.274Z","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/102951426008708036","url":"http://localhost/@mastodonpy_test/102951426008708036","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | warning","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152129534664","url":"http://localhost/@mastodonpy_test/103704152129534664","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:32.874Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
18 | headers: | 18 | headers: |
19 | Cache-Control: ['no-cache, no-store'] | 19 | Cache-Control: ['no-cache, no-store'] |
20 | Content-Type: [application/json; charset=utf-8] | 20 | Content-Type: [application/json; charset=utf-8] |
@@ -25,10 +25,10 @@ interactions: | |||
25 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
26 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
27 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
28 | X-Request-Id: [6eabf6e4-474d-406d-8945-dc0dee155c2b] | 28 | X-Request-Id: [30c4705e-e1ae-44de-b809-e01d21190dec] |
29 | X-Runtime: ['0.110614'] | 29 | X-Runtime: ['0.194368'] |
30 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
31 | content-length: ['1279'] | 31 | content-length: ['1319'] |
32 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
33 | - request: | 33 | - request: |
34 | body: null | 34 | body: null |
@@ -40,11 +40,11 @@ interactions: | |||
40 | Content-Length: ['0'] | 40 | Content-Length: ['0'] |
41 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
42 | method: DELETE | 42 | method: DELETE |
43 | uri: http://localhost:3000/api/v1/statuses/102951426008708036 | 43 | uri: http://localhost:3000/api/v1/statuses/103704152129534664 |
44 | response: | 44 | response: |
45 | body: {string: '{"id":"102951426008708036","created_at":"2019-10-12T21:01:33.161Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 45 | body: {string: '{"id":"103704152129534664","created_at":"2020-02-22T19:29:42.274Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
46 | warning","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426008708036","url":"http://localhost/@mastodonpy_test/102951426008708036","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 46 | warning","visibility":"direct","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152129534664","url":"http://localhost/@mastodonpy_test/103704152129534664","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:32.874Z","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":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | headers: | 48 | headers: |
49 | Cache-Control: ['no-cache, no-store'] | 49 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 50 | Content-Type: [application/json; charset=utf-8] |
@@ -55,9 +55,9 @@ interactions: | |||
55 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
56 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
57 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
58 | X-Request-Id: [be681714-2382-4c87-ac69-519eb4e584b2] | 58 | X-Request-Id: [d94cf7d2-d2e4-49d2-bb90-af24c128598d] |
59 | X-Runtime: ['0.095477'] | 59 | X-Runtime: ['0.144371'] |
60 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
61 | content-length: ['1249'] | 61 | content-length: ['1289'] |
62 | status: {code: 200, message: OK} | 62 | status: {code: 200, message: OK} |
63 | version: 1 | 63 | version: 1 |
diff --git a/tests/cassettes/test_status_post[Content warning-private].yaml b/tests/cassettes/test_status_post[Content warning-private].yaml index a0ea000..6fcf34d 100644 --- a/tests/cassettes/test_status_post[Content warning-private].yaml +++ b/tests/cassettes/test_status_post[Content warning-private].yaml | |||
@@ -12,9 +12,9 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951426025715017","created_at":"2019-10-12T21:01:33.420Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 15 | body: {string: '{"id":"103704152156007785","created_at":"2020-02-22T19:29:42.674Z","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/102951426025715017","url":"http://localhost/@mastodonpy_test/102951426025715017","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | warning","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152156007785","url":"http://localhost/@mastodonpy_test/103704152156007785","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:33.428Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
18 | headers: | 18 | headers: |
19 | Cache-Control: ['no-cache, no-store'] | 19 | Cache-Control: ['no-cache, no-store'] |
20 | Content-Type: [application/json; charset=utf-8] | 20 | Content-Type: [application/json; charset=utf-8] |
@@ -25,10 +25,10 @@ interactions: | |||
25 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
26 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
27 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
28 | X-Request-Id: [c14e759f-537f-4435-82e4-6258ece4c11d] | 28 | X-Request-Id: [df09228f-3307-44e0-a036-6baedcbacf8e] |
29 | X-Runtime: ['0.113274'] | 29 | X-Runtime: ['0.181923'] |
30 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
31 | content-length: ['1280'] | 31 | content-length: ['1320'] |
32 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
33 | - request: | 33 | - request: |
34 | body: null | 34 | body: null |
@@ -40,11 +40,11 @@ interactions: | |||
40 | Content-Length: ['0'] | 40 | Content-Length: ['0'] |
41 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
42 | method: DELETE | 42 | method: DELETE |
43 | uri: http://localhost:3000/api/v1/statuses/102951426025715017 | 43 | uri: http://localhost:3000/api/v1/statuses/103704152156007785 |
44 | response: | 44 | response: |
45 | body: {string: '{"id":"102951426025715017","created_at":"2019-10-12T21:01:33.420Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 45 | body: {string: '{"id":"103704152156007785","created_at":"2020-02-22T19:29:42.674Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
46 | warning","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426025715017","url":"http://localhost/@mastodonpy_test/102951426025715017","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 46 | warning","visibility":"private","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152156007785","url":"http://localhost/@mastodonpy_test/103704152156007785","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:33.428Z","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":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | headers: | 48 | headers: |
49 | Cache-Control: ['no-cache, no-store'] | 49 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 50 | Content-Type: [application/json; charset=utf-8] |
@@ -55,9 +55,9 @@ interactions: | |||
55 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
56 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
57 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
58 | X-Request-Id: [89bd5caf-99e9-44f4-9b6f-841f594a6adf] | 58 | X-Request-Id: [64532ef5-2fd6-42e4-9dc4-af7bf0b1cfe0] |
59 | X-Runtime: ['0.115502'] | 59 | X-Runtime: ['0.135117'] |
60 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
61 | content-length: ['1250'] | 61 | content-length: ['1290'] |
62 | status: {code: 200, message: OK} | 62 | status: {code: 200, message: OK} |
63 | version: 1 | 63 | version: 1 |
diff --git a/tests/cassettes/test_status_post[Content warning-public].yaml b/tests/cassettes/test_status_post[Content warning-public].yaml index e15052a..2010113 100644 --- a/tests/cassettes/test_status_post[Content warning-public].yaml +++ b/tests/cassettes/test_status_post[Content warning-public].yaml | |||
@@ -12,9 +12,9 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951426065710839","created_at":"2019-10-12T21:01:34.039Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 15 | body: {string: '{"id":"103704152208418791","created_at":"2020-02-22T19:29:43.474Z","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/102951426065710839","url":"http://localhost/@mastodonpy_test/102951426065710839","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152208418791","url":"http://localhost/@mastodonpy_test/103704152208418791","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:34.051Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
18 | headers: | 18 | headers: |
19 | Cache-Control: ['no-cache, no-store'] | 19 | Cache-Control: ['no-cache, no-store'] |
20 | Content-Type: [application/json; charset=utf-8] | 20 | Content-Type: [application/json; charset=utf-8] |
@@ -25,10 +25,10 @@ interactions: | |||
25 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
26 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
27 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
28 | X-Request-Id: [8d13d149-e3e8-4a48-a448-8f3697304a82] | 28 | X-Request-Id: [5e18049a-724d-45ec-82c4-815ec239346d] |
29 | X-Runtime: ['0.156294'] | 29 | X-Runtime: ['0.173135'] |
30 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
31 | content-length: ['1294'] | 31 | content-length: ['1334'] |
32 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
33 | - request: | 33 | - request: |
34 | body: null | 34 | body: null |
@@ -40,11 +40,11 @@ interactions: | |||
40 | Content-Length: ['0'] | 40 | Content-Length: ['0'] |
41 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
42 | method: DELETE | 42 | method: DELETE |
43 | uri: http://localhost:3000/api/v1/statuses/102951426065710839 | 43 | uri: http://localhost:3000/api/v1/statuses/103704152208418791 |
44 | response: | 44 | response: |
45 | body: {string: '{"id":"102951426065710839","created_at":"2019-10-12T21:01:34.039Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 45 | body: {string: '{"id":"103704152208418791","created_at":"2020-02-22T19:29:43.474Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
46 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426065710839","url":"http://localhost/@mastodonpy_test/102951426065710839","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 46 | warning","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152208418791","url":"http://localhost/@mastodonpy_test/103704152208418791","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:34.051Z","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":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | headers: | 48 | headers: |
49 | Cache-Control: ['no-cache, no-store'] | 49 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 50 | Content-Type: [application/json; charset=utf-8] |
@@ -55,9 +55,9 @@ interactions: | |||
55 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
56 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
57 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
58 | X-Request-Id: [eb2e11f4-125c-479e-bbda-a8d96369f4ac] | 58 | X-Request-Id: [7721622a-4564-49e7-8ada-962c9b63f525] |
59 | X-Runtime: ['0.130821'] | 59 | X-Runtime: ['0.142133'] |
60 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
61 | content-length: ['1264'] | 61 | content-length: ['1304'] |
62 | status: {code: 200, message: OK} | 62 | status: {code: 200, message: OK} |
63 | version: 1 | 63 | version: 1 |
diff --git a/tests/cassettes/test_status_post[Content warning-unlisted].yaml b/tests/cassettes/test_status_post[Content warning-unlisted].yaml index 5bf5a3c..0d6c4b9 100644 --- a/tests/cassettes/test_status_post[Content warning-unlisted].yaml +++ b/tests/cassettes/test_status_post[Content warning-unlisted].yaml | |||
@@ -12,9 +12,9 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951426045336003","created_at":"2019-10-12T21:01:33.729Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 15 | body: {string: '{"id":"103704152180807831","created_at":"2020-02-22T19:29:43.053Z","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/102951426045336003","url":"http://localhost/@mastodonpy_test/102951426045336003","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 16 | warning","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152180807831","url":"http://localhost/@mastodonpy_test/103704152180807831","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:33.741Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 17 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
18 | headers: | 18 | headers: |
19 | Cache-Control: ['no-cache, no-store'] | 19 | Cache-Control: ['no-cache, no-store'] |
20 | Content-Type: [application/json; charset=utf-8] | 20 | Content-Type: [application/json; charset=utf-8] |
@@ -25,10 +25,10 @@ interactions: | |||
25 | X-Download-Options: [noopen] | 25 | X-Download-Options: [noopen] |
26 | X-Frame-Options: [SAMEORIGIN] | 26 | X-Frame-Options: [SAMEORIGIN] |
27 | X-Permitted-Cross-Domain-Policies: [none] | 27 | X-Permitted-Cross-Domain-Policies: [none] |
28 | X-Request-Id: [15a0cfda-8876-4b91-a2b2-630cf89810ae] | 28 | X-Request-Id: [364ccf70-f36f-4293-a1be-9d0393ee0a11] |
29 | X-Runtime: ['0.157404'] | 29 | X-Runtime: ['0.230195'] |
30 | X-XSS-Protection: [1; mode=block] | 30 | X-XSS-Protection: [1; mode=block] |
31 | content-length: ['1296'] | 31 | content-length: ['1336'] |
32 | status: {code: 200, message: OK} | 32 | status: {code: 200, message: OK} |
33 | - request: | 33 | - request: |
34 | body: null | 34 | body: null |
@@ -40,11 +40,11 @@ interactions: | |||
40 | Content-Length: ['0'] | 40 | Content-Length: ['0'] |
41 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
42 | method: DELETE | 42 | method: DELETE |
43 | uri: http://localhost:3000/api/v1/statuses/102951426045336003 | 43 | uri: http://localhost:3000/api/v1/statuses/103704152180807831 |
44 | response: | 44 | response: |
45 | body: {string: '{"id":"102951426045336003","created_at":"2019-10-12T21:01:33.729Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content | 45 | body: {string: '{"id":"103704152180807831","created_at":"2020-02-22T19:29:43.053Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":true,"spoiler_text":"Content |
46 | warning","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426045336003","url":"http://localhost/@mastodonpy_test/102951426045336003","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 46 | warning","visibility":"unlisted","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152180807831","url":"http://localhost/@mastodonpy_test/103704152180807831","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:33.741Z","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":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
48 | headers: | 48 | headers: |
49 | Cache-Control: ['no-cache, no-store'] | 49 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 50 | Content-Type: [application/json; charset=utf-8] |
@@ -55,9 +55,9 @@ interactions: | |||
55 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
56 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
57 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
58 | X-Request-Id: [88f0b0d8-166d-4280-a2db-e94f3a184ddb] | 58 | X-Request-Id: [e93352e9-727b-4d21-94b4-3e5eaf09b037] |
59 | X-Runtime: ['0.113845'] | 59 | X-Runtime: ['0.132730'] |
60 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
61 | content-length: ['1266'] | 61 | content-length: ['1306'] |
62 | status: {code: 200, message: OK} | 62 | status: {code: 200, message: OK} |
63 | version: 1 | 63 | version: 1 |
diff --git a/tests/cassettes/test_status_post[None-None].yaml b/tests/cassettes/test_status_post[None-None].yaml index 00141ea..ebe36a0 100644 --- a/tests/cassettes/test_status_post[None-None].yaml +++ b/tests/cassettes/test_status_post[None-None].yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425884261123","created_at":"2019-10-12T21:01:31.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/102951425884261123","url":"http://localhost/@mastodonpy_test/102951425884261123","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704151957063795","created_at":"2020-02-22T19:29:39.627Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151957063795","url":"http://localhost/@mastodonpy_test/103704151957063795","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:31.267Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [ab477545-121a-4159-918a-98a28cd3c117] | 27 | X-Request-Id: [2bf5efb8-3e67-4ebe-974a-628f600e1a42] |
28 | X-Runtime: ['0.139617'] | 28 | X-Runtime: ['0.172579'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: DELETE | 41 | method: DELETE |
42 | uri: http://localhost:3000/api/v1/statuses/102951425884261123 | 42 | uri: http://localhost:3000/api/v1/statuses/103704151957063795 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951425884261123","created_at":"2019-10-12T21:01:31.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/102951425884261123","url":"http://localhost/@mastodonpy_test/102951425884261123","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704151957063795","created_at":"2020-02-22T19:29:39.627Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151957063795","url":"http://localhost/@mastodonpy_test/103704151957063795","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:31.267Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,9 +53,9 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [d50bcbad-7bce-4e41-a9cf-02f9d920be26] | 56 | X-Request-Id: [4248191c-81b3-4a28-9a21-6ef5884694df] |
57 | X-Runtime: ['0.109900'] | 57 | X-Runtime: ['0.167652'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1250'] | 59 | content-length: ['1290'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_status_post[None-direct].yaml b/tests/cassettes/test_status_post[None-direct].yaml index 34d814f..342b596 100644 --- a/tests/cassettes/test_status_post[None-direct].yaml +++ b/tests/cassettes/test_status_post[None-direct].yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425903717424","created_at":"2019-10-12T21:01:31.557Z","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/102951425903717424","url":"http://localhost/@mastodonpy_test/102951425903717424","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704151983595232","created_at":"2020-02-22T19:29:40.036Z","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/103704151983595232","url":"http://localhost/@mastodonpy_test/103704151983595232","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:31.267Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [5fc033c9-ad3e-414e-845f-7b5e60ddc6e7] | 27 | X-Request-Id: [056dea59-ad43-4bbf-bec5-1997b858323e] |
28 | X-Runtime: ['0.104021'] | 28 | X-Runtime: ['0.154356'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1265'] | 30 | content-length: ['1305'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: DELETE | 41 | method: DELETE |
42 | uri: http://localhost:3000/api/v1/statuses/102951425903717424 | 42 | uri: http://localhost:3000/api/v1/statuses/103704151983595232 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951425903717424","created_at":"2019-10-12T21:01:31.557Z","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/102951425903717424","url":"http://localhost/@mastodonpy_test/102951425903717424","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704151983595232","created_at":"2020-02-22T19:29:40.036Z","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/103704151983595232","url":"http://localhost/@mastodonpy_test/103704151983595232","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:01:31.267Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,9 +53,9 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [ad7ec232-1a3c-4f19-8091-9535da5ded36] | 56 | X-Request-Id: [519b9bc9-629b-4988-9d6f-bb01e8b50bf5] |
57 | X-Runtime: ['0.132134'] | 57 | X-Runtime: ['0.141711'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1235'] | 59 | content-length: ['1275'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_status_post[None-private].yaml b/tests/cassettes/test_status_post[None-private].yaml index e234e63..73683f6 100644 --- a/tests/cassettes/test_status_post[None-private].yaml +++ b/tests/cassettes/test_status_post[None-private].yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425921352281","created_at":"2019-10-12T21:01:31.825Z","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/102951425921352281","url":"http://localhost/@mastodonpy_test/102951425921352281","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704152006787088","created_at":"2020-02-22T19:29:40.392Z","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/103704152006787088","url":"http://localhost/@mastodonpy_test/103704152006787088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:31.835Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [687b3b9d-cdca-4a21-a4e5-2ab1cfff021d] | 27 | X-Request-Id: [44dde196-9527-4b7d-9a35-cdbbda276e11] |
28 | X-Runtime: ['0.145267'] | 28 | X-Runtime: ['0.176334'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1266'] | 30 | content-length: ['1306'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: DELETE | 41 | method: DELETE |
42 | uri: http://localhost:3000/api/v1/statuses/102951425921352281 | 42 | uri: http://localhost:3000/api/v1/statuses/103704152006787088 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951425921352281","created_at":"2019-10-12T21:01:31.825Z","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/102951425921352281","url":"http://localhost/@mastodonpy_test/102951425921352281","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704152006787088","created_at":"2020-02-22T19:29:40.392Z","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/103704152006787088","url":"http://localhost/@mastodonpy_test/103704152006787088","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:31.835Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,9 +53,9 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [a977eb24-0ce4-4755-a24f-7062a41a2249] | 56 | X-Request-Id: [3be0d8c8-ad73-4a47-8e78-d5ade0bcc6f6] |
57 | X-Runtime: ['0.142988'] | 57 | X-Runtime: ['0.170602'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1236'] | 59 | content-length: ['1276'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_status_post[None-public].yaml b/tests/cassettes/test_status_post[None-public].yaml index 89d6d26..b843d2d 100644 --- a/tests/cassettes/test_status_post[None-public].yaml +++ b/tests/cassettes/test_status_post[None-public].yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425962409304","created_at":"2019-10-12T21:01:32.452Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425962409304","url":"http://localhost/@mastodonpy_test/102951425962409304","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704152064200666","created_at":"2020-02-22T19:29:41.265Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152064200666","url":"http://localhost/@mastodonpy_test/103704152064200666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:32.460Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [7a6a204c-e682-4225-8f6c-6cd3873f8066] | 27 | X-Request-Id: [acf4b466-7180-41d2-8c71-efa68c592130] |
28 | X-Runtime: ['0.121649'] | 28 | X-Runtime: ['0.205272'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: DELETE | 41 | method: DELETE |
42 | uri: http://localhost:3000/api/v1/statuses/102951425962409304 | 42 | uri: http://localhost:3000/api/v1/statuses/103704152064200666 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951425962409304","created_at":"2019-10-12T21:01:32.452Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425962409304","url":"http://localhost/@mastodonpy_test/102951425962409304","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704152064200666","created_at":"2020-02-22T19:29:41.265Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152064200666","url":"http://localhost/@mastodonpy_test/103704152064200666","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:32.460Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,9 +53,9 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [0f19ab33-33eb-4851-b472-d076fa71cb19] | 56 | X-Request-Id: [149a60c3-45ff-4dfb-ad58-5eb897b68d0c] |
57 | X-Runtime: ['0.118798'] | 57 | X-Runtime: ['0.141882'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1250'] | 59 | content-length: ['1290'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_status_post[None-unlisted].yaml b/tests/cassettes/test_status_post[None-unlisted].yaml index c35e756..b1bedb2 100644 --- a/tests/cassettes/test_status_post[None-unlisted].yaml +++ b/tests/cassettes/test_status_post[None-unlisted].yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425943043355","created_at":"2019-10-12T21:01:32.157Z","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/102951425943043355","url":"http://localhost/@mastodonpy_test/102951425943043355","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704152035679818","created_at":"2020-02-22T19:29:40.833Z","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/103704152035679818","url":"http://localhost/@mastodonpy_test/103704152035679818","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:32.166Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [ba5a2c04-b3f3-4bb2-9792-bcc0769840b2] | 27 | X-Request-Id: [7a8a3ab4-0e8d-4b61-822a-9c931022d3b0] |
28 | X-Runtime: ['0.137309'] | 28 | X-Runtime: ['0.205372'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1282'] | 30 | content-length: ['1322'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: DELETE | 41 | method: DELETE |
42 | uri: http://localhost:3000/api/v1/statuses/102951425943043355 | 42 | uri: http://localhost:3000/api/v1/statuses/103704152035679818 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951425943043355","created_at":"2019-10-12T21:01:32.157Z","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/102951425943043355","url":"http://localhost/@mastodonpy_test/102951425943043355","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704152035679818","created_at":"2020-02-22T19:29:40.833Z","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/103704152035679818","url":"http://localhost/@mastodonpy_test/103704152035679818","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:32.166Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,9 +53,9 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [5fd29cf3-bb2a-47aa-9b0b-4b57db183b02] | 56 | X-Request-Id: [c5fcdf89-a74f-484a-af9e-8bdd446bd7d4] |
57 | X-Runtime: ['0.087057'] | 57 | X-Runtime: ['0.136099'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1252'] | 59 | content-length: ['1292'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_status_reblog_unreblog.yaml b/tests/cassettes/test_status_reblog_unreblog.yaml index ce604d2..7643615 100644 --- a/tests/cassettes/test_status_reblog_unreblog.yaml +++ b/tests/cassettes/test_status_reblog_unreblog.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951426094514551","created_at":"2019-10-12T21:01:34.467Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426094514551","url":"http://localhost/@mastodonpy_test/102951426094514551","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704152250232111","created_at":"2020-02-22T19:29:44.106Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152250232111","url":"http://localhost/@mastodonpy_test/103704152250232111","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:34.485Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [3e68e1ef-0e70-478a-9f0f-ce18115bbff0] | 27 | X-Request-Id: [1c6ea931-5a65-4c57-8d16-b1220bcc082e] |
28 | X-Runtime: ['0.136229'] | 28 | X-Runtime: ['0.186681'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,13 +39,13 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: POST | 41 | method: POST |
42 | uri: http://localhost:3000/api/v1/statuses/102951426094514551/reblog | 42 | uri: http://localhost:3000/api/v1/statuses/103704152250232111/reblog |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951426108733575","created_at":"2019-10-12T21:01:34.682Z","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/102951426108733575/activity","url":"http://localhost/users/mastodonpy_test/statuses/102951426108733575/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT | 44 | body: {string: '{"id":"103704152264590764","created_at":"2020-02-22T19:29:44.314Z","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/103704152264590764/activity","url":"http://localhost/users/mastodonpy_test/statuses/103704152264590764/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"bookmarked":false,"content":"\u003cp\u003eRT |
45 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 45 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
46 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 46 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
47 | Toot!\u003c/p\u003e","reblog":{"id":"102951426094514551","created_at":"2019-10-12T21:01:34.467Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426094514551","url":"http://localhost/@mastodonpy_test/102951426094514551","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 47 | Toot!\u003c/p\u003e","reblog":{"id":"103704152250232111","created_at":"2020-02-22T19:29:44.106Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152250232111","url":"http://localhost/@mastodonpy_test/103704152250232111","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:34.700Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:01:34.700Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
49 | headers: | 49 | headers: |
50 | Cache-Control: ['no-cache, no-store'] | 50 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
@@ -56,10 +56,10 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [8bc0d030-7160-4a61-b47a-36910f5776ad] | 59 | X-Request-Id: [97af9e59-c150-4f3c-9dba-ddfbf9a83f73] |
60 | X-Runtime: ['0.293426'] | 60 | X-Runtime: ['0.257366'] |
61 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2724'] | 62 | content-length: ['2804'] |
63 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
64 | - request: | 64 | - request: |
65 | body: null | 65 | body: null |
@@ -71,10 +71,10 @@ interactions: | |||
71 | Content-Length: ['0'] | 71 | Content-Length: ['0'] |
72 | User-Agent: [python-requests/2.18.4] | 72 | User-Agent: [python-requests/2.18.4] |
73 | method: POST | 73 | method: POST |
74 | uri: http://localhost:3000/api/v1/statuses/102951426094514551/unreblog | 74 | uri: http://localhost:3000/api/v1/statuses/103704152250232111/unreblog |
75 | response: | 75 | response: |
76 | body: {string: '{"id":"102951426094514551","created_at":"2019-10-12T21:01:34.467Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426094514551","url":"http://localhost/@mastodonpy_test/102951426094514551","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 76 | body: {string: '{"id":"103704152250232111","created_at":"2020-02-22T19:29:44.106Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152250232111","url":"http://localhost/@mastodonpy_test/103704152250232111","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\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":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:34.700Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 77 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
78 | headers: | 78 | headers: |
79 | Cache-Control: ['no-cache, no-store'] | 79 | Cache-Control: ['no-cache, no-store'] |
80 | Content-Type: [application/json; charset=utf-8] | 80 | Content-Type: [application/json; charset=utf-8] |
@@ -85,10 +85,10 @@ interactions: | |||
85 | X-Download-Options: [noopen] | 85 | X-Download-Options: [noopen] |
86 | X-Frame-Options: [SAMEORIGIN] | 86 | X-Frame-Options: [SAMEORIGIN] |
87 | X-Permitted-Cross-Domain-Policies: [none] | 87 | X-Permitted-Cross-Domain-Policies: [none] |
88 | X-Request-Id: [f6a561b3-ee99-40f7-98eb-158831a5f15e] | 88 | X-Request-Id: [fcb937e5-5659-4b25-ae98-822411198499] |
89 | X-Runtime: ['0.166887'] | 89 | X-Runtime: ['0.121360'] |
90 | X-XSS-Protection: [1; mode=block] | 90 | X-XSS-Protection: [1; mode=block] |
91 | content-length: ['1280'] | 91 | content-length: ['1320'] |
92 | status: {code: 200, message: OK} | 92 | status: {code: 200, message: OK} |
93 | - request: | 93 | - request: |
94 | body: null | 94 | body: null |
@@ -100,10 +100,10 @@ interactions: | |||
100 | Content-Length: ['0'] | 100 | Content-Length: ['0'] |
101 | User-Agent: [python-requests/2.18.4] | 101 | User-Agent: [python-requests/2.18.4] |
102 | method: DELETE | 102 | method: DELETE |
103 | uri: http://localhost:3000/api/v1/statuses/102951426094514551 | 103 | uri: http://localhost:3000/api/v1/statuses/103704152250232111 |
104 | response: | 104 | response: |
105 | body: {string: '{"id":"102951426094514551","created_at":"2019-10-12T21:01:34.467Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951426094514551","url":"http://localhost/@mastodonpy_test/102951426094514551","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 105 | body: {string: '{"id":"103704152250232111","created_at":"2020-02-22T19:29:44.106Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704152250232111","url":"http://localhost/@mastodonpy_test/103704152250232111","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:34.700Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
107 | headers: | 107 | headers: |
108 | Cache-Control: ['no-cache, no-store'] | 108 | Cache-Control: ['no-cache, no-store'] |
109 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
@@ -114,9 +114,9 @@ interactions: | |||
114 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
115 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
116 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
117 | X-Request-Id: [176b7a11-7194-4881-b433-3d1177ea51f9] | 117 | X-Request-Id: [ebe9d7d7-9ff9-4d18-8b2b-a4dd2af8cb9b] |
118 | X-Runtime: ['0.141503'] | 118 | X-Runtime: ['0.149696'] |
119 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
120 | content-length: ['1250'] | 120 | content-length: ['1290'] |
121 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
122 | version: 1 | 122 | version: 1 |
diff --git a/tests/cassettes/test_status_reblog_visibility.yaml b/tests/cassettes/test_status_reblog_visibility.yaml index 40ed0ee..0d2e462 100644 --- a/tests/cassettes/test_status_reblog_visibility.yaml +++ b/tests/cassettes/test_status_reblog_visibility.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425796678879","created_at":"2019-10-12T21:01:29.921Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425796678879","url":"http://localhost/@mastodonpy_test/102951425796678879","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704151832790118","created_at":"2020-02-22T19:29:37.736Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151832790118","url":"http://localhost/@mastodonpy_test/103704151832790118","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:29.930Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [b878898f-f1e6-4caa-afe0-b37744829852] | 27 | X-Request-Id: [1adc4dfe-2261-470e-9ee2-324e770860ce] |
28 | X-Runtime: ['0.170554'] | 28 | X-Runtime: ['0.199915'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: visibility=unlisted | 33 | body: visibility=unlisted |
@@ -40,13 +40,13 @@ interactions: | |||
40 | Content-Type: [application/x-www-form-urlencoded] | 40 | Content-Type: [application/x-www-form-urlencoded] |
41 | User-Agent: [python-requests/2.18.4] | 41 | User-Agent: [python-requests/2.18.4] |
42 | method: POST | 42 | method: POST |
43 | uri: http://localhost:3000/api/v1/statuses/102951425796678879/reblog | 43 | uri: http://localhost:3000/api/v1/statuses/103704151832790118/reblog |
44 | response: | 44 | response: |
45 | body: {string: '{"id":"102951425808478504","created_at":"2019-10-12T21:01:30.099Z","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/102951425808478504/activity","url":"http://localhost/users/mastodonpy_test/statuses/102951425808478504/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT | 45 | body: {string: '{"id":"103704151852712052","created_at":"2020-02-22T19:29:38.034Z","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/103704151852712052/activity","url":"http://localhost/users/mastodonpy_test/statuses/103704151852712052/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"bookmarked":false,"content":"\u003cp\u003eRT |
46 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 46 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
47 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 47 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
48 | Toot!\u003c/p\u003e","reblog":{"id":"102951425796678879","created_at":"2019-10-12T21:01:29.921Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425796678879","url":"http://localhost/@mastodonpy_test/102951425796678879","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 48 | Toot!\u003c/p\u003e","reblog":{"id":"103704151832790118","created_at":"2020-02-22T19:29:37.736Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151832790118","url":"http://localhost/@mastodonpy_test/103704151832790118","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:30.118Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:01:30.118Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 49 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
50 | headers: | 50 | headers: |
51 | Cache-Control: ['no-cache, no-store'] | 51 | Cache-Control: ['no-cache, no-store'] |
52 | Content-Type: [application/json; charset=utf-8] | 52 | Content-Type: [application/json; charset=utf-8] |
@@ -57,10 +57,10 @@ interactions: | |||
57 | X-Download-Options: [noopen] | 57 | X-Download-Options: [noopen] |
58 | X-Frame-Options: [SAMEORIGIN] | 58 | X-Frame-Options: [SAMEORIGIN] |
59 | X-Permitted-Cross-Domain-Policies: [none] | 59 | X-Permitted-Cross-Domain-Policies: [none] |
60 | X-Request-Id: [7000f139-4ea3-43c0-a021-732b80cbfae9] | 60 | X-Request-Id: [34c32b91-8f24-468f-b75f-9c3991564035] |
61 | X-Runtime: ['0.217182'] | 61 | X-Runtime: ['0.467824'] |
62 | X-XSS-Protection: [1; mode=block] | 62 | X-XSS-Protection: [1; mode=block] |
63 | content-length: ['2726'] | 63 | content-length: ['2806'] |
64 | status: {code: 200, message: OK} | 64 | status: {code: 200, message: OK} |
65 | - request: | 65 | - request: |
66 | body: null | 66 | body: null |
@@ -72,10 +72,10 @@ interactions: | |||
72 | Content-Length: ['0'] | 72 | Content-Length: ['0'] |
73 | User-Agent: [python-requests/2.18.4] | 73 | User-Agent: [python-requests/2.18.4] |
74 | method: DELETE | 74 | method: DELETE |
75 | uri: http://localhost:3000/api/v1/statuses/102951425796678879 | 75 | uri: http://localhost:3000/api/v1/statuses/103704151832790118 |
76 | response: | 76 | response: |
77 | body: {string: '{"id":"102951425796678879","created_at":"2019-10-12T21:01:29.921Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425796678879","url":"http://localhost/@mastodonpy_test/102951425796678879","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 77 | body: {string: '{"id":"103704151832790118","created_at":"2020-02-22T19:29:37.736Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151832790118","url":"http://localhost/@mastodonpy_test/103704151832790118","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
78 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:01:30.118Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 78 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
79 | headers: | 79 | headers: |
80 | Cache-Control: ['no-cache, no-store'] | 80 | Cache-Control: ['no-cache, no-store'] |
81 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
@@ -86,9 +86,9 @@ interactions: | |||
86 | X-Download-Options: [noopen] | 86 | X-Download-Options: [noopen] |
87 | X-Frame-Options: [SAMEORIGIN] | 87 | X-Frame-Options: [SAMEORIGIN] |
88 | X-Permitted-Cross-Domain-Policies: [none] | 88 | X-Permitted-Cross-Domain-Policies: [none] |
89 | X-Request-Id: [caf0cfb1-2140-4056-a669-3ff5073dda1a] | 89 | X-Request-Id: [784ac4bb-ff9a-44a5-a536-88586812557f] |
90 | X-Runtime: ['0.141354'] | 90 | X-Runtime: ['0.140866'] |
91 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
92 | content-length: ['1249'] | 92 | content-length: ['1289'] |
93 | status: {code: 200, message: OK} | 93 | status: {code: 200, message: OK} |
94 | version: 1 | 94 | version: 1 |
diff --git a/tests/cassettes/test_status_reblogged_by.yaml b/tests/cassettes/test_status_reblogged_by.yaml index e090d5c..715c1f7 100644 --- a/tests/cassettes/test_status_reblogged_by.yaml +++ b/tests/cassettes/test_status_reblogged_by.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425758204494","created_at":"2019-10-12T21:01:29.334Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425758204494","url":"http://localhost/@mastodonpy_test/102951425758204494","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704151780195269","created_at":"2020-02-22T19:29:36.929Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151780195269","url":"http://localhost/@mastodonpy_test/103704151780195269","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:29.346Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [5c2c6778-3951-4805-a2e6-68921d2f5420] | 27 | X-Request-Id: [e136f565-46a8-4f1a-9040-90e86558018a] |
28 | X-Runtime: ['0.134807'] | 28 | X-Runtime: ['0.226605'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,13 +39,13 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: POST | 41 | method: POST |
42 | uri: http://localhost:3000/api/v1/statuses/102951425758204494/reblog | 42 | uri: http://localhost:3000/api/v1/statuses/103704151780195269/reblog |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951425770061746","created_at":"2019-10-12T21:01:29.512Z","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/102951425770061746/activity","url":"http://localhost/users/mastodonpy_test/statuses/102951425770061746/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"content":"\u003cp\u003eRT | 44 | body: {string: '{"id":"103704151794749249","created_at":"2020-02-22T19:29:37.145Z","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/103704151794749249/activity","url":"http://localhost/users/mastodonpy_test/statuses/103704151794749249/activity","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"bookmarked":false,"content":"\u003cp\u003eRT |
45 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" | 45 | \u003cspan class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" |
46 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 46 | class=\"u-url mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
47 | Toot!\u003c/p\u003e","reblog":{"id":"102951425758204494","created_at":"2019-10-12T21:01:29.334Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425758204494","url":"http://localhost/@mastodonpy_test/102951425758204494","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 47 | Toot!\u003c/p\u003e","reblog":{"id":"103704151780195269","created_at":"2020-02-22T19:29:36.929Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151780195269","url":"http://localhost/@mastodonpy_test/103704151780195269","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:29.525Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:01:29.525Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 48 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null},"application":null,"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
49 | headers: | 49 | headers: |
50 | Cache-Control: ['no-cache, no-store'] | 50 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
@@ -56,10 +56,10 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [7cd8435e-0578-4981-8f44-118f74ec5935] | 59 | X-Request-Id: [22fa1223-e097-44e3-9ade-3025635e06d0] |
60 | X-Runtime: ['0.212235'] | 60 | X-Runtime: ['0.285327'] |
61 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['2724'] | 62 | content-length: ['2804'] |
63 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
64 | - request: | 64 | - request: |
65 | body: null | 65 | body: null |
@@ -70,13 +70,13 @@ interactions: | |||
70 | Connection: [keep-alive] | 70 | Connection: [keep-alive] |
71 | User-Agent: [python-requests/2.18.4] | 71 | User-Agent: [python-requests/2.18.4] |
72 | method: GET | 72 | method: GET |
73 | uri: http://localhost:3000/api/v1/statuses/102951425758204494/reblogged_by | 73 | uri: http://localhost:3000/api/v1/statuses/103704151780195269/reblogged_by |
74 | response: | 74 | response: |
75 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":4,"last_status_at":"2019-10-12T21:01:29.525Z","emojis":[],"fields":[]}]'} | 75 | body: {string: '[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]}]'} |
76 | headers: | 76 | headers: |
77 | Cache-Control: ['no-cache, no-store'] | 77 | Cache-Control: ['no-cache, no-store'] |
78 | Content-Type: [application/json; charset=utf-8] | 78 | Content-Type: [application/json; charset=utf-8] |
79 | Link: ['<http://localhost:3000/api/v1/statuses/102951425758204494/reblogged_by?since_id=102951425770061746>; | 79 | Link: ['<http://localhost:3000/api/v1/statuses/103704151780195269/reblogged_by?since_id=103704151794749249>; |
80 | rel="prev"'] | 80 | rel="prev"'] |
81 | Referrer-Policy: [strict-origin-when-cross-origin] | 81 | Referrer-Policy: [strict-origin-when-cross-origin] |
82 | Transfer-Encoding: [chunked] | 82 | Transfer-Encoding: [chunked] |
@@ -85,10 +85,10 @@ interactions: | |||
85 | X-Download-Options: [noopen] | 85 | X-Download-Options: [noopen] |
86 | X-Frame-Options: [SAMEORIGIN] | 86 | X-Frame-Options: [SAMEORIGIN] |
87 | X-Permitted-Cross-Domain-Policies: [none] | 87 | X-Permitted-Cross-Domain-Policies: [none] |
88 | X-Request-Id: [7c5a247e-7bc4-4255-8fe2-2b3e87f48b94] | 88 | X-Request-Id: [6230544e-001e-4a03-9294-dbcc43eb88e8] |
89 | X-Runtime: ['0.027936'] | 89 | X-Runtime: ['0.077788'] |
90 | X-XSS-Protection: [1; mode=block] | 90 | X-XSS-Protection: [1; mode=block] |
91 | content-length: ['614'] | 91 | content-length: ['635'] |
92 | status: {code: 200, message: OK} | 92 | status: {code: 200, message: OK} |
93 | - request: | 93 | - request: |
94 | body: null | 94 | body: null |
@@ -100,10 +100,10 @@ interactions: | |||
100 | Content-Length: ['0'] | 100 | Content-Length: ['0'] |
101 | User-Agent: [python-requests/2.18.4] | 101 | User-Agent: [python-requests/2.18.4] |
102 | method: DELETE | 102 | method: DELETE |
103 | uri: http://localhost:3000/api/v1/statuses/102951425758204494 | 103 | uri: http://localhost:3000/api/v1/statuses/103704151780195269 |
104 | response: | 104 | response: |
105 | body: {string: '{"id":"102951425758204494","created_at":"2019-10-12T21:01:29.334Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425758204494","url":"http://localhost/@mastodonpy_test/102951425758204494","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 105 | body: {string: '{"id":"103704151780195269","created_at":"2020-02-22T19:29:36.929Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151780195269","url":"http://localhost/@mastodonpy_test/103704151780195269","replies_count":0,"reblogs_count":1,"favourites_count":0,"favourited":false,"reblogged":true,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:29.525Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 106 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
107 | headers: | 107 | headers: |
108 | Cache-Control: ['no-cache, no-store'] | 108 | Cache-Control: ['no-cache, no-store'] |
109 | Content-Type: [application/json; charset=utf-8] | 109 | Content-Type: [application/json; charset=utf-8] |
@@ -114,9 +114,9 @@ interactions: | |||
114 | X-Download-Options: [noopen] | 114 | X-Download-Options: [noopen] |
115 | X-Frame-Options: [SAMEORIGIN] | 115 | X-Frame-Options: [SAMEORIGIN] |
116 | X-Permitted-Cross-Domain-Policies: [none] | 116 | X-Permitted-Cross-Domain-Policies: [none] |
117 | X-Request-Id: [570628cb-ff9e-465b-8c39-6e52d709e413] | 117 | X-Request-Id: [abe5ca20-71c3-4358-8c18-15bc3b909a56] |
118 | X-Runtime: ['0.114806'] | 118 | X-Runtime: ['0.125013'] |
119 | X-XSS-Protection: [1; mode=block] | 119 | X-XSS-Protection: [1; mode=block] |
120 | content-length: ['1249'] | 120 | content-length: ['1289'] |
121 | status: {code: 200, message: OK} | 121 | status: {code: 200, message: OK} |
122 | version: 1 | 122 | version: 1 |
diff --git a/tests/cassettes/test_status_reply.yaml b/tests/cassettes/test_status_reply.yaml index d934dc5..90a47e0 100644 --- a/tests/cassettes/test_status_reply.yaml +++ b/tests/cassettes/test_status_reply.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951424990808897","created_at":"2019-10-12T21:01:17.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951424990808897","url":"http://localhost/@mastodonpy_test/102951424990808897","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704150971895875","created_at":"2020-02-22T19:29:24.598Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704150971895875","url":"http://localhost/@mastodonpy_test/103704150971895875","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:17.636Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [d3922ff4-905c-46fe-becc-8ce987df9a81] | 27 | X-Request-Id: [f9eddcaa-ebc3-4d61-839b-4a768c108740] |
28 | X-Runtime: ['0.136372'] | 28 | X-Runtime: ['0.227323'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -40,7 +40,7 @@ interactions: | |||
40 | method: GET | 40 | method: GET |
41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 41 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
42 | response: | 42 | response: |
43 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:01:13.837Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 43 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
44 | headers: | 44 | headers: |
45 | Cache-Control: ['no-cache, no-store'] | 45 | Cache-Control: ['no-cache, no-store'] |
46 | Content-Type: [application/json; charset=utf-8] | 46 | Content-Type: [application/json; charset=utf-8] |
@@ -51,13 +51,13 @@ interactions: | |||
51 | X-Download-Options: [noopen] | 51 | X-Download-Options: [noopen] |
52 | X-Frame-Options: [SAMEORIGIN] | 52 | X-Frame-Options: [SAMEORIGIN] |
53 | X-Permitted-Cross-Domain-Policies: [none] | 53 | X-Permitted-Cross-Domain-Policies: [none] |
54 | X-Request-Id: [b2f14632-e7f4-4d45-a473-aaa92c613f9c] | 54 | X-Request-Id: [6d50efaf-8723-4bf8-af96-ed6d5362f00f] |
55 | X-Runtime: ['0.051172'] | 55 | X-Runtime: ['0.060163'] |
56 | X-XSS-Protection: [1; mode=block] | 56 | X-XSS-Protection: [1; mode=block] |
57 | content-length: ['680'] | 57 | content-length: ['699'] |
58 | status: {code: 200, message: OK} | 58 | status: {code: 200, message: OK} |
59 | - request: | 59 | - request: |
60 | body: spoiler_text=&visibility=public&in_reply_to_id=102951424990808897&status=%40mastodonpy_test+same%21 | 60 | body: spoiler_text=&visibility=public&in_reply_to_id=103704150971895875&status=%40mastodonpy_test+same%21 |
61 | headers: | 61 | headers: |
62 | Accept: ['*/*'] | 62 | Accept: ['*/*'] |
63 | Accept-Encoding: ['gzip, deflate'] | 63 | Accept-Encoding: ['gzip, deflate'] |
@@ -69,11 +69,11 @@ interactions: | |||
69 | method: POST | 69 | method: POST |
70 | uri: http://localhost:3000/api/v1/statuses | 70 | uri: http://localhost:3000/api/v1/statuses |
71 | response: | 71 | response: |
72 | body: {string: '{"id":"102951425004505729","created_at":"2019-10-12T21:01:17.839Z","in_reply_to_id":"102951424990808897","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951425004505729","url":"http://localhost/@admin/102951425004505729","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan | 72 | body: {string: '{"id":"103704150993533200","created_at":"2020-02-22T19:29:24.936Z","in_reply_to_id":"103704150971895875","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704150993533200","url":"http://localhost/@admin/103704150993533200","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
73 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 73 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
74 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 74 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
75 | same!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 75 | same!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
76 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":32,"last_status_at":"2019-10-12T21:01:17.856Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 76 | suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
77 | headers: | 77 | headers: |
78 | Cache-Control: ['no-cache, no-store'] | 78 | Cache-Control: ['no-cache, no-store'] |
79 | Content-Type: [application/json; charset=utf-8] | 79 | Content-Type: [application/json; charset=utf-8] |
@@ -84,10 +84,10 @@ interactions: | |||
84 | X-Download-Options: [noopen] | 84 | X-Download-Options: [noopen] |
85 | X-Frame-Options: [SAMEORIGIN] | 85 | X-Frame-Options: [SAMEORIGIN] |
86 | X-Permitted-Cross-Domain-Policies: [none] | 86 | X-Permitted-Cross-Domain-Policies: [none] |
87 | X-Request-Id: [c29d28ed-f459-4120-9d44-7ebf022b4177] | 87 | X-Request-Id: [64eebad6-4e18-47b1-8e57-784c69165fb0] |
88 | X-Runtime: ['0.225278'] | 88 | X-Runtime: ['0.271935'] |
89 | X-XSS-Protection: [1; mode=block] | 89 | X-XSS-Protection: [1; mode=block] |
90 | content-length: ['1561'] | 90 | content-length: ['1599'] |
91 | status: {code: 200, message: OK} | 91 | status: {code: 200, message: OK} |
92 | - request: | 92 | - request: |
93 | body: null | 93 | body: null |
@@ -99,10 +99,10 @@ interactions: | |||
99 | Content-Length: ['0'] | 99 | Content-Length: ['0'] |
100 | User-Agent: [python-requests/2.18.4] | 100 | User-Agent: [python-requests/2.18.4] |
101 | method: DELETE | 101 | method: DELETE |
102 | uri: http://localhost:3000/api/v1/statuses/102951425004505729 | 102 | uri: http://localhost:3000/api/v1/statuses/103704150993533200 |
103 | response: | 103 | response: |
104 | body: {string: '{"id":"102951425004505729","created_at":"2019-10-12T21:01:17.839Z","in_reply_to_id":"102951424990808897","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951425004505729","url":"http://localhost/@admin/102951425004505729","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"@mastodonpy_test | 104 | body: {string: '{"id":"103704150993533200","created_at":"2020-02-22T19:29:24.936Z","in_reply_to_id":"103704150971895875","in_reply_to_account_id":"1234567890123456","sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704150993533200","url":"http://localhost/@admin/103704150993533200","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"@mastodonpy_test |
105 | same!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":32,"last_status_at":"2019-10-12T21:01:17.856Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 105 | same!","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
106 | headers: | 106 | headers: |
107 | Cache-Control: ['no-cache, no-store'] | 107 | Cache-Control: ['no-cache, no-store'] |
108 | Content-Type: [application/json; charset=utf-8] | 108 | Content-Type: [application/json; charset=utf-8] |
@@ -113,10 +113,10 @@ interactions: | |||
113 | X-Download-Options: [noopen] | 113 | X-Download-Options: [noopen] |
114 | X-Frame-Options: [SAMEORIGIN] | 114 | X-Frame-Options: [SAMEORIGIN] |
115 | X-Permitted-Cross-Domain-Policies: [none] | 115 | X-Permitted-Cross-Domain-Policies: [none] |
116 | X-Request-Id: [66768996-612d-41ea-8691-1821fe2938ae] | 116 | X-Request-Id: [8b9d0ef7-2959-4b09-bbd5-dc788528ccf7] |
117 | X-Runtime: ['0.153070'] | 117 | X-Runtime: ['0.171871'] |
118 | X-XSS-Protection: [1; mode=block] | 118 | X-XSS-Protection: [1; mode=block] |
119 | content-length: ['1354'] | 119 | content-length: ['1392'] |
120 | status: {code: 200, message: OK} | 120 | status: {code: 200, message: OK} |
121 | - request: | 121 | - request: |
122 | body: null | 122 | body: null |
@@ -128,10 +128,10 @@ interactions: | |||
128 | Content-Length: ['0'] | 128 | Content-Length: ['0'] |
129 | User-Agent: [python-requests/2.18.4] | 129 | User-Agent: [python-requests/2.18.4] |
130 | method: DELETE | 130 | method: DELETE |
131 | uri: http://localhost:3000/api/v1/statuses/102951424990808897 | 131 | uri: http://localhost:3000/api/v1/statuses/103704150971895875 |
132 | response: | 132 | response: |
133 | body: {string: '{"id":"102951424990808897","created_at":"2019-10-12T21:01:17.623Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951424990808897","url":"http://localhost/@mastodonpy_test/102951424990808897","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 133 | body: {string: '{"id":"103704150971895875","created_at":"2020-02-22T19:29:24.598Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704150971895875","url":"http://localhost/@mastodonpy_test/103704150971895875","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
134 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:17.636Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 134 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
135 | headers: | 135 | headers: |
136 | Cache-Control: ['no-cache, no-store'] | 136 | Cache-Control: ['no-cache, no-store'] |
137 | Content-Type: [application/json; charset=utf-8] | 137 | Content-Type: [application/json; charset=utf-8] |
@@ -142,9 +142,9 @@ interactions: | |||
142 | X-Download-Options: [noopen] | 142 | X-Download-Options: [noopen] |
143 | X-Frame-Options: [SAMEORIGIN] | 143 | X-Frame-Options: [SAMEORIGIN] |
144 | X-Permitted-Cross-Domain-Policies: [none] | 144 | X-Permitted-Cross-Domain-Policies: [none] |
145 | X-Request-Id: [a7a7d31d-8939-4909-b701-fdfbd913ef40] | 145 | X-Request-Id: [20587906-5e61-440e-846d-1e09eccfddfd] |
146 | X-Runtime: ['0.125810'] | 146 | X-Runtime: ['0.173275'] |
147 | X-XSS-Protection: [1; mode=block] | 147 | X-XSS-Protection: [1; mode=block] |
148 | content-length: ['1250'] | 148 | content-length: ['1290'] |
149 | status: {code: 200, message: OK} | 149 | status: {code: 200, message: OK} |
150 | version: 1 | 150 | version: 1 |
diff --git a/tests/cassettes/test_stream_direct.yaml b/tests/cassettes/test_stream_direct.yaml index 7969848..07a860f 100644 --- a/tests/cassettes/test_stream_direct.yaml +++ b/tests/cassettes/test_stream_direct.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","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":35,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} | 13 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.1.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":5,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=180, public'] | 15 | Cache-Control: ['max-age=180, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 12 Oct 2019 21:02:19 GMT'] | 17 | Date: ['Sat, 22 Feb 2020 19:30:30 GMT'] |
18 | ETag: [W/"ff826cf42bb295e7dd0d367a9e8291cb"] | 18 | ETag: [W/"51587391c411617410e169d0ce505880"] |
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: [05953499-e17b-4c5a-bf6b-60a185e2df3b] | 26 | X-Request-Id: [aeccbf84-349a-4394-be58-83af49fd2a57] |
27 | X-Runtime: ['0.034994'] | 27 | X-Runtime: ['0.055290'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['398'] | 29 | content-length: ['397'] |
30 | status: {code: 200, message: OK} | 30 | status: {code: 200, message: OK} |
31 | - request: | 31 | - request: |
32 | body: visibility=direct&status=%40mastodonpy_test+todo+funny+text+here | 32 | body: visibility=direct&status=%40mastodonpy_test+todo+funny+text+here |
@@ -41,11 +41,11 @@ interactions: | |||
41 | method: POST | 41 | method: POST |
42 | uri: http://localhost:3000/api/v1/statuses | 42 | uri: http://localhost:3000/api/v1/statuses |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951429389872972","created_at":"2019-10-12T21:02:24.756Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102951429389872972","url":"http://localhost/@admin/102951429389872972","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"\u003cp\u003e\u003cspan | 44 | body: {string: '{"id":"103704155604374665","created_at":"2020-02-22T19:30:35.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/103704155604374665","url":"http://localhost/@admin/103704155604374665","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"\u003cp\u003e\u003cspan |
45 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 45 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
46 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 46 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
47 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 47 | todo funny text here\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
48 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 48 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
49 | headers: | 49 | headers: |
50 | Cache-Control: ['no-cache, no-store'] | 50 | Cache-Control: ['no-cache, no-store'] |
51 | Content-Type: [application/json; charset=utf-8] | 51 | Content-Type: [application/json; charset=utf-8] |
@@ -56,10 +56,10 @@ interactions: | |||
56 | X-Download-Options: [noopen] | 56 | X-Download-Options: [noopen] |
57 | X-Frame-Options: [SAMEORIGIN] | 57 | X-Frame-Options: [SAMEORIGIN] |
58 | X-Permitted-Cross-Domain-Policies: [none] | 58 | X-Permitted-Cross-Domain-Policies: [none] |
59 | X-Request-Id: [3fa3f705-4295-4b3d-8daf-045241521e5f] | 59 | X-Request-Id: [eb31d98b-c1c6-4e75-b11a-3fc21f206b6b] |
60 | X-Runtime: ['0.223443'] | 60 | X-Runtime: ['0.246356'] |
61 | X-XSS-Protection: [1; mode=block] | 61 | X-XSS-Protection: [1; mode=block] |
62 | content-length: ['1531'] | 62 | content-length: ['1569'] |
63 | status: {code: 200, message: OK} | 63 | status: {code: 200, message: OK} |
64 | - request: | 64 | - request: |
65 | body: null | 65 | body: null |
@@ -72,12 +72,14 @@ interactions: | |||
72 | method: GET | 72 | method: GET |
73 | uri: http://localhost:4000/api/v1/streaming/direct | 73 | uri: http://localhost:4000/api/v1/streaming/direct |
74 | response: | 74 | response: |
75 | body: {string: 'event: conversation | 75 | body: {string: ':) |
76 | 76 | ||
77 | data: {"id":"42","unread":true,"accounts":[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"<p></p>","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]}],"last_status":{"id":"102951429389872972","created_at":"2019-10-12T21:02:24.756Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/102951429389872972","url":"http://localhost/@admin/102951429389872972","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"<p><span | 77 | event: conversation |
78 | |||
79 | data: {"id":"4","unread":true,"accounts":[{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"<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":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]}],"last_status":{"id":"103704155604374665","created_at":"2020-02-22T19:30:35.304Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"direct","language":"en","uri":"http://localhost/users/admin/statuses/103704155604374665","url":"http://localhost/@admin/103704155604374665","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"<p><span | ||
78 | class=\"h-card\"><a href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 80 | class=\"h-card\"><a href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
79 | mention\">@<span>mastodonpy_test</span></a></span> todo funny text here</p>","reblog":null,"application":{"name":"Mastodon.py | 81 | mention\">@<span>mastodonpy_test</span></a></span> todo funny text here</p>","reblog":null,"application":{"name":"Mastodon.py |
80 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"<p></p>","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}} | 82 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"<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":3,"last_status_at":"2020-02-22","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 | 83 | ||
82 | 84 | ||
83 | :'} | 85 | :'} |
@@ -85,11 +87,12 @@ interactions: | |||
85 | Access-Control-Allow-Headers: ['Authorization, Accept, Cache-Control'] | 87 | Access-Control-Allow-Headers: ['Authorization, Accept, Cache-Control'] |
86 | Access-Control-Allow-Methods: ['GET, OPTIONS'] | 88 | Access-Control-Allow-Methods: ['GET, OPTIONS'] |
87 | Access-Control-Allow-Origin: ['*'] | 89 | Access-Control-Allow-Origin: ['*'] |
90 | Cache-Control: [no-store] | ||
88 | Connection: [keep-alive] | 91 | Connection: [keep-alive] |
89 | Content-Type: [text/event-stream] | 92 | Content-Type: [text/event-stream] |
90 | Date: ['Sat, 12 Oct 2019 21:02:25 GMT'] | 93 | Date: ['Sat, 22 Feb 2020 19:30:30 GMT'] |
91 | Transfer-Encoding: [chunked] | 94 | Transfer-Encoding: [chunked] |
92 | X-Powered-By: [Express] | 95 | X-Powered-By: [Express] |
93 | X-Request-Id: [170c81f2-1f6a-401d-bf84-12bafefc7984] | 96 | X-Request-Id: [254a2c3c-5131-44b1-ad76-128a348475c9] |
94 | status: {code: 200, message: OK} | 97 | status: {code: 200, message: OK} |
95 | version: 1 | 98 | version: 1 |
diff --git a/tests/cassettes/test_stream_healthy.yaml b/tests/cassettes/test_stream_healthy.yaml index 29deb12..1fec469 100644 --- a/tests/cassettes/test_stream_healthy.yaml +++ b/tests/cassettes/test_stream_healthy.yaml | |||
@@ -9,12 +9,12 @@ interactions: | |||
9 | method: GET | 9 | method: GET |
10 | uri: http://localhost:3000/api/v1/instance/ | 10 | uri: http://localhost:3000/api/v1/instance/ |
11 | response: | 11 | response: |
12 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":35,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} | 12 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.1.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":5,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} |
13 | headers: | 13 | headers: |
14 | Cache-Control: ['max-age=180, public'] | 14 | Cache-Control: ['max-age=180, public'] |
15 | Content-Type: [application/json; charset=utf-8] | 15 | Content-Type: [application/json; charset=utf-8] |
16 | Date: ['Sat, 12 Oct 2019 21:02:39 GMT'] | 16 | Date: ['Sat, 22 Feb 2020 19:30:50 GMT'] |
17 | ETag: [W/"986b3eabfa8c703faf61af91b2f8e966"] | 17 | ETag: [W/"ae0b9ebba044d7ce36cd1878a0f486f0"] |
18 | Referrer-Policy: [strict-origin-when-cross-origin] | 18 | Referrer-Policy: [strict-origin-when-cross-origin] |
19 | Transfer-Encoding: [chunked] | 19 | Transfer-Encoding: [chunked] |
20 | Vary: ['Accept-Encoding, Origin'] | 20 | Vary: ['Accept-Encoding, Origin'] |
@@ -22,10 +22,10 @@ interactions: | |||
22 | X-Download-Options: [noopen] | 22 | X-Download-Options: [noopen] |
23 | X-Frame-Options: [SAMEORIGIN] | 23 | X-Frame-Options: [SAMEORIGIN] |
24 | X-Permitted-Cross-Domain-Policies: [none] | 24 | X-Permitted-Cross-Domain-Policies: [none] |
25 | X-Request-Id: [5e4e4a5e-46a6-4754-b753-eb63685bc169] | 25 | X-Request-Id: [59c55c0b-7c64-4cbf-8a8a-6323e4b30998] |
26 | X-Runtime: ['0.037100'] | 26 | X-Runtime: ['0.047892'] |
27 | X-XSS-Protection: [1; mode=block] | 27 | X-XSS-Protection: [1; mode=block] |
28 | content-length: ['398'] | 28 | content-length: ['397'] |
29 | status: {code: 200, message: OK} | 29 | status: {code: 200, message: OK} |
30 | - request: | 30 | - request: |
31 | body: null | 31 | body: null |
@@ -44,9 +44,9 @@ interactions: | |||
44 | Access-Control-Allow-Origin: ['*'] | 44 | Access-Control-Allow-Origin: ['*'] |
45 | Connection: [keep-alive] | 45 | Connection: [keep-alive] |
46 | Content-Type: [text/plain] | 46 | Content-Type: [text/plain] |
47 | Date: ['Sat, 12 Oct 2019 21:02:39 GMT'] | 47 | Date: ['Sat, 22 Feb 2020 19:30:50 GMT'] |
48 | Transfer-Encoding: [chunked] | 48 | Transfer-Encoding: [chunked] |
49 | X-Powered-By: [Express] | 49 | X-Powered-By: [Express] |
50 | X-Request-Id: [d202825d-dc24-40f8-a3ca-30be4f446773] | 50 | X-Request-Id: [d9f58845-c03e-4e2b-b9ef-ecc189f6de53] |
51 | status: {code: 200, message: OK} | 51 | status: {code: 200, message: OK} |
52 | version: 1 | 52 | version: 1 |
diff --git a/tests/cassettes/test_stream_user.yaml b/tests/cassettes/test_stream_user.yaml index 0c6b31e..21bcbd3 100644 --- a/tests/cassettes/test_stream_user.yaml +++ b/tests/cassettes/test_stream_user.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":31,"last_status_at":"2019-10-12T21:01:17.856Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [ea5cb92e-dbcd-4f23-978d-752520682ce5] | 24 | X-Request-Id: [dfffefce-86e5-4564-b430-aec547de6984] |
25 | X-Runtime: ['0.027826'] | 25 | X-Runtime: ['0.047495'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['680'] | 27 | content-length: ['699'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: null | 30 | body: null |
@@ -49,8 +49,8 @@ interactions: | |||
49 | X-Download-Options: [noopen] | 49 | X-Download-Options: [noopen] |
50 | X-Frame-Options: [SAMEORIGIN] | 50 | X-Frame-Options: [SAMEORIGIN] |
51 | X-Permitted-Cross-Domain-Policies: [none] | 51 | X-Permitted-Cross-Domain-Policies: [none] |
52 | X-Request-Id: [9ed775b8-fd27-4238-9974-ba31c74e1481] | 52 | X-Request-Id: [dd831a69-3672-401b-b929-64501e6dad90] |
53 | X-Runtime: ['0.028644'] | 53 | X-Runtime: ['0.077104'] |
54 | X-XSS-Protection: [1; mode=block] | 54 | X-XSS-Protection: [1; mode=block] |
55 | content-length: ['211'] | 55 | content-length: ['211'] |
56 | status: {code: 200, message: OK} | 56 | status: {code: 200, message: OK} |
@@ -65,12 +65,12 @@ interactions: | |||
65 | method: GET | 65 | method: GET |
66 | uri: http://localhost:3000/api/v1/instance/ | 66 | uri: http://localhost:3000/api/v1/instance/ |
67 | response: | 67 | response: |
68 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":32,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} | 68 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.1.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":2,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} |
69 | headers: | 69 | headers: |
70 | Cache-Control: ['max-age=180, public'] | 70 | Cache-Control: ['max-age=180, public'] |
71 | Content-Type: [application/json; charset=utf-8] | 71 | Content-Type: [application/json; charset=utf-8] |
72 | Date: ['Sat, 12 Oct 2019 21:01:39 GMT'] | 72 | Date: ['Sat, 22 Feb 2020 19:29:49 GMT'] |
73 | ETag: [W/"7c4d87e5a60d71779df547f36eb582a6"] | 73 | ETag: [W/"cd1a3127190394dbf4f025e256214f91"] |
74 | Referrer-Policy: [strict-origin-when-cross-origin] | 74 | Referrer-Policy: [strict-origin-when-cross-origin] |
75 | Transfer-Encoding: [chunked] | 75 | Transfer-Encoding: [chunked] |
76 | Vary: ['Accept-Encoding, Origin'] | 76 | Vary: ['Accept-Encoding, Origin'] |
@@ -78,10 +78,10 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [17e2a9b2-14c5-4908-afb2-8f831d000f26] | 81 | X-Request-Id: [7df52655-c83c-440b-9c5d-07efd7330a10] |
82 | X-Runtime: ['0.042122'] | 82 | X-Runtime: ['0.057121'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['398'] | 84 | content-length: ['397'] |
85 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
86 | - request: | 86 | - request: |
87 | body: status=only+real+cars+respond. | 87 | body: status=only+real+cars+respond. |
@@ -96,9 +96,9 @@ interactions: | |||
96 | method: POST | 96 | method: POST |
97 | uri: http://localhost:3000/api/v1/statuses | 97 | uri: http://localhost:3000/api/v1/statuses |
98 | response: | 98 | response: |
99 | body: {string: '{"id":"102951426753689473","created_at":"2019-10-12T21:01:44.528Z","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/102951426753689473","url":"http://localhost/@mastodonpy_test/102951426753689473","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eonly | 99 | body: {string: '{"id":"103704152961999435","created_at":"2020-02-22T19:29:54.978Z","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/103704152961999435","url":"http://localhost/@mastodonpy_test/103704152961999435","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eonly |
100 | real cars respond.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 100 | real cars respond.\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
101 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:44.550Z","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":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
102 | headers: | 102 | headers: |
103 | Cache-Control: ['no-cache, no-store'] | 103 | Cache-Control: ['no-cache, no-store'] |
104 | Content-Type: [application/json; charset=utf-8] | 104 | Content-Type: [application/json; charset=utf-8] |
@@ -109,10 +109,10 @@ interactions: | |||
109 | X-Download-Options: [noopen] | 109 | X-Download-Options: [noopen] |
110 | X-Frame-Options: [SAMEORIGIN] | 110 | X-Frame-Options: [SAMEORIGIN] |
111 | X-Permitted-Cross-Domain-Policies: [none] | 111 | X-Permitted-Cross-Domain-Policies: [none] |
112 | X-Request-Id: [8f45192c-c9a4-41e4-9e9c-36e71d9b3c64] | 112 | X-Request-Id: [cb3b8790-eb19-4bc2-90c7-bd6585349770] |
113 | X-Runtime: ['0.176433'] | 113 | X-Runtime: ['0.213901'] |
114 | X-XSS-Protection: [1; mode=block] | 114 | X-XSS-Protection: [1; mode=block] |
115 | content-length: ['1298'] | 115 | content-length: ['1338'] |
116 | status: {code: 200, message: OK} | 116 | status: {code: 200, message: OK} |
117 | - request: | 117 | - request: |
118 | body: status=%40mastodonpy_test+beep+beep+I%27m+a+jeep | 118 | body: status=%40mastodonpy_test+beep+beep+I%27m+a+jeep |
@@ -127,11 +127,11 @@ interactions: | |||
127 | method: POST | 127 | method: POST |
128 | uri: http://localhost:3000/api/v1/statuses | 128 | uri: http://localhost:3000/api/v1/statuses |
129 | response: | 129 | response: |
130 | body: {string: '{"id":"102951426769804033","created_at":"2019-10-12T21:01:44.778Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951426769804033","url":"http://localhost/@admin/102951426769804033","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003e\u003cspan | 130 | body: {string: '{"id":"103704152979846395","created_at":"2020-02-22T19:29:55.300Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704152979846395","url":"http://localhost/@admin/103704152979846395","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003e\u003cspan |
131 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 131 | class=\"h-card\"\u003e\u003ca href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
132 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e | 132 | mention\"\u003e@\u003cspan\u003emastodonpy_test\u003c/span\u003e\u003c/a\u003e\u003c/span\u003e |
133 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 133 | beep beep I\u0026apos;m a jeep\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
134 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":32,"last_status_at":"2019-10-12T21:01:44.788Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} | 134 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}'} |
135 | headers: | 135 | headers: |
136 | Cache-Control: ['no-cache, no-store'] | 136 | Cache-Control: ['no-cache, no-store'] |
137 | Content-Type: [application/json; charset=utf-8] | 137 | Content-Type: [application/json; charset=utf-8] |
@@ -142,10 +142,10 @@ interactions: | |||
142 | X-Download-Options: [noopen] | 142 | X-Download-Options: [noopen] |
143 | X-Frame-Options: [SAMEORIGIN] | 143 | X-Frame-Options: [SAMEORIGIN] |
144 | X-Permitted-Cross-Domain-Policies: [none] | 144 | X-Permitted-Cross-Domain-Policies: [none] |
145 | X-Request-Id: [3949877d-699b-40aa-869c-c942f82a3a42] | 145 | X-Request-Id: [275b0083-fecb-4345-b412-ea1c04219668] |
146 | X-Runtime: ['0.257322'] | 146 | X-Runtime: ['0.382119'] |
147 | X-XSS-Protection: [1; mode=block] | 147 | X-XSS-Protection: [1; mode=block] |
148 | content-length: ['1556'] | 148 | content-length: ['1594'] |
149 | status: {code: 200, message: OK} | 149 | status: {code: 200, message: OK} |
150 | - request: | 150 | - request: |
151 | body: status=on+the+internet%2C+nobody+knows+you%27re+a+plane | 151 | body: status=on+the+internet%2C+nobody+knows+you%27re+a+plane |
@@ -160,9 +160,9 @@ interactions: | |||
160 | method: POST | 160 | method: POST |
161 | uri: http://localhost:3000/api/v1/statuses | 161 | uri: http://localhost:3000/api/v1/statuses |
162 | response: | 162 | response: |
163 | body: {string: '{"id":"102951426786050221","created_at":"2019-10-12T21:01:45.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/102951426786050221","url":"http://localhost/@admin/102951426786050221","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eon | 163 | body: {string: '{"id":"103704153009330401","created_at":"2020-02-22T19:29:55.713Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704153009330401","url":"http://localhost/@admin/103704153009330401","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eon |
164 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 164 | the internet, nobody knows you\u0026apos;re a plane\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
165 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 165 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
166 | headers: | 166 | headers: |
167 | Cache-Control: ['no-cache, no-store'] | 167 | Cache-Control: ['no-cache, no-store'] |
168 | Content-Type: [application/json; charset=utf-8] | 168 | Content-Type: [application/json; charset=utf-8] |
@@ -173,10 +173,10 @@ interactions: | |||
173 | X-Download-Options: [noopen] | 173 | X-Download-Options: [noopen] |
174 | X-Frame-Options: [SAMEORIGIN] | 174 | X-Frame-Options: [SAMEORIGIN] |
175 | X-Permitted-Cross-Domain-Policies: [none] | 175 | X-Permitted-Cross-Domain-Policies: [none] |
176 | X-Request-Id: [86db19e1-7d49-496a-97a3-ec19a7167ae2] | 176 | X-Request-Id: [16e4ad84-c824-4d41-94fa-38136a5fd055] |
177 | X-Runtime: ['0.214519'] | 177 | X-Runtime: ['0.373721'] |
178 | X-XSS-Protection: [1; mode=block] | 178 | X-XSS-Protection: [1; mode=block] |
179 | content-length: ['1265'] | 179 | content-length: ['1303'] |
180 | status: {code: 200, message: OK} | 180 | status: {code: 200, message: OK} |
181 | - request: | 181 | - request: |
182 | body: null | 182 | body: null |
@@ -188,11 +188,11 @@ interactions: | |||
188 | Content-Length: ['0'] | 188 | Content-Length: ['0'] |
189 | User-Agent: [python-requests/2.18.4] | 189 | User-Agent: [python-requests/2.18.4] |
190 | method: DELETE | 190 | method: DELETE |
191 | uri: http://localhost:3000/api/v1/statuses/102951426753689473 | 191 | uri: http://localhost:3000/api/v1/statuses/103704152961999435 |
192 | response: | 192 | response: |
193 | body: {string: '{"id":"102951426753689473","created_at":"2019-10-12T21:01:44.528Z","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/102951426753689473","url":"http://localhost/@mastodonpy_test/102951426753689473","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"only | 193 | body: {string: '{"id":"103704152961999435","created_at":"2020-02-22T19:29:54.978Z","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/103704152961999435","url":"http://localhost/@mastodonpy_test/103704152961999435","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"only |
194 | real cars respond.","reblog":null,"application":{"name":"Mastodon.py test | 194 | real cars respond.","reblog":null,"application":{"name":"Mastodon.py test |
195 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:01:44.550Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 195 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
196 | headers: | 196 | headers: |
197 | Cache-Control: ['no-cache, no-store'] | 197 | Cache-Control: ['no-cache, no-store'] |
198 | Content-Type: [application/json; charset=utf-8] | 198 | Content-Type: [application/json; charset=utf-8] |
@@ -203,10 +203,10 @@ interactions: | |||
203 | X-Download-Options: [noopen] | 203 | X-Download-Options: [noopen] |
204 | X-Frame-Options: [SAMEORIGIN] | 204 | X-Frame-Options: [SAMEORIGIN] |
205 | X-Permitted-Cross-Domain-Policies: [none] | 205 | X-Permitted-Cross-Domain-Policies: [none] |
206 | X-Request-Id: [049d8736-f708-4408-8cae-713cb99a8716] | 206 | X-Request-Id: [d09f676f-00e6-4b45-b20a-22089c1b053a] |
207 | X-Runtime: ['0.119567'] | 207 | X-Runtime: ['0.171114'] |
208 | X-XSS-Protection: [1; mode=block] | 208 | X-XSS-Protection: [1; mode=block] |
209 | content-length: ['1268'] | 209 | content-length: ['1308'] |
210 | status: {code: 200, message: OK} | 210 | status: {code: 200, message: OK} |
211 | - request: | 211 | - request: |
212 | body: null | 212 | body: null |
@@ -219,24 +219,26 @@ interactions: | |||
219 | method: GET | 219 | method: GET |
220 | uri: http://localhost:4000/api/v1/streaming/user | 220 | uri: http://localhost:4000/api/v1/streaming/user |
221 | response: | 221 | response: |
222 | body: {string: 'event: update | 222 | body: {string: ':) |
223 | 223 | ||
224 | data: {"id":"102951426753689473","created_at":"2019-10-12T21:01:44.528Z","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/102951426753689473","url":"http://localhost/@mastodonpy_test/102951426753689473","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"<p>only | 224 | event: update |
225 | |||
226 | data: {"id":"103704152961999435","created_at":"2020-02-22T19:29:54.978Z","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/103704152961999435","url":"http://localhost/@mastodonpy_test/103704152961999435","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"<p>only | ||
225 | real cars respond.</p>","reblog":null,"application":{"name":"Mastodon.py test | 227 | real cars respond.</p>","reblog":null,"application":{"name":"Mastodon.py test |
226 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"<p></p>","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:01:44.550Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} | 228 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} |
227 | 229 | ||
228 | 230 | ||
229 | event: notification | 231 | event: notification |
230 | 232 | ||
231 | data: {"id":"222","type":"mention","created_at":"2019-10-12T21:01:44.891Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"<p></p>","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":32,"last_status_at":"2019-10-12T21:01:44.788Z","emojis":[],"fields":[]},"status":{"id":"102951426769804033","created_at":"2019-10-12T21:01:44.778Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/102951426769804033","url":"http://localhost/@admin/102951426769804033","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"content":"<p><span | 233 | data: {"id":"14","type":"mention","created_at":"2020-02-22T19:29:55.497Z","account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"<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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"status":{"id":"103704152979846395","created_at":"2020-02-22T19:29:55.300Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"http://localhost/users/admin/statuses/103704152979846395","url":"http://localhost/@admin/103704152979846395","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"content":"<p><span |
232 | class=\"h-card\"><a href=\"http://localhost/@mastodonpy_test\" class=\"u-url | 234 | class=\"h-card\"><a href=\"http://localhost/@mastodonpy_test\" class=\"u-url |
233 | mention\">@<span>mastodonpy_test</span></a></span> beep beep I'm a jeep</p>","reblog":null,"application":{"name":"Mastodon.py | 235 | mention\">@<span>mastodonpy_test</span></a></span> beep beep I'm a jeep</p>","reblog":null,"application":{"name":"Mastodon.py |
234 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"<p></p>","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":32,"last_status_at":"2019-10-12T21:01:44.788Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}} | 236 | test suite","website":null},"account":{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"<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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[{"id":"1234567890123456","username":"mastodonpy_test","url":"http://localhost/@mastodonpy_test","acct":"mastodonpy_test"}],"tags":[],"emojis":[],"card":null,"poll":null}} |
235 | 237 | ||
236 | 238 | ||
237 | event: delete | 239 | event: delete |
238 | 240 | ||
239 | data: 102951426753689473 | 241 | data: 103704152961999435 |
240 | 242 | ||
241 | 243 | ||
242 | :'} | 244 | :'} |
@@ -244,11 +246,12 @@ interactions: | |||
244 | Access-Control-Allow-Headers: ['Authorization, Accept, Cache-Control'] | 246 | Access-Control-Allow-Headers: ['Authorization, Accept, Cache-Control'] |
245 | Access-Control-Allow-Methods: ['GET, OPTIONS'] | 247 | Access-Control-Allow-Methods: ['GET, OPTIONS'] |
246 | Access-Control-Allow-Origin: ['*'] | 248 | Access-Control-Allow-Origin: ['*'] |
249 | Cache-Control: [no-store] | ||
247 | Connection: [keep-alive] | 250 | Connection: [keep-alive] |
248 | Content-Type: [text/event-stream] | 251 | Content-Type: [text/event-stream] |
249 | Date: ['Sat, 12 Oct 2019 21:01:44 GMT'] | 252 | Date: ['Sat, 22 Feb 2020 19:29:49 GMT'] |
250 | Transfer-Encoding: [chunked] | 253 | Transfer-Encoding: [chunked] |
251 | X-Powered-By: [Express] | 254 | X-Powered-By: [Express] |
252 | X-Request-Id: [57d4f566-f1d3-42f8-85fa-e043ac49d67b] | 255 | X-Request-Id: [5062171c-840e-41c2-93f8-c8a2eb1281a5] |
253 | status: {code: 200, message: OK} | 256 | status: {code: 200, message: OK} |
254 | version: 1 | 257 | version: 1 |
diff --git a/tests/cassettes/test_stream_user_local.yaml b/tests/cassettes/test_stream_user_local.yaml index b8e78bd..daa22ff 100644 --- a/tests/cassettes/test_stream_user_local.yaml +++ b/tests/cassettes/test_stream_user_local.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T12:42:50.096Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":2,"following_count":1,"statuses_count":33,"last_status_at":"2019-10-12T21:01:45.075Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"id":"1","username":"admin","acct":"admin","display_name":"","locked":false,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T19:13:53.944Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@admin","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2020-02-22","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [5174cfdc-9177-485d-80eb-66740a678bd0] | 24 | X-Request-Id: [1f8b96b6-c78a-4428-974d-a86d47d1eed6] |
25 | X-Runtime: ['0.031069'] | 25 | X-Runtime: ['0.050175'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['680'] | 27 | content-length: ['699'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: null | 30 | body: null |
@@ -49,8 +49,8 @@ interactions: | |||
49 | X-Download-Options: [noopen] | 49 | X-Download-Options: [noopen] |
50 | X-Frame-Options: [SAMEORIGIN] | 50 | X-Frame-Options: [SAMEORIGIN] |
51 | X-Permitted-Cross-Domain-Policies: [none] | 51 | X-Permitted-Cross-Domain-Policies: [none] |
52 | X-Request-Id: [394d8329-51d2-44a0-9d13-9b6a14da6cb5] | 52 | X-Request-Id: [a35199a0-d2b2-4af6-9cfc-94b290dbd15b] |
53 | X-Runtime: ['0.028644'] | 53 | X-Runtime: ['0.046315'] |
54 | X-XSS-Protection: [1; mode=block] | 54 | X-XSS-Protection: [1; mode=block] |
55 | content-length: ['211'] | 55 | content-length: ['211'] |
56 | status: {code: 200, message: OK} | 56 | status: {code: 200, message: OK} |
@@ -65,12 +65,12 @@ interactions: | |||
65 | method: GET | 65 | method: GET |
66 | uri: http://localhost:3000/api/v1/instance/ | 66 | uri: http://localhost:3000/api/v1/instance/ |
67 | response: | 67 | response: |
68 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":34,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} | 68 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.1.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":4,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} |
69 | headers: | 69 | headers: |
70 | Cache-Control: ['max-age=180, public'] | 70 | Cache-Control: ['max-age=180, public'] |
71 | Content-Type: [application/json; charset=utf-8] | 71 | Content-Type: [application/json; charset=utf-8] |
72 | Date: ['Sat, 12 Oct 2019 21:01:59 GMT'] | 72 | Date: ['Sat, 22 Feb 2020 19:30:10 GMT'] |
73 | ETag: [W/"b1cd0117fc529e198d2e886647ce8296"] | 73 | ETag: [W/"b0ffa42b1b8e2eb0e6a9b3dae373b272"] |
74 | Referrer-Policy: [strict-origin-when-cross-origin] | 74 | Referrer-Policy: [strict-origin-when-cross-origin] |
75 | Transfer-Encoding: [chunked] | 75 | Transfer-Encoding: [chunked] |
76 | Vary: ['Accept-Encoding, Origin'] | 76 | Vary: ['Accept-Encoding, Origin'] |
@@ -78,10 +78,10 @@ interactions: | |||
78 | X-Download-Options: [noopen] | 78 | X-Download-Options: [noopen] |
79 | X-Frame-Options: [SAMEORIGIN] | 79 | X-Frame-Options: [SAMEORIGIN] |
80 | X-Permitted-Cross-Domain-Policies: [none] | 80 | X-Permitted-Cross-Domain-Policies: [none] |
81 | X-Request-Id: [440ec0fb-5806-4293-a20a-cc7e4cf79c79] | 81 | X-Request-Id: [a5901c8a-4df0-4746-9545-6458e7e8fcbb] |
82 | X-Runtime: ['0.028512'] | 82 | X-Runtime: ['0.047905'] |
83 | X-XSS-Protection: [1; mode=block] | 83 | X-XSS-Protection: [1; mode=block] |
84 | content-length: ['398'] | 84 | content-length: ['397'] |
85 | status: {code: 200, message: OK} | 85 | status: {code: 200, message: OK} |
86 | - request: | 86 | - request: |
87 | body: status=it%27s+cool+guy | 87 | body: status=it%27s+cool+guy |
@@ -96,9 +96,9 @@ interactions: | |||
96 | method: POST | 96 | method: POST |
97 | uri: http://localhost:3000/api/v1/statuses | 97 | uri: http://localhost:3000/api/v1/statuses |
98 | response: | 98 | response: |
99 | body: {string: '{"id":"102951428073573330","created_at":"2019-10-12T21:02:04.665Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951428073573330","url":"http://localhost/@mastodonpy_test/102951428073573330","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s | 99 | body: {string: '{"id":"103704154287057569","created_at":"2020-02-22T19:30:15.186Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704154287057569","url":"http://localhost/@mastodonpy_test/103704154287057569","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eit\u0026apos;s |
100 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test | 100 | cool guy\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py test |
101 | suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:04.684Z","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":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
102 | headers: | 102 | headers: |
103 | Cache-Control: ['no-cache, no-store'] | 103 | Cache-Control: ['no-cache, no-store'] |
104 | Content-Type: [application/json; charset=utf-8] | 104 | Content-Type: [application/json; charset=utf-8] |
@@ -109,10 +109,10 @@ interactions: | |||
109 | X-Download-Options: [noopen] | 109 | X-Download-Options: [noopen] |
110 | X-Frame-Options: [SAMEORIGIN] | 110 | X-Frame-Options: [SAMEORIGIN] |
111 | X-Permitted-Cross-Domain-Policies: [none] | 111 | X-Permitted-Cross-Domain-Policies: [none] |
112 | X-Request-Id: [45c561f8-c83d-41c1-9fb8-97f033fb4d60] | 112 | X-Request-Id: [dfb25e3b-98fd-4270-b6b8-4377a469a4a2] |
113 | X-Runtime: ['0.199172'] | 113 | X-Runtime: ['0.266320'] |
114 | X-XSS-Protection: [1; mode=block] | 114 | X-XSS-Protection: [1; mode=block] |
115 | content-length: ['1298'] | 115 | content-length: ['1338'] |
116 | status: {code: 200, message: OK} | 116 | status: {code: 200, message: OK} |
117 | - request: | 117 | - request: |
118 | body: null | 118 | body: null |
@@ -125,10 +125,12 @@ interactions: | |||
125 | method: GET | 125 | method: GET |
126 | uri: http://localhost:4000/api/v1/streaming/user | 126 | uri: http://localhost:4000/api/v1/streaming/user |
127 | response: | 127 | response: |
128 | body: {string: 'event: update | 128 | body: {string: ':) |
129 | 129 | ||
130 | data: {"id":"102951428073573330","created_at":"2019-10-12T21:02:04.665Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951428073573330","url":"http://localhost/@mastodonpy_test/102951428073573330","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"<p>it's | 130 | event: update |
131 | cool guy</p>","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"<p></p>","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":2,"last_status_at":"2019-10-12T21:02:04.684Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} | 131 | |
132 | data: {"id":"103704154287057569","created_at":"2020-02-22T19:30:15.186Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704154287057569","url":"http://localhost/@mastodonpy_test/103704154287057569","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"<p>it's | ||
133 | cool guy</p>","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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":2,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null} | ||
132 | 134 | ||
133 | 135 | ||
134 | :'} | 136 | :'} |
@@ -136,11 +138,12 @@ interactions: | |||
136 | Access-Control-Allow-Headers: ['Authorization, Accept, Cache-Control'] | 138 | Access-Control-Allow-Headers: ['Authorization, Accept, Cache-Control'] |
137 | Access-Control-Allow-Methods: ['GET, OPTIONS'] | 139 | Access-Control-Allow-Methods: ['GET, OPTIONS'] |
138 | Access-Control-Allow-Origin: ['*'] | 140 | Access-Control-Allow-Origin: ['*'] |
141 | Cache-Control: [no-store] | ||
139 | Connection: [keep-alive] | 142 | Connection: [keep-alive] |
140 | Content-Type: [text/event-stream] | 143 | Content-Type: [text/event-stream] |
141 | Date: ['Sat, 12 Oct 2019 21:02:04 GMT'] | 144 | Date: ['Sat, 22 Feb 2020 19:30:10 GMT'] |
142 | Transfer-Encoding: [chunked] | 145 | Transfer-Encoding: [chunked] |
143 | X-Powered-By: [Express] | 146 | X-Powered-By: [Express] |
144 | X-Request-Id: [5dbf1e91-dd66-4095-849b-5cedf4cee9e3] | 147 | X-Request-Id: [adfda15c-cfd5-495f-8392-44653eeea43c] |
145 | status: {code: 200, message: OK} | 148 | status: {code: 200, message: OK} |
146 | version: 1 | 149 | version: 1 |
diff --git a/tests/cassettes/test_suggested_tags.yaml b/tests/cassettes/test_suggested_tags.yaml index 2beed12..e18e026 100644 --- a/tests/cassettes/test_suggested_tags.yaml +++ b/tests/cassettes/test_suggested_tags.yaml | |||
@@ -12,12 +12,12 @@ 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":"102951420769685876","created_at":"2019-10-12T21:00:13.230Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420769685876","url":"http://localhost/@mastodonpy_test/102951420769685876","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003ecool | 15 | body: {string: '{"id":"103704145201710428","created_at":"2020-02-22T19:27:56.578Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145201710428","url":"http://localhost/@mastodonpy_test/103704145201710428","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003ecool |
16 | free \u003ca href=\"http://localhost/tags/ringtones\" class=\"mention hashtag\" | 16 | free \u003ca href=\"http://localhost/tags/ringtones\" class=\"mention hashtag\" |
17 | rel=\"tag\"\u003e#\u003cspan\u003eringtones\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 17 | rel=\"tag\"\u003e#\u003cspan\u003eringtones\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 18 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
19 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 19 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"ringtones","url":"http://localhost/tags/ringtones"}],"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/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"ringtones","url":"http://localhost/tags/ringtones"}],"emojis":[],"card":null,"poll":null}'} |
21 | headers: | 21 | headers: |
22 | Cache-Control: ['no-cache, no-store'] | 22 | Cache-Control: ['no-cache, no-store'] |
23 | Content-Type: [application/json; charset=utf-8] | 23 | Content-Type: [application/json; charset=utf-8] |
@@ -28,10 +28,10 @@ interactions: | |||
28 | X-Download-Options: [noopen] | 28 | X-Download-Options: [noopen] |
29 | X-Frame-Options: [SAMEORIGIN] | 29 | X-Frame-Options: [SAMEORIGIN] |
30 | X-Permitted-Cross-Domain-Policies: [none] | 30 | X-Permitted-Cross-Domain-Policies: [none] |
31 | X-Request-Id: [a0af1640-1423-40a7-9bb9-4fd1d8126cf5] | 31 | X-Request-Id: [17f5560a-dde2-466e-af3d-b2aef45b3c4a] |
32 | X-Runtime: ['0.176138'] | 32 | X-Runtime: ['0.287699'] |
33 | X-XSS-Protection: [1; mode=block] | 33 | X-XSS-Protection: [1; mode=block] |
34 | content-length: ['1856'] | 34 | content-length: ['1890'] |
35 | status: {code: 200, message: OK} | 35 | status: {code: 200, message: OK} |
36 | - request: | 36 | - request: |
37 | body: null | 37 | body: null |
@@ -44,7 +44,7 @@ interactions: | |||
44 | method: GET | 44 | method: GET |
45 | uri: http://localhost:3000/api/v1/featured_tags/suggestions | 45 | uri: http://localhost:3000/api/v1/featured_tags/suggestions |
46 | response: | 46 | response: |
47 | body: {string: '[{"name":"ringtones","url":"http://localhost/tags/ringtones","history":[{"day":"1570838400","uses":"2","accounts":"1"},{"day":"1570752000","uses":"0","accounts":"0"},{"day":"1570665600","uses":"0","accounts":"0"},{"day":"1570579200","uses":"0","accounts":"0"},{"day":"1570492800","uses":"0","accounts":"0"},{"day":"1570406400","uses":"0","accounts":"0"},{"day":"1570320000","uses":"0","accounts":"0"}]}]'} | 47 | body: {string: '[{"name":"ringtones","url":"http://localhost/tags/ringtones","history":[{"day":"1582329600","uses":"1","accounts":"1"},{"day":"1582243200","uses":"0","accounts":"0"},{"day":"1582156800","uses":"0","accounts":"0"},{"day":"1582070400","uses":"0","accounts":"0"},{"day":"1581984000","uses":"0","accounts":"0"},{"day":"1581897600","uses":"0","accounts":"0"},{"day":"1581811200","uses":"0","accounts":"0"}]}]'} |
48 | headers: | 48 | headers: |
49 | Cache-Control: ['no-cache, no-store'] | 49 | Cache-Control: ['no-cache, no-store'] |
50 | Content-Type: [application/json; charset=utf-8] | 50 | Content-Type: [application/json; charset=utf-8] |
@@ -55,8 +55,8 @@ interactions: | |||
55 | X-Download-Options: [noopen] | 55 | X-Download-Options: [noopen] |
56 | X-Frame-Options: [SAMEORIGIN] | 56 | X-Frame-Options: [SAMEORIGIN] |
57 | X-Permitted-Cross-Domain-Policies: [none] | 57 | X-Permitted-Cross-Domain-Policies: [none] |
58 | X-Request-Id: [67554c1a-1cc4-4841-a2ff-f1b816967afe] | 58 | X-Request-Id: [491203fd-fa9f-4505-906b-586d001adcc6] |
59 | X-Runtime: ['0.032154'] | 59 | X-Runtime: ['1.719362'] |
60 | X-XSS-Protection: [1; mode=block] | 60 | X-XSS-Protection: [1; mode=block] |
61 | content-length: ['403'] | 61 | content-length: ['403'] |
62 | status: {code: 200, message: OK} | 62 | status: {code: 200, message: OK} |
@@ -70,12 +70,12 @@ interactions: | |||
70 | Content-Length: ['0'] | 70 | Content-Length: ['0'] |
71 | User-Agent: [python-requests/2.18.4] | 71 | User-Agent: [python-requests/2.18.4] |
72 | method: DELETE | 72 | method: DELETE |
73 | uri: http://localhost:3000/api/v1/statuses/102951420769685876 | 73 | uri: http://localhost:3000/api/v1/statuses/103704145201710428 |
74 | response: | 74 | response: |
75 | body: {string: '{"id":"102951420769685876","created_at":"2019-10-12T21:00:13.230Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951420769685876","url":"http://localhost/@mastodonpy_test/102951420769685876","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"cool | 75 | body: {string: '{"id":"103704145201710428","created_at":"2020-02-22T19:27:56.578Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704145201710428","url":"http://localhost/@mastodonpy_test/103704145201710428","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"cool |
76 | free #ringtones","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John | 76 | free #ringtones","reblog":null,"application":{"name":"Mastodon.py test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John |
77 | Lennon","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003eI | 77 | Lennon","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","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?1570914010","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914010","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpeg?1570914011","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:00:13.239Z","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"ringtones","url":"http://localhost/tags/ringtones"}],"emojis":[],"card":null,"poll":null}'} | 78 | walk funny\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","avatar_static":"http://localhost/system/accounts/avatars/123/456/789/012/345/original/4cb344b864cbd0bf.jpeg?1582399672","header":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","header_static":"http://localhost/system/accounts/headers/123/456/789/012/345/original/9b01d187d95da821.jpeg?1582399672","followers_count":0,"following_count":0,"statuses_count":1,"last_status_at":"2020-02-22","emojis":[],"fields":[{"name":"bread","value":"toasty.","verified_at":null},{"name":"lasagna","value":"no!!!","verified_at":null}]},"media_attachments":[],"mentions":[],"tags":[{"name":"ringtones","url":"http://localhost/tags/ringtones"}],"emojis":[],"card":null,"poll":null}'} |
79 | headers: | 79 | headers: |
80 | Cache-Control: ['no-cache, no-store'] | 80 | Cache-Control: ['no-cache, no-store'] |
81 | Content-Type: [application/json; charset=utf-8] | 81 | Content-Type: [application/json; charset=utf-8] |
@@ -86,9 +86,9 @@ interactions: | |||
86 | X-Download-Options: [noopen] | 86 | X-Download-Options: [noopen] |
87 | X-Frame-Options: [SAMEORIGIN] | 87 | X-Frame-Options: [SAMEORIGIN] |
88 | X-Permitted-Cross-Domain-Policies: [none] | 88 | X-Permitted-Cross-Domain-Policies: [none] |
89 | X-Request-Id: [436bf139-1b62-43ac-8106-c4493df77511] | 89 | X-Request-Id: [f1ab60db-77af-4bc8-833d-ff88502afd32] |
90 | X-Runtime: ['0.101863'] | 90 | X-Runtime: ['0.236557'] |
91 | X-XSS-Protection: [1; mode=block] | 91 | X-XSS-Protection: [1; mode=block] |
92 | content-length: ['1687'] | 92 | content-length: ['1721'] |
93 | status: {code: 200, message: OK} | 93 | status: {code: 200, message: OK} |
94 | version: 1 | 94 | version: 1 |
diff --git a/tests/cassettes/test_toot.yaml b/tests/cassettes/test_toot.yaml index 5f97e6b..bcd9c10 100644 --- a/tests/cassettes/test_toot.yaml +++ b/tests/cassettes/test_toot.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951425863272179","created_at":"2019-10-12T21:01:30.939Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425863272179","url":"http://localhost/@mastodonpy_test/102951425863272179","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704151931447420","created_at":"2020-02-22T19:29:39.238Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151931447420","url":"http://localhost/@mastodonpy_test/103704151931447420","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:01:30.948Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [b5a71949-11e2-4c4e-b09b-df8326ac3dab] | 27 | X-Request-Id: [0ecdde9f-aaa7-466c-a5fd-75404af47e4d] |
28 | X-Runtime: ['0.133447'] | 28 | X-Runtime: ['0.159697'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -39,10 +39,10 @@ interactions: | |||
39 | Content-Length: ['0'] | 39 | Content-Length: ['0'] |
40 | User-Agent: [python-requests/2.18.4] | 40 | User-Agent: [python-requests/2.18.4] |
41 | method: DELETE | 41 | method: DELETE |
42 | uri: http://localhost:3000/api/v1/statuses/102951425863272179 | 42 | uri: http://localhost:3000/api/v1/statuses/103704151931447420 |
43 | response: | 43 | response: |
44 | body: {string: '{"id":"102951425863272179","created_at":"2019-10-12T21:01:30.939Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951425863272179","url":"http://localhost/@mastodonpy_test/102951425863272179","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 44 | body: {string: '{"id":"103704151931447420","created_at":"2020-02-22T19:29:39.238Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/103704151931447420","url":"http://localhost/@mastodonpy_test/103704151931447420","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py |
45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":3,"last_status_at":"2019-10-12T21:01:30.948Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 45 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
46 | headers: | 46 | headers: |
47 | Cache-Control: ['no-cache, no-store'] | 47 | Cache-Control: ['no-cache, no-store'] |
48 | Content-Type: [application/json; charset=utf-8] | 48 | Content-Type: [application/json; charset=utf-8] |
@@ -53,9 +53,9 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [19f507c9-d0da-49cb-96c1-077b699ae6bb] | 56 | X-Request-Id: [31c76a3c-d282-4d16-8d58-5a228ee910d6] |
57 | X-Runtime: ['0.136481'] | 57 | X-Runtime: ['0.171386'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['1250'] | 59 | content-length: ['1290'] |
60 | status: {code: 200, message: OK} | 60 | status: {code: 200, message: OK} |
61 | version: 1 | 61 | version: 1 |
diff --git a/tests/cassettes/test_trends.yaml b/tests/cassettes/test_trends.yaml index 5317f7c..2950cc5 100644 --- a/tests/cassettes/test_trends.yaml +++ b/tests/cassettes/test_trends.yaml | |||
@@ -21,8 +21,8 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [a2e89c11-5a10-41bd-802d-1bc8b0e180d1] | 24 | X-Request-Id: [0b967d07-a7f1-459e-bd77-aef4f6e1bfbd] |
25 | X-Runtime: ['0.019227'] | 25 | X-Runtime: ['0.041100'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['2'] | 27 | content-length: ['2'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
diff --git a/tests/cassettes/test_unauthed_home_tl_throws.yaml b/tests/cassettes/test_unauthed_home_tl_throws.yaml index 3e5e738..9680572 100644 --- a/tests/cassettes/test_unauthed_home_tl_throws.yaml +++ b/tests/cassettes/test_unauthed_home_tl_throws.yaml | |||
@@ -12,8 +12,8 @@ interactions: | |||
12 | method: POST | 12 | method: POST |
13 | uri: http://localhost:3000/api/v1/statuses | 13 | uri: http://localhost:3000/api/v1/statuses |
14 | response: | 14 | response: |
15 | body: {string: '{"id":"102951430828627333","created_at":"2019-10-12T21:02:46.703Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430828627333","url":"http://localhost/@mastodonpy_test/102951430828627333","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py | 15 | body: {string: '{"id":"103704157032493168","created_at":"2020-02-22T19:30:57.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/103704157032493168","url":"http://localhost/@mastodonpy_test/103704157032493168","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":false,"pinned":false,"content":"\u003cp\u003eToot!\u003c/p\u003e","reblog":null,"application":{"name":"Mastodon.py |
16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:46.712Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 16 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
17 | headers: | 17 | headers: |
18 | Cache-Control: ['no-cache, no-store'] | 18 | Cache-Control: ['no-cache, no-store'] |
19 | Content-Type: [application/json; charset=utf-8] | 19 | Content-Type: [application/json; charset=utf-8] |
@@ -24,10 +24,10 @@ 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: [3fa9c50d-5255-4166-b480-5c7353eda945] | 27 | X-Request-Id: [98570715-d118-4917-bd0c-e37e67500e88] |
28 | X-Runtime: ['0.151865'] | 28 | X-Runtime: ['0.227433'] |
29 | X-XSS-Protection: [1; mode=block] | 29 | X-XSS-Protection: [1; mode=block] |
30 | content-length: ['1280'] | 30 | content-length: ['1320'] |
31 | status: {code: 200, message: OK} | 31 | status: {code: 200, message: OK} |
32 | - request: | 32 | - request: |
33 | body: null | 33 | body: null |
@@ -53,8 +53,8 @@ interactions: | |||
53 | X-Download-Options: [noopen] | 53 | X-Download-Options: [noopen] |
54 | X-Frame-Options: [SAMEORIGIN] | 54 | X-Frame-Options: [SAMEORIGIN] |
55 | X-Permitted-Cross-Domain-Policies: [none] | 55 | X-Permitted-Cross-Domain-Policies: [none] |
56 | X-Request-Id: [5e5b17d2-a863-4d35-8daa-6c52a88f4f12] | 56 | X-Request-Id: [9258aa48-7ceb-4bce-91bc-113d081b438b] |
57 | X-Runtime: ['0.040257'] | 57 | X-Runtime: ['0.140598'] |
58 | X-XSS-Protection: [1; mode=block] | 58 | X-XSS-Protection: [1; mode=block] |
59 | content-length: ['39'] | 59 | content-length: ['39'] |
60 | status: {code: 401, message: Unauthorized} | 60 | status: {code: 401, message: Unauthorized} |
@@ -68,10 +68,10 @@ interactions: | |||
68 | Content-Length: ['0'] | 68 | Content-Length: ['0'] |
69 | User-Agent: [python-requests/2.18.4] | 69 | User-Agent: [python-requests/2.18.4] |
70 | method: DELETE | 70 | method: DELETE |
71 | uri: http://localhost:3000/api/v1/statuses/102951430828627333 | 71 | uri: http://localhost:3000/api/v1/statuses/103704157032493168 |
72 | response: | 72 | response: |
73 | body: {string: '{"id":"102951430828627333","created_at":"2019-10-12T21:02:46.703Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"ja","uri":"http://localhost/users/mastodonpy_test/statuses/102951430828627333","url":"http://localhost/@mastodonpy_test/102951430828627333","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"pinned":false,"text":"Toot!","reblog":null,"application":{"name":"Mastodon.py | 73 | body: {string: '{"id":"103704157032493168","created_at":"2020-02-22T19:30:57.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/103704157032493168","url":"http://localhost/@mastodonpy_test/103704157032493168","replies_count":0,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"bookmarked":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":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2019-10-12T21:02:46.712Z","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} | 74 | test suite","website":null},"account":{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"discoverable":false,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":"2020-02-22","emojis":[],"fields":[]},"media_attachments":[],"mentions":[],"tags":[],"emojis":[],"card":null,"poll":null}'} |
75 | headers: | 75 | headers: |
76 | Cache-Control: ['no-cache, no-store'] | 76 | Cache-Control: ['no-cache, no-store'] |
77 | Content-Type: [application/json; charset=utf-8] | 77 | Content-Type: [application/json; charset=utf-8] |
@@ -82,9 +82,9 @@ interactions: | |||
82 | X-Download-Options: [noopen] | 82 | X-Download-Options: [noopen] |
83 | X-Frame-Options: [SAMEORIGIN] | 83 | X-Frame-Options: [SAMEORIGIN] |
84 | X-Permitted-Cross-Domain-Policies: [none] | 84 | X-Permitted-Cross-Domain-Policies: [none] |
85 | X-Request-Id: [69cd77cc-5909-4bdd-a6fd-35dc2780e214] | 85 | X-Request-Id: [6d6dbb9f-60e0-4cec-9215-10a1951c09f8] |
86 | X-Runtime: ['0.122293'] | 86 | X-Runtime: ['0.142580'] |
87 | X-XSS-Protection: [1; mode=block] | 87 | X-XSS-Protection: [1; mode=block] |
88 | content-length: ['1250'] | 88 | content-length: ['1290'] |
89 | status: {code: 200, message: OK} | 89 | status: {code: 200, message: OK} |
90 | version: 1 | 90 | version: 1 |
diff --git a/tests/cassettes/test_verify_credentials.yaml b/tests/cassettes/test_verify_credentials.yaml index fa98383..87a3f36 100644 --- a/tests/cassettes/test_verify_credentials.yaml +++ b/tests/cassettes/test_verify_credentials.yaml | |||
@@ -10,7 +10,7 @@ interactions: | |||
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 11 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
12 | response: | 12 | response: |
13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T20:55:05.311Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 13 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":null,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['no-cache, no-store'] | 15 | Cache-Control: ['no-cache, no-store'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
@@ -21,10 +21,10 @@ interactions: | |||
21 | X-Download-Options: [noopen] | 21 | X-Download-Options: [noopen] |
22 | X-Frame-Options: [SAMEORIGIN] | 22 | X-Frame-Options: [SAMEORIGIN] |
23 | X-Permitted-Cross-Domain-Policies: [none] | 23 | X-Permitted-Cross-Domain-Policies: [none] |
24 | X-Request-Id: [a4b7f62a-8540-4b90-9eba-fa24079a981b] | 24 | X-Request-Id: [d8ba5fe9-f0fa-4231-bc1f-f3c5c23a08ca] |
25 | X-Runtime: ['0.028314'] | 25 | X-Runtime: ['0.098842'] |
26 | X-XSS-Protection: [1; mode=block] | 26 | X-XSS-Protection: [1; mode=block] |
27 | content-length: ['724'] | 27 | content-length: ['735'] |
28 | status: {code: 200, message: OK} | 28 | status: {code: 200, message: OK} |
29 | - request: | 29 | - request: |
30 | body: null | 30 | body: null |
@@ -37,7 +37,7 @@ interactions: | |||
37 | method: GET | 37 | method: GET |
38 | uri: http://localhost:3000/api/v1/accounts/verify_credentials | 38 | uri: http://localhost:3000/api/v1/accounts/verify_credentials |
39 | response: | 39 | response: |
40 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":false,"bot":false,"created_at":"2019-06-22T23:11:52.441Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.png","header":"http://localhost/headers/original/missing.png","header_static":"http://localhost/headers/original/missing.png","followers_count":0,"following_count":1,"statuses_count":2,"last_status_at":"2019-10-12T20:55:05.311Z","source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} | 40 | body: {string: '{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"bot":false,"discoverable":null,"group":false,"created_at":"2020-02-22T20:26:54.402Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost/@mastodonpy_test","avatar":"http://localhost/avatars/original/missing.png","avatar_static":"http://localhost/avatars/original/missing.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,"last_status_at":null,"source":{"privacy":"public","sensitive":false,"language":null,"note":"","fields":[],"follow_requests_count":0},"emojis":[],"fields":[]}'} |
41 | headers: | 41 | headers: |
42 | Cache-Control: ['no-cache, no-store'] | 42 | Cache-Control: ['no-cache, no-store'] |
43 | Content-Type: [application/json; charset=utf-8] | 43 | Content-Type: [application/json; charset=utf-8] |
@@ -48,9 +48,9 @@ interactions: | |||
48 | X-Download-Options: [noopen] | 48 | X-Download-Options: [noopen] |
49 | X-Frame-Options: [SAMEORIGIN] | 49 | X-Frame-Options: [SAMEORIGIN] |
50 | X-Permitted-Cross-Domain-Policies: [none] | 50 | X-Permitted-Cross-Domain-Policies: [none] |
51 | X-Request-Id: [00396e50-6369-4e80-86bd-1be7aa694e6c] | 51 | X-Request-Id: [33980f80-3c88-4c9d-98cd-f04ec998f48b] |
52 | X-Runtime: ['0.024532'] | 52 | X-Runtime: ['0.039645'] |
53 | X-XSS-Protection: [1; mode=block] | 53 | X-XSS-Protection: [1; mode=block] |
54 | content-length: ['724'] | 54 | content-length: ['735'] |
55 | status: {code: 200, message: OK} | 55 | status: {code: 200, message: OK} |
56 | version: 1 | 56 | version: 1 |
diff --git a/tests/cassettes/test_verify_version.yaml b/tests/cassettes/test_verify_version.yaml index f98077c..a165268 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","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":31,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} | 13 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.1.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":1,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=180, public'] | 15 | Cache-Control: ['max-age=180, public'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | Date: ['Sat, 12 Oct 2019 21:00:22 GMT'] | 17 | Date: ['Sat, 22 Feb 2020 19:28:14 GMT'] |
18 | ETag: [W/"9db06456db31431568d35ac7638f0ebd"] | 18 | ETag: [W/"7ac51e4e7519042ec38c63400c9f91c7"] |
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: [006b6785-c38c-43f6-b74f-9351fa71c5e1] | 26 | X-Request-Id: [f0701b15-f950-4643-a2b9-f3acbe931b53] |
27 | X-Runtime: ['0.036513'] | 27 | X-Runtime: ['0.070816'] |
28 | X-XSS-Protection: [1; mode=block] | 28 | X-XSS-Protection: [1; mode=block] |
29 | content-length: ['398'] | 29 | content-length: ['397'] |
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","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":31,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} | 42 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.1.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":1,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} |
43 | headers: | 43 | headers: |
44 | Cache-Control: ['max-age=180, public'] | 44 | Cache-Control: ['max-age=180, public'] |
45 | Content-Type: [application/json; charset=utf-8] | 45 | Content-Type: [application/json; charset=utf-8] |
46 | Date: ['Sat, 12 Oct 2019 21:00:22 GMT'] | 46 | Date: ['Sat, 22 Feb 2020 19:28:14 GMT'] |
47 | ETag: [W/"9db06456db31431568d35ac7638f0ebd"] | 47 | ETag: [W/"7ac51e4e7519042ec38c63400c9f91c7"] |
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: [afddf686-adee-47fc-b115-81beb6956a99] | 55 | X-Request-Id: [cdad7c77-1ce4-4ca9-be29-c66f54d5d5b3] |
56 | X-Runtime: ['0.030411'] | 56 | X-Runtime: ['0.044544'] |
57 | X-XSS-Protection: [1; mode=block] | 57 | X-XSS-Protection: [1; mode=block] |
58 | content-length: ['398'] | 58 | content-length: ['397'] |
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","short_description":"","description":"","email":"","version":"3.0.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":31,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} | 71 | body: {string: '{"uri":"localhost","title":"Mastodon","short_description":"","description":"","email":"","version":"3.1.1","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":3,"status_count":1,"domain_count":0},"thumbnail":"http://localhost/packs/media/images/preview-9a17d32fc48369e8ccd910a75260e67d.jpg","languages":["en"],"registrations":true,"approval_required":false,"contact_account":null}'} |
72 | headers: | 72 | headers: |
73 | Cache-Control: ['max-age=180, public'] | 73 | Cache-Control: ['max-age=180, public'] |
74 | Content-Type: [application/json; charset=utf-8] | 74 | Content-Type: [application/json; charset=utf-8] |
75 | Date: ['Sat, 12 Oct 2019 21:00:22 GMT'] | 75 | Date: ['Sat, 22 Feb 2020 19:28:14 GMT'] |
76 | ETag: [W/"9db06456db31431568d35ac7638f0ebd"] | 76 | ETag: [W/"7ac51e4e7519042ec38c63400c9f91c7"] |
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: [343b5b9c-90bb-4b1e-b075-7d6b2de0c106] | 84 | X-Request-Id: [6e2b4633-ca82-47a3-bcaf-18dcdc8f67b1] |
85 | X-Runtime: ['0.028849'] | 85 | X-Runtime: ['0.046345'] |
86 | X-XSS-Protection: [1; mode=block] | 86 | X-XSS-Protection: [1; mode=block] |
87 | content-length: ['398'] | 87 | content-length: ['397'] |
88 | status: {code: 200, message: OK} | 88 | status: {code: 200, message: OK} |
89 | version: 1 | 89 | version: 1 |
diff --git a/tests/setup.sql b/tests/setup.sql index 0230655..7e31e74 100644 --- a/tests/setup.sql +++ b/tests/setup.sql | |||
@@ -54,7 +54,7 @@ INSERT INTO accounts ( | |||
54 | 't', | 54 | 't', |
55 | now(), | 55 | now(), |
56 | now(), | 56 | now(), |
57 | t | 57 | 't' |
58 | ); | 58 | ); |
59 | 59 | ||
60 | INSERT INTO users ( | 60 | INSERT INTO users ( |