From 713fa51df7f52352037a305bd859de19e2675dd9 Mon Sep 17 00:00:00 2001 From: Abhishek jaiswal Date: Fri, 21 Mar 2025 05:22:33 -0400 Subject: [PATCH] fix: Correct JSON parsing issue with bm_password This commit corrects the bm_password field in the JSON file to ensure it's explicitly represented as a string ("") rather than an empty value. Change-Id: I0e348eeb5db08ea21788b16292f011f976459cbd Signed-off-by: Abhishek jaiswal --- config/lab/files/default.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lab/files/default.json5 b/config/lab/files/default.json5 index d4142134..ba3275bf 100644 --- a/config/lab/files/default.json5 +++ b/config/lab/files/default.json5 @@ -6,7 +6,7 @@ "user_name": "fake_user", "password": "fake_password" }, - bm_password: "", + "bm_password": "", "use_jump_server": false, "lab_capabilities": [], "nodes": {