From 49455c43ae2eb5d460dd68b141d11a31c929e603 Mon Sep 17 00:00:00 2001 From: jonathan keinan Date: Tue, 4 Feb 2025 15:21:01 +0200 Subject: [PATCH] * change foo to goo so test will be correct and pass --- tests/unit/moduleapi/moduleconfigs.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/moduleapi/moduleconfigs.tcl b/tests/unit/moduleapi/moduleconfigs.tcl index 8890d9cb7d..67ed8044c1 100644 --- a/tests/unit/moduleapi/moduleconfigs.tcl +++ b/tests/unit/moduleapi/moduleconfigs.tcl @@ -351,7 +351,7 @@ start_server {tags {"modules"}} { ARGS override # Verify CONFIG values took precedence over the pseudo values that - assert_equal [r config get moduleconfigs.string] "moduleconfigs.string foo" + assert_equal [r config get moduleconfigs.string] "moduleconfigs.string goo" assert_equal [r config get moduleconfigs.memory_numeric] "moduleconfigs.memory_numeric 2097152" r module unload moduleconfigs