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

fix: prevent bonus ? with empty qs params #357

Merged
merged 1 commit into from
Oct 27, 2020
Merged

fix: prevent bonus ? with empty qs params #357

merged 1 commit into from
Oct 27, 2020

Conversation

JustinBeckwith
Copy link
Contributor

@JustinBeckwith JustinBeckwith commented Oct 27, 2020

When provided with an empty params option, we started applying a bonus ? at the end of urls. While mostly benign, this broke a bunch of our own tests.

@JustinBeckwith JustinBeckwith requested a review from a team as a code owner October 27, 2020 18:51
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 27, 2020
@codecov
Copy link

codecov bot commented Oct 27, 2020

Codecov Report

Merging #357 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #357   +/-   ##
=======================================
  Coverage   96.07%   96.07%           
=======================================
  Files           6        6           
  Lines         663      663           
  Branches      100       98    -2     
=======================================
  Hits          637      637           
  Misses         26       26           
Impacted Files Coverage Δ
src/gaxios.ts 98.90% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3cbced3...f9b7ce9. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants