Merge from ecomp 718fd196 - Integration Tests
[vid.git] / vid-automation / src / main / java / org / onap / simulator / presetGenerator / presets / ecompportal_att / PresetGetSessionSlotCheckIntervalGet.java
index 02ff1c1..e32ed8b 100644 (file)
@@ -13,6 +13,6 @@ public class PresetGetSessionSlotCheckIntervalGet extends BaseEcompPortalPreset
     }
 
     public String getReqPath() {
-        return getRootPath() + "/v3/getSessionSlotCheckInterval";
+        return getRootPath() + "/*v3/getSessionSlotCheckInterval";
     }
 }