From 31c9c6ec71745719243f77bc0f611bfe27feb364 Mon Sep 17 00:00:00 2001 From: sbriat Date: Mon, 20 Mar 2023 10:39:16 +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 b2282e6..57654f0 100644 --- a/.env.test +++ b/.env.test @@ -3,7 +3,7 @@ SERVICE_URL=0.0.0.0 SERVICE_PORT=5002 # PRISMA -DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop?schema=auth-test" +DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop-test?schema=auth" # OPA OPA_IMAGE=openpolicyagent/opa:0.48.0-rootless