minor #39848 [Notifier] [GoogleChat] Fix wrong test (OskarStark)

This PR was merged into the 5.2 branch.

Discussion
----------

[Notifier] [GoogleChat] Fix wrong test

| Q             | A
| ------------- | ---
| Branch?       | 5.2
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | ---
| License       | MIT
| Doc PR        | ---

Follows https://github.com/symfony/symfony/pull/39579/files#r558022816

cc @jderusse

Commits
-------

8ab7027e4b [Notifier] [GoogleChat] Fix wrong test
This commit is contained in:
Oskar Stark 2021-01-15 10:43:16 +01:00
commit 8fc46dc894

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