chore: fix typo in test output

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
pull/24376/head
Dom 2021-01-13 17:55:02 +00:00 committed by GitHub
parent 5647bfeb6f
commit 81802abb8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ mod tests {
) {
(true, _) => std::env::var("TEST_IOX_ENDPOINT").unwrap(),
(false, true) => {
panic!("TEST_INTEGRATION is set, but TEST_IOX_ENDPOINT are not")
panic!("TEST_INTEGRATION is set which requires running integration tests, but TEST_IOX_ENDPOINT is not")
}
_ => {
eprintln!("skipping integration test - set TEST_IOX_ENDPOINT to run");