[Notifier] [GoogleChat] Fix wrong test

This commit is contained in:
Oskar Stark 2021-01-15 09:35:51 +01:00
parent 99a8ef5a37
commit 8ab7027e4b

View File

@ -46,7 +46,7 @@ final class GoogleChatTransportFactoryTest extends TransportFactoryTestCase
public function incompleteDsnProvider(): iterable
{
yield 'missing credentials' => ['googlechat://chat.googleapis.com/v1/spaces/AAAAA_YYYYY/messages'];
yield 'missing credentials' => ['googlechat://chat.googleapis.com/AAAAA_YYYYY'];
}
public function unsupportedSchemeProvider(): iterable