X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-ncmp-service%2Fsrc%2Ftest%2Fresources%2Fapplication.yml;h=c23926e4eb3c275b6049e1da3a4f021c8d2f129e;hb=refs%2Fchanges%2F49%2F127149%2F24;hp=8ffb8827f70d8317634dd5ed3b68ab7d308a65c3;hpb=0e210d77ec39915046a95615f5f9d2a2dc65162b;p=cps.git diff --git a/cps-ncmp-service/src/test/resources/application.yml b/cps-ncmp-service/src/test/resources/application.yml index 8ffb8827f..c23926e4e 100644 --- a/cps-ncmp-service/src/test/resources/application.yml +++ b/cps-ncmp-service/src/test/resources/application.yml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021 Nordix Foundation +# Copyright (C) 2021-2022 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,10 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= -rest: +dmi: + auth: + username: some-user + password: some-password api: - ncmp-base-path: /cps-ncmp/api -spring: + base-path: dmi +