Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed May 24, 2024
1 parent a057ddd commit 51d0d51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def data_path(request):
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
@pytest.fixture(scope="session")
def test_db(data_path):
Expand Down

0 comments on commit 51d0d51

Please sign in to comment.