Skip to content

Commit

Permalink
build: clean out
Browse files Browse the repository at this point in the history
Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
  • Loading branch information
williamjmorenor committed Mar 11, 2024
1 parent 494cf76 commit 4609942
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions now_lms/vistas/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@ def test_mail():
from now_lms.mail import cargar_configuracion_correo_desde_db

Check warning on line 162 in now_lms/vistas/settings.py

View check run for this annotation

Codecov / codecov/patch

now_lms/vistas/settings.py#L162

Added line #L162 was not covered by tests

cargar_configuracion_correo_desde_db()

Check warning on line 164 in now_lms/vistas/settings.py

View check run for this annotation

Codecov / codecov/patch

now_lms/vistas/settings.py#L164

Added line #L164 was not covered by tests
log.trace(current_app.config.get("MAIL_HOST"))
log.trace(current_app.config.get("MAIL_PORT"))
log.trace(current_app.config.get("MAIL_USERNAME"))
log.trace(current_app.config.get("MAIL_PASSWORD"))
msg = EmailMessage(
"Email is working.",
"This email was send by NOW-LMS",
Expand Down

0 comments on commit 4609942

Please sign in to comment.