fix pytest. Bump version 2.1

This commit is contained in:
Yax 2021-12-11 16:47:48 +01:00
parent 5386c82b0e
commit f368033559
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ def client():
logger = logging.getLogger(__name__)
db = database.Database()
db.setup(":memory:")
app.config.update(SITE_TOKEN="ETC")
app.config.update(SITE_REDIRECT="/redirect")
logger.info(f"start interface {form}")
return app.test_client()