diff --git a/tests/foreman/api/test_webhook.py b/tests/foreman/api/test_webhook.py index e74a55f6c8..6f3ddf19eb 100644 --- a/tests/foreman/api/test_webhook.py +++ b/tests/foreman/api/test_webhook.py @@ -175,7 +175,7 @@ def test_positive_event_triggered(self, module_org, target_sat, setting_update): @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 + """Create a webhook with unreachable target and assert the associated task failed :id: d4a49556-9413-46e8-bcb5-7afd0184bdb2