From: Joshua Roesslein Date: Mon, 19 Aug 2013 19:28:16 +0000 (-0700) Subject: Fix record.json download link. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5fab5a4973365d630090a8c785c9fd5d91ff60a9;p=tweepy.git Fix record.json download link. [ci skip] --- 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