mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-09 17:33:12 -05:00
fix: handle numeric recipeCategory from LLM/site to prevent import failure (#7026)
This commit is contained in:
@@ -511,6 +511,11 @@ category_test_cases = (
|
||||
],
|
||||
expected=["Dessert", "Lunch"],
|
||||
),
|
||||
CleanerCase(
|
||||
test_id="numeric",
|
||||
input=4,
|
||||
expected=[],
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user