aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-05-06 01:37:13 +0200
committerLorenz Diener <[email protected]>2018-05-06 01:37:13 +0200
commita15d28d9d60128fd5551f05eccd8999b46f70f5e (patch)
tree84c2e92799983594138a9a4fc4ec7dab429e52bf /tests/cassettes/test_favourites.yaml
parentad6b8eeb044760adf4b420199164b245012350f4 (diff)
downloadmastodon.py-a15d28d9d60128fd5551f05eccd8999b46f70f5e.tar.gz
Testing updates, can now test streaming API
Diffstat (limited to 'tests/cassettes/test_favourites.yaml')
-rw-r--r--tests/cassettes/test_favourites.yaml31
1 files changed, 3 insertions, 28 deletions
diff --git a/tests/cassettes/test_favourites.yaml b/tests/cassettes/test_favourites.yaml
index 86c5ef6..6616043 100644
--- a/tests/cassettes/test_favourites.yaml
+++ b/tests/cassettes/test_favourites.yaml
@@ -14,38 +14,13 @@ 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: [application/json; charset=utf-8] 16 Content-Type: [application/json; charset=utf-8]
17 ETag: [W/"68f51f2861ca2f405c6b0f9e4eefaa0e"] 17 ETag: [W/"4ccaca5da883144fd521df8ed7984202"]
18 Transfer-Encoding: [chunked] 18 Transfer-Encoding: [chunked]
19 Vary: ['Accept-Encoding, Origin'] 19 Vary: ['Accept-Encoding, Origin']
20 X-Content-Type-Options: [nosniff] 20 X-Content-Type-Options: [nosniff]
21 X-Frame-Options: [SAMEORIGIN] 21 X-Frame-Options: [SAMEORIGIN]
22 X-Request-Id: [a548720a-a7ec-4d08-af69-e8a8cd1b9275] 22 X-Request-Id: [28115f0a-32ee-4d6a-bd7b-19d28be551f0]
23 X-Runtime: ['0.172379'] 23 X-Runtime: ['0.106569']
24 X-XSS-Protection: [1; mode=block]
25 content-length: ['2']
26 status: {code: 200, message: OK}
27- request:
28 body: null
29 headers:
30 Accept: ['*/*']
31 Accept-Encoding: ['gzip, deflate']
32 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
33 Connection: [keep-alive]
34 User-Agent: [python-requests/2.9.1]
35 method: GET
36 uri: http://localhost:3000/api/v1/favourites
37 response:
38 body: {string: '[]'}
39 headers:
40 Cache-Control: ['max-age=0, private, must-revalidate']
41 Content-Type: [application/json; charset=utf-8]
42 ETag: [W/"2ed7bf17170937e37fdd46b27c08ffc1"]
43 Transfer-Encoding: [chunked]
44 Vary: ['Accept-Encoding, Origin']
45 X-Content-Type-Options: [nosniff]
46 X-Frame-Options: [SAMEORIGIN]
47 X-Request-Id: [ac50ed92-8c5a-48eb-b6ad-b06b921f6426]
48 X-Runtime: ['0.158843']
49 X-XSS-Protection: [1; mode=block] 24 X-XSS-Protection: [1; mode=block]
50 content-length: ['2'] 25 content-length: ['2']
51 status: {code: 200, message: OK} 26 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)