diff options
author | codl <[email protected]> | 2017-11-30 02:13:44 +0100 |
---|---|---|
committer | codl <[email protected]> | 2017-11-30 02:13:44 +0100 |
commit | 7389a8888d4e381ee93a67b77cccbe598993d6b5 (patch) | |
tree | ca863f07db40a842b3dd7925fe2851bba5d3b259 /tests/cassettes | |
parent | 2abb1f171579d7c7b4eadbe3bfde72499174427f (diff) | |
download | mastodon.py-7389a8888d4e381ee93a67b77cccbe598993d6b5.tar.gz |
add test for search method
Diffstat (limited to 'tests/cassettes')
-rw-r--r-- | tests/cassettes/test_search.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/cassettes/test_search.yaml b/tests/cassettes/test_search.yaml new file mode 100644 index 0000000..49d15f3 --- /dev/null +++ b/tests/cassettes/test_search.yaml | |||
@@ -0,0 +1,27 @@ | |||
1 | interactions: | ||
2 | - request: | ||
3 | body: null | ||
4 | headers: | ||
5 | Accept: ['*/*'] | ||
6 | Accept-Encoding: ['gzip, deflate'] | ||
7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | ||
8 | Connection: [keep-alive] | ||
9 | User-Agent: [python-requests/2.18.4] | ||
10 | method: GET | ||
11 | uri: http://localhost:3000/api/v1/search?resolve=False&q=mastodonpy_test | ||
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":[]}'} | ||
14 | headers: | ||
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | ||
16 | Content-Type: [application/json; charset=utf-8] | ||
17 | ETag: [W/"ca9aba75f5a1bb7abfc7ef167bd9a5a4"] | ||
18 | Transfer-Encoding: [chunked] | ||
19 | Vary: ['Accept-Encoding, Origin'] | ||
20 | X-Content-Type-Options: [nosniff] | ||
21 | X-Frame-Options: [SAMEORIGIN] | ||
22 | X-Request-Id: [1bde23af-0df6-4e29-bc1c-d9bb161702b3] | ||
23 | X-Runtime: ['0.024721'] | ||
24 | X-XSS-Protection: [1; mode=block] | ||
25 | content-length: ['599'] | ||
26 | status: {code: 200, message: OK} | ||
27 | version: 1 | ||