diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index ff56f5196..469d9b66b 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -212,7 +212,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase get :annotate, :id => 3, :path => ['images', 'edit.png'] assert_response 500 assert_tag :tag => 'p', :attributes => { :id => /errorExplanation/ }, - :content => /can not be annotated/ + :content => /cannot be annotated/ end def test_revision