-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
http.batch() should not accept more than one argument #1289
Comments
Hello @na-- I have started working on this issue and was able to find the fix. If no one else is working on it , can you please assign this issue to me. I will resolve it. Regards |
Hello @na-- I would also wanted to add one point that there are some unit tests that contains the same scenario as yours but contains invalid urls, need to update those test scenarios also. Regards |
can you share a link to that code? |
Hello @na-- I will add the unit test for the same. Along with validation for previous tests also. Regards |
It took me a while to understand why this code didn't work 🤕 :
The only warning I saw was
Since
http.batch()
doesn't accept more than one argument, we should probably emit a warning with a more sensible message (or maybe even throw an error) when users pass us more...The text was updated successfully, but these errors were encountered: