fix: Apply suggestions from code review

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
pull/24376/head
Andrew Lamb 2020-07-03 07:00:38 -04:00 committed by GitHub
parent 5fad7db0ac
commit ea287abb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")])