Fix test for change to editor options

This commit is contained in:
Tom Hughes 2010-12-01 09:27:12 +00:00
parent aa4a8fdc81
commit d458bb044c

View file

@ -59,7 +59,7 @@ class SiteControllerTest < ActionController::TestCase
assert_template :partial => "_potlatch", :count => 1
user = users(:public_user)
user.preferred_editor = "josm"
user.preferred_editor = "remote"
user.save!
get(:edit, nil, { 'user' => user.id })