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: missingHandlerPolicy not passed to a MockLink when creating a client #60

Merged

Conversation

mykolavlasov
Copy link
Contributor

I've added missingHandlerPolicy field for the MockLink and as an option for the createMockClient in my previous PR
However, it wasn't passed from to a MockLink when it was initialized inside of the createMockClient.
I fixed it in this PR and added an integration test for it

@mykolavlasov
Copy link
Contributor Author

I would appreciate your review @Mike-Gibson
Sorry for the fuss

@mykolavlasov mykolavlasov force-pushed the fix-missingHandlerPolicy branch from a288bca to 5b47d44 Compare April 11, 2024 13:44
@mykolavlasov mykolavlasov force-pushed the fix-missingHandlerPolicy branch from 5b47d44 to 8649563 Compare April 11, 2024 13:45
@mykolavlasov mykolavlasov changed the title fix missingHandlerPolicy not passed to a MockLink when creating a client fix: missingHandlerPolicy not passed to a MockLink when creating a client Apr 11, 2024
@Mike-Gibson Mike-Gibson marked this pull request as ready for review April 11, 2024 20:07
@Mike-Gibson Mike-Gibson merged commit 1b68292 into Mike-Gibson:master Apr 11, 2024
1 check passed
@Mike-Gibson
Copy link
Owner

Hey @mykolavlasov - thanks for fixing. Apologies that I missed this in the original PR! Great that you added an integration test for it 👍

I've published 1.3.1 which includes this fix.

@mykolavlasov
Copy link
Contributor Author

Hey @mykolavlasov - thanks for fixing. Apologies that I missed this in the original PR! Great that you added an integration test for it 👍

I've published 1.3.1 which includes this fix.

Thanks a lot for the quick response and for publishing a new version, I greatly appreciate it!

@mykolavlasov mykolavlasov deleted the fix-missingHandlerPolicy branch April 11, 2024 20:20
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.

2 participants