From b85a046bb43f83bf1231d34ed5447fc07b2bfe1e Mon Sep 17 00:00:00 2001 From: Alexey Sandler Date: Wed, 4 Dec 2019 17:48:06 +0200 Subject: Create function that convert rollbackOnFailure value from String to Boolean Issue-ID: VID-724 Signed-off-by: Alexey Sandler Change-Id: Ia3738a146d0b57e961e097c6b6e70e525c46a397 --- .../jsons/instantiationTemplates/templates__instance_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vid-webpack-master/cypress/support/jsonBuilders') diff --git a/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates/templates__instance_template.json b/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates/templates__instance_template.json index 85f8582ab..3a59dd16b 100644 --- a/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates/templates__instance_template.json +++ b/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/instantiationTemplates/templates__instance_template.json @@ -20,7 +20,7 @@ "aicZoneName": null, "projectName": "Kennedy", "subscriberName": "Emanuel", - "rollbackOnFailure": true, + "rollbackOnFailure": "true", "isALaCarte": true, "testApi": "GR_API", "trackById": "36601560-f8e3-4020-bdef-3e4709c51e84", -- cgit 1.2.3-korg