diff options
author | Lorenz Diener <[email protected]> | 2018-04-18 22:07:03 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-04-18 22:07:03 +0200 |
commit | bc7b9defe8b72b6ab14ade6828a98f4d6e82b1de (patch) | |
tree | 6cd17b03100aa61c1d0a224771577601a1851f59 /tests/cassettes/test_notifications_clear.yaml | |
parent | 64ec9e20987072692227d8817d9fd99d497fea5e (diff) | |
download | mastodon.py-bc7b9defe8b72b6ab14ade6828a98f4d6e82b1de.tar.gz |
Attempt 2 at fixing the tests for travis
Diffstat (limited to 'tests/cassettes/test_notifications_clear.yaml')
-rw-r--r-- | tests/cassettes/test_notifications_clear.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/cassettes/test_notifications_clear.yaml b/tests/cassettes/test_notifications_clear.yaml index 0e60db1..2c0e321 100644 --- a/tests/cassettes/test_notifications_clear.yaml +++ b/tests/cassettes/test_notifications_clear.yaml | |||
@@ -25,4 +25,30 @@ interactions: | |||
25 | X-XSS-Protection: [1; mode=block] | 25 | X-XSS-Protection: [1; mode=block] |
26 | content-length: ['2'] | 26 | content-length: ['2'] |
27 | status: {code: 200, message: OK} | 27 | status: {code: 200, message: OK} |
28 | - request: | ||
29 | body: null | ||
30 | headers: | ||
31 | Accept: ['*/*'] | ||
32 | Accept-Encoding: ['gzip, deflate'] | ||
33 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] | ||
34 | Connection: [keep-alive] | ||
35 | Content-Length: ['0'] | ||
36 | User-Agent: [python-requests/2.9.1] | ||
37 | method: POST | ||
38 | uri: http://localhost:3000/api/v1/notifications/clear | ||
39 | response: | ||
40 | body: {string: '{}'} | ||
41 | headers: | ||
42 | Cache-Control: ['max-age=0, private, must-revalidate'] | ||
43 | Content-Type: [application/json; charset=utf-8] | ||
44 | ETag: [W/"7b3fbae952486bce9dc0f8ee9faa57e4"] | ||
45 | Transfer-Encoding: [chunked] | ||
46 | Vary: ['Accept-Encoding, Origin'] | ||
47 | X-Content-Type-Options: [nosniff] | ||
48 | X-Frame-Options: [SAMEORIGIN] | ||
49 | X-Request-Id: [f6e1e1e4-b16c-474f-81ba-a72557a386ef] | ||
50 | X-Runtime: ['0.186060'] | ||
51 | X-XSS-Protection: [1; mode=block] | ||
52 | content-length: ['2'] | ||
53 | status: {code: 200, message: OK} | ||
28 | version: 1 | 54 | version: 1 |