diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-10-13 13:09:35 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-10-13 13:09:35 +0400 |
| commit | 1a10e1778ce34d704545433f6f462f72e4b905dd (patch) | |
| tree | 15e0701c3167f82212a824da0de61eadf5acf386 /webhook/src/handler/mod.rs | |
| parent | f74b150c5aea3bb8c4fdcda19554a5ef1eecf726 (diff) | |
add more tests for the webhook
Diffstat (limited to 'webhook/src/handler/mod.rs')
| -rw-r--r-- | webhook/src/handler/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webhook/src/handler/mod.rs b/webhook/src/handler/mod.rs index 598906b..a437dd5 100644 --- a/webhook/src/handler/mod.rs +++ b/webhook/src/handler/mod.rs @@ -2,4 +2,7 @@ pub mod make_service; mod signature; mod handler; mod types; +mod error; + +#[cfg(test)] pub mod tests;
\ No newline at end of file |
