diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2021-04-15 04:19:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-15 04:19:40 +0000 |
commit | 886c6d68c32b2bec82434938a008ae35c73bfd14 (patch) | |
tree | d2202744b499f089b22941dd79f99e5060e23c40 /aai-core | |
parent | b6c8cab2f94bab951d73a2f223d8eedfb1271cfd (diff) | |
parent | 8e9bead2bb055b5f164eafed40d9f2dc6572c2f0 (diff) |
Merge "Added proxy args in the haproxy Dockerfile Added DirtiesContext to URIToRelationshipObjectTest for successful test case execution."
Diffstat (limited to 'aai-core')
-rw-r--r-- | aai-core/src/test/java/org/onap/aai/parsers/uri/URIToRelationshipObjectTest.java | 2 |
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; |