start writing a test with actix but it doesn't works

This commit is contained in:
Tamo 2023-11-28 11:39:42 +01:00 committed by Clément Renault
parent d78ad51082
commit 391eb72137
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
2 changed files with 102 additions and 0 deletions

View file

@ -1,4 +1,5 @@
mod errors;
mod webhook;
use meili_snap::insta::assert_json_snapshot;
use time::format_description::well_known::Rfc3339;