Added callers moulde #120

Merged
kdeng00 merged 44 commits from add_queue_endpoint into v0.2 2025-04-22 20:08:24 -04:00
Showing only changes of commit 9d7936d70b - Show all commits
+1 -1
View File
@@ -211,7 +211,7 @@ mod tests {
let pool = db_mgr::connect_to_db(&db_name).await.unwrap();
db::migrations(&pool).await;
let app = crate::init::routes().await.layer(axum::Extension(pool));
let _app = crate::init::routes().await.layer(axum::Extension(pool));
// TODO: Add code to send request with multipart form data. Add a few flac files in the
// tests directory