diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-08-08 05:52:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-08 05:52:05 +0000 |
commit | e92cd093a1255cafef406f4cd97dc6af3c75fb73 (patch) | |
tree | bed771d2ba1f77b5f702aa1f581572e2ce9efb1d /mso-api-handlers/mso-api-handler-infra/src/test/resources | |
parent | 94450aaa3ceaf24f2de6a949c0ccc447fbc7fe06 (diff) | |
parent | 47d3bea99e44211533e9e014164cc7e245f5e5bd (diff) |
Merge "E2EServiceInstances to be free of catalogdb"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml b/mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml index c5b3b70723..b7b6a8c1cb 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/application-test.yaml @@ -29,7 +29,7 @@ mso: catalog: db: spring: - endpoint: "http://localhost:" + endpoint: http://localhost:${wiremock.server.port} db: auth: Basic YnBlbDptc28tZGItMTUwNyE= config: |