-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Fix: Mailjet bridge tests #41985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Mailjet bridge tests #41985
Conversation
@@ -39,9 +39,9 @@ public function supportsProvider(): iterable | |||
yield [false, 'somethingElse://Mailjet:authtoken@default']; | |||
} | |||
|
|||
public function missingRequiredOptionProvider(): iterable | |||
public function incompleteDsnProvider(): iterable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
password
is no option, its part of user:pass
of the scheme
600a18c
to
05891cf
Compare
Needed for symfony#41985
This PR was merged into the 5.3 branch. Discussion ---------- [Notifier] Fix TransportTestCase | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | -- | License | MIT | Doc PR | - Needed for #41985 Commits ------- 1319a11 [Notifier] Fix TransportTestCase
@OskarStark #41986 has been merged now :) |
c956b37
to
da4638a
Compare
rebased 👍 |
Weird, I rebased, but why is it now failing? Because 5.3 is not released yet including the AbstractTestCase changes? |
You need to bump Notifier to |
Indeed 👍 |
da8b31a
to
690e4ed
Compare
Thank you Oskar. |
Fix the build