Merge "Change the parameter passed to the API call"

This commit is contained in:
Zuul 2024-02-26 22:13:21 +00:00 committed by Gerrit Code Review
commit 89c86299c8
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ class ScenarioTest(tempest.test.BaseTestCase):
'container': container}
args.update(kwargs)
backup = self.backups_client.create_backup(volume_id=volume_id,
**kwargs)['backup']
**args)['backup']
self.addCleanup(self.backups_client.delete_backup, backup['id'])
waiters.wait_for_volume_resource_status(self.backups_client,
backup['id'], 'available')