Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update MailerTest.php
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored Jul 12, 2024
commit 5b8a98a83bf02ce58fba021ed8c8c871cfe6363b
2 changes: 1 addition & 1 deletion tests/lib/Mail/MailerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function testGetSendmailInstanceSendMail($sendmailMode, $binaryParam) {
['mail_sendmailmode', 'smtp', $sendmailMode],
]);

$path = \OCP\Server::get(IBinaryFinder::class)->findBinaryPath('sendmail');
$path = \IBinaryFinder::findBinaryPath('sendmail');
if ($path === false) {
$path = '/usr/sbin/sendmail';
}
Expand Down