Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed May 15, 2024
1 parent 7ecdede commit 32c15a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mock_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
)
from data_creation_for_test import create_cpf_summary, create_scenarios, create_shots, create_signals, create_sources, create_shot_source_links
# Set up the database URL
host = os.environ.get("DATABASE_HOST", "127.0.0.1")
host = os.environ.get("DATABASE_HOST", "localhost")
SQLALCHEMY_DATABASE_TEST_URL = f"postgresql://root:root@{host}:5432/test_db"

# Fixture to create and drop the database
Expand Down

0 comments on commit 32c15a1

Please sign in to comment.