aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/test/resources/bootstrap.yaml
diff options
context:
space:
mode:
authorgrabinsk <maciej.grabinski@nokia.com>2019-07-09 09:56:58 +0200
committergrabinsk <maciej.grabinski@nokia.com>2019-07-11 11:06:13 +0200
commit48589757cdb485d5d320395e47a06d0e2afc3b78 (patch)
treeee8f7f9c2a6be8d6bd097bdda136aa37d7d74aef /prh-app-server/src/test/resources/bootstrap.yaml
parentac77e0be3acc65b898d6310eaf09b3ee1a0d1725 (diff)
Replace dummy prh workflow scheduling test generating fake code coverage with a prh workflow integration test with aai and dmaap mocked using wiremock and simple prh workflow scheduling test
Change-Id: Id6cfbcf62e865e1527cce2e006b1d85ea499f3f3 Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'prh-app-server/src/test/resources/bootstrap.yaml')
-rw-r--r--prh-app-server/src/test/resources/bootstrap.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/prh-app-server/src/test/resources/bootstrap.yaml b/prh-app-server/src/test/resources/bootstrap.yaml
index bbb2dcf9..46796cdc 100644
--- a/prh-app-server/src/test/resources/bootstrap.yaml
+++ b/prh-app-server/src/test/resources/bootstrap.yaml
@@ -1,2 +1,6 @@
cbs:
- enabled: false \ No newline at end of file
+ enabled: false
+spring:
+ cloud:
+ config:
+ enabled: false \ No newline at end of file