LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
607 stars 69 forks source link

Update unregistered_mock example to mock a POST #138

Closed schobster closed 6 months ago

schobster commented 6 months ago

Issue #, if available:

n/a

Description of changes:

Just a tiny update to the example in the docs where unregistered_mock is not hit by surf::post(). The unregistered mock's method should be POST to demonstrate this, right?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.