summaryrefslogtreecommitdiff
path: root/webhook/src
diff options
context:
space:
mode:
Diffstat (limited to 'webhook/src')
-rw-r--r--webhook/src/handler/tests/handler_integration.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/webhook/src/handler/tests/handler_integration.rs b/webhook/src/handler/tests/handler_integration.rs
index a2ec403..d0767fc 100644
--- a/webhook/src/handler/tests/handler_integration.rs
+++ b/webhook/src/handler/tests/handler_integration.rs
@@ -204,7 +204,6 @@ async fn response_400_when_invalid_json_body() {
assert!(result.status() == 400);
}
-
#[tokio::test]
async fn response_400_when_invalid_utf8_body() {
let _ = TASK.deref();