4320-notificationQueue #1087
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1087
Loading…
Reference in New Issue
No description provided.
Delete Branch "4320-notificationQueue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +17,4 @@
Self.send = async options => {
if (process.env.NODE_ENV == 'test')
throw new UserError(`Action not allowed on the test environment`);
En test no tiene que lanzar error y debe ejecutar todo el código a excepción de la linea que envía el correo, así se puede comprobar que el proceso funciona correctamente.
Este PR ya había sido aprobado, solo se ha actualizado la rama.