Skip to content

Commit

Permalink
Forgot to add pyproject.toml. Updated to have a complete INST_CONN
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Jan 2, 2024
1 parent 8d4488d commit e14e72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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=",
Expand Down

0 comments on commit e14e72b

Please sign in to comment.