Commit 81ffb0afddfe101910cff3dd51fe27dd85e11f28

Authored by Marin Jankovski
1 parent f3ce02b5

Add valid looking key to test.

Conflicts:

	features/steps/profile/profile_ssh_keys.rb
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/steps/profile/profile_ssh_keys.rb
@@ -13,7 +13,7 @@ class ProfileSshKeys < Spinach::FeatureSteps @@ -13,7 +13,7 @@ class ProfileSshKeys < Spinach::FeatureSteps
13 13
14 And 'I submit new ssh key "Laptop"' do 14 And 'I submit new ssh key "Laptop"' do
15 fill_in "key_title", :with => "Laptop" 15 fill_in "key_title", :with => "Laptop"
16 - fill_in "key_key", :with => "ssh-rsa publickey234=" 16 + fill_in "key_key", :with => "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzrEJUIR6Y03TCE9rIJ+GqTBvgb8t1jI9h5UBzCLuK4VawOmkLornPqLDrGbm6tcwM/wBrrLvVOqi2HwmkKEIecVO0a64A4rIYScVsXIniHRS6w5twyn1MD3sIbN+socBDcaldECQa2u1dI3tnNVcs8wi77fiRe7RSxePsJceGoheRQgC8AZ510UdIlO+9rjIHUdVN7LLyz512auAfYsgx1OfablkQ/XJcdEwDNgi9imI6nAXhmoKUm1IPLT2yKajTIC64AjLOnE0YyCh6+7RFMpiMyu1qiOCpdjYwTgBRiciNRZCH8xIedyCoAmiUgkUT40XYHwLuwiPJICpkAzp7Q== user@laptop"
17 click_button "Save" 17 click_button "Save"
18 end 18 end
19 19