Merge pull request #8908 from kwoyke/BAEL-3931
BAEL-3931: Migrate FuelHttpUnitTest to FuelHttpLiveTest
This commit is contained in:
commit
59bd436e3e
|
@ -12,7 +12,11 @@ import org.junit.jupiter.api.Test
|
|||
import java.io.File
|
||||
import java.util.concurrent.CountDownLatch
|
||||
|
||||
internal class FuelHttpUnitTest {
|
||||
/**
|
||||
* These live tests make connections to the external systems: http://httpbin.org, https://jsonplaceholder.typicode.com
|
||||
* Make sure these hosts are up and your internet connection is on before running the tests.
|
||||
*/
|
||||
internal class FuelHttpLiveTest {
|
||||
|
||||
@Test
|
||||
fun whenMakingAsyncHttpGetRequest_thenResponseNotNullAndErrorNullAndStatusCode200() {
|
|
@ -31,7 +31,7 @@
|
|||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<name>Spring Milestone Repository</name>
|
||||
<url>http://repo.spring.io/milestone</url>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
|
Loading…
Reference in New Issue