Skip to content

Commit a5c1cee

Browse files
authored
Merge pull request #991 from redis/fix-command-info-test
Update the command info test for Redis 6.2
2 parents 589a4e7 + 4b9bdc4 commit a5c1cee

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)