Skip to content

Commit

Permalink
Fix firewall prompts when running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Oct 25, 2015
1 parent b3d64df commit 2bc77f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/test/web_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2761,5 +2761,5 @@ def test_copy(self):
class ApplicationTest(AsyncTestCase):
def test_listen(self):
app = Application([])
server = app.listen(0)
server = app.listen(0, address='127.0.0.1')
server.stop()

0 comments on commit 2bc77f6

Please sign in to comment.