Skip to content

Commit

Permalink
fix(tests): oops
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Feb 4, 2025
1 parent 69fb14d commit f0bb772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unit-test/merge-env-file-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "Pass"
echo "Expecting SENTRY_BIND to be 9000, got ${SENTRY_BIND}"
test "$SENTRY_BIND" == "9000"
echo "Pass"
echo "Expecting COMPOSE_PROJECT_NAME to be sentry-self-hosted, got ${COMPOSE_PROJECT_NAME}"
echo "Expecting COMPOSE_PROJECT_NAME to be sentry-self-hosted, got ${COMPOSE_PROJECT_NAME}"
test "$COMPOSE_PROJECT_NAME" == "sentry-self-hosted"
echo "Pass"

Expand Down

0 comments on commit f0bb772

Please sign in to comment.