mirror of
https://github.com/stijndcl/didier.git
synced 2026-06-07 14:56:16 +02:00
Fix env variable
This commit is contained in:
parent
21aeb80c13
commit
53a3e0e75a
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue