lots of configuration progress.

This commit is contained in:
2025-08-06 15:38:49 -07:00
parent c6102dda45
commit 41ea8fb3bd
24 changed files with 2566 additions and 51 deletions

View File

@@ -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)