()
| 997 | use wiremock::{Mock, MockServer, ResponseTemplate}; |
| 998 | |
| 999 | async fn test_store() -> Store { |
| 1000 | crate::persistence::test_store().await |
| 1001 | } |
| 1002 | |
| 1003 | fn test_user_principal() -> Principal { |
| 1004 | Principal::User(UserPrincipal { |
no outgoing calls
no test coverage detected