Skip to content

Commit

Permalink
update test db url
Browse files Browse the repository at this point in the history
  • Loading branch information
azliu0 committed Apr 15, 2024
1 parent 2e77577 commit c83b604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def db_url(db_name="pigeondb_test"):

conn.close()

yield "postgresql://postgres:password@database/pigeondb_test"
yield f"postgresql://postgres:password@{host}/{db_name}"


@pytest.fixture(scope="session")
Expand Down

0 comments on commit c83b604

Please sign in to comment.