aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-04-18 22:00:35 +0200
committerLorenz Diener <[email protected]>2018-04-18 22:00:35 +0200
commit64ec9e20987072692227d8817d9fd99d497fea5e (patch)
tree7c358d3ce80c30fd59af9e615e99824453eb2f8d /tests/cassettes/test_search.yaml
parenta825905b571697835d762ac63098491cbc4a0936 (diff)
downloadmastodon.py-64ec9e20987072692227d8817d9fd99d497fea5e.tar.gz
Update the tests
Diffstat (limited to 'tests/cassettes/test_search.yaml')
-rw-r--r--tests/cassettes/test_search.yaml14
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/cassettes/test_search.yaml b/tests/cassettes/test_search.yaml
index 49d15f3..f3afe89 100644
--- a/tests/cassettes/test_search.yaml
+++ b/tests/cassettes/test_search.yaml
@@ -6,22 +6,24 @@ interactions:
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 User-Agent: [python-requests/2.18.4] 9 User-Agent: [python-requests/2.9.1]
10 method: GET 10 method: GET
11 uri: http://localhost:3000/api/v1/search?resolve=False&q=mastodonpy_test 11 uri: http://localhost:3000/api/v1/search?resolve=False&q=mastodonpy_test
12 response: 12 response:
13 body: {string: '{"hashtags":[],"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"","locked":true,"created_at":"2017-11-30T02:04:02.381Z","note":"\u003cp\u003e\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test","avatar":"http://localhost:3000/avatars/original/missing.png","avatar_static":"http://localhost:3000/avatars/original/missing.png","header":"http://localhost:3000/headers/original/missing.png","header_static":"http://localhost:3000/headers/original/missing.png","followers_count":0,"following_count":0,"statuses_count":0}],"statuses":[]}'} 13 body: {string: '{"hashtags":[],"accounts":[{"id":"1234567890123456","username":"mastodonpy_test","acct":"mastodonpy_test","display_name":"John
14 Lennon","locked":true,"created_at":"2018-04-18T20:04:06.511Z","note":"\u003cp\u003eI
15 walk funny\u003c/p\u003e","url":"http://localhost:3000/@mastodonpy_test","avatar":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpg","avatar_static":"http://localhost:3000/system/accounts/avatars/123/456/789/012/345/original/mastodonpyupload_.jpg","header":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpg","header_static":"http://localhost:3000/system/accounts/headers/123/456/789/012/345/original/mastodonpyupload_.jpg","followers_count":0,"following_count":0,"statuses_count":20}],"statuses":[]}'}
14 headers: 16 headers:
15 Cache-Control: ['max-age=0, private, must-revalidate'] 17 Cache-Control: ['max-age=0, private, must-revalidate']
16 Content-Type: [application/json; charset=utf-8] 18 Content-Type: [application/json; charset=utf-8]
17 ETag: [W/"ca9aba75f5a1bb7abfc7ef167bd9a5a4"] 19 ETag: [W/"84101c086e2de90051e934cbdab2e716"]
18 Transfer-Encoding: [chunked] 20 Transfer-Encoding: [chunked]
19 Vary: ['Accept-Encoding, Origin'] 21 Vary: ['Accept-Encoding, Origin']
20 X-Content-Type-Options: [nosniff] 22 X-Content-Type-Options: [nosniff]
21 X-Frame-Options: [SAMEORIGIN] 23 X-Frame-Options: [SAMEORIGIN]
22 X-Request-Id: [1bde23af-0df6-4e29-bc1c-d9bb161702b3] 24 X-Request-Id: [483429ff-4087-41cb-8737-b4fa059ceda6]
23 X-Runtime: ['0.024721'] 25 X-Runtime: ['0.158090']
24 X-XSS-Protection: [1; mode=block] 26 X-XSS-Protection: [1; mode=block]
25 content-length: ['599'] 27 content-length: ['807']
26 status: {code: 200, message: OK} 28 status: {code: 200, message: OK}
27version: 1 29version: 1
Powered by cgit v1.2.3 (git 2.41.0)