Skip to content

Commit

Permalink
Update test-environment-setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pglez82 authored Mar 15, 2024
1 parent 673b743 commit 934d6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/e2e/test-environment-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ async function startServer() {
userservice = await require("../../users/userservice/user-service");
authservice = await require("../../users/authservice/auth-service");
gatewayservice = await require("../../gatewayservice/gateway-service");
}
}

startServer();
startServer();

0 comments on commit 934d6da

Please sign in to comment.