From c2cf7ba7587ae9789f8b411e8a7e32db59aac4b0 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 18 Jul 2023 16:40:38 +0200 Subject: [PATCH] fixed test --- cookbook/tests/api/test_api_shopping_recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/tests/api/test_api_shopping_recipe.py b/cookbook/tests/api/test_api_shopping_recipe.py index 56f35683a..ad4060d36 100644 --- a/cookbook/tests/api/test_api_shopping_recipe.py +++ b/cookbook/tests/api/test_api_shopping_recipe.py @@ -48,7 +48,7 @@ def recipe(request, space_1, u1_s1): @pytest.mark.parametrize("arg", [ - ['g1_s1', 204], + ['g1_s1', 403], ['u1_s1', 204], ['u1_s2', 404], ['a1_s1', 204],