Skip to content

Commit

Permalink
Update tests/foreman/api/test_webhook.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jameer Pathan <[email protected]>
  • Loading branch information
pondrejk and jameerpathan111 committed Nov 13, 2023
1 parent f24cdef commit c90eb8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/foreman/api/test_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def test_positive_event_triggered(self, module_org, target_sat, setting_update):
assert_event_triggered(shell, hook.event)
target_sat.wait_for_tasks(f'Deliver webhook {hook.name}')

@pytest.mark.tier1
@pytest.mark.parametrize('setting_update', ['safemode_render=False'], indirect=True)
def test_negative_event_task_failed(self, module_org, target_sat, setting_update):
"""Create a webhook with unreachable targete and assert the associated task
Expand Down

0 comments on commit c90eb8c

Please sign in to comment.