Skip to content

Commit 372e994

Browse files
committed
fix
1 parent d772447 commit 372e994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit_tests/volumes/test_volumes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def test_clone_volume_with_input_name_successful(self, volumes_service, endpoint
529529

530530
def test_clone_volume_without_input_name_successful(self, volumes_service: VolumesService, endpoint):
531531
# arrange
532-
CLONED_VOLUME_NAME = "cloned-volume"
532+
CLONED_VOLUME_NAME = "CLONE-" + NVME_VOL_NAME
533533

534534
# mock response for cloning the volume
535535
responses.add(

0 commit comments

Comments
 (0)