aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2021-03-31 21:53:05 +0100
committerMichael Morris <michael.morris@est.tech>2021-04-15 12:46:52 +0000
commit13b4de462eb4892e1614ebb98c04a8052629571d (patch)
tree498cad0b9a84f4275038544e0cb69504f4cbe406 /integration-tests/src/test
parent749aa2119a5201a5ff503b98370b61b082e18455 (diff)
Fix NSD properties1.8.5
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3545 Change-Id: I090bdcc85e85f1ec86851de3f957ad2ccd148ed5 (cherry picked from commit 49e74d3a9d5f77af3e2aa321a863fd83a1ca6f73)
Diffstat (limited to 'integration-tests/src/test')
-rw-r--r--integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/EtsiNetworkServiceUiTests.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/EtsiNetworkServiceUiTests.java b/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/EtsiNetworkServiceUiTests.java
index 0854bec785..03a73aaeb3 100644
--- a/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/EtsiNetworkServiceUiTests.java
+++ b/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/EtsiNetworkServiceUiTests.java
@@ -81,6 +81,7 @@ public class EtsiNetworkServiceUiTests extends SetupCDTest {
assertThat("No artifact download was found", toscaArtifactsPage.getDownloadedArtifactList(), not(empty()));
final String downloadedCsarName = toscaArtifactsPage.getDownloadedArtifactList().get(0);
+ propertyMap.entrySet().removeIf(e -> e.getValue() == null);
checkEtsiNsPackage(createServiceFlow.getServiceCreateData().getName(), downloadedCsarName, propertyMap);
}