@@ -58,6 +58,6 JSON | |||
|
58 | 58 | post '/groups.json', payload, {'CONTENT_TYPE' => 'application/json'}.merge(credentials('admin')) |
|
59 | 59 | assert_response :created |
|
60 | 60 | group = Group.order('id DESC').first |
|
61 | assert_equal ["V1", "V3"], group.custom_field_value(field) | |
|
61 | assert_equal ["V1", "V3"], group.custom_field_value(field).sort | |
|
62 | 62 | end |
|
63 | 63 | end |
General Comments 0
You need to be logged in to leave comments.
Login now