mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Fix user count assertion in UI tests
This commit is contained in:
parent
95c0fb8a70
commit
443dd9f18f
@ -38,7 +38,7 @@ def client():
|
||||
app.config['WTF_CSRF_ENABLED'] = False
|
||||
|
||||
recreate_db()
|
||||
assert User.query.count() == 1
|
||||
assert User.query.count() == 2
|
||||
|
||||
with app.test_client() as client:
|
||||
yield client
|
||||
|
Loading…
Reference in New Issue
Block a user