Skip to content

Commit 458b7e7

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-112 Fixed test cases
1 parent 42c9d31 commit 458b7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/storage/volume/ontap/src/test/java/org/apache/cloudstack/storage/service/UnifiedSANStrategyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class UnifiedSANStrategyTest {
8989

9090
@BeforeEach
9191
void setUp() {
92-
lenient().when(ontapStorage.getManagementLIF()).thenReturn("192.168.1.100");
92+
lenient().when(ontapStorage.getStorageIP()).thenReturn("192.168.1.100");
9393
lenient().when(ontapStorage.getUsername()).thenReturn("admin");
9494
lenient().when(ontapStorage.getPassword()).thenReturn("password");
9595
lenient().when(ontapStorage.getSvmName()).thenReturn("svm1");

0 commit comments

Comments
 (0)