Skip to content

Commit

Permalink
Fix a test case for the cluster related to the permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
supercaracal committed Apr 12, 2024
1 parent 8ab2753 commit 2452ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.rb
Expand Up @@ -174,7 +174,7 @@ def version
def with_acl
admin = _new_client
admin.acl('SETUSER', 'johndoe', 'on',
'+ping', '+select', '+command', '+cluster|slots', '+cluster|nodes',
'+ping', '+select', '+command', '+cluster|slots', '+cluster|nodes', '+readonly',
'>mysecret')
yield('johndoe', 'mysecret')
ensure
Expand Down

0 comments on commit 2452ae2

Please sign in to comment.