Skip to content

Commit

Permalink
fixup! fixup! fixup! Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezcuesta committed Feb 11, 2016
1 parent 0f6c66f commit 116bd40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_forwarder.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,8 @@ def test_local_is_up(self):
def test_main_exits_when_pressing_enter(self, input):
""" Test that main() function quits when Enter is pressed """
sshtunnel.main(args=[self.saddr,
'-U', SSH_USERNAME,
'-P', SSH_PASSWORD,
'-R', '10.0.0.1:8080'])


Expand Down

0 comments on commit 116bd40

Please sign in to comment.