diff options
Diffstat (limited to 'webhook/src/handler/tests')
| -rw-r--r-- | webhook/src/handler/tests/handler_integration.rs | 2 |
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; |
