mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
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
Block a user