Skip to content

Commit 4b9bdc4

Browse files
committed
Update the command info test for Redis 6.2
1 parent fe62c45 commit 4b9bdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cluster_commands_on_server_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_command_getkeys
8181

8282
def test_command_info
8383
eval_command_flags = if version >= '6.2'
84-
%w[noscript may_replicate movablekeys]
84+
%w[noscript skip_monitor may_replicate movablekeys]
8585
else
8686
%w[noscript movablekeys]
8787
end

0 commit comments

Comments
 (0)