diff options
author | kurczews <krzysztof.kurczewski@nokia.com> | 2018-09-20 11:44:24 +0200 |
---|---|---|
committer | kurczews <krzysztof.kurczewski@nokia.com> | 2018-09-20 13:44:45 +0200 |
commit | 10a737d3bdf81f2c68e5a693cdc3427b075ff548 (patch) | |
tree | d6d57a3e30ed03148d06722190416272d991277d | |
parent | e40ad0f69d7e1241dbb0fd17412067353c44eb85 (diff) |
Fix simulator preset
After Portal API update simulator preset needs to be updated
Issue-ID: VID-313
Change-Id: I960fed36f0bbc82bc6b3a2b2e01d9b22322b5719
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
-rw-r--r-- | vid-ext-services-simulator/src/main/resources/preset_registration/general/ecompportal_getSessionSlotCheckInterval.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vid-ext-services-simulator/src/main/resources/preset_registration/general/ecompportal_getSessionSlotCheckInterval.json b/vid-ext-services-simulator/src/main/resources/preset_registration/general/ecompportal_getSessionSlotCheckInterval.json index a43092ef9..cc7f76c5f 100644 --- a/vid-ext-services-simulator/src/main/resources/preset_registration/general/ecompportal_getSessionSlotCheckInterval.json +++ b/vid-ext-services-simulator/src/main/resources/preset_registration/general/ecompportal_getSessionSlotCheckInterval.json @@ -2,7 +2,7 @@ { "simulatorRequest": { "method": "GET", - "path": "/ecompportal_att/auxapi//getSessionSlotCheckInterval" + "path": "/ONAPPORTAL/auxapi/v[0-9]+/getSessionSlotCheckInterval" }, "simulatorResponse": { "responseCode": 200, @@ -12,7 +12,7 @@ { "simulatorRequest": { "method": "POST", - "path": "/ecompportal_att/auxapi//extendSessionTimeOuts" + "path": "/ONAPPORTAL/auxapi//extendSessionTimeOuts" }, "simulatorResponse": { "responseCode": 200, @@ -22,7 +22,7 @@ { "simulatorRequest": { "method": "GET", - "path": "/ecompportal_att/auxapi/context/get_user" + "path": "/ONAPPORTAL/auxapi/context/get_user" }, "simulatorResponse": { "responseCode": 200, |