Skip to content

Commit

Permalink
Update test_webhook.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk authored Nov 8, 2023
1 parent 92d05e3 commit 48c7344
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 @@ -185,7 +185,7 @@ def test_negative_event_task_failed(self, module_org, target_sat, setting_update
hook = target_sat.api.Webhooks(
event='actions.katello.repository.sync_succeeded', http_method='GET'
).create()
repo = entities.Repository(
repo = target_sat.api.Repository(
organization=module_org, content_type='yum', url='http://localhost/target'
).create()
with target_sat.session.shell() as shell:
Expand Down

0 comments on commit 48c7344

Please sign in to comment.