From e14e72bca84dd8b068d11f6896704c65a6342dca Mon Sep 17 00:00:00 2001 From: Adam <41971533+jcadam14@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:57:09 -0500 Subject: [PATCH] Forgot to add pyproject.toml. Updated to have a complete INST_CONN --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf6aeff..9c71ff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ addopts = [ ] testpaths = ["tests"] env = [ - "INST_CONN=postgresql+asyncpg://localhost", + "INST_CONN=postgresql+asyncpg://user:user@localhost/main", "INST_DB_SCHEMA=main", "KC_URL=http://localhost", "KC_REALM=",