aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_status_missing.yaml')
-rw-r--r--tests/cassettes/test_status_missing.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cassettes/test_status_missing.yaml b/tests/cassettes/test_status_missing.yaml
index 0c173a9..af7b6d8 100644
--- a/tests/cassettes/test_status_missing.yaml
+++ b/tests/cassettes/test_status_missing.yaml
@@ -12,7 +12,7 @@ interactions:
12 response: 12 response:
13 body: {string: '{"error":"Record not found"}'} 13 body: {string: '{"error":"Record not found"}'}
14 headers: 14 headers:
15 Cache-Control: [no-cache] 15 Cache-Control: ['no-cache, no-store']
16 Content-Type: [application/json; charset=utf-8] 16 Content-Type: [application/json; charset=utf-8]
17 Referrer-Policy: [strict-origin-when-cross-origin] 17 Referrer-Policy: [strict-origin-when-cross-origin]
18 Transfer-Encoding: [chunked] 18 Transfer-Encoding: [chunked]
@@ -21,8 +21,8 @@ interactions:
21 X-Download-Options: [noopen] 21 X-Download-Options: [noopen]
22 X-Frame-Options: [SAMEORIGIN] 22 X-Frame-Options: [SAMEORIGIN]
23 X-Permitted-Cross-Domain-Policies: [none] 23 X-Permitted-Cross-Domain-Policies: [none]
24 X-Request-Id: [fe9d6c1f-a34a-4732-9527-c84eb2fbea85] 24 X-Request-Id: [15f9cdc0-4135-4562-a45c-3a30aeba6d69]
25 X-Runtime: ['0.016643'] 25 X-Runtime: ['0.019773']
26 X-XSS-Protection: [1; mode=block] 26 X-XSS-Protection: [1; mode=block]
27 content-length: ['28'] 27 content-length: ['28']
28 status: {code: 404, message: Not Found} 28 status: {code: 404, message: Not Found}
Powered by cgit v1.2.3 (git 2.41.0)