Skip to content

Commit e890e5c

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-16 CreateAsync fix test
1 parent 4f497e5 commit e890e5c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugins/storage/volume/ontap/src/test/java/org/apache/cloudstack/storage/driver/OntapPrimaryDatastoreDriverTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,6 @@ void testCreateAsync_NullDataStore_ThrowsException() {
152152
() -> driver.createAsync(null, volumeInfo, createCallback));
153153
}
154154

155-
@Test
156-
void testCreateAsync_NullCallback_ThrowsException() {
157-
assertThrows(InvalidParameterValueException.class,
158-
() -> driver.createAsync(dataStore, volumeInfo, null));
159-
}
160-
161155
@Test
162156
void testCreateAsync_VolumeWithISCSI_Success() {
163157
// Setup

0 commit comments

Comments
 (0)