Skip to content

Commit

Permalink
Don't use sudo -E when calling tljh-config in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Aug 13, 2018
1 parent 30ed91d commit 8567976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# Use sudo to invoke it, since this is how users invoke it.
# This catches issues with PATH
TLJH_CONFIG_PATH = ['sudo', '-E', 'tljh-config']
TLJH_CONFIG_PATH = ['sudo', 'tljh-config']

def test_hub_up():
r = requests.get('http://127.0.0.1')
Expand Down

0 comments on commit 8567976

Please sign in to comment.