Commit 0b79316
test: update test to use _convert_uploadfile_to_bytes after refactoring
The test was calling _normalize_field_value expecting UploadFile→bytes conversion,
but we moved that logic to _convert_uploadfile_to_bytes as part of the separation
of concerns refactoring.1 parent e6ff1d7 commit 0b79316
File tree
1 file changed
+1
-1
lines changed- tests/functional/event_handler/_pydantic
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2748 | 2748 | | |
2749 | 2749 | | |
2750 | 2750 | | |
2751 | | - | |
| 2751 | + | |
2752 | 2752 | | |
2753 | 2753 | | |
2754 | 2754 | | |
| |||
0 commit comments