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 ba99476330
commit 2db5fcea1e
1 changed files with 1 additions and 1 deletions

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 {