Fix test for change to editor options
This commit is contained in:
parent
aa4a8fdc81
commit
d458bb044c
1 changed files with 1 additions and 1 deletions
|
@ -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 })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue