Fix unit test for APP_VERSION

This commit is contained in:
Luke Tainton 2024-04-21 17:01:22 +01:00
parent 61144056ae
commit 3210fef785

View File

@ -6,6 +6,7 @@ import os
vars: dict = {
"APP_VERSION": "dev",
"BOT_NAME": "TestBot",
"WEBEX_API_KEY": "testing",
"ADMIN_FIRST_NAME": "Test",