Skip to content

Commit

Permalink
Removed private_class_method on source_object_class as it was causing…
Browse files Browse the repository at this point in the history
… spec failures
  • Loading branch information
chessbyte authored and kbrock committed Sep 17, 2024
1 parent 5a62aae commit c7243c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/miq_provision_orch_workflow.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class MiqProvisionOrchWorkflow < MiqProvisionVirtWorkflow
private_class_method def self.source_object_class
def self.source_object_class
OrchestrationTemplate
end

Expand Down
2 changes: 1 addition & 1 deletion app/models/miq_provision_virt_workflow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ def log_allowed_template_list(template_list)
end
end

private_class_method def self.source_object_class
def self.source_object_class
VmOrTemplate
end

Expand Down

0 comments on commit c7243c9

Please sign in to comment.