fix: Apply suggestions from code review
Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>pull/24376/head
parent
5fad7db0ac
commit
ea287abb50
|
@ -588,7 +588,7 @@ async fn test_http_error_messages() -> Result<()> {
|
||||||
let client = reqwest::Client::new();
|
let client = reqwest::Client::new();
|
||||||
let url = format!("{}/write", URL_BASE);
|
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
|
let response = client
|
||||||
.post(&url)
|
.post(&url)
|
||||||
.query(&[("bucket", "Foo"), ("org", "Bar")])
|
.query(&[("bucket", "Foo"), ("org", "Bar")])
|
||||||
|
|
Loading…
Reference in New Issue