Commit b572c31b by fwkz

Fixing completer tests.

parent 7d5e78cd
...@@ -135,7 +135,7 @@ class RoutersploitCompleterTest(unittest.TestCase): ...@@ -135,7 +135,7 @@ class RoutersploitCompleterTest(unittest.TestCase):
self.set_module() self.set_module()
self.rsf.send("set \t\t") self.rsf.send("set \t\t")
self.assertPrompt( self.assertPrompt(
'passwords port target threads usernames \r\n', 'passwords port target threads usernames verbosity \r\n',
self.module_prompt('FTP Bruteforce'), self.module_prompt('FTP Bruteforce'),
'set ', 'set ',
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment