summaryrefslogtreecommitdiffstats
path: root/aai-core
diff options
context:
space:
mode:
authorRenu Kumari <renu.kumari@bell.ca>2021-04-13 14:18:51 -0400
committerRenu Kumari <renu.kumari@bell.ca>2021-04-14 00:44:21 -0400
commit8e9bead2bb055b5f164eafed40d9f2dc6572c2f0 (patch)
tree1a9d2a0a7380d1115763ced46ba259af92f001e3 /aai-core
parent31c976e338645effcee4bbee5147453b3749830f (diff)
Added proxy args in the haproxy Dockerfile
Added DirtiesContext to URIToRelationshipObjectTest for successful test case execution. Issue-ID: AAI-3318 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I53d9b031f93515fdec16fe3f7b0a580c8439b5b3
Diffstat (limited to 'aai-core')
-rw-r--r--aai-core/src/test/java/org/onap/aai/parsers/uri/URIToRelationshipObjectTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToRelationshipObjectTest.java b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToRelationshipObjectTest.java
index e983d007..ee8cce21 100644
--- a/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToRelationshipObjectTest.java
+++ b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToRelationshipObjectTest.java
@@ -40,7 +40,9 @@ import org.onap.aai.AAISetup;
import org.onap.aai.exceptions.AAIException;
import org.onap.aai.introspection.*;
import org.onap.aai.setup.SchemaVersion;
+import org.springframework.test.annotation.DirtiesContext;
+@DirtiesContext(classMode = DirtiesContext.ClassMode.BEFORE_CLASS)
public class URIToRelationshipObjectTest extends AAISetup {
private SchemaVersion latest;