mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 03:21:24 +01: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user