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:
Go MAEDA
2025-04-11 09:50:45 +00:00
parent 5528c81022
commit 54285f461c

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