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 8f68539 commit 9bd4c64
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 @@ -226,7 +226,7 @@ def test_cray_bos_v2_components_updatemany_by_session(cli_runner, rest_mock):
runner, cli, config = cli_runner
result = runner.invoke(
cli,
['bos', 'v2', 'components', 'updatemany', '--filter-sessions',
['bos', 'v2', 'components', 'updatemany', '--filter-session',
'test1', '--clear-pending-state', '--patch', '{}']
)
assert result.exit_code == 0
Expand Down

0 comments on commit 9bd4c64

Please sign in to comment.