Access token permissions

This commit is contained in:
mdecimus
2024-09-10 18:44:44 +02:00
parent 08a95ae58b
commit fbcf55d8e1
128 changed files with 2415 additions and 906 deletions

View File

@@ -38,7 +38,6 @@ async fn queue_retry() {
// Enable logging
crate::enable_logging();
// Create temp dir for queue
let mut local = TestServer::new("smtp_queue_retry_test", CONFIG, true).await;