aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_directory.yaml')
-rw-r--r--tests/cassettes/test_directory.yaml8
1 files changed, 4 insertions, 4 deletions
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}
29version: 1 29version: 1
Powered by cgit v1.2.3 (git 2.41.0)