aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-27 21:04:06 +0200
committerLorenz Diener <[email protected]>2019-04-27 21:04:06 +0200
commite3936649745a627fa2c31fc7b8602793b7d6027b (patch)
treec478eb7f45acbfe63faec6151a23658dfc0da3e6 /tests/cassettes/test_domain_block_unblock.yaml
parentc1418e9f3f37319d5142e0fa058e2eab434c4e5d (diff)
downloadmastodon.py-e3936649745a627fa2c31fc7b8602793b7d6027b.tar.gz
Test fixups and small 2.8 fixes
Pagination backwards is broken presently.
Diffstat (limited to 'tests/cassettes/test_domain_block_unblock.yaml')
-rw-r--r--tests/cassettes/test_domain_block_unblock.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/cassettes/test_domain_block_unblock.yaml b/tests/cassettes/test_domain_block_unblock.yaml
index c2f7d4e..64768f5 100644
--- a/tests/cassettes/test_domain_block_unblock.yaml
+++ b/tests/cassettes/test_domain_block_unblock.yaml
@@ -16,7 +16,7 @@ interactions:
16 headers: 16 headers:
17 Cache-Control: ['max-age=0, private, must-revalidate'] 17 Cache-Control: ['max-age=0, private, must-revalidate']
18 Content-Type: [application/json; charset=utf-8] 18 Content-Type: [application/json; charset=utf-8]
19 ETag: [W/"9764b15e525949a12224d5759a7e80af"] 19 ETag: [W/"c6a41189c705fc6216f062c783b83fd0"]
20 Referrer-Policy: [strict-origin-when-cross-origin] 20 Referrer-Policy: [strict-origin-when-cross-origin]
21 Transfer-Encoding: [chunked] 21 Transfer-Encoding: [chunked]
22 Vary: ['Accept-Encoding, Origin'] 22 Vary: ['Accept-Encoding, Origin']
@@ -24,8 +24,8 @@ interactions:
24 X-Download-Options: [noopen] 24 X-Download-Options: [noopen]
25 X-Frame-Options: [SAMEORIGIN] 25 X-Frame-Options: [SAMEORIGIN]
26 X-Permitted-Cross-Domain-Policies: [none] 26 X-Permitted-Cross-Domain-Policies: [none]
27 X-Request-Id: [cefa9f13-c699-453c-9753-ded77650a30b] 27 X-Request-Id: [13430b5a-dbd2-4a5b-b566-b747d3ecf101]
28 X-Runtime: ['0.034196'] 28 X-Runtime: ['0.030388']
29 X-XSS-Protection: [1; mode=block] 29 X-XSS-Protection: [1; mode=block]
30 content-length: ['2'] 30 content-length: ['2']
31 status: {code: 200, message: OK} 31 status: {code: 200, message: OK}
@@ -46,7 +46,7 @@ interactions:
46 headers: 46 headers:
47 Cache-Control: ['max-age=0, private, must-revalidate'] 47 Cache-Control: ['max-age=0, private, must-revalidate']
48 Content-Type: [application/json; charset=utf-8] 48 Content-Type: [application/json; charset=utf-8]
49 ETag: [W/"9764b15e525949a12224d5759a7e80af"] 49 ETag: [W/"c6a41189c705fc6216f062c783b83fd0"]
50 Referrer-Policy: [strict-origin-when-cross-origin] 50 Referrer-Policy: [strict-origin-when-cross-origin]
51 Transfer-Encoding: [chunked] 51 Transfer-Encoding: [chunked]
52 Vary: ['Accept-Encoding, Origin'] 52 Vary: ['Accept-Encoding, Origin']
@@ -54,8 +54,8 @@ interactions:
54 X-Download-Options: [noopen] 54 X-Download-Options: [noopen]
55 X-Frame-Options: [SAMEORIGIN] 55 X-Frame-Options: [SAMEORIGIN]
56 X-Permitted-Cross-Domain-Policies: [none] 56 X-Permitted-Cross-Domain-Policies: [none]
57 X-Request-Id: [975f21f4-9e99-414e-ade4-e44b63bc970e] 57 X-Request-Id: [28cb5e6f-02e0-4d3a-9238-d19d006e44d9]
58 X-Runtime: ['0.036244'] 58 X-Runtime: ['0.029897']
59 X-XSS-Protection: [1; mode=block] 59 X-XSS-Protection: [1; mode=block]
60 content-length: ['2'] 60 content-length: ['2']
61 status: {code: 200, message: OK} 61 status: {code: 200, message: OK}
Powered by cgit v1.2.3 (git 2.41.0)