Skip to content

Commit

Permalink
fixed test queue template path
Browse files Browse the repository at this point in the history
  • Loading branch information
arusinowski committed Dec 9, 2024
1 parent 7f9999f commit c466f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mailer/TestQueueMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public function testQueue(string $emailAddress, ?string $queueConfig = 'default'
->setEmailFormat(Message::MESSAGE_BOTH)
->viewBuilder()
->disableAutoLayout()
->setTemplate('QueueMonitor.test_enqueue');
->setTemplate('CakeDC/QueueMonitor.test');
}
}

0 comments on commit c466f98

Please sign in to comment.