summaryrefslogtreecommitdiff
path: root/webhook/src/handler/tests/handler_integration.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webhook/src/handler/tests/handler_integration.rs')
-rw-r--r--webhook/src/handler/tests/handler_integration.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/webhook/src/handler/tests/handler_integration.rs b/webhook/src/handler/tests/handler_integration.rs
index fea4920..3ee0a09 100644
--- a/webhook/src/handler/tests/handler_integration.rs
+++ b/webhook/src/handler/tests/handler_integration.rs
@@ -15,7 +15,7 @@ use common::{
testcontainers::{clients::Cli, images::generic::GenericImage, Container, Docker},
};
use hyper::{Body, Method, Request, StatusCode};
-use lazy_static::{lazy_static};
+use lazy_static::lazy_static;
use serde_json::json;
use ctor;