Skip to content

Commit

Permalink
Fixing tests with FTP Bruteforce.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyoa committed Apr 29, 2016
1 parent 61aefbb commit 4234246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routersploit/test/test_completer.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_complete_set(self):
self.set_module()
self.rsf.send("set \t\t")
self.assertPrompt(
'passwords port target threads usernames verbosity \r\n',
'passwords stop_on_success threads verbosity\r\nport target usernames \r\n',
self.module_prompt('FTP Bruteforce'),
'set ',
)
Expand Down Expand Up @@ -181,4 +181,4 @@ def test_complete_show_options(self):
)

if __name__ == '__main__':
unittest.main()
unittest.main()

0 comments on commit 4234246

Please sign in to comment.