Update tests.rs

This commit is contained in:
Alexey
2026-08-23 14:46:09 +03:00
parent c00663d83a
commit ebed2ff050
+2 -6
View File
@@ -442,12 +442,8 @@ async fn windows_restricted_webview_empty_cookie_preserves_the_carrier_flow() {
request.extend_from_slice(&hello);
request
};
let nonempty_cookie = request(
&listener,
&runtime,
create("Cookie: state=unexpected\r\n"),
)
.await;
let nonempty_cookie =
request(&listener, &runtime, create("Cookie: state=unexpected\r\n")).await;
assert!(!nonempty_cookie.starts_with(b"HTTP/1.1 200"));
let duplicate_cookie = request(
&listener,