mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 05:09:40 +02:00
feat: Added support for plural_name for foods (#4305)
This commit is contained in:
parent
00baa397dd
commit
01a43f28f2
43 changed files with 28340 additions and 9065 deletions
|
@ -12,7 +12,7 @@ def test_seed_invalid_locale(api_client: TestClient, unique_user: TestUser):
|
|||
|
||||
|
||||
def test_seed_foods(api_client: TestClient, unique_user: TestUser):
|
||||
CREATED_FOODS = 220
|
||||
CREATED_FOODS = 214
|
||||
database = unique_user.repos
|
||||
|
||||
# Check that the foods was created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue