From 5fab5a4973365d630090a8c785c9fd5d91ff60a9 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Mon, 19 Aug 2013 12:28:16 -0700 Subject: [PATCH] Fix record.json download link. [ci skip] --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index a932f7e..1bd1ba8 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash if [[ $TRAVIS_SECURE_ENV_VARS == "false" ]]; then - curl https://www.dropbox.com/s/zsvzl6sl8gw8o6y/record.json -o tests/record.json + curl "https://dl.dropboxusercontent.com/u/231242/record.json" -o tests/record.json USE_REPLAY=1 nosetests -v tests.test_api tests.test_utils else nosetests -v --with-coverage tests.test_api tests.test_streaming tests.test_cursors tests.test_utils -- 2.25.1