mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 22:36:02 +01:00
Fixed assertion (#19368).
git-svn-id: http://svn.redmine.org/redmine/trunk@14087 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -432,7 +432,7 @@ JSON
|
||||
|
||||
assert_response :created
|
||||
issue = Issue.order('id DESC').first
|
||||
assert_equal ["V1", "V3"], issue.custom_field_value(field)
|
||||
assert_equal ["V1", "V3"], issue.custom_field_value(field).sort
|
||||
end
|
||||
|
||||
test "POST /issues.json with failure should return errors" do
|
||||
|
||||
Reference in New Issue
Block a user