Skip to content

Commit

Permalink
wait-for-managementportal-prod does not exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Oct 9, 2023
1 parent 696fb43 commit 8c591e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/bash/run-prod-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set +e
# wait for app to be up
yarn run wait-for-managementportal-prod
# run e2e tests against production mode
if ./gradlew generateOpenApiSpec && yarn run e2e-prod; then
if ./gradlew generateOpenApiSpec && yarn run e2e; then
EXIT_STATUS=0
else
EXIT_STATUS=1
Expand Down

0 comments on commit 8c591e4

Please sign in to comment.