summaryrefslogtreecommitdiff
path: root/webhook/src/handler/tests/mod.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-13 13:09:35 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-13 13:09:35 +0400
commit1a10e1778ce34d704545433f6f462f72e4b905dd (patch)
tree15e0701c3167f82212a824da0de61eadf5acf386 /webhook/src/handler/tests/mod.rs
parentf74b150c5aea3bb8c4fdcda19554a5ef1eecf726 (diff)
add more tests for the webhook
Diffstat (limited to 'webhook/src/handler/tests/mod.rs')
-rw-r--r--webhook/src/handler/tests/mod.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/webhook/src/handler/tests/mod.rs b/webhook/src/handler/tests/mod.rs
index ef7d850..589ad52 100644
--- a/webhook/src/handler/tests/mod.rs
+++ b/webhook/src/handler/tests/mod.rs
@@ -1 +1,4 @@
-pub mod handler; \ No newline at end of file
+pub mod handler_integration;
+pub mod signature;
+pub mod utils;
+pub mod handler;