From 898858537ccdf6578341a300316ebb530dbec489 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 30 Apr 2013 17:01:25 +0300 Subject: [PATCH] FIX: tests: redirect.t: Update shortened URL The shortened URL points to an old test URL; update the test to use the one in default/vimeo.json. Signed-off-by: Toni Gundogdu --- tests/t/redirect.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/t/redirect.t b/tests/t/redirect.t index b946787..bdd789c 100644 --- a/tests/t/redirect.t +++ b/tests/t/redirect.t @@ -66,7 +66,7 @@ test_redirect_url( # Test self.redirect_url in bikeradar.lua ); test_url_shortener( # Test URL shortener support - "http://is.gd/EbVFoa", # -> http://vimeo.com/1485507 + "http://is.gd/WipJlL", # -> http://vimeo.com/42605731 "data/format/default/vimeo.json" ); -- 2.11.4.GIT