mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
ACL: create unit test.
This commit is contained in:
5
tests/unit/acl.tcl
Normal file
5
tests/unit/acl.tcl
Normal file
@@ -0,0 +1,5 @@
|
||||
start_server {tags {"acl"}} {
|
||||
test {Connections start with the default user} {
|
||||
r ACL WHOAMI
|
||||
} {default}
|
||||
}
|
||||
Reference in New Issue
Block a user