Compile fix.

This commit is contained in:
Josh Matthews 2021-04-07 16:07:37 -04:00 committed by GitHub
parent 7fae9097a1
commit 3dd34f0b7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -354,6 +354,7 @@ fn test_request_and_response_message_from_devtool_without_pipeline_id() {
assert!(response
.actual_response()
.status
.as_ref()
.unwrap()
.0
.is_success());
@ -822,6 +823,7 @@ fn test_when_cookie_received_marked_secure_is_ignored_for_http() {
assert!(response
.actual_response()
.status
.as_ref()
.unwrap()
.0
.is_success());