JAVA-13416 Converting to *LiveTest as it makes live call to httpbin URLs (#12573)

This commit is contained in:
Dhawal Kapil
2022-08-06 23:56:44 +05:30
committed by GitHub
parent f4da85f3da
commit 112fda8603

View File

@@ -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 {