Bug #20241
Fix test for mail notifications on 1.15-stable
Description
One of the tests in test/unit/tasks/reports_test is testing for delivery.subject =~ /Configuration Management Summary/
This made sense in develop because since #16159 mail alerts have that subject. However on the 1.15-stable branch, it still has the old subject, "Puppet Summary".
Associated revisions
History
#1
Updated by Daniel Lobato Garcia over 5 years ago
- Legacy Backlogs Release (now unused) set to 266
#2
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman/pull/4652 added
#3
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
PR was merged, but issues autoclose only when pushed to develop.
Fixes #20241 - Fix test for mail notifications
One of the tests in test/unit/tasks/reports_test is testing for
delivery.subject =~ /Configuration Management Summary/
This made sense in develop because since #16159 mail alerts have that
subject. However on the 1.15-stable branch, it still has the old
subject, "Puppet Summary".