Merge automation from ECOMP's repository
[vid.git] / vid-automation / src / main / java / org / onap / simulator / presetGenerator / presets / ecompportal_att / PresetGetSessionSlotCheckIntervalGet.java
index 55cc3db..02ff1c1 100644 (file)
@@ -13,6 +13,6 @@ public class PresetGetSessionSlotCheckIntervalGet extends BaseEcompPortalPreset
     }
 
     public String getReqPath() {
-        return getRootPath() + "//getSessionSlotCheckInterval";
+        return getRootPath() + "/v3/getSessionSlotCheckInterval";
     }
 }