From 78d3648316e115ef9f8252f9d538b32d20f77cc0 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:39:28 -0500 Subject: [PATCH] [6.15.z] More meaningful parametrization id (#14246) More meaningful parametrization id (#14223) (cherry picked from commit 413734e75568d5956bff88aa4fbf80b11dc12263) Co-authored-by: dosas --- tests/foreman/api/test_webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/api/test_webhook.py b/tests/foreman/api/test_webhook.py index b6cb3036b57..e38f57b20ff 100644 --- a/tests/foreman/api/test_webhook.py +++ b/tests/foreman/api/test_webhook.py @@ -75,7 +75,7 @@ def test_negative_invalid_event(self, target_sat): target_sat.api.Webhooks(event='invalid_event').create() @pytest.mark.tier2 - @pytest.mark.parametrize('event', **parametrized(WEBHOOK_EVENTS)) + @pytest.mark.parametrize('event', WEBHOOK_EVENTS) def test_positive_valid_event(self, event, target_sat): """Test positive webhook creation with a valid event