diff --git a/cookbook/tests/views/test_views_general.py b/cookbook/tests/views/test_views_general.py index fd282edb8..ab1be6742 100644 --- a/cookbook/tests/views/test_views_general.py +++ b/cookbook/tests/views/test_views_general.py @@ -81,7 +81,7 @@ def test_history(arg, request, ext_recipe_1_s1): ['a_u', 302], ['g1_s1', 302], ['u1_s1', 302], - ['a1_s1', 200], + ['a1_s1', 302], ]) def test_system(arg, request, ext_recipe_1_s1): c = request.getfixturevalue(arg[0])