diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-07 09:08:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-07 09:08:49 +0000 |
commit | 456a7247f9e88fc2518b69a1a00e905c6db6d775 (patch) | |
tree | 6235f3838cbf078d46de056442d9562ee4abbd74 /spec/requests/api/users_spec.rb | |
parent | ddd268b03b6f35c68e5a89606dbfd516f72846fd (diff) | |
download | gitlab-ce-456a7247f9e88fc2518b69a1a00e905c6db6d775.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/requests/api/users_spec.rb')
-rw-r--r-- | spec/requests/api/users_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/users_spec.rb b/spec/requests/api/users_spec.rb index aa8dd021707..d14baa49341 100644 --- a/spec/requests/api/users_spec.rb +++ b/spec/requests/api/users_spec.rb @@ -749,7 +749,7 @@ describe API::Users do expect(user.email).to eq('new@email.com') end - it 'updates user with his own username' do + it 'updates user with their own username' do put api("/users/#{user.id}", admin), params: { username: user.username } expect(response).to have_gitlab_http_status(200) |