summaryrefslogtreecommitdiffstats
path: root/cps-rest/src/test/groovy/org
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2021-01-13 12:06:20 +0000
committerRishi Chail <rishi.chail@est.tech>2021-01-15 06:52:13 +0000
commit001e7738f4968ec390ea8af36de019aa87e3c2f2 (patch)
tree13347974f001bdf596dca49a0c64924aa70e1703 /cps-rest/src/test/groovy/org
parentd45b2dc0ec3bb7d56ef1eee784a887459f609832 (diff)
Split OpenAPI yaml file
1. components like schema, parameters, responses, requestBodies all moved to components.yml (https://swagger.io/docs/specification/components/) 2. CpAdmin.yml includes the configuration details for cpsAdmin APIs 3. CpsData.yml includes the API configuration details for cpsData Issue-ID: CPS-155 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I18fb9b8a2be85d180d4625657aca399dbf60b7bc
Diffstat (limited to 'cps-rest/src/test/groovy/org')
-rw-r--r--cps-rest/src/test/groovy/org/onap/cps/rest/controller/AdminRestControllerSpec.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-rest/src/test/groovy/org/onap/cps/rest/controller/AdminRestControllerSpec.groovy b/cps-rest/src/test/groovy/org/onap/cps/rest/controller/AdminRestControllerSpec.groovy
index 078253a64..0a61c7dd5 100644
--- a/cps-rest/src/test/groovy/org/onap/cps/rest/controller/AdminRestControllerSpec.groovy
+++ b/cps-rest/src/test/groovy/org/onap/cps/rest/controller/AdminRestControllerSpec.groovy
@@ -122,7 +122,7 @@ class AdminRestControllerSpec extends Specification {
MockMvcRequestBuilders
.multipart(schemaSetsEndpoint)
.file(multipartFile)
- .param('schemaSetName', 'test-schema-set')
+ .param('schema-set-name', 'test-schema-set')
).andReturn().response
}