JAVA-13416 Converting to *LiveTest as it makes live call to httpbin URLs (#12573)
This commit is contained in:
parent
ba99476330
commit
2db5fcea1e
|
@ -4,7 +4,7 @@ import static org.junit.Assert.assertTrue;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
public class HttpClientUnitTest {
|
||||
public class HttpClientLiveTest {
|
||||
|
||||
@Test
|
||||
public void sendRquestWithAuthHeader() throws Exception {
|
Loading…
Reference in New Issue