From 68eff5159b04d877fc90853ceb56671f9c4e390e Mon Sep 17 00:00:00 2001 From: Rex White Date: Tue, 23 Jul 2024 19:28:54 -0400 Subject: [PATCH] Reverting test db name --- unit_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_test.sh b/unit_test.sh index 9d31bb1..a731bad 100755 --- a/unit_test.sh +++ b/unit_test.sh @@ -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