Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/integration/smoke/test_vm_life_cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ def test_03_migrate_detached_volume(self):

Volume.migrate(self.apiclient, storageid=target_pool.id, volumeid=volume1.id)

vol = Volume.list(self.apiclient, volume=volume1.id)[0]
vol = Volume.list(self.apiclient, id=volume1.id)[0]

self.assertEqual(vol.storageid, target_pool.id, "Storage pool was not the same as expected")

Expand Down