From c18cf5480dd08b26255ccb237423e752750bdc06 Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Tue, 16 Apr 2019 16:26:38 -0700 Subject: [PATCH] update uploadcontroller test --- test/functional/uploads_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/uploads_controller_test.rb b/test/functional/uploads_controller_test.rb index 8c147e916..8dc35f66c 100644 --- a/test/functional/uploads_controller_test.rb +++ b/test/functional/uploads_controller_test.rb @@ -84,7 +84,7 @@ class UploadsControllerTest < ActionDispatch::IntegrationTest context "for a twitter post" do setup do - @source = "https://twitter.com/frappuccino/status/566030116182949888" + @source = "https://twitter.com/onsen_musume_jp/status/865534101918330881" end should "render" do