From 4c6bb8e1fcde50381d6b9399a69e25389ad4f4e1 Mon Sep 17 00:00:00 2001 From: Simon Halvorsen Date: Fri, 26 Jun 2026 00:11:06 +0200 Subject: [PATCH] Fix: Added missing comma in json - getindices_returns_expected_list_from_datacontainer Ticket: ENT-14036 Changelog: None Signed-off-by: Simon Halvorsen --- .../getindices_returns_expected_list_from_datacontainer.cf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/01_vars/02_functions/getindices_returns_expected_list_from_datacontainer.cf b/tests/acceptance/01_vars/02_functions/getindices_returns_expected_list_from_datacontainer.cf index 9e38de2018..35dfe1b4a2 100644 --- a/tests/acceptance/01_vars/02_functions/getindices_returns_expected_list_from_datacontainer.cf +++ b/tests/acceptance/01_vars/02_functions/getindices_returns_expected_list_from_datacontainer.cf @@ -22,7 +22,10 @@ bundle agent init "alpha", "bravo" ], - "bar": { "one": "1" "two": "2" } + "bar": { + "one": "1", + "two": "2" + } }'); }