diff options
author | codl <[email protected]> | 2017-11-27 02:37:02 +0100 |
---|---|---|
committer | codl <[email protected]> | 2017-11-27 03:12:02 +0100 |
commit | d09d27cdd25a6277333b65953d546bd281e380da (patch) | |
tree | 812f177980cc8eb05237a0bb1be357790e05ad94 /tests/cassettes | |
parent | 4b60a0d3cfba50319d2a8a47458db9a89a1a4f12 (diff) | |
download | mastodon.py-d09d27cdd25a6277333b65953d546bd281e380da.tar.gz |
add a test for instance
Diffstat (limited to 'tests/cassettes')
-rw-r--r-- | tests/cassettes/test_instance.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/cassettes/test_instance.yaml b/tests/cassettes/test_instance.yaml new file mode 100644 index 0000000..b7c4921 --- /dev/null +++ b/tests/cassettes/test_instance.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_TOKEN] | ||
8 | Connection: [keep-alive] | ||
9 | User-Agent: [python-requests/2.18.4] | ||
10 | method: GET | ||
11 | uri: http://localhost:3000/api/v1/instance/ | ||
12 | response: | ||
13 | body: {string: '{"uri":"localhost:3000","title":"Mastodon","description":"","email":"","version":"2.0.0","urls":{"streaming_api":"ws://localhost:4000"},"stats":{"user_count":2,"status_count":22,"domain_count":1},"thumbnail":null}'} | ||
14 | headers: | ||
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | ||
16 | Content-Type: [application/json; charset=utf-8] | ||
17 | ETag: [W/"c5c80940c21c432b7b5c69bcf67a8ff3"] | ||
18 | Transfer-Encoding: [chunked] | ||
19 | Vary: ['Accept-Encoding, Origin'] | ||
20 | X-Content-Type-Options: [nosniff] | ||
21 | X-Frame-Options: [SAMEORIGIN] | ||
22 | X-Request-Id: [23b994ca-448c-42a7-a107-c39e58742541] | ||
23 | X-Runtime: ['0.046093'] | ||
24 | X-XSS-Protection: [1; mode=block] | ||
25 | content-length: ['213'] | ||
26 | status: {code: 200, message: OK} | ||
27 | version: 1 | ||