summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2018-05-14 19:05:14 -0600
committermokha <mokha@cisco.com>2018-05-14 19:05:14 -0600
commit2b1001ed1fac0a5f11dc474d07c2ebf4991980b5 (patch)
tree1caa3d8ae1dd0d0f83d6fddb7cdba2e5397c1962 /test/fixtures
parent8f0afaf2a415d54ebf1541a549f91e1d818a4b22 (diff)
add client.delete
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/delete_breaches.yml24
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