aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-04-18 22:07:03 +0200
committerLorenz Diener <[email protected]>2018-04-18 22:07:03 +0200
commitbc7b9defe8b72b6ab14ade6828a98f4d6e82b1de (patch)
tree6cd17b03100aa61c1d0a224771577601a1851f59 /tests/cassettes/test_account_followers.yaml
parent64ec9e20987072692227d8817d9fd99d497fea5e (diff)
downloadmastodon.py-bc7b9defe8b72b6ab14ade6828a98f4d6e82b1de.tar.gz
Attempt 2 at fixing the tests for travis
Diffstat (limited to 'tests/cassettes/test_account_followers.yaml')
-rw-r--r--tests/cassettes/test_account_followers.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/cassettes/test_account_followers.yaml b/tests/cassettes/test_account_followers.yaml
index 12f8a6e..c111374 100644
--- a/tests/cassettes/test_account_followers.yaml
+++ b/tests/cassettes/test_account_followers.yaml
@@ -27,4 +27,29 @@ interactions:
27 X-XSS-Protection: [1; mode=block] 27 X-XSS-Protection: [1; mode=block]
28 content-length: ['770'] 28 content-length: ['770']
29 status: {code: 200, message: OK} 29 status: {code: 200, message: OK}
30- request:
31 body: null
32 headers:
33 Accept: ['*/*']
34 Accept-Encoding: ['gzip, deflate']
35 Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
36 Connection: [keep-alive]
37 User-Agent: [python-requests/2.9.1]
38 method: GET
39 uri: http://localhost:3000/api/v1/accounts/1/followers
40 response:
41 body: {string: '[]'}
42 headers:
43 Cache-Control: ['max-age=0, private, must-revalidate']
44 Content-Type: [application/json; charset=utf-8]
45 ETag: [W/"5e588fc017a83fb7d2ef23e497250076"]
46 Transfer-Encoding: [chunked]
47 Vary: ['Accept-Encoding, Origin']
48 X-Content-Type-Options: [nosniff]
49 X-Frame-Options: [SAMEORIGIN]
50 X-Request-Id: [c4be24cb-ba34-4b9d-8d48-78d583eaac0b]
51 X-Runtime: ['0.070215']
52 X-XSS-Protection: [1; mode=block]
53 content-length: ['2']
54 status: {code: 200, message: OK}
30version: 1 55version: 1
Powered by cgit v1.2.3 (git 2.41.0)