Skip to content

Commit 2ab2a7d

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-98 Fixed the junits
1 parent b92c622 commit 2ab2a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/storage/volume/ontap/src/main/test/java/org/apache/cloudstack/storage/lifecycle/OntapPrimaryDatastoreLifecycleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ public void testInitialize_unexpectedDetailKey() {
362362
dsInfos.put("managed",true);
363363
dsInfos.put("tags", "testTag");
364364
dsInfos.put("isTagARule", false);
365-
dsInfos.put("details", new HashMap<String, String>());
365+
dsInfos.put("details", detailsMap);
366366

367367
Exception ex = assertThrows(CloudRuntimeException.class, () -> {
368368
try (MockedStatic<StorageProviderFactory> storageProviderFactory = Mockito.mockStatic(StorageProviderFactory.class)) {

0 commit comments

Comments
 (0)