Skip to content

Commit

Permalink
fix(test): adds healtcheck to postman ftest
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed May 30, 2017
1 parent e8308d5 commit 918ba9f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import io.restassured.builder.RequestSpecBuilder;
import org.arquillian.ape.rest.RestPopulator;
import org.arquillian.cube.DockerUrl;
import org.arquillian.cube.HealthCheck;
import org.arquillian.cube.HostIp;
import org.arquillian.cube.HostPort;
import org.jboss.arquillian.junit.Arquillian;
Expand All @@ -14,6 +15,7 @@
import static org.hamcrest.CoreMatchers.is;

@RunWith(Arquillian.class)
@HealthCheck("/message")
public class PostmanTest {

@ArquillianResource
Expand Down

0 comments on commit 918ba9f

Please sign in to comment.