Skip to content

Commit 5682eb3

Browse files
committed
[Notifier][Discord] fix test createProvider in DiscordTransportFactoryTest
1 parent b317ccd commit 5682eb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordTransportFactoryTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public static function createProvider(): iterable
3131
yield [
3232
'discord://host.test?webhook_id=testWebhookId',
3333
'discord://token@host.test?webhook_id=testWebhookId',
34+
];
35+
yield [
3436
'discord+bot://host.test',
3537
'discord+bot://token@host.test',
3638
];

0 commit comments

Comments
 (0)