From f9dcc503ffb610b970658d23879716849169098f Mon Sep 17 00:00:00 2001 From: irisfaraway Date: Mon, 6 Aug 2018 09:46:48 +0100 Subject: [PATCH] Update VCR cassettes --- spec/cassettes/company_no_inactive.yml | 8 ++++---- spec/cassettes/company_no_not_found.yml | 10 +++++----- spec/cassettes/company_no_valid.yml | 8 ++++---- .../entity_matching_business_has_matches.yml | 6 +++--- .../entity_matching_business_no_matches.yml | 6 +++--- .../entity_matching_person_has_matches.yml | 6 +++--- .../entity_matching_person_no_matches.yml | 12 ++++++------ spec/cassettes/postcode_no_matches.yml | 4 ++-- spec/cassettes/postcode_valid.yml | 4 ++-- spec/cassettes/worldpay_initial_request.yml | 14 +++++++------- .../worldpay_initial_request_invalid.yml | 4 ++-- spec/cassettes/worldpay_redirect.yml | 16 ++++++++-------- 12 files changed, 49 insertions(+), 49 deletions(-) diff --git a/spec/cassettes/company_no_inactive.yml b/spec/cassettes/company_no_inactive.yml index 8b2250e91..f1007f74e 100644 --- a/spec/cassettes/company_no_inactive.yml +++ b/spec/cassettes/company_no_inactive.yml @@ -23,7 +23,7 @@ http_interactions: message: OK headers: Date: - - Mon, 23 Jul 2018 08:39:04 GMT + - Mon, 06 Aug 2018 08:46:38 GMT Content-Type: - application/json Content-Length: @@ -49,9 +49,9 @@ http_interactions: X-Ratelimit-Limit: - '600' X-Ratelimit-Remain: - - '599' + - '598' X-Ratelimit-Reset: - - '1532335444' + - '1533545498' X-Ratelimit-Window: - 5m Server: @@ -63,5 +63,5 @@ http_interactions: Elizabeth House","address_line_2":"54-58 High Street"},"undeliverable_registered_office_address":false,"company_name":"DIRECT SKIPS UK LTD","annual_return":{"last_made_up_to":"2014-06-11"},"jurisdiction":"england-wales","etag":"1cdef5bc2a020b3e9003b086033b64b78bcb28f6","company_status":"dissolved","has_insolvency_history":false,"has_charges":false,"links":{"self":"/company/07281919","filing_history":"/company/07281919/filing-history","officers":"/company/07281919/officers"},"date_of_cessation":"2016-01-05","can_file":false}' http_version: - recorded_at: Mon, 23 Jul 2018 08:39:00 GMT + recorded_at: Mon, 06 Aug 2018 08:46:36 GMT recorded_with: VCR 4.0.0 diff --git a/spec/cassettes/company_no_not_found.yml b/spec/cassettes/company_no_not_found.yml index 97df33578..8a4340fb8 100644 --- a/spec/cassettes/company_no_not_found.yml +++ b/spec/cassettes/company_no_not_found.yml @@ -23,7 +23,7 @@ http_interactions: message: Not Found headers: Date: - - Mon, 23 Jul 2018 08:39:05 GMT + - Mon, 06 Aug 2018 08:46:38 GMT Content-Type: - application/json Content-Length: @@ -49,16 +49,16 @@ http_interactions: X-Ratelimit-Limit: - '600' X-Ratelimit-Remain: - - '597' + - '599' X-Ratelimit-Reset: - - '1532335444' + - '1533545498' X-Ratelimit-Window: - 5m Server: - CompaniesHouse body: encoding: UTF-8 - string: '{"errors":[{"error":"company-profile-not-found","type":"ch:service"}]}' + string: '{"errors":[{"type":"ch:service","error":"company-profile-not-found"}]}' http_version: - recorded_at: Mon, 23 Jul 2018 08:39:01 GMT + recorded_at: Mon, 06 Aug 2018 08:46:36 GMT recorded_with: VCR 4.0.0 diff --git a/spec/cassettes/company_no_valid.yml b/spec/cassettes/company_no_valid.yml index 643d9caef..4990a64b6 100644 --- a/spec/cassettes/company_no_valid.yml +++ b/spec/cassettes/company_no_valid.yml @@ -23,7 +23,7 @@ http_interactions: message: OK headers: Date: - - Mon, 23 Jul 2018 08:39:05 GMT + - Mon, 06 Aug 2018 08:46:38 GMT Content-Type: - application/json Content-Length: @@ -49,9 +49,9 @@ http_interactions: X-Ratelimit-Limit: - '600' X-Ratelimit-Remain: - - '598' + - '597' X-Ratelimit-Reset: - - '1532335444' + - '1533545498' X-Ratelimit-Window: - 5m Server: @@ -61,5 +61,5 @@ http_interactions: string: '{"type":"ltd","company_name":"0800 WASTE LTD.","has_insolvency_history":false,"accounts":{"next_made_up_to":"2017-12-31","overdue":false,"next_accounts":{"period_end_on":"2017-12-31","due_on":"2018-09-30","period_start_on":"2017-01-01","overdue":false},"last_accounts":{"made_up_to":"2016-12-31","period_start_on":"2016-01-01","period_end_on":"2016-12-31"},"accounting_reference_date":{"day":"31","month":"12"},"next_due":"2018-09-30"},"undeliverable_registered_office_address":false,"etag":"d1aac62a36df9712e7ef94c383439a6fa001fa84","company_number":"09360070","registered_office_address":{"address_line_1":"21 Haslam Avenue","postal_code":"SM3 9ND","region":"Surrey","locality":"Sutton"},"jurisdiction":"england-wales","date_of_creation":"2014-12-18","company_status":"active","has_charges":false,"sic_codes":["38110"],"last_full_members_list_date":"2015-12-18","confirmation_statement":{"last_made_up_to":"2017-12-15","overdue":false,"next_made_up_to":"2018-12-15","next_due":"2018-12-29"},"links":{"self":"/company/09360070","filing_history":"/company/09360070/filing-history","officers":"/company/09360070/officers"},"registered_office_is_in_dispute":false,"can_file":true}' http_version: - recorded_at: Mon, 23 Jul 2018 08:39:00 GMT + recorded_at: Mon, 06 Aug 2018 08:46:36 GMT recorded_with: VCR 4.0.0 diff --git a/spec/cassettes/entity_matching_business_has_matches.yml b/spec/cassettes/entity_matching_business_has_matches.yml index 0f1729214..046c309a7 100644 --- a/spec/cassettes/entity_matching_business_has_matches.yml +++ b/spec/cassettes/entity_matching_business_has_matches.yml @@ -21,7 +21,7 @@ http_interactions: message: OK headers: Date: - - Mon, 23 Jul 2018 08:36:33 GMT + - Mon, 06 Aug 2018 08:44:49 GMT Content-Type: - application/json Vary: @@ -31,7 +31,7 @@ http_interactions: body: encoding: UTF-8 string: '{"match_result":"YES","matching_system":"PQR","reference":"7766","matched_name":"Test - Waste Services Ltd.","searched_at":1532334993349,"confirmed":"no","confirmed_at":null,"confirmed_by":null}' + Waste Services Ltd.","searched_at":1533545089275,"confirmed":"no","confirmed_at":null,"confirmed_by":null}' http_version: - recorded_at: Mon, 23 Jul 2018 08:37:43 GMT + recorded_at: Mon, 06 Aug 2018 08:45:33 GMT recorded_with: VCR 4.0.0 diff --git a/spec/cassettes/entity_matching_business_no_matches.yml b/spec/cassettes/entity_matching_business_no_matches.yml index c20c04731..857a7dca4 100644 --- a/spec/cassettes/entity_matching_business_no_matches.yml +++ b/spec/cassettes/entity_matching_business_no_matches.yml @@ -21,7 +21,7 @@ http_interactions: message: OK headers: Date: - - Mon, 23 Jul 2018 08:36:33 GMT + - Mon, 06 Aug 2018 08:44:49 GMT Content-Type: - application/json Vary: @@ -30,7 +30,7 @@ http_interactions: - '166' body: encoding: UTF-8 - string: '{"match_result":"NO","matching_system":null,"reference":null,"matched_name":null,"searched_at":1532334993419,"confirmed":"no","confirmed_at":null,"confirmed_by":null}' + string: '{"match_result":"NO","matching_system":null,"reference":null,"matched_name":null,"searched_at":1533545089464,"confirmed":"no","confirmed_at":null,"confirmed_by":null}' http_version: - recorded_at: Mon, 23 Jul 2018 08:37:43 GMT + recorded_at: Mon, 06 Aug 2018 08:45:33 GMT recorded_with: VCR 4.0.0 diff --git a/spec/cassettes/entity_matching_person_has_matches.yml b/spec/cassettes/entity_matching_person_has_matches.yml index 9c85e7dc5..de8c905ad 100644 --- a/spec/cassettes/entity_matching_person_has_matches.yml +++ b/spec/cassettes/entity_matching_person_has_matches.yml @@ -21,7 +21,7 @@ http_interactions: message: OK headers: Date: - - Mon, 23 Jul 2018 08:36:32 GMT + - Mon, 06 Aug 2018 08:44:49 GMT Content-Type: - application/json Vary: @@ -31,7 +31,7 @@ http_interactions: body: encoding: UTF-8 string: '{"match_result":"YES","matching_system":"ABC","reference":"1234","matched_name":"Blogs, - Fred","searched_at":1532334992842,"confirmed":"no","confirmed_at":null,"confirmed_by":null}' + Fred","searched_at":1533545089767,"confirmed":"no","confirmed_at":null,"confirmed_by":null}' http_version: - recorded_at: Mon, 23 Jul 2018 08:37:43 GMT + recorded_at: Mon, 06 Aug 2018 08:45:33 GMT recorded_with: VCR 4.0.0 diff --git a/spec/cassettes/entity_matching_person_no_matches.yml b/spec/cassettes/entity_matching_person_no_matches.yml index cc726c33b..1c429eb80 100644 --- a/spec/cassettes/entity_matching_person_no_matches.yml +++ b/spec/cassettes/entity_matching_person_no_matches.yml @@ -21,7 +21,7 @@ http_interactions: message: OK headers: Date: - - Mon, 23 Jul 2018 08:36:33 GMT + - Mon, 06 Aug 2018 08:44:49 GMT Content-Type: - application/json Vary: @@ -30,9 +30,9 @@ http_interactions: - '166' body: encoding: UTF-8 - string: '{"match_result":"NO","matching_system":null,"reference":null,"matched_name":null,"searched_at":1532334993102,"confirmed":"no","confirmed_at":null,"confirmed_by":null}' + string: '{"match_result":"NO","matching_system":null,"reference":null,"matched_name":null,"searched_at":1533545089886,"confirmed":"no","confirmed_at":null,"confirmed_by":null}' http_version: - recorded_at: Mon, 23 Jul 2018 08:37:43 GMT + recorded_at: Mon, 06 Aug 2018 08:45:33 GMT - request: method: get uri: http://localhost:8003/match/person?dateofbirth=01-01-2000&firstname=Kate&lastname=Franklin @@ -54,7 +54,7 @@ http_interactions: message: OK headers: Date: - - Mon, 23 Jul 2018 08:36:33 GMT + - Mon, 06 Aug 2018 08:44:49 GMT Content-Type: - application/json Vary: @@ -63,7 +63,7 @@ http_interactions: - '166' body: encoding: UTF-8 - string: '{"match_result":"NO","matching_system":null,"reference":null,"matched_name":null,"searched_at":1532334993117,"confirmed":"no","confirmed_at":null,"confirmed_by":null}' + string: '{"match_result":"NO","matching_system":null,"reference":null,"matched_name":null,"searched_at":1533545089908,"confirmed":"no","confirmed_at":null,"confirmed_by":null}' http_version: - recorded_at: Mon, 23 Jul 2018 08:37:43 GMT + recorded_at: Mon, 06 Aug 2018 08:45:33 GMT recorded_with: VCR 4.0.0 diff --git a/spec/cassettes/postcode_no_matches.yml b/spec/cassettes/postcode_no_matches.yml index 70a666c71..b67fd2b31 100644 --- a/spec/cassettes/postcode_no_matches.yml +++ b/spec/cassettes/postcode_no_matches.yml @@ -21,7 +21,7 @@ http_interactions: message: Bad Request headers: Date: - - Mon, 23 Jul 2018 08:37:49 GMT + - Mon, 06 Aug 2018 08:43:47 GMT Content-Type: - application/json Content-Length: @@ -30,5 +30,5 @@ http_interactions: encoding: UTF-8 string: '{"error":{"statuscode":400,"message":"Parameters are not valid"}}' http_version: - recorded_at: Mon, 23 Jul 2018 08:38:59 GMT + recorded_at: Mon, 06 Aug 2018 08:44:32 GMT recorded_with: VCR 4.0.0 diff --git a/spec/cassettes/postcode_valid.yml b/spec/cassettes/postcode_valid.yml index f83107cab..29ccb9b69 100644 --- a/spec/cassettes/postcode_valid.yml +++ b/spec/cassettes/postcode_valid.yml @@ -21,7 +21,7 @@ http_interactions: message: OK headers: Date: - - Mon, 23 Jul 2018 08:37:48 GMT + - Mon, 06 Aug 2018 08:43:48 GMT Content-Type: - application/json Vary: @@ -35,5 +35,5 @@ http_interactions: string: !binary |- H4sIAAAAAAAAAOWUUW+bMBDHv4rlZx6gaULWN1NQE42aypBNXdUHJziJNbCRMduqad+9x8JSIN1LlU2T9oDA/7PvfP/7iYfvuNRKfhYGX2HPdd95/sydXbrYwU1l1IlYSCVqfPWAF4TdphFFNyxZ3UEgjAiN2D1iCQnxo4Ot/tqeDtgyzZIYNlS6thudi1ZMPTQlCxAFr61UO9Am07k3aSsobez+oHn+xWzug7bRjbLmCSRY5KISKhfKxnrDC2nHcrY3utntt9yIQ4TnpVSytoZb+UUQI/jgYkWbhjR2rw0kW1U5tyKE53DY6Cde3HJZjAMVN1byAhYDKxyUsWUSJikKCH3voL4vDuqqwsfRgrpZB40scmiZ8rJLvh4q/ZQQba/6q8Vux8B+B2uz49AyNKxVt2M8sGOJplz/nH43o2S7lRsR6G/9AJgL7Zbg7ssdc92sCxG+No0fTh+ryaXrebMXoo7rI0yUZCtGYhTRm5jQ8Dw4XbjTE5x8d/7P4zQyw0GLhC0/JRTeqzQ6E1GDnG9F6nRsfxkqfwSV34cqW7DlhwixiEYfSRBHKbqLr//vP9WrlpyJqLdC9Lsx/VGUHp8B5v82jvgGAAA= http_version: - recorded_at: Mon, 23 Jul 2018 08:38:59 GMT + recorded_at: Mon, 06 Aug 2018 08:44:32 GMT recorded_with: VCR 4.0.0 diff --git a/spec/cassettes/worldpay_initial_request.yml b/spec/cassettes/worldpay_initial_request.yml index d04ccd472..6a7fa6fa4 100644 --- a/spec/cassettes/worldpay_initial_request.yml +++ b/spec/cassettes/worldpay_initial_request.yml @@ -10,10 +10,10 @@ http_interactions: - - Your Waste Carrier Registration CBDU4 + + Your Waste Carrier Registration CBDU795 - Waste Carrier Registration renewal: CBDU4 for Acme Waste + Waste Carrier Registration renewal: CBDU795 for Acme Waste @@ -46,7 +46,7 @@ http_interactions: Authorization: - Basic Content-Length: - - '1126' + - '1130' Host: - secure-test.worldpay.com response: @@ -55,7 +55,7 @@ http_interactions: message: OK headers: Date: - - Mon, 23 Jul 2018 08:37:25 GMT + - Mon, 06 Aug 2018 08:45:36 GMT Server: - Apache Content-Length: @@ -80,7 +80,7 @@ http_interactions: - https://secure-test.worldpay.com/wcc/dispatcher?OrderKey=MERCHANT_CODE%5E1532335039 + https://secure-test.worldpay.com/wcc/dispatcher?OrderKey=MERCHANT_CODE%5E1533545134 http_version: - recorded_at: Mon, 23 Jul 2018 08:37:20 GMT + recorded_at: Mon, 06 Aug 2018 08:45:34 GMT recorded_with: VCR 4.0.0 diff --git a/spec/cassettes/worldpay_initial_request_invalid.yml b/spec/cassettes/worldpay_initial_request_invalid.yml index b5599e872..691c25aeb 100644 --- a/spec/cassettes/worldpay_initial_request_invalid.yml +++ b/spec/cassettes/worldpay_initial_request_invalid.yml @@ -25,7 +25,7 @@ http_interactions: message: OK headers: Date: - - Mon, 23 Jul 2018 08:37:25 GMT + - Mon, 06 Aug 2018 08:45:37 GMT Server: - Apache Content-Length: @@ -52,5 +52,5 @@ http_interactions: "http://dtd.worldpay.com/paymentService_v1.dtd"> http_version: - recorded_at: Mon, 23 Jul 2018 08:37:21 GMT + recorded_at: Mon, 06 Aug 2018 08:45:34 GMT recorded_with: VCR 4.0.0 diff --git a/spec/cassettes/worldpay_redirect.yml b/spec/cassettes/worldpay_redirect.yml index 3b39c9df4..b5bfd3c8b 100644 --- a/spec/cassettes/worldpay_redirect.yml +++ b/spec/cassettes/worldpay_redirect.yml @@ -10,17 +10,17 @@ http_interactions: - - Your Waste Carrier Registration CBDU594 + + Your Waste Carrier Registration CBDU110 - Waste Carrier Registration renewal: CBDU594 for Acme Waste + Waste Carrier Registration renewal: CBDU110 for Acme Waste - user378@example.com + user26@example.com
@@ -46,7 +46,7 @@ http_interactions: Authorization: - Basic Content-Length: - - '1134' + - '1133' Host: - secure-test.worldpay.com response: @@ -55,7 +55,7 @@ http_interactions: message: OK headers: Date: - - Mon, 23 Jul 2018 08:38:19 GMT + - Mon, 06 Aug 2018 08:44:38 GMT Server: - Apache Content-Length: @@ -80,7 +80,7 @@ http_interactions: - https://secure-test.worldpay.com/wcc/dispatcher?OrderKey=MERCHANT_CODE%5E1532335094 + https://secure-test.worldpay.com/wcc/dispatcher?OrderKey=MERCHANT_CODE%5E1533545076 http_version: - recorded_at: Mon, 23 Jul 2018 08:38:14 GMT + recorded_at: Mon, 06 Aug 2018 08:44:36 GMT recorded_with: VCR 4.0.0