diff --git a/tests/data/migrations/cookn.zip b/tests/data/migrations/cookn.zip new file mode 100644 index 000000000..d219ef7ea Binary files /dev/null and b/tests/data/migrations/cookn.zip differ diff --git a/tests/integration_tests/recipe_migration_tests/test_recipe_migrations.py b/tests/integration_tests/recipe_migration_tests/test_recipe_migrations.py index bd792231a..8fbc57d7d 100644 --- a/tests/integration_tests/recipe_migration_tests/test_recipe_migrations.py +++ b/tests/integration_tests/recipe_migration_tests/test_recipe_migrations.py @@ -111,7 +111,7 @@ test_cases = [ MigrationTestData( typ=SupportedMigrations.cookn, archive=test_data.migrations_cookn, - search_slug="zucchini-bread", + search_slug="fresh-fruit-pizza", nutrition_entries=set(), ), ]