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_blocks.yaml
parentc0a0c8f517611d0026d6d37fbe7c57eae1f1a3bb (diff)
downloadmastodon.py-8d5fe70c7e52656b2f89d0acfb1aed23bf583041.tar.gz
Fix some bugs, update tests
Diffstat (limited to 'tests/cassettes/test_blocks.yaml')
-rw-r--r--tests/cassettes/test_blocks.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cassettes/test_blocks.yaml b/tests/cassettes/test_blocks.yaml
index 00cde23..c3aed8d 100644
--- a/tests/cassettes/test_blocks.yaml
+++ b/tests/cassettes/test_blocks.yaml
@@ -14,13 +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/"398f838b63494467649c84b1c13d7b5b"] 17 ETag: [W/"e793f4efbb88963eed5351b6f2b3c66f"]
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: [f2811297-fa1f-4f11-a812-20ad091d05d5] 22 X-Request-Id: [52e15c47-8956-4384-9638-f2304c749653]
23 X-Runtime: ['0.047853'] 23 X-Runtime: ['0.032640']
24 X-XSS-Protection: [1; mode=block] 24 X-XSS-Protection: [1; mode=block]
25 content-length: ['2'] 25 content-length: ['2']
26 status: {code: 200, message: OK} 26 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)