summaryrefslogtreecommitdiff
path: root/tests/unit/acl-v2.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/acl-v2.tcl')
-rw-r--r--tests/unit/acl-v2.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/acl-v2.tcl b/tests/unit/acl-v2.tcl
index 12eb5a3be..500a7c729 100644
--- a/tests/unit/acl-v2.tcl
+++ b/tests/unit/acl-v2.tcl
@@ -173,7 +173,7 @@ start_server {tags {"acl external:skip"}} {
assert_equal PONG [$r2 PING]
assert_equal {} [$r2 get readwrite_str]
- assert_error {ERR* not an integer *} {$r2 set readwrite_str bar ex get}
+ assert_error {ERR * not an integer *} {$r2 set readwrite_str bar ex get}
assert_equal {OK} [$r2 set readwrite_str bar]
assert_equal {bar} [$r2 get readwrite_str]