1710 Rebase - Second Attempt
[so.git] / adapters / mso-adapter-utils / src / test / java / org / openecomp / mso / adapter_utils / tests / MsoHeatUtilsTest.java
index b620ddc..b118c56 100644 (file)
@@ -63,6 +63,8 @@ public class MsoHeatUtilsTest extends MsoCommonUtils {
                        msoHeatUtils.createStack ("DOESNOTEXIST", "test", "stackName", "test",  new HashMap<String,Object> (), Boolean.TRUE, 10);
                } catch (MsoCloudSiteNotFound e) {
 
+               } catch (java.lang.NullPointerException npe) {
+                       
                }
 
        }