Skip to content
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

Ticket 62119: Fixes invalid url output #131

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

anthony0030
Copy link

Description

When making a URL with a blank parameter, it would outpoint an unneeded =

Before this PR...
https://demo.imgix.net/images/demo.png?mark=&h=200&w=200&s=XXXXXXXXXXXXXX
https://demo.imgix.net/images/demo.png?mark=

After this PR...
https://demo.imgix.net/images/demo.png?mark&h=200&w=200&s=XXXXXXXXXXXXXX
https://demo.imgix.net/images/demo.png?mark

Checklist

PS: This commit also fixes the tests not running due to the change in Minitest, MiniTest -> Minitest

@anthony0030 anthony0030 requested a review from a team as a code owner February 4, 2025 10:16
@anthony0030 anthony0030 changed the title Ticket 62119: Fixes ivalid url output Ticket 62119: Fixes invalid url output Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant