Cleanup
This commit is contained in:
@@ -276,7 +276,6 @@ mod tests {
|
|||||||
async fn upload_coverart_queue_req(
|
async fn upload_coverart_queue_req(
|
||||||
app: &axum::Router,
|
app: &axum::Router,
|
||||||
) -> Result<axum::response::Response, std::convert::Infallible> {
|
) -> Result<axum::response::Response, std::convert::Infallible> {
|
||||||
// let app = init::app(pool).await;
|
|
||||||
let mut form = MultipartForm::default();
|
let mut form = MultipartForm::default();
|
||||||
let _ = form.add_file("jpg", "tests/Machine_gun/160809_machinegun.jpg");
|
let _ = form.add_file("jpg", "tests/Machine_gun/160809_machinegun.jpg");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user