1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:14:05 +00:00

Delete remaining group('mailer')

This commit is contained in:
lukinovec 2022-12-07 06:46:16 +01:00
parent 4d5eef3177
commit f77d56aea7

View file

@ -351,7 +351,7 @@ test('MailTenancyBootstrapper maps tenant mail credentials to config as specifie
// Assert that the current mailer uses tenant's smtp_password
assertMailerTransportUsesPassword($password);
})->group('mailer');
});
test('MailTenancyBootstrapper reverts the config and mailer credentials to default when tenancy ends', function() {
MailTenancyBootstrapper::$credentialsMap = ['mail.mailers.smtp.password' => 'smtp_password'];
@ -369,7 +369,7 @@ test('MailTenancyBootstrapper reverts the config and mailer credentials to defau
// Assert that the current mailer uses the default smtp_password
assertMailerTransportUsesPassword($defaultPassword);
})->group('mailer');
});
function getDiskPrefix(string $disk): string
{