From 642a03f8e72afafcb7a37d487ea4b1098bdd84c6 Mon Sep 17 00:00:00 2001 From: Carl Andersson Date: Tue, 11 Feb 2025 11:31:24 +0100 Subject: [PATCH] Small fix --- .github/workflows/unittesting-pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittesting-pytest.yaml b/.github/workflows/unittesting-pytest.yaml index 277d43348..49aa8423c 100644 --- a/.github/workflows/unittesting-pytest.yaml +++ b/.github/workflows/unittesting-pytest.yaml @@ -35,7 +35,7 @@ jobs: env: POSTGRES_USER: unittest_username POSTGRES_PASSWORD: unittest_password - POSTGRES_DB: fedn_db + POSTGRES_DB: testdb mongo: image: mongo:4.4