diff --git a/cray/tests/test_modules/test_bos.py b/cray/tests/test_modules/test_bos.py index a42045f..4208895 100644 --- a/cray/tests/test_modules/test_bos.py +++ b/cray/tests/test_modules/test_bos.py @@ -207,7 +207,7 @@ def test_cray_bos_v2_components_updatemany_by_ids(cli_runner, rest_mock): result = runner.invoke( cli, ['bos', 'v2', 'components', 'updatemany', '--filter-ids', - '--enabled', 'False', 'test1,test2', '--patch', '{}'] + 'test1,test2', '--enabled', 'False', '--patch', '{}'] ) assert result.exit_code == 0 data = json.loads(result.output)