X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7538d084fa8778289053f62a6fb8d3ea04868258..53b19718f974e7c9014644ce80fa36363ae0b693:/sdk/python/tests/run_test_server.py diff --git a/sdk/python/tests/run_test_server.py b/sdk/python/tests/run_test_server.py index c54dad0c5f..271b525df2 100644 --- a/sdk/python/tests/run_test_server.py +++ b/sdk/python/tests/run_test_server.py @@ -374,7 +374,7 @@ def run_arv_git_httpd(): gitdir = os.path.join(SERVICES_SRC_DIR, 'api', 'tmp', 'git') gitport = find_available_port() env = os.environ.copy() - del env['ARVADOS_API_TOKEN'] + env.pop('ARVADOS_API_TOKEN', None) agh = subprocess.Popen( ['arv-git-httpd', '-repo-root='+gitdir+'/test',