fix(http): throw if url is not string or Request#4257
fix(http): throw if url is not string or Request#4257bkyarger wants to merge 1 commit intoangular:masterfrom
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
f067824 to
1bbb41d
Compare
|
CLAs look good, thanks! |
|
@bkyarger FYI we're having issues with our CI environment right now, so some failures are expected. I'll restart jobs after the issues are resolved. |
|
@jeffbcross sounds great. I'll check back tonight to see if there are still CI issues. |
There was a problem hiding this comment.
Could you add the expected message here? toThrowError('First argument must be a string or Request.')
a088529 to
beca367
Compare
There was a problem hiding this comment.
I'm surprised we don't have a Jsonp unit test for this method! Could you just duplicate this expectation in the same spec and call jsonp.request?
There was a problem hiding this comment.
Added a new describe block for Jsonp, along with this same expectation for jsonp.
beca367 to
52c7dd8
Compare
|
Awesome! LGTM. I'll try to merge it...our CI woes only affect PRs at the moment, so it should merge without issue. |
|
Merging PR #4257 on behalf of @jeffbcross to branch presubmit-jeffbcross-pr-4257. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Closes #4245