Skip to content

Commit 8a273cb

Browse files
committed
Fix privacy admin test imports
1 parent 740a15b commit 8a273cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/admin.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3821,7 +3821,9 @@ mod tests {
38213821
use crate::config_route::RouteConfig;
38223822
use crate::proxy::{FluxProxy, ProxyHealthReporter, ProxyHealthSignal};
38233823
use crate::snapshot::SnapshotStore;
3824-
use crate::test_support::{safe_child_path, unique_temp_path};
3824+
#[cfg(feature = "load-balancer")]
3825+
use crate::test_support::safe_child_path;
3826+
use crate::test_support::unique_temp_path;
38253827
#[cfg(unix)]
38263828
use crate::test_support::{unique_group_writable_child, unique_world_writable_child};
38273829

0 commit comments

Comments
 (0)