redis/tests/unit/acl.tcl

6 lines
122 B
Tcl
Raw Normal View History

2019-01-28 11:39:58 +01:00
start_server {tags {"acl"}} {
test {Connections start with the default user} {
r ACL WHOAMI
} {default}
}