diff options
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | 2021-02-04 17:26:01 +0200 |
---|---|---|
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | 2021-02-04 17:31:20 +0200 |
commit | 5e1a5a7bde3a1650b86e2d22edde26520439757f (patch) | |
tree | 3bd0189d885b41ff351cce506a1672074bfc6852 /cps-nf-proxy-rest/src/test/resources/application.yml | |
parent | 50f56b64870ac6c988cf75e84da3836ca015c1e6 (diff) |
fix mvc tests skipped for rest services
IssueID: CPS-175
Change-Id: I0ec53bf1b00a7fe7413819398cc7eddd520b4358
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
Diffstat (limited to 'cps-nf-proxy-rest/src/test/resources/application.yml')
-rw-r--r-- | cps-nf-proxy-rest/src/test/resources/application.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-nf-proxy-rest/src/test/resources/application.yml b/cps-nf-proxy-rest/src/test/resources/application.yml new file mode 100644 index 0000000000..fed1559b8b --- /dev/null +++ b/cps-nf-proxy-rest/src/test/resources/application.yml @@ -0,0 +1,5 @@ + +rest: + api: + xnf-base-path: /xnf-proxy/api +spring: |