Fix env variable

pull/115/head
stijndcl 2022-06-17 00:54:00 +02:00
parent 21aeb80c13
commit 53a3e0e75a
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ good-names = ["i"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
env = [
"DB_NAME = didier-tests",
"DB_NAME = didier_action",
"DB_USERNAME = postgres",
"DB_HOST = postgres",
"DB_HOST = localhost",
"DISC_TOKEN = token"
]