Skip to content

Commit

Permalink
tweak test case setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dantengsky committed Aug 6, 2021
1 parent 8a07595 commit f2a8a41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion fusequery/query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ lru = "0.6.6"
pretty_assertions = "0.7"
criterion = "0.3"
mysql = "21.0.1"
reqwest = { version = "0.11", features = ["json", "native-tls"] }
reqwest = { version = "0.11", features = ["json"] }

[build-dependencies]
common-building = {path = "../../common/building"}
Expand Down
1 change: 0 additions & 1 deletion fusequery/query/src/api/http_service_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ async fn test_http_service_tls_server() -> Result<()> {
// kick off
let client = reqwest::Client::builder()
.add_root_certificate(cert)
.danger_accept_invalid_hostnames(true)
.build()
.unwrap();
let resp = client.get(url).send().await;
Expand Down

0 comments on commit f2a8a41

Please sign in to comment.