aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings
diff options
context:
space:
mode:
authorromaingimbert <romain.gimbert@orange.com>2018-04-23 16:15:53 +0200
committerromaingimbert <romain.gimbert@orange.com>2018-04-23 16:15:53 +0200
commitac288d7c7e1fa60949fe83307a84465b3f488f0c (patch)
tree9e6d243191db6f124f73a9be9760ec9bdc0c8cee /src/test/resources/mappings
parent8252e55861286bfea1aa910b6a543cdbdde15808 (diff)
fix NPE SO Response
-change requestReference to requestReferences -change mocks Change-Id: Ia8173b6286d04ab78bd6c5766ad1e9c2c61ab153 Issue-ID: EXTAPI-68 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'src/test/resources/mappings')
-rw-r--r--src/test/resources/mappings/so_delete_service_instance.json2
-rw-r--r--src/test/resources/mappings/so_post_create_service_instance.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/mappings/so_delete_service_instance.json b/src/test/resources/mappings/so_delete_service_instance.json
index fae7b9e..d89c184 100644
--- a/src/test/resources/mappings/so_delete_service_instance.json
+++ b/src/test/resources/mappings/so_delete_service_instance.json
@@ -9,7 +9,7 @@
"Content-Type": "application/json"
},
"jsonBody": {
- "requestReference": {
+ "requestReferences": {
"instanceId": "instanceId",
"requestId": "requestId"
}
diff --git a/src/test/resources/mappings/so_post_create_service_instance.json b/src/test/resources/mappings/so_post_create_service_instance.json
index 239aecb..f5aaa90 100644
--- a/src/test/resources/mappings/so_post_create_service_instance.json
+++ b/src/test/resources/mappings/so_post_create_service_instance.json
@@ -9,7 +9,7 @@
"Content-Type": "application/json"
},
"jsonBody": {
- "requestReference": {
+ "requestReferences": {
"instanceId": "instanceId",
"requestId": "requestId"
}