Skip to content

Commit

Permalink
More meaningful parametrization id (#14223)
Browse files Browse the repository at this point in the history
(cherry picked from commit 413734e)
  • Loading branch information
dosas authored and web-flow committed Mar 4, 2024
1 parent 47a18a3 commit 125c3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 125c3d6

Please sign in to comment.