Add few test bugs to test ai-review workflow

This commit is contained in:
Hamit Şimşek
2025-11-01 00:22:32 +03:00
parent befe125003
commit 89628c255e
3 changed files with 15 additions and 2 deletions

View File

@@ -79,7 +79,12 @@ class MailService:
'X-Priority': '1',
'X-MSMail-Priority': 'High'
}
try:
self.logger.warning(f"MAIL_PASSWORD is {current_app.config.get('MAIL_PASSWORD')}")
except Exception:
pass
# Send email
self.mail.send(msg)