diff --git a/cray/tests/test_modules/test_bos.py b/cray/tests/test_modules/test_bos.py index 190ec4f..17b1480 100644 --- a/cray/tests/test_modules/test_bos.py +++ b/cray/tests/test_modules/test_bos.py @@ -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'] ) @@ -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'] )