Skip to content

Commit c466f98

Browse files
committed
fixed test queue template path
1 parent 7f9999f commit c466f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mailer/TestQueueMailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ public function testQueue(string $emailAddress, ?string $queueConfig = 'default'
4545
->setEmailFormat(Message::MESSAGE_BOTH)
4646
->viewBuilder()
4747
->disableAutoLayout()
48-
->setTemplate('QueueMonitor.test_enqueue');
48+
->setTemplate('CakeDC/QueueMonitor.test');
4949
}
5050
}

0 commit comments

Comments
 (0)