Skip to content

Commit

Permalink
Fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Jun 3, 2015
1 parent 14d402f commit 9685b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w3af/plugins/tests/infrastructure/test_xssed_dot_com.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_xssed_dot_com_positive(self):
info = infos[0]

self.assertEqual(info.get_name(), 'Potential XSS vulnerability')
self.assertTrue(info.get_desc().startswith('According to xssed.com,'))
self.assertIn('According to xssed.com', info.get_desc())

def test_xssed_dot_com_negative(self):
cfg = self._run_configs['cfg']
Expand Down

0 comments on commit 9685b81

Please sign in to comment.