Actions
Bug #15247
closedtoplevel constant PuppetError referenced by MailNotification::PuppetError
Description
When running test/unit/report_importer_test.rb, some warnings are logged (on Ruby 2.3.0 at least):
/home/dcleal/code/foreman/foreman/app/services/report_importer.rb:102: warning: toplevel constant PuppetError referenced by MailNotification::PuppetError
The class mentioned should simply be PuppetError - it extends MailNotification, but is not namespaced under it.
Updated by Dominic Cleal over 8 years ago
- Related to Feature #9470: Option to send Puppet error emails for all hosts to a user added
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3562 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 4552607af2b4db8e7ae508f91bcde1c40b05a779.
Actions