Skip to content

Commit

Permalink
updated clone_vm_workload fixture without index
Browse files Browse the repository at this point in the history
Signed-off-by: AYUSH-D-PATNI <[email protected]>
  • Loading branch information
AYUSH-D-PATNI authored and AYUSH-D-PATNI committed Jan 20, 2025
1 parent d26926e commit 81e8cb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def test_vm_clone(
clone_obj = clone_vm_workload(
vm_obj=vm_obj,
volume_interface=vm_obj.volume_interface,
namespace=(vm_obj.namespace),
)[index]
namespace=vm_obj.namespace,
)
log.info(
f"Clone created successfully for VM {vm_obj.name}: " f"{clone_obj.name}"
)
Expand Down

0 comments on commit 81e8cb3

Please sign in to comment.