summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-18 10:48:33 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-18 10:48:33 +0400
commit2a6cdb4998f505e7df9372367a1bd1f349beedf6 (patch)
tree1e5a860077306f4629afdeb5ff90c02296e67ce4
parentbeacbc6c79c2543bf5ed7386554e3ac6b2d1b9a0 (diff)
code cleanup
-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;