DaanHoogland commented on code in PR #6581:
URL: https://github.com/apache/cloudstack/pull/6581#discussion_r1071266959
##########
server/src/test/java/com/cloud/storage/VolumeApiServiceImplTest.java:
##########
@@ -1164,6 +1166,65 @@ public void
doesTargetStorageSupportDiskOfferingTestDiskOfferingTagsEqualsStorag
Assert.assertTrue(result);
}
+ @Test
+ public void
validateIfVmHaveBackupsTestExceptionWhenTryToDetachVolumeFromVMWhichBackupOffering()
{
Review Comment:
```suggestion
public void
validateIfVmHaveBackupsTestExceptionWhenTryToDetachVolumeFromVmWithBackupOffering()
{
```
?
It sounds strange as it is written now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]