Use multiple files in tests #168

Merged
kdeng00 merged 8 commits from use_multiple_files_in_tests into v0.2 2025-07-30 15:28:47 -04:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 0bb6cfe9c5 - Show all commits
+1 -1
View File
@@ -365,7 +365,7 @@ mod tests {
app: &axum::Router, app: &axum::Router,
) -> Result<axum::response::Response, std::convert::Infallible> { ) -> Result<axum::response::Response, std::convert::Infallible> {
let mut form = MultipartForm::default(); 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 // Create request
let content_type = form.content_type(); let content_type = form.content_type();
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 MiB