Skip to content

Commit

Permalink
Merge pull request eugenp#8908 from kwoyke/BAEL-3931
Browse files Browse the repository at this point in the history
BAEL-3931: Migrate FuelHttpUnitTest to FuelHttpLiveTest
  • Loading branch information
lor6 authored Mar 18, 2020
2 parents 375701d + bf2a127 commit 245275e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion parent-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 245275e

Please sign in to comment.