Skip to content

Commit

Permalink
Fix task_name for KojiTaskReportDownstreamHandler class (#2662)
Browse files Browse the repository at this point in the history
Fix task_name for KojiTaskReportDownstreamHandler class

Reviewed-by: Maja Massarini
  • Loading branch information
softwarefactory-project-zuul[bot] authored Nov 27, 2024
2 parents 518166c + 85a8cca commit daca72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packit_service/worker/handlers/koji.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def notify_about_failure_if_configured(

@reacts_to_as_fedora_ci(event=KojiTaskEvent)
class KojiTaskReportDownstreamHandler(AbstractKojiTaskReportHandler):
task_name = TaskName.downstream_koji_build_report
task_name = TaskName.downstream_koji_scratch_build_report
_helper: Optional[FedoraCIHelper] = None

@property
Expand Down

0 comments on commit daca72a

Please sign in to comment.