X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1f760632ae0fbb9f11af5cfb831b7c3ed49a7009..482afcd3cda97329e68b2b77f7f4a32da6ea08ef:/services/keep/tools/traffic_test.py diff --git a/services/keep/tools/traffic_test.py b/services/keep/tools/traffic_test.py index de97edd9cb..26285c1094 100755 --- a/services/keep/tools/traffic_test.py +++ b/services/keep/tools/traffic_test.py @@ -68,7 +68,7 @@ def start(): run_test_server.run_keep() def put(files): - os.environ["ARVADOS_API_HOST"] = "127.0.0.1:3001" + os.environ["ARVADOS_API_HOST"] = "127.0.0.1:3000" run_test_server.authorize_with('active') for v in ["ARVADOS_API_HOST", "ARVADOS_API_HOST_INSECURE", @@ -84,7 +84,7 @@ def put(files): manifest_uuid = arv_cmd(ARV_PUT_PATH, c) def get(blocks): - os.environ["ARVADOS_API_HOST"] = "127.0.0.1:3001" + os.environ["ARVADOS_API_HOST"] = "127.0.0.1:3000" run_test_server.authorize_with('active') for v in ["ARVADOS_API_HOST",