Cucumber fix (#2761)

* Rest-assured fix

* Cucumber fix
This commit is contained in:
Grzegorz Piwowarek
2017-10-19 17:51:31 +02:00
committed by GitHub
parent fc0ed8fe3d
commit 01406f1c8b
6 changed files with 21 additions and 34 deletions
@@ -13,7 +13,7 @@ public class StepDefsIntegrationTest extends SpringIntegrationTest {
@When("^the client calls /version$")
public void the_client_issues_GET_version() throws Throwable {
executeGet("http://localhost:8080/version");
executeGet("http://localhost:8082/version");
}
@Then("^the client receives status code of (\\d+)$")