-
Notifications
You must be signed in to change notification settings - Fork 610
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
admin::on_call: Add basic send()
tests
#3121
Conversation
☔ The latest upstream changes (presumably #3115) made this pull request unmergeable. Please resolve the merge conflicts. |
85a5257
to
be6bb97
Compare
☔ The latest upstream changes (presumably #3149) made this pull request unmergeable. Please resolve the merge conflicts. |
030097d
to
0eeeea1
Compare
☔ The latest upstream changes (presumably #3117) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #3182) made this pull request unmergeable. Please resolve the merge conflicts. |
e3b0e85
to
0f7c989
Compare
☔ The latest upstream changes (presumably #3564) made this pull request unmergeable. Please resolve the merge conflicts. |
This PR adds a few basic tests for the
Event::send()
functionality. It introduces themockito
crate for HTTP mocking, which appears to be easier to use than the custom HTTP proxy setup that we seem to be using in a few other tests.r? @jtgeibel