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 authored Nov 8, 2023
1 parent 3e8a7cc commit 92d05e3
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 @@ -182,7 +182,7 @@ def test_negative_event_task_failed(self, module_org, target_sat, setting_update
:CaseImportance: High
"""
hook = entities.Webhooks(
hook = target_sat.api.Webhooks(
event='actions.katello.repository.sync_succeeded', http_method='GET'
).create()
repo = entities.Repository(
Expand Down

0 comments on commit 92d05e3

Please sign in to comment.