##// END OF EJS Templates
Fixed assertion (#19368)....
Jean-Philippe Lang -
r13705:242eb5db5d70
parent child
Show More
@@ -432,7 +432,7 JSON
432
432
433 assert_response :created
433 assert_response :created
434 issue = Issue.order('id DESC').first
434 issue = Issue.order('id DESC').first
435 assert_equal ["V1", "V3"], issue.custom_field_value(field)
435 assert_equal ["V1", "V3"], issue.custom_field_value(field).sort
436 end
436 end
437
437
438 test "POST /issues.json with failure should return errors" do
438 test "POST /issues.json with failure should return errors" do
General Comments 0
You need to be logged in to leave comments. Login now