diff --git a/tests/foreman/api/test_webhook.py b/tests/foreman/api/test_webhook.py index 82512e8eb10..bb6c3637c2b 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