Renaming vid-automation #2
[vid.git] / vid-automation / src / main / java / org / opencomp / simulator / presetGenerator / presets / ecompportal_att / PresetGetSessionSlotCheckIntervalGet.java
diff --git a/vid-automation/src/main/java/org/opencomp/simulator/presetGenerator/presets/ecompportal_att/PresetGetSessionSlotCheckIntervalGet.java b/vid-automation/src/main/java/org/opencomp/simulator/presetGenerator/presets/ecompportal_att/PresetGetSessionSlotCheckIntervalGet.java
deleted file mode 100644 (file)
index c35dfcd..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.opencomp.simulator.presetGenerator.presets.ecompportal_att;
-
-import org.opencomp.simulator.presetGenerator.presets.BasePresets.BaseEcompPortalPreset;
-import org.springframework.http.HttpMethod;
-
-public class PresetGetSessionSlotCheckIntervalGet extends BaseEcompPortalPreset {
-    public Object getResponseBody() {
-        return "300000";
-    }
-
-    public HttpMethod getReqMethod() {
-        return HttpMethod.GET;
-    }
-
-    public String getReqPath() {
-        return getRootPath() + "//getSessionSlotCheckInterval";
-    }
-}