fix source indent of GanttsControllerTest#test_gantt_should_work

git-svn-id: http://svn.redmine.org/redmine/trunk@19789 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-05-27 01:56:36 +00:00
parent f0fdf13d1b
commit 407f83a775

View File

@@ -34,9 +34,12 @@ class GanttsControllerTest < Redmine::ControllerTest
i2 = Issue.find(2)
i2.update_attribute(:due_date, 1.month.from_now)
with_settings :gravatar_enabled => '1' do
get :show, :params => {
get(
:show,
:params => {
:project_id => 1
}
)
end
assert_response :success