# HG changeset patch # User nanaya # Date 1651153761 -32400 # Node ID e6c29d47192b139b73cf4312824a45926ec2f2ad # Parent 12287b32fbda4759367b8732609dd68ff2f8aa63 Update with non-suspended empty account (wat) diff -r 12287b32fbda -r e6c29d47192b test/controllers/tweets_controller_test.rb --- a/test/controllers/tweets_controller_test.rb Wed Apr 13 01:49:51 2022 +0900 +++ b/test/controllers/tweets_controller_test.rb Thu Apr 28 22:49:21 2022 +0900 @@ -7,7 +7,7 @@ end test "does not explode on empty timeline" do - get :show, :params => { :id => "1510589762410668032", :name => "nanaya_empty", :format => :atom } + get :show, :params => { :id => "1519673756624379905", :name => "nanaya_empty2", :format => :atom } assert_response :success end