mirror of https://github.com/apache/cloudstack.git
use fakelocalhost in BasicRestClientTest
This commit is contained in:
parent
8221ebd15f
commit
5e792e33ec
|
|
@ -41,7 +41,7 @@ import org.junit.Test;
|
|||
|
||||
public class BasicRestClientTest {
|
||||
|
||||
private static final String LOCALHOST = "localhost";
|
||||
private static final String LOCALHOST = "fakelocalhost";
|
||||
private static final String HTTPS = HttpConstants.HTTPS;
|
||||
|
||||
private static final StatusLine HTTP_200_REPSONSE = new BasicStatusLine(new ProtocolVersion(HTTPS, 1, 1), 200, "OK");
|
||||
|
|
|
|||
Loading…
Reference in New Issue