diff options
author | Lorenz Diener <[email protected]> | 2018-04-18 22:00:35 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-04-18 22:00:35 +0200 |
commit | 64ec9e20987072692227d8817d9fd99d497fea5e (patch) | |
tree | 7c358d3ce80c30fd59af9e615e99824453eb2f8d /tests/cassettes/test_status_missing.yaml | |
parent | a825905b571697835d762ac63098491cbc4a0936 (diff) | |
download | mastodon.py-64ec9e20987072692227d8817d9fd99d497fea5e.tar.gz |
Update the tests
Diffstat (limited to 'tests/cassettes/test_status_missing.yaml')
-rw-r--r-- | tests/cassettes/test_status_missing.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cassettes/test_status_missing.yaml b/tests/cassettes/test_status_missing.yaml index e591af5..d708757 100644 --- a/tests/cassettes/test_status_missing.yaml +++ b/tests/cassettes/test_status_missing.yaml | |||
@@ -4,9 +4,9 @@ interactions: | |||
4 | headers: | 4 | headers: |
5 | Accept: ['*/*'] | 5 | Accept: ['*/*'] |
6 | Accept-Encoding: ['gzip, deflate'] | 6 | Accept-Encoding: ['gzip, deflate'] |
7 | Authorization: [Bearer __MASTODON_PY_TEST_TOKEN] | 7 | Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN] |
8 | Connection: [keep-alive] | 8 | Connection: [keep-alive] |
9 | User-Agent: [python-requests/2.18.4] | 9 | User-Agent: [python-requests/2.9.1] |
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/statuses/0 | 11 | uri: http://localhost:3000/api/v1/statuses/0 |
12 | response: | 12 | response: |
@@ -18,8 +18,8 @@ interactions: | |||
18 | Vary: ['Accept-Encoding, Origin'] | 18 | Vary: ['Accept-Encoding, Origin'] |
19 | X-Content-Type-Options: [nosniff] | 19 | X-Content-Type-Options: [nosniff] |
20 | X-Frame-Options: [SAMEORIGIN] | 20 | X-Frame-Options: [SAMEORIGIN] |
21 | X-Request-Id: [5778b7cc-7f26-4887-96a3-9f7ce70b060b] | 21 | X-Request-Id: [a00b882a-5a15-44e7-91af-2fa26f31e68d] |
22 | X-Runtime: ['0.019627'] | 22 | X-Runtime: ['0.065152'] |
23 | X-XSS-Protection: [1; mode=block] | 23 | X-XSS-Protection: [1; mode=block] |
24 | content-length: ['28'] | 24 | content-length: ['28'] |
25 | status: {code: 404, message: Not Found} | 25 | status: {code: 404, message: Not Found} |