Skip to content

Commit

Permalink
[6.14.z] More meaningful parametrization id (#14245)
Browse files Browse the repository at this point in the history
More meaningful parametrization id (#14223)

(cherry picked from commit 413734e)

Co-authored-by: dosas <[email protected]>
  • Loading branch information
Satellite-QE and dosas authored Mar 4, 2024
1 parent 360c09e commit 65b1ab9
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 65b1ab9

Please sign in to comment.