Skip to content

Commit 6b67df4

Browse files
committed
Fixed linters
1 parent 39524c0 commit 6b67df4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/test_cluster.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,8 +1789,7 @@ def teardown():
17891789
username,
17901790
enabled=True,
17911791
reset=True,
1792-
commands=["+get", "+set", "+select",
1793-
"+cluster", "+command", "+info"],
1792+
commands=["+get", "+set", "+select", "+cluster", "+command", "+info"],
17941793
keys=["{cache}:*"],
17951794
nopass=True,
17961795
target_nodes="primaries",

tests/test_commands.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,7 @@ def test_client_kill_filter_by_user(self, r, request):
537537
killuser,
538538
enabled=True,
539539
reset=True,
540-
commands=["+get", "+set", "+select",
541-
"+cluster", "+command", "+info"],
540+
commands=["+get", "+set", "+select", "+cluster", "+command", "+info"],
542541
keys=["cache:*"],
543542
nopass=True,
544543
)

0 commit comments

Comments
 (0)