From 7e47145cf1ef30cad99a18288c110cf7f1b07417 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 1 Dec 2023 10:29:48 +0100
Subject: [PATCH] OZG-4190 E2E tests: rename test database

---
 alfa-client/apps/alfa-e2e/cypress-ci.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alfa-client/apps/alfa-e2e/cypress-ci.json b/alfa-client/apps/alfa-e2e/cypress-ci.json
index 084a420ec7..2659928079 100644
--- a/alfa-client/apps/alfa-e2e/cypress-ci.json
+++ b/alfa-client/apps/alfa-e2e/cypress-ci.json
@@ -1,6 +1,6 @@
 {
 	"env": {
-		"database": "pluto-database",
+		"database": "vorgang-manager-database",
 		"keycloakClient": "alfa"
 	},
 	"fileServerFolder": ".",
-- 
GitLab