JAVA-20946 Renamed HttpBinServiceUnitTest to LiveTest (#14041)

- Since it is making actual live request to httpbin.org
This commit is contained in:
Dhawal Kapil 2023-05-18 07:44:26 +05:30 committed by GitHub
parent 934390aaef
commit 4fbb7815ce
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import org.springframework.boot.test.context.SpringBootTest;
import static org.junit.jupiter.api.Assertions.*; import static org.junit.jupiter.api.Assertions.*;
@SpringBootTest @SpringBootTest
class HttpBinServiceUnitTest { class HttpBinServiceLiveTest {
@Autowired @Autowired
private HttpBinService httpBinService; private HttpBinService httpBinService;