mirror of
https://github.com/redmine/redmine.git
synced 2025-11-06 13:25:44 +01:00
Fixed assertion (#19368).
git-svn-id: http://svn.redmine.org/redmine/trunk@14086 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -58,6 +58,6 @@ JSON
|
||||
post '/groups.json', payload, {'CONTENT_TYPE' => 'application/json'}.merge(credentials('admin'))
|
||||
assert_response :created
|
||||
group = Group.order('id DESC').first
|
||||
assert_equal ["V1", "V3"], group.custom_field_value(field)
|
||||
assert_equal ["V1", "V3"], group.custom_field_value(field).sort
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user