diff --git a/test/functional/sys_controller_test.rb b/test/functional/sys_controller_test.rb index 47228a4db..db9dd2aa3 100644 --- a/test/functional/sys_controller_test.rb +++ b/test/functional/sys_controller_test.rb @@ -29,6 +29,7 @@ class SysControllerTest < Test::Unit::TestCase @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new Setting.sys_api_enabled = '1' + Setting.enabled_scm = %w(Subversion Git) end def test_projects_with_repository_enabled