From a37ac73c030999ddd40902bf5ec499932f5a2f65 Mon Sep 17 00:00:00 2001 From: dosas Date: Thu, 29 Feb 2024 09:27:36 +0100 Subject: [PATCH] More meaningful parametrization id TestWebhook::test_positive_valid_event[user_updated] instead of TestWebhook::test_positive_valid_event[1] --- 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