Skip to content

Commit

Permalink
chore(actions) make db strings consistent everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Jul 24, 2024
1 parent 4191d53 commit 9841706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Test database URL
# TODO use environment variable
TEST_DB_URL = make_url("postgresql+psycopg://testuser:testpwd@localhost:5432/test")
DEFAULT_DB_URL = str(TEST_DB_URL.set(database="postgres"))
DEFAULT_DB_URL = str(TEST_DB_URL.set(database="honcho"))


def create_test_database(db_url):
Expand Down

0 comments on commit 9841706

Please sign in to comment.