Skip to content

Commit 8d073eb

Browse files
committed
NSX: qualify Mockito retry assertion
1 parent 98cd4ed commit 8d073eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/network-elements/nsx/src/test/java/org/apache/cloudstack/service/NsxApiClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ public void testAddVpnConnectionRoutesRetriesMarkedForDeletion() {
951951
client.addVpnConnectionRoutes(TIER_1_GATEWAY_NAME, "connection-uuid",
952952
List.of("192.168.100.0/24"), "169.254.64.22", "10.1.0.0/16");
953953

954-
verify(staticRoutes, times(2)).patch(eq(TIER_1_GATEWAY_NAME),
954+
verify(staticRoutes, Mockito.times(2)).patch(eq(TIER_1_GATEWAY_NAME),
955955
eq("cs-conn-connection-uuid-route0"), any(com.vmware.nsx_policy.model.StaticRoutes.class));
956956
verify(natRules).patch(eq(TIER_1_GATEWAY_NAME), anyString(),
957957
eq("cs-conn-connection-uuid-nosnat0"), any(PolicyNatRule.class));

0 commit comments

Comments
 (0)