Skip to content

Commit

Permalink
(#547) Fixed test waitHttpAsAction for citrus runner
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Dec 7, 2018
1 parent e45e107 commit 968e147
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -91,7 +91,6 @@ public void waitHttpAsAction() {
sequential().actions(
//THEN
http(http -> http.server(httpServer).receive().post()),
http(http -> http.server(httpServer).respond(HttpStatus.NOT_FOUND)),
http(http -> http.server(httpServer).receive().post()),
http(http -> http.server(httpServer).respond(HttpStatus.OK))
)
Expand Down

0 comments on commit 968e147

Please sign in to comment.