We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb618a commit 309ce8fCopy full SHA for 309ce8f
1 file changed
tests/test_cli.py
@@ -108,4 +108,4 @@ def mock_validate(*args, **kwargs):
108
assert 'skip_checks' in called_args
109
logger.debug(f"Called args: {called_args}")
110
# Check if the skip_checks value matches the expected value
111
- assert skip_checks_1 + skip_checks_2 == called_args['skip_checks']
+ assert list(skip_checks_1 + skip_checks_2) == called_args['skip_checks']
0 commit comments