summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorNicolasLaplaud <nicolas.laplaud@orange.com>2018-04-25 17:52:00 +0200
committerNicolasLaplaud <nicolas.laplaud@orange.com>2018-04-25 18:00:15 +0200
commitb83fdcd4377c939ecb7a9ddb15eaad8e37cb7e20 (patch)
treeece3fc159511727b9d17088c066ba7842fa7b898 /src/test
parente739e5011630ad8d210b02c7f94136dd34bce63d (diff)
Can't pass "spaces" on query params SDC API
- update the usage of UriComponentsBuilder, never toString - use RestTemplate API calls directly with URI instead of string url - remove last slash from serviceSpec string url Change-Id: Ibf420e3216a85fb030d4c7f6744c12809f24f7bf Issue-ID: EXTAPI-59 Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com>
Diffstat (limited to 'src/test')
-rw-r--r--src/test/resources/mappings/sdc_find.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/mappings/sdc_find.json b/src/test/resources/mappings/sdc_find.json
index 6aa4dc5..c04ecae 100644
--- a/src/test/resources/mappings/sdc_find.json
+++ b/src/test/resources/mappings/sdc_find.json
@@ -1,7 +1,7 @@
{
"request": {
"method": "GET",
- "url": "/sdc/v1/catalog/services/"
+ "url": "/sdc/v1/catalog/services"
},
"response": {
"status": 200,
='n179' href='#n179'>179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210