summaryrefslogtreecommitdiff
path: root/tests/unit/dump.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/dump.tcl')
-rw-r--r--tests/unit/dump.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dump.tcl b/tests/unit/dump.tcl
index 09768b80e..062d803b5 100644
--- a/tests/unit/dump.tcl
+++ b/tests/unit/dump.tcl
@@ -362,7 +362,7 @@ start_server {tags {"dump"}} {
r -1 lpush list a b c d
$second config set requirepass foobar2
catch {r -1 migrate $second_host $second_port list 9 5000 AUTH foobar} err
- assert_match {*invalid password*} $err
+ assert_match {*WRONGPASS*} $err
}
}
}