Decouple configuration from application
[cps.git] / cps-rest / src / test / groovy / org / onap / cps / rest / controller / AdminRestControllerSpec.groovy
index 540d622..88adf10 100644 (file)
@@ -61,7 +61,7 @@ class AdminRestControllerSpec extends Specification {
     @Autowired
     MockMvc mvc
 
-    @Value('${rest.api.base-path}')
+    @Value('${rest.api.cps-base-path}')
     def basePath
 
     def anchorsEndpoint = '/v1/dataspaces/my_dataspace/anchors'