9426: save "tags" as "properties" on collection, rather than as a field in properties.
[arvados.git] / apps / workbench / test / integration / user_profile_test.rb
index bf15217f2fc055b715d8c24641438b4efebdf45b..247d5ed3558c6968b3fc3c2e83e4f2ede3313b33 100644 (file)
@@ -96,10 +96,11 @@ class UserProfileTest < ActionDispatch::IntegrationTest
     required_field_title = ''
     required_field_key = ''
     profile_config = Rails.configuration.user_profile_form_fields
-    profile_config.andand.each do |entry|
+    profile_config.each do |entry|
       if entry['required']
         required_field_key = entry['key']
         required_field_title = entry['form_field_title']
+        break
       end
     end