We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab07b0 commit 69cf9caCopy full SHA for 69cf9ca
tests/notification_test.py
@@ -54,7 +54,7 @@ def test_send_report(self):
54
55
56
# notif=WPWatcherNotification(WPWatcherConfig(string=DEFAULT_CONFIG+"\nattach_wpscan_output=Yes").build_config()[0])
57
- wpwatcher.scanner.mail.send_report(report, email_to='test')
+ wpwatcher.scanner.mail.send_report(report, email_to='test', wpscan_command= 'just testing')
58
59
# self.assertEqual(report['fixed'], [], "Fixed item wasn't remove after email sent")
60
# self.assertNotEqual(report['last_email'], None)
0 commit comments