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 605ebbb commit 92b046cCopy full SHA for 92b046c
tests/notification_test.py
@@ -51,7 +51,7 @@ def test_send_report(self):
51
"wpscan_output":"This is real%s"%(s)
52
}
53
54
- wpwatcher.scanner.mail._send_report(report, email_to='test', wpscan_command= 'just testing')
+ wpwatcher.scanner.mail._send_report(report, email_to='test', wpscan_command= 'just testing', wpscan_version='1.2.3')
55
56
# self.assertEqual(report['fixed'], [], "Fixed item wasn't remove after email sent")
57
# self.assertNotEqual(report['last_email'], None)
0 commit comments