Merge pull request #8908 from kwoyke/BAEL-3931

BAEL-3931: Migrate FuelHttpUnitTest to FuelHttpLiveTest
This commit is contained in:
Loredana Crusoveanu 2020-03-18 16:56:11 +02:00 committed by GitHub
commit 59bd436e3e
2 changed files with 6 additions and 2 deletions

View File

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

View File

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