Merge branch '20241-validate-ssh-keys'
[arvados.git] / apps / workbench / test / integration / user_settings_menu_test.rb
index 99076bbaf77731e815c6f0e3b660e05dd582766c..6f3ca9dd5c2b6281483d4987705c225e7702a408 100644 (file)
@@ -46,7 +46,7 @@ class UserSettingsMenuTest < ActionDispatch::IntegrationTest
 
         page.find_field('public_key').set 'first test with an incorrect ssh key value'
         click_button 'Submit'
-        assert_text 'Public key does not appear to be a valid ssh-rsa or dsa public key'
+        assert_text 'Public key does not appear to be valid'
 
         public_key_str = api_fixture('authorized_keys')['active']['public_key']
         page.find_field('public_key').set public_key_str