Skip to content

Commit

Permalink
chore(lints): fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
lsampras committed Nov 29, 2023
1 parent eb1fa30 commit 51f669c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/router/tests/connectors/aci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use router::{
routes, services,
types::{self, storage::enums, PaymentAddress},
};
use services::kafka::KafkaProducer;
use tokio::sync::oneshot;

use crate::{connector_auth::ConnectorAuthentication, utils};
Expand Down
2 changes: 0 additions & 2 deletions crates/router/tests/connectors/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::{fmt::Debug, marker::PhantomData, str::FromStr, time::Duration};

use async_trait::async_trait;
use common_utils::pii::Email;
use db::Kafka::KafkaProducer;
use error_stack::Report;
use masking::Secret;
#[cfg(feature = "payouts")]
Expand Down Expand Up @@ -157,7 +156,6 @@ pub trait ConnectorActions: Connector {
StorageImpl::PostgresqlTest,
tx,
Box::new(services::MockApiClient),
kafka_producer,
)
.await;
integration.execute_pretasks(&mut request, &state).await?;
Expand Down

0 comments on commit 51f669c

Please sign in to comment.