diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-03-11 22:32:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-11 22:32:13 +0000 |
commit | 697caa85dd35d5996d604935987e43b61b5811c2 (patch) | |
tree | a32a4f73555786fc87bcf5a9a9675255bf85d4f3 /cps-ncmp-service/src/test/resources/application.yml | |
parent | ee1ca9a51fb57c33814e21785ce98f8b563f44f8 (diff) | |
parent | 1f2e66e720678f00682e6429aab7fa62251baf29 (diff) |
Merge "Async: NCMP Rest impl. including Request ID generation"
Diffstat (limited to 'cps-ncmp-service/src/test/resources/application.yml')
-rw-r--r-- | cps-ncmp-service/src/test/resources/application.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-ncmp-service/src/test/resources/application.yml b/cps-ncmp-service/src/test/resources/application.yml index d8fbb64c5f..c23926e4eb 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. @@ -21,5 +21,5 @@ dmi: username: some-user password: some-password api: - base-path: /dmi + base-path: dmi |