Skip to content

Commit

Permalink
fix(ci): Add missing import (vectordotdev#12935)
Browse files Browse the repository at this point in the history
* fix(ci): Add missing import

I think this was a merge conflict from cherry-picking release commit.

Signed-off-by: Jesse Szwedko <[email protected]>

* Move import

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Jun 2, 2022
1 parent f86b32d commit c1b14b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config/enterprise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,10 @@ async fn report_serialized_config_to_datadog<'a>(

#[cfg(all(test, feature = "enterprise-tests"))]
mod test {
use std::{io::Write, net::TcpListener, path::PathBuf, str::FromStr, thread, time::Duration};
use std::{
collections::BTreeMap, io::Write, net::TcpListener, path::PathBuf, str::FromStr, thread,
time::Duration,
};

use http::StatusCode;
use indexmap::IndexMap;
Expand Down

0 comments on commit c1b14b7

Please sign in to comment.