summaryrefslogtreecommitdiff
path: root/webhook/src/handler/tests/handler_integration.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-13 15:30:24 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-13 15:30:24 +0400
commit8209204ed9ebb9315d5599fe9641172acb814ced (patch)
tree3a6ec125a37def47ed5adff6f63384c8cb576803 /webhook/src/handler/tests/handler_integration.rs
parente950036957ed41dfd3bd500940ca61f7ad56e395 (diff)
circleci
Diffstat (limited to 'webhook/src/handler/tests/handler_integration.rs')
-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();