summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/versions_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api_test/versions_test.rb')
-rw-r--r--test/integration/api_test/versions_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api_test/versions_test.rb b/test/integration/api_test/versions_test.rb
index a53c29b07..2b04236d4 100644
--- a/test/integration/api_test/versions_test.rb
+++ b/test/integration/api_test/versions_test.rb
@@ -94,7 +94,7 @@ class Redmine::ApiTest::VersionsTest < Redmine::ApiTest::Base
end
assert_response :unprocessable_entity
- assert_select 'errors error', :text => "Name can't be blank"
+ assert_select 'errors error', :text => "Name cannot be blank"
end
test "GET /versions/:id.xml should return the version" do