Skip to content

Commit

Permalink
test: fix test_server
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 4, 2024
1 parent f5f6132 commit e518170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actix-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ url = "2.1"

[dev-dependencies]
actix-files = "0.6"
actix-test = { version = "0.1", features = ["openssl", "rustls-0_21"] }
actix-test = { version = "0.1", features = ["openssl", "rustls-0_22"] }
awc = { version = "3", features = ["openssl"] }

brotli = "3.3.3"
Expand Down
2 changes: 1 addition & 1 deletion actix-web/tests/test_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ async fn test_brotli_encoding_large_openssl() {
srv.stop().await;
}

#[cfg(feature = "rustls-0_21")]
#[cfg(feature = "rustls-0_22")]
mod plus_rustls {
use std::io::BufReader;

Expand Down

0 comments on commit e518170

Please sign in to comment.