Fix env variable

pull/131/head
stijndcl 2022-09-18 17:29:24 +02:00
parent c33ee82539
commit 308c341b1a
1 changed files with 2 additions and 1 deletions

View File

@ -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"