1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

feat: Update seeding to use new foods list format - round 2 (#5189)

This commit is contained in:
Cameronwyatt 2025-03-12 20:30:03 -04:00 committed by GitHub
parent 9e47ade475
commit 72668e2881
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 46702 additions and 28347 deletions

View file

@ -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 = 214
CREATED_FOODS = 2687
database = unique_user.repos
# Check that the foods was created
@ -44,7 +44,7 @@ def test_seed_units(api_client: TestClient, unique_user: TestUser):
def test_seed_labels(api_client: TestClient, unique_user: TestUser):
CREATED_LABELS = 21
CREATED_LABELS = 32
database = unique_user.repos
# Check that the foods was created