From 2a6cdb4998f505e7df9372367a1bd1f349beedf6 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Mon, 18 Oct 2021 10:48:33 +0400 Subject: [PATCH] code cleanup --- webhook/src/handler/tests/handler_integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5