diff options
author | Elena Kuleshov <evn@att.com> | 2019-04-07 17:20:03 -0400 |
---|---|---|
committer | Elena Kuleshov <evn@att.com> | 2019-04-09 02:43:23 -0400 |
commit | 65e1358e0b4e4f44969db81bcb347e6722d81b08 (patch) | |
tree | 88944bec0fb55cdf9a98b9ab920fa30fcc07a364 /asdc-controller/src/test/resources/application-test.yaml | |
parent | ed66a29ce8e0068740466e13fa6517791cce9aeb (diff) |
Implement interface to SDC for ActivitySpec
Implement interface to SDC for ActivitySpec publishing
Change-Id: I4991d312906d7675651b30b08469a4b6cc2e9623
Issue-ID: SO-1740
Signed-off-by: Kuleshov, Elena <evn@att.com>
Diffstat (limited to 'asdc-controller/src/test/resources/application-test.yaml')
-rw-r--r-- | asdc-controller/src/test/resources/application-test.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asdc-controller/src/test/resources/application-test.yaml b/asdc-controller/src/test/resources/application-test.yaml index 5ba8521b3c..ec536491a1 100644 --- a/asdc-controller/src/test/resources/application-test.yaml +++ b/asdc-controller/src/test/resources/application-test.yaml @@ -89,6 +89,8 @@ mso: messageBusAddress: localhost,localhost asdc: config: + activity: + endpoint: http://localhost:${wiremock.server.port} key: 566B754875657232314F5548556D3665 components: count: 3, |