Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Mailer] Fix expected exception message to include quotes around "http(s)://"#61360

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@santysisi
Copy link
Contributor

@santysisisantysisi commentedAug 7, 2025
edited
Loading

QA
Branch?7.4
Bug fix?yes
New feature?no
Deprecations?no
Issuesno
LicenseMIT

What does this PR do?

This PR updates a test assertion to match the actual exception message being thrown in the code.

The test was previously expecting the message:
<failingType> endpoint needs to be provided without http(s)://.

But the actual exception thrown is:
<failingType> endpoint needs to be provided without "http(s)://".

The discrepancy caused the test to fail. This fix ensures the test correctly reflects the expected output, including the necessary double quotes.

Changes made

  • Updated$this->expectExceptionMessage(...) to include the quoted string"http(s)://".

No other logic or behavior has been changed.

References

@santysisi
Copy link
ContributorAuthor

I think the errors aren't relevant in the context of this PR

@xabbuh
Copy link
Member

Good catch, thanks@santysisi.

santysisi reacted with hooray emojisantysisi reacted with heart emojisantysisi reacted with rocket emoji

@xabbuhxabbuh merged commitfe8a2de intosymfony:7.4Aug 8, 2025
16 of 20 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

7.4

Development

Successfully merging this pull request may close these issues.

3 participants

@santysisi@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp