Test is not finished yet

This commit is contained in:
phoenix
2025-04-20 20:24:52 -04:00
parent 08324431a1
commit 4be54434a2
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -213,6 +213,9 @@ mod tests {
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
/*
let response = app
.clone()