diff --git a/test/api_get_taxonomy_ingredients_server_test.dart b/test/api_get_taxonomy_ingredients_server_test.dart index c4ff8535da..5489839eb8 100644 --- a/test/api_get_taxonomy_ingredients_server_test.dart +++ b/test/api_get_taxonomy_ingredients_server_test.dart @@ -41,7 +41,7 @@ void main() { TaxonomyIngredientQueryConfiguration.roots(fields: fields), ); expect(ingredients, isNotNull); - expect(ingredients!.length, greaterThan(800)); // was 816 on 2022-09-23 + expect(ingredients!.length, greaterThan(700)); // was 795 on 2023-08-12 for (final TaxonomyIngredient ingredient in ingredients.values) { // no parents for roots expect(ingredient.parents, isNull); diff --git a/test/api_get_to_be_completed_products_test.dart b/test/api_get_to_be_completed_products_test.dart index ceb4fc725c..1340884086 100644 --- a/test/api_get_to_be_completed_products_test.dart +++ b/test/api_get_to_be_completed_products_test.dart @@ -87,8 +87,8 @@ void main() { () async => checkTypeCount( OpenFoodFactsCountry.FRANCE, 'Carrefour', - // 2023-07-09: was 23054 - 20000, + // 2023-08-12: was 14778 + 10000, )); test( diff --git a/test/api_search_products_test.dart b/test/api_search_products_test.dart index f4816cf367..ef512ff857 100644 --- a/test/api_search_products_test.dart +++ b/test/api_search_products_test.dart @@ -823,10 +823,10 @@ void main() { // There were too many results for FRANCE, and that made the server crash. // That's why we add a filter on STORES. const Map novaMinCounts = { - 1: 2000, // was 2138 on 2023-07-09 - 2: 400, // was 460 on 2023-07-09 - 3: 4000, // was 4301 on 2023-07-09 - 4: 10000, // was 10973 on 2023-07-09 + 1: 1500, // was 1777 on 2023-08-12 + 2: 300, // was 352 on 2023-08-12 + 3: 3000, // was 3654 on 2023-08-12 + 4: 7000, // was 8558 on 2023-08-12 }; // single filters