Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Sep 17, 2024
1 parent d85a1ed commit 8f68539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cray/tests/test_modules/test_bos.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8f68539

Please sign in to comment.