Skip to content

Commit 92b046c

Browse files
committed
fix test
1 parent 605ebbb commit 92b046c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/notification_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_send_report(self):
5151
"wpscan_output":"This is real%s"%(s)
5252
}
5353

54-
wpwatcher.scanner.mail._send_report(report, email_to='test', wpscan_command= 'just testing')
54+
wpwatcher.scanner.mail._send_report(report, email_to='test', wpscan_command= 'just testing', wpscan_version='1.2.3')
5555

5656
# self.assertEqual(report['fixed'], [], "Fixed item wasn't remove after email sent")
5757
# self.assertNotEqual(report['last_email'], None)

0 commit comments

Comments
 (0)