aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/integration/integration-context-test/src
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-01-26 12:17:05 +0000
committerliamfallon <liam.fallon@est.tech>2022-01-26 12:17:13 +0000
commit298d2d773df72c3d691da2ab9ee70fa88e6b0b54 (patch)
treedb20db1d8d18d1b5a369803c996da77b446d3eed /testsuites/integration/integration-context-test/src
parent397ed3cb307be21d9ca50ed885748fdd035d9a8f (diff)
Fix snapshot versions in apex-pdp
Two modules in apex-pdp had incorrect snapshot version in Istanbul, this fixes that error Issue-ID: POLICY-3849 Change-Id: I39366f36a6970d715a555099f3d68defb82f8a28 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'testsuites/integration/integration-context-test/src')
-rw-r--r--testsuites/integration/integration-context-test/src/test/java/org/onap/policy/apex/testsuites/integration/context/distribution/ContextUpdate.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/integration/integration-context-test/src/test/java/org/onap/policy/apex/testsuites/integration/context/distribution/ContextUpdate.java b/testsuites/integration/integration-context-test/src/test/java/org/onap/policy/apex/testsuites/integration/context/distribution/ContextUpdate.java
index b0370c5d9..aafe1c3e0 100644
--- a/testsuites/integration/integration-context-test/src/test/java/org/onap/policy/apex/testsuites/integration/context/distribution/ContextUpdate.java
+++ b/testsuites/integration/integration-context-test/src/test/java/org/onap/policy/apex/testsuites/integration/context/distribution/ContextUpdate.java
@@ -26,7 +26,6 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
-import static org.junit.Assert.assertTrue;
import static org.onap.policy.apex.testsuites.integration.context.utils.Constants.APEX_DISTRIBUTOR;
import static org.onap.policy.apex.testsuites.integration.context.utils.Constants.DATE_CONTEXT_ALBUM;
import static org.onap.policy.apex.testsuites.integration.context.utils.Constants.LONG_CONTEXT_ALBUM;