diff options
Diffstat (limited to 'test/integration/api_test/groups_test.rb')
-rw-r--r-- | test/integration/api_test/groups_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/api_test/groups_test.rb b/test/integration/api_test/groups_test.rb index 1efeaaa21..2fe8271b1 100644 --- a/test/integration/api_test/groups_test.rb +++ b/test/integration/api_test/groups_test.rb @@ -144,7 +144,7 @@ class Redmine::ApiTest::GroupsTest < Redmine::ApiTest::Base assert_equal 'application/xml', response.content_type assert_select 'errors' do - assert_select 'error', :text => /Name can't be blank/ + assert_select 'error', :text => /Name cannot be blank/ end end @@ -164,7 +164,7 @@ class Redmine::ApiTest::GroupsTest < Redmine::ApiTest::Base assert_equal 'application/xml', response.content_type assert_select 'errors' do - assert_select 'error', :text => /Name can't be blank/ + assert_select 'error', :text => /Name cannot be blank/ end end |