From 42caca752e9b1b805bf2f5c9305f45b0a125863c Mon Sep 17 00:00:00 2001 From: "Chayal, Avteet (ac229e)" Date: Mon, 13 May 2019 13:59:15 +0000 Subject: Fix to send num_solution as string to HASX Fix to send num_solution as string to HAS Issue-ID: OPTFRA-497 Change-Id: I5fe509330ccb9e1c97b92ae44cec919ada0f8594 Signed-off-by: Chayal, Avteet (ac229e) --- test/placement-tests/request_placement_vfmod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/placement-tests') diff --git a/test/placement-tests/request_placement_vfmod.json b/test/placement-tests/request_placement_vfmod.json index d9f620f..db5a38f 100644 --- a/test/placement-tests/request_placement_vfmod.json +++ b/test/placement-tests/request_placement_vfmod.json @@ -82,7 +82,7 @@ }, "homing_template_version": "2017-10-10" }, - "num_solution": 100, + "num_solution": "100", "files": {}, "timeout": 1200 } -- cgit 1.2.3-korg