aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-05-07 00:53:13 +0200
committerLorenz Diener <[email protected]>2018-05-07 00:53:13 +0200
commit8d5fe70c7e52656b2f89d0acfb1aed23bf583041 (patch)
treea210ef1ba6255d8f64fdd623de41f0e6931c4508 /tests/cassettes/test_status_missing.yaml
parentc0a0c8f517611d0026d6d37fbe7c57eae1f1a3bb (diff)
downloadmastodon.py-8d5fe70c7e52656b2f89d0acfb1aed23bf583041.tar.gz
Fix some bugs, update tests
Diffstat (limited to 'tests/cassettes/test_status_missing.yaml')
-rw-r--r--tests/cassettes/test_status_missing.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cassettes/test_status_missing.yaml b/tests/cassettes/test_status_missing.yaml
index 36b217d..e40761b 100644
--- a/tests/cassettes/test_status_missing.yaml
+++ b/tests/cassettes/test_status_missing.yaml
@@ -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: [0c6db364-d3cd-42fe-a878-3c79e55c25b7] 21 X-Request-Id: [7ae4aaa2-59db-41c7-af05-d6de63407ae9]
22 X-Runtime: ['0.080970'] 22 X-Runtime: ['0.107712']
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}
Powered by cgit v1.2.3 (git 2.41.0)