summaryrefslogtreecommitdiff
path: root/tests/unit/moduleapi/moduleconfigs.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/moduleapi/moduleconfigs.tcl')
-rw-r--r--tests/unit/moduleapi/moduleconfigs.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/moduleapi/moduleconfigs.tcl b/tests/unit/moduleapi/moduleconfigs.tcl
index 01aa1e88e..29682d2e2 100644
--- a/tests/unit/moduleapi/moduleconfigs.tcl
+++ b/tests/unit/moduleapi/moduleconfigs.tcl
@@ -54,7 +54,7 @@ start_server {tags {"modules"}} {
test {Enums only able to be set to passed in values} {
# Module authors specify what values are valid for enums, check that only those values are ok on a set
catch {[r config set moduleconfigs.enum four]} e
- assert_match {*argument must be one of the following*} $e
+ assert_match {*must be one of the following*} $e
}
test {Unload removes module configs} {