mirror of https://github.com/stijndcl/didier
Fix env variable
parent
21aeb80c13
commit
53a3e0e75a
|
@ -20,8 +20,8 @@ good-names = ["i"]
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
asyncio_mode = "auto"
|
asyncio_mode = "auto"
|
||||||
env = [
|
env = [
|
||||||
"DB_NAME = didier-tests",
|
"DB_NAME = didier_action",
|
||||||
"DB_USERNAME = postgres",
|
"DB_USERNAME = postgres",
|
||||||
"DB_HOST = postgres",
|
"DB_HOST = localhost",
|
||||||
"DISC_TOKEN = token"
|
"DISC_TOKEN = token"
|
||||||
]
|
]
|
Loading…
Reference in New Issue