Filename change in the code as well

This commit is contained in:
kdeng00
2025-07-30 14:25:46 -04:00
parent aa68eac69d
commit 0bb6cfe9c5
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ mod tests {
app: &axum::Router,
) -> Result<axum::response::Response, std::convert::Infallible> {
let mut form = MultipartForm::default();
let _ = form.add_file("jpg", "tests/I/Coverart.jpg");
let _ = form.add_file("jpg", "tests/I/Coverart-1.jpg");
// Create request
let content_type = form.content_type();