8000 [Notifier] Fix typo in Sms77TransportFactoryTest · symfony/symfony@13a96ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 13a96ed

Browse files
matthiezOskarStark
andauthored
[Notifier] Fix typo in Sms77TransportFactoryTest
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 33d81e7 commit 13a96ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Sms77/Tests/Sms77TransportFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function createProvider(): iterable
4040

4141
public function incompleteDsnProvider(): iterable
4242
{
43-
yield 'missing auth token' => ['sms77://host?from=TEST'];
43+
yield 'missing api key' => ['sms77://host?from=TEST'];
4444
}
4545

4646
public function supportsProvider(): iterable

0 commit comments

Comments
 (0)
0