redis/tests/unit/acl.tcl

6 lines
122 B
Tcl

start_server {tags {"acl"}} {
test {Connections start with the default user} {
r ACL WHOAMI
} {default}
}