File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ start_server {tags {"modules"}} {
1414
1515 # Verify returned id is the same as our current id and
1616 # we are authenticated with the specified user
17- assert_equal [r acl whoami] " globall "
17+ assert_equal [r acl whoami] " global "
1818 }
1919
2020 test {De-authenticating clients is tracked and kills clients} {
@@ -36,7 +36,7 @@ start_server {tags {"modules"}} {
3636 }
3737
3838 test {Modules can authenticate with ACL users} {
39- assert_equal [r acl whoami] " defaultt "
39+ assert_equal [r acl whoami] " default "
4040
4141 # Create user to auth into
4242 r acl setuser auth-module-test on allkeys allcommands
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ start_server {tags {"modules"}} {
1818 set rd2 [valkey_deferring_client]
1919 $rd2 hset c d e
2020 wait_for_blocked_clients_count 2
21- assert_equal " sss " [r b_keyspace.events]
21+ assert_equal " " [r b_keyspace.events]
2222 wait_for_blocked_clients_count 1
2323 assert_equal " {event hset key b}" [r b_keyspace.events]
2424 wait_for_blocked_clients_count 0
You can’t perform that action at this time.
0 commit comments