1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Fix random test failure in ProjectAdminQueryTest due to missing language setting (#41884).

git-svn-id: https://svn.redmine.org/redmine/trunk@23629 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-04-11 09:44:07 +00:00
parent 5f49539633
commit 42dbfd3c9f

View File

@ -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"],