diff options
Diffstat (limited to 'test/fixtures/delete_breaches.yml')
| -rw-r--r-- | test/fixtures/delete_breaches.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/fixtures/delete_breaches.yml b/test/fixtures/delete_breaches.yml new file mode 100644 index 0000000..cc1cef3 --- /dev/null +++ b/test/fixtures/delete_breaches.yml @@ -0,0 +1,24 @@ +--- +http_interactions: +- request: + method: delete + uri: https://haveibeenpwned.com/api/breaches + body: + encoding: UTF-8 + string: "" + headers: + Accept: + - application/vnd.haveibeenpwned.v2+json + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - application/json; charset=utf-8 + body: + encoding: UTF-8 + string: '{"Message":"Congratulations!"}' + http_version: + recorded_at: Mon, 07 May 2018 20:21:13 GMT +recorded_with: VCR 4.0.0 |
