Skip to content

Commit

Permalink
fixed port parameter in e2e test for python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Janneck Wullschleger committed Dec 14, 2017
1 parent ca2eb92 commit 697a6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ def catch_all(path):


if __name__ == '__main__':
app.run(port='5000')
app.run(port=5000)

0 comments on commit 697a6a2

Please sign in to comment.