redis/tests/unit/acl.tcl
2019-01-28 11:39:58 +01:00

6 lines
122 B
Tcl

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