From f67312b40a29b0175d9444dd3ce20176531c0742 Mon Sep 17 00:00:00 2001 From: sbriat Date: Mon, 20 Mar 2023 10:40:35 +0100 Subject: [PATCH] change test db --- .env.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.test b/.env.test index eaeeb7c..24bb30c 100644 --- a/.env.test +++ b/.env.test @@ -3,4 +3,4 @@ SERVICE_URL=0.0.0.0 SERVICE_PORT=5003 # PRISMA -DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop?schema=configuration-test" +DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop-test?schema=configuration"