fix pytest. Bump version 2.1
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user