JAVA-13416 Converting to *LiveTest as it makes live call to httpbin URLs (#12573)
This commit is contained in:
@@ -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 {
|
||||
Reference in New Issue
Block a user