From f695225a3a2a1e164deae029f50a6e9f921bcf19 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 27 May 2024 08:42:25 +0200 Subject: [PATCH] test_rtt: Fix wrong option identifier Signed-off-by: Steffen Vogel --- lib/nodes/test_rtt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nodes/test_rtt.cpp b/lib/nodes/test_rtt.cpp index f7798a4aa..78d485728 100644 --- a/lib/nodes/test_rtt.cpp +++ b/lib/nodes/test_rtt.cpp @@ -107,7 +107,7 @@ int TestRTT::parse(json_t *json) { formatter = Format::Ptr(fmt); if (!formatter) - throw ConfigError(json_format, "node-config-node-exec-format", + throw ConfigError(json_format, "node-config-node-test-rtt-format", "Invalid format configuration"); // Construct List of test cases