parent
78c3c9a353
commit
e132fd792b
|
@ -7,7 +7,6 @@ import java.io.IOException;
|
|||
import java.util.ArrayList;
|
||||
import java.util.LinkedList;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.UUID;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
@ -248,5 +247,6 @@ public class TestWithScriptFile {
|
|||
"Scripts/HBaseScript.xml"));
|
||||
HttpResponse httpResponse = this.getHttpRequester().sendPostXml(
|
||||
url + "/runWithoutParams", scenarioContent, null);
|
||||
assertFalse(HttpRequester.isInvalidResponse(httpResponse));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue