Skip to content

Commit 69cf9ca

Browse files
committed
Fix tests
1 parent dab07b0 commit 69cf9ca

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
@@ -54,7 +54,7 @@ def test_send_report(self):
5454

5555

5656
# notif=WPWatcherNotification(WPWatcherConfig(string=DEFAULT_CONFIG+"\nattach_wpscan_output=Yes").build_config()[0])
57-
wpwatcher.scanner.mail.send_report(report, email_to='test')
57+
wpwatcher.scanner.mail.send_report(report, email_to='test', wpscan_command= 'just testing')
5858

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

0 commit comments

Comments
 (0)