-
-
Notifications
You must be signed in to change notification settings - Fork 737
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 835] allowUnmocked for regex host and route #973
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work 👏 Thanks a ton!
return true; | ||
} | ||
|
||
if (!_.isUndefined(reqHeader) && !_.isUndefined(header)) { | ||
if (reqHeader && header) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooops that one should not have been changed :) Sorry my fault that it slipped, I’ll fix it in a follow up PR
Strange. Linter must've been a little too opinionated on that one. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue and add a reference to this one if it’s related. Thank you! |
First commit is a failing test for #965
Second Commit Fixes #835