diff options
Diffstat (limited to 'test/integration/api_test/users_test.rb')
-rw-r--r-- | test/integration/api_test/users_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api_test/users_test.rb b/test/integration/api_test/users_test.rb index d54701ad5..bd58a39f2 100644 --- a/test/integration/api_test/users_test.rb +++ b/test/integration/api_test/users_test.rb @@ -158,7 +158,7 @@ class Redmine::ApiTest::UsersTest < Redmine::ApiTest::Base test "GET /users/:id should return status for administrators" do get '/users/2.xml', :headers => credentials('admin') assert_response :success - assert_select 'user status', :text => User.find(1).status.to_s + assert_select 'user status', :text => User.find(2).status.to_s end test "GET /users/:id should return admin status for current user" do |