mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Compile fix.
This commit is contained in:
parent
7fae9097a1
commit
3dd34f0b7b
1 changed files with 2 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue