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 3de1d7b342
commit 4516cb14ac

View File

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