Fix record.json download link.
authorJoshua Roesslein <jroesslein@gmail.com>
Mon, 19 Aug 2013 19:28:16 +0000 (12:28 -0700)
committerJoshua Roesslein <jroesslein@gmail.com>
Mon, 19 Aug 2013 19:31:58 +0000 (12:31 -0700)
[ci skip]

run_tests.sh

index a932f7e25c7b8401dbf9a1dfb1a9cb0387e9ba8b..1bd1ba8c243e248b5ed04df3f3559c2615107053 100755 (executable)
@@ -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