mirror of https://github.com/apache/cloudstack.git
cloudian: remove methods from test
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
faabeccc31
commit
078112df25
|
|
@ -11,7 +11,6 @@ import static com.github.tomakehurst.wiremock.client.WireMock.urlPathMatching;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Rule;
|
||||
|
|
@ -38,10 +37,6 @@ public class CloudianClientTest {
|
|||
client = new CloudianClient("localhost", port, "http", adminUsername, adminPassword, false, timeout);
|
||||
}
|
||||
|
||||
@After
|
||||
public void tearDown() throws Exception {
|
||||
}
|
||||
|
||||
private CloudianUser getTestUser() {
|
||||
final CloudianUser user = new CloudianUser();
|
||||
user.setActive(true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue