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

Fix test failure due to r21601 (#36938).

git-svn-id: https://svn.redmine.org/redmine/trunk@21603 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-05-25 13:52:04 +00:00
parent 03234cf581
commit 3258ff7244

View File

@ -103,7 +103,7 @@ class Redmine::ApiTest::MembershipsTest < Redmine::ApiTest::Base
)
assert_response :unprocessable_entity
assert_equal 'application/xml', @response.media_type
assert_select 'errors error', :text => "Principal cannot be blank"
assert_select 'errors error', :text => 'User or Group cannot be blank'
end
end