mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-14 19:15:48 +02:00
Fix env variable
This commit is contained in:
parent
c33ee82539
commit
308c341b1a
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ env = [
|
|||
"POSTGRES_PASS = pytest",
|
||||
"POSTGRES_HOST = localhost",
|
||||
"POSTGRES_PORT = 5433",
|
||||
"DISCORD_TOKEN = token"
|
||||
"DISCORD_TOKEN = token",
|
||||
"DISCORD_MAIN_GUILD = 123456789101112131415"
|
||||
]
|
||||
markers = [
|
||||
"postgres: tests that use PostgreSQL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue