Skip to content

Commit

Permalink
LIVY-320. Livy python-api client test failing. (apache#298)
Browse files Browse the repository at this point in the history
Specified fields for client test. Travis CI looks to be defaulted to python 2.7, so it never came across this issue.
  • Loading branch information
akchinSTC authored and alex-the-man committed Feb 22, 2017
1 parent a72bbff commit 6bfe177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-api/src/test/python/livy-tests/client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

session_id = 0
job_id = 1
base_uri = 'http://{}:{}'.format(socket.gethostname(), 8998)
base_uri = 'http://{0}:{1}'.format(socket.gethostname(), 8998)
client_test = None
invoked_queued_callback = False
invoked_running_callback = False
Expand Down

0 comments on commit 6bfe177

Please sign in to comment.