fix pytest. Bump version 2.1
This commit is contained in:
parent
5386c82b0e
commit
f368033559
3 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue