8000 Update src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsT… · symfony/symfony@0e41bc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e41bc9

Browse files
StaffNowaOskarStark
authored and
Vasilij Dusko | CREATION
committed
Update src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportFactoryTest.php
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 3d0d79c commit 0e41bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function createProvider(): iterable
2929
{
3030
yield [
3131
'lightsms://host.test?phone=0611223344',
32-
'lightsms://accountSid:authToken@host.test?phone=0611223344',
32+
'lightsms://login:token@host.test?phone=0611223344',
3333
];
3434
}
3535

0 commit comments

Comments
 (0)
0