aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/test/java/org/onap/dcaegen2/services/prh
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2019-05-30 11:19:32 +0200
committerpwielebs <piotr.wielebski@nokia.com>2019-05-30 11:56:43 +0200
commitdc98386e6e888cc0e0c54bc9e984c9d0ada5e73a (patch)
tree7f5147a128dd4aaa48fbf0410a9396339703675d /prh-app-server/src/test/java/org/onap/dcaegen2/services/prh
parent37444e2753f351cfe22b4651bcf777b833aeba92 (diff)
Update test json file due to changes in SDK
Change-Id: I343c099502bd6fc63ea4fc22706be96832f67c5f Issue-ID: DCAEGEN2-1501 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Diffstat (limited to 'prh-app-server/src/test/java/org/onap/dcaegen2/services/prh')
-rw-r--r--prh-app-server/src/test/java/org/onap/dcaegen2/services/prh/configuration/ConsulConfigurationParserTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/prh-app-server/src/test/java/org/onap/dcaegen2/services/prh/configuration/ConsulConfigurationParserTest.java b/prh-app-server/src/test/java/org/onap/dcaegen2/services/prh/configuration/ConsulConfigurationParserTest.java
index 24586a08..79a3873a 100644
--- a/prh-app-server/src/test/java/org/onap/dcaegen2/services/prh/configuration/ConsulConfigurationParserTest.java
+++ b/prh-app-server/src/test/java/org/onap/dcaegen2/services/prh/configuration/ConsulConfigurationParserTest.java
@@ -46,7 +46,7 @@ import static org.junit.jupiter.api.Assumptions.assumeFalse;
class ConsulConfigurationParserTest {
private final String correctJson =
- new String(Files.readAllBytes(Paths.get(getSystemResource("flattened_configuration.json").toURI())));
+ new String(Files.readAllBytes(Paths.get(getSystemResource("configurationFromCbs.json").toURI())));
private final ImmutableAaiClientConfiguration correctAaiClientConfig =
TestAppConfiguration.createDefaultAaiClientConfiguration();