Skip to content

Commit

Permalink
Email report no longer has "Administration"
Browse files Browse the repository at this point in the history
  • Loading branch information
jccoffin authored Jan 2, 2017
1 parent 69be6c9 commit 4e15be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/hier/usr/lib/python2.7/tests/reports_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def test_100_email_report_admin(self):
subprocess.call([prefix+"/usr/share/untangle/bin/reports-generate-fixed-reports.py"],stdout=subprocess.PIPE,stderr=subprocess.PIPE)

# look for alert email
emailFound, emailContext, emailContext2, measureLength = findEmailContent('Daily Reports','Administration-tFb0iLvxHE')
emailFound, emailContext, emailContext2, measureLength = findEmailContent('Daily Reports','Content-Type: image/png; name=')

# Kill the mail sink
remote_control.runCommand("sudo pkill -INT python",host=fakeSmtpServerHost)
Expand Down

0 comments on commit 4e15be4

Please sign in to comment.