diff options
author | Steve Smokowski <ss835w@att.com> | 2019-04-16 22:43:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-16 22:43:58 +0000 |
commit | fce553bd98117eac13a6d52dd85030771f058468 (patch) | |
tree | afedec25741a6f9a82b83664bcd8a513b1bc2ab4 /asdc-controller/src/test/resources/application-test.yaml | |
parent | e50d79d578bc524d54dad066c69cb65eb907a07c (diff) | |
parent | 5223788222fd78c9e50680471eb0529361645230 (diff) |
Merge "Use distribution json for workflow install"
Diffstat (limited to 'asdc-controller/src/test/resources/application-test.yaml')
-rw-r--r-- | asdc-controller/src/test/resources/application-test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asdc-controller/src/test/resources/application-test.yaml b/asdc-controller/src/test/resources/application-test.yaml index ec536491a1..9fa20550db 100644 --- a/asdc-controller/src/test/resources/application-test.yaml +++ b/asdc-controller/src/test/resources/application-test.yaml @@ -66,6 +66,7 @@ mso: db: spring: endpoint: "http://localhost:" + camundaURL: http://localhost:${wiremock.server.port}/ db: auth: Basic YnBlbDptc28tZGItMTUwNyE= site-name: siteName |