From ebcbb0552ebed43fd8926f3f04bffbaf9b8f141c Mon Sep 17 00:00:00 2001 From: Vaibhav Zope Date: Tue, 25 Aug 2026 00:34:51 +0530 Subject: [PATCH] Point the test at the database the project actually has --- server/tests/server-side-tools.integration.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/server-side-tools.integration.test.ts b/server/tests/server-side-tools.integration.test.ts index d0fbffd4..eb5c58bc 100644 --- a/server/tests/server-side-tools.integration.test.ts +++ b/server/tests/server-side-tools.integration.test.ts @@ -31,7 +31,7 @@ import { TEST_POOL } from "./support/database"; const database = createDatabase( process.env.DATABASE_URL ?? - "postgres://openkai:openkai@localhost:5432/openkai", + "postgres://openbot:openbot@localhost:5432/openbot", TEST_POOL, );