Commit e315b563d905b8415ade63bebed054a26779e11b
1 parent
48840ab2
Exists in
master
and in
29 other branches
Fix a missing functional test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/functional/cms_controller_test.rb
... | ... | @@ -959,7 +959,7 @@ class CmsControllerTest < ActionController::TestCase |
959 | 959 | |
960 | 960 | post :upload_files, :profile => profile.identifier, :parent_id => folder.id, :back_to => @request.referer, :uploaded_files => [fixture_file_upload('files/rails.png', 'image/png')] |
961 | 961 | assert_template nil |
962 | - assert_redirected_to 'http://localhost/testinguser/test-folder' | |
962 | + assert_redirected_to 'http://colivre.net/testinguser/test-folder' | |
963 | 963 | end |
964 | 964 | |
965 | 965 | should 'record when coming from public view on edit files with view true' do | ... | ... |