We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f77ce commit 67dfe35Copy full SHA for 67dfe35
tests/integration/conftest.py
@@ -12,7 +12,7 @@ def db_connection() -> Generator:
12
dbname=os.getenv("DB_NAME", "event_access"),
13
user=os.getenv("DB_USER", "test"),
14
password=os.getenv("DB_PASSWORD", "TEST"),
15
- host=os.getenv("DB_HOST", "localhost"),
+ host=os.getenv("DB_HOST", "postgres"),
16
port=os.getenv("DB_PORT", "5432"),
17
)
18
yield conn
0 commit comments