diff --git a/collections/hub/golden_path/quoting_service/quoting_service.json b/collections/hub/golden_path/quoting_service/quoting_service.json index 7c6908d0..7d484fb8 100644 --- a/collections/hub/golden_path/quoting_service/quoting_service.json +++ b/collections/hub/golden_path/quoting_service/quoting_service.json @@ -483,7 +483,7 @@ "id": 3, "description": "Check Missing mandatory element - Invalid accept header", "exec": [ - "expect(response.body.errorInformation.errorDescription).to.include('should have required property \\'accept\\'');" + "expect(response.body.errorInformation.errorDescription).to.include('/header must have required property \\'accept\\'');" ] } ]