mirror of
https://github.com/redmine/redmine.git
synced 2026-01-09 00:53:03 +01:00
Fix random test failure in ProjectAdminQueryTest due to missing language setting (#42562).
git-svn-id: https://svn.redmine.org/redmine/trunk@23631 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -95,6 +95,7 @@ class ProjectAdminQueryTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
def test_project_statuses_values_should_return_all_statuses
|
||||
set_language_if_valid 'en'
|
||||
q = ProjectAdminQuery.new
|
||||
assert_equal [
|
||||
["active", "1"],
|
||||
|
||||
Reference in New Issue
Block a user