From 6997321dd70292618ffbb6658ca6dc8b364f4894 Mon Sep 17 00:00:00 2001 From: Miguel de Barros Date: Wed, 12 May 2021 13:05:20 +0200 Subject: [PATCH] Fix for fix(#2182): regex validations against swagger interface spec no longer working --- .../hub/golden_path/quoting_service/quoting_service.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\\'');" ] } ]