diff --git a/tests/end-to-end.rs b/tests/end-to-end.rs index 7c3da28001..c61ddae7a2 100644 --- a/tests/end-to-end.rs +++ b/tests/end-to-end.rs @@ -588,7 +588,7 @@ async fn test_http_error_messages() -> Result<()> { let client = reqwest::Client::new(); let url = format!("{}/write", URL_BASE); - // send malformed request (bucket id is invlald and + // send malformed request (bucket id is invalid and let response = client .post(&url) .query(&[("bucket", "Foo"), ("org", "Bar")])