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

@@ -23,8 +23,8 @@ relay = true
#[tokio::test]
async fn queue_due() {
// Enable logging
crate::enable_logging();
// Enable logging
crate::enable_logging();
let local = TestServer::new("smtp_queue_due_test", CONFIG, true).await;
let core = local.build_smtp();