diff options
author | Steve Smokowski <ss835w@att.com> | 2019-04-10 10:56:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-10 10:56:29 +0000 |
commit | cace90c7b774f6d80e4b9e2a4fdf0cac192f1096 (patch) | |
tree | 670462fe0ddc79031669a3f7c6a090301bb40f1c /asdc-controller/src/test/resources/application-test.yaml | |
parent | 85f13e967a72a403af11cc0227996256a1495f40 (diff) | |
parent | 65e1358e0b4e4f44969db81bcb347e6722d81b08 (diff) |
Merge "Implement interface to SDC for ActivitySpec"
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, |