Skip to content

Commit

Permalink
Reverting test db name
Browse files Browse the repository at this point in the history
  • Loading branch information
rexwhite committed Jul 24, 2024
1 parent 856bd3a commit 68eff51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ DB_CONTAINER_ID=$(podman run -d \
--network "${NETWORK}" \
-e POSTGRESQL_USER="postgres_user" \
-e POSTGRESQL_PASSWORD="remediations" \
-e POSTGRESQL_DATABASE="postgres" \
-e POSTGRESQL_DATABASE="remediations" \
${DB_IMAGE} || echo "0")

if [[ "$DB_CONTAINER_ID" == "0" ]]; then
Expand Down

0 comments on commit 68eff51

Please sign in to comment.