Use the crate mockall to mock the email service in integration tests

This commit is contained in:
Greg Burri 2025-05-02 13:38:41 +02:00
parent 3626f8a11b
commit 8c70f90234
5 changed files with 109 additions and 23 deletions

View file

@ -56,3 +56,4 @@ thiserror = "2"
axum-test = "17"
cookie = "0.18"
scraper = "0.23"
mockall = "0.13"