Skip to content

Commit

Permalink
remove an expected message from the test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaalferov committed Oct 3, 2024
1 parent d040739 commit cc2525e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Bridge/Transport/MailtrapTransportFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ public function createProvider(): iterable
public function unsupportedSchemeProvider(): iterable
{
yield [
new Dsn('mailtrap+foo', 'mailtrap', self::USER),
'The "mailtrap+foo" scheme is not supported; supported schemes for mailer "mailtrap" are: "mailtrap", "mailtrap+api".',
new Dsn('mailtrap+foo', 'mailtrap', self::USER)
];
}

Expand Down

0 comments on commit cc2525e

Please sign in to comment.