Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Oct 22, 2024
1 parent d71568e commit a821bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plane/plane-tests/tests/common/proxy_mock.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use dynamic_proxy::server::{HttpsConfig, SimpleHttpServer};
use plane::{
names::BackendName,
protocol::{RouteInfoRequest, RouteInfoResponse},
proxy::{connection_monitor::BackendEntry, proxy_server::ProxyState},
};
use plane_dynamic_proxy::server::{HttpsConfig, SimpleHttpServer};
use std::net::SocketAddr;
use tokio::{net::TcpListener, sync::mpsc};

Expand Down
2 changes: 1 addition & 1 deletion plane/plane-tests/tests/common/test_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use super::{
resources::{database::DevDatabase, pebble::Pebble},
};
use chrono::Duration;
use dynamic_proxy::server::{HttpsConfig, SimpleHttpServer};
use plane::{
client::PlaneClient,
controller::ControllerServer,
Expand All @@ -25,6 +24,7 @@ use plane::{
types::{ClusterName, DronePoolName},
util::random_string,
};
use plane_dynamic_proxy::server::{HttpsConfig, SimpleHttpServer};
use std::{
net::{IpAddr, Ipv4Addr, SocketAddr},
path::{Path, PathBuf},
Expand Down

0 comments on commit a821bf5

Please sign in to comment.