Skip to content
Snippets Groups Projects
Verified Commit 440e0c9f authored by Julien Wittouck's avatar Julien Wittouck
Browse files

:sparkles: : use 8080 as default port

parent f21e78a5
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ public class HTTPStepsDef {
private HttpResponse<String> response;
private int port;
private int port = 8080;
private String host = "localhost";
@Given("L'application écoute sur le port {int}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment