Skip to content

Commit 33be267

Browse files
committed
style: Fix one more linting issue
1 parent e7c87ce commit 33be267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_verifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_verifier_with_broker_passes_consumer_selctors(self, mock_wrapper):
178178
{"tag": "main", "latest": True},
179179
{"tag": "test", "latest": False},
180180
],
181-
**self.default_opts,
181+
**self.default_opts
182182
)
183183

184184
self.assertTrue(output)

0 commit comments

Comments
 (0)