Skip to content

Commit a2caf7d

Browse files
committed
test: update client_http2_upgrade test
1 parent 4a9cdc2 commit a2caf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/legacy_client.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ fn client_upgrade() {
807807
assert_eq!(vec, b"bar=foo");
808808
}
809809

810-
// #[cfg(not(miri))]
810+
#[cfg(not(miri))]
811811
#[test]
812812
fn client_http2_upgrade() {
813813
use http::{Method, Response, Version};

0 commit comments

Comments
 (0)