aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-27 23:29:27 +0200
committerLorenz Diener <[email protected]>2019-04-27 23:29:27 +0200
commit861bdc7693a5d39377e7c46daea6a5a0e9d54189 (patch)
treef70342a4d1ebf25926a16d3c967db12573858527 /tests/cassettes/test_mutes.yaml
parent5340087325242a7a43c97f8218aeb8f2b5b44ef0 (diff)
downloadmastodon.py-861bdc7693a5d39377e7c46daea6a5a0e9d54189.tar.gz
Fix broken tests
Diffstat (limited to 'tests/cassettes/test_mutes.yaml')
-rw-r--r--tests/cassettes/test_mutes.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cassettes/test_mutes.yaml b/tests/cassettes/test_mutes.yaml
index aca7b97..311fbb0 100644
--- a/tests/cassettes/test_mutes.yaml
+++ b/tests/cassettes/test_mutes.yaml
@@ -14,7 +14,7 @@ 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/"0c6c8cc3cb75164dfb4ec124c252008f"] 17 ETag: [W/"0c6bce88f363a149a163d74b6bd89011"]
18 Referrer-Policy: [strict-origin-when-cross-origin] 18 Referrer-Policy: [strict-origin-when-cross-origin]
19 Transfer-Encoding: [chunked] 19 Transfer-Encoding: [chunked]
20 Vary: ['Accept-Encoding, Origin'] 20 Vary: ['Accept-Encoding, Origin']
@@ -22,8 +22,8 @@ interactions:
22 X-Download-Options: [noopen] 22 X-Download-Options: [noopen]
23 X-Frame-Options: [SAMEORIGIN] 23 X-Frame-Options: [SAMEORIGIN]
24 X-Permitted-Cross-Domain-Policies: [none] 24 X-Permitted-Cross-Domain-Policies: [none]
25 X-Request-Id: [1bef2ecf-ea12-422d-802a-456ab7096e0b] 25 X-Request-Id: [44bd8c53-57ed-485a-bbd9-57c90fdb06a0]
26 X-Runtime: ['0.060542'] 26 X-Runtime: ['0.017772']
27 X-XSS-Protection: [1; mode=block] 27 X-XSS-Protection: [1; mode=block]
28 content-length: ['2'] 28 content-length: ['2']
29 status: {code: 200, message: OK} 29 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)