def test_list_objects(self):
     params = {}
     RequestParamsMapper.map_list_objects_v2_params(params, self.cli_params)
     self.assertEqual(params, {'RequestPayer': 'requester'})
Exemplo n.º 2
0
 def test_list_objects(self):
     params = {}
     RequestParamsMapper.map_list_objects_v2_params(
         params, self.cli_params)
     self.assertEqual(params, {'RequestPayer': 'requester'})