Skip to content

Commit 697a6a2

Browse files
author
Janneck Wullschleger
committed
fixed port parameter in e2e test for python 2.7
1 parent ca2eb92 commit 697a6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ def catch_all(path):
6161

6262

6363
if __name__ == '__main__':
64-
app.run(port='5000')
64+
app.run(port=5000)

0 commit comments

Comments
 (0)