Skip to content

Commit 28533aa

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Notifier] [GoogleChat] Fix wrong test
2 parents f1df709 + 8fc46dc commit 28533aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatTransportFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function supportsProvider(): iterable
4646

4747
public function incompleteDsnProvider(): iterable
4848
{
49-
yield 'missing credentials' => ['googlechat://chat.googleapis.com/v1/spaces/AAAAA_YYYYY/messages'];
49+
yield 'missing credentials' => ['googlechat://chat.googleapis.com/AAAAA_YYYYY'];
5050
}
5151

5252
public function unsupportedSchemeProvider(): iterable

0 commit comments

Comments
 (0)