From f279c3b444cbdb64a1bd76997c29a901977c7e28 Mon Sep 17 00:00:00 2001 From: Ervin Racz <39372002+ErvinRacz@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:05:38 +0200 Subject: [PATCH] Update frontend/e2e/global.teardown.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- frontend/e2e/global.teardown.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/e2e/global.teardown.ts b/frontend/e2e/global.teardown.ts index e6d02f877..d24789a10 100644 --- a/frontend/e2e/global.teardown.ts +++ b/frontend/e2e/global.teardown.ts @@ -32,6 +32,5 @@ teardown('delete instance entries from db', async ({ }) => { ); - await client.query('COMMIT'); await client.end(); });