mirror of https://github.com/apache/cloudstack.git
fix test
This commit is contained in:
parent
3ff64aaa9e
commit
3ce840f6b9
|
|
@ -391,7 +391,7 @@ public class KubernetesClusterManagerImplTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testCreateNodeTypeToServiceOfferingMapNullMap() {
|
public void testCreateNodeTypeToServiceOfferingMapNullMap() {
|
||||||
Map<String, ServiceOffering> mapping = kubernetesClusterManager.createNodeTypeToServiceOfferingMap(null, null);
|
Map<String, ServiceOffering> mapping = kubernetesClusterManager.createNodeTypeToServiceOfferingMap(new HashMap<>(), null);
|
||||||
Assert.assertTrue(MapUtils.isEmpty(mapping));
|
Assert.assertTrue(MapUtils.isEmpty(mapping));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue