lots of configuration progress.
This commit is contained in:
@@ -40,7 +40,7 @@ def mock_user(app):
|
||||
first_name='Test',
|
||||
last_name='User',
|
||||
email='test@example.com',
|
||||
password_hash=b'hashed_password' # Will be properly hashed in real tests
|
||||
password_hash='hashed_password' # Will be properly hashed in real tests
|
||||
)
|
||||
|
||||
db.session.add(user)
|
||||
|
||||
Reference in New Issue
Block a user