redict/tests/unit/acl.tcl

6 lines
122 B
Tcl
Raw Normal View History

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