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 9ff03af commit d71e77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cray/tests/test_modules/test_bos.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def test_cray_bos_v2_components_updatemany_by_ids(cli_runner, rest_mock):
compare_dicts(
{
'patch': { 'enabled': False },
'filter': { 'ids': 'test1,test2' }
'filters': { 'ids': 'test1,test2' }
},
data['body']
)
Expand Down Expand Up @@ -253,7 +253,7 @@ def test_cray_bos_v2_components_updatemany_by_session(cli_runner, rest_mock):
"kernel": "" }
}
},
'filter': { 'session': 'test1' }
'filters': { 'session': 'test1' }
},
data['body']
)
Expand Down

0 comments on commit d71e77c

Please sign in to comment.