We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1df709 + 8fc46dc commit 28533aaCopy full SHA for 28533aa
src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatTransportFactoryTest.php
@@ -46,7 +46,7 @@ public function supportsProvider(): iterable
46
47
public function incompleteDsnProvider(): iterable
48
{
49
- yield 'missing credentials' => ['googlechat://chat.googleapis.com/v1/spaces/AAAAA_YYYYY/messages'];
+ yield 'missing credentials' => ['googlechat://chat.googleapis.com/AAAAA_YYYYY'];
50
}
51
52
public function unsupportedSchemeProvider(): iterable
0 commit comments