summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/groups_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api_test/groups_test.rb')
-rw-r--r--test/integration/api_test/groups_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api_test/groups_test.rb b/test/integration/api_test/groups_test.rb
index 3c8ff9e6e..0a9373513 100644
--- a/test/integration/api_test/groups_test.rb
+++ b/test/integration/api_test/groups_test.rb
@@ -105,7 +105,7 @@ class Redmine::ApiTest::GroupsTest < Redmine::ApiTest::Base
assert_select 'group' do
assert_select 'users' do
assert_select 'user', Group.find(10).users.count
- assert_select 'user[id=8]'
+ assert_select 'user[id="8"]'
end
end
end