LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
620 stars 70 forks source link

Do not unwrap the Option returned by `insert_header`. #27

Closed LukeMathWalker closed 3 years ago

LukeMathWalker commented 3 years ago

Add regression test for insert_header. Closes #26