diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-04 16:49:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-04 16:49:26 +0000 |
commit | 66ebf02c05dc69a65731d61baf28ef3335db2bbf (patch) | |
tree | e82468af43b2fec9a4d841457d41d183b7a9d5e7 /spec/requests/api | |
parent | d00f14d73f41129f9d986d4bec32f1f927b525a6 (diff) | |
download | gitlab-ce-66ebf02c05dc69a65731d61baf28ef3335db2bbf.tar.gz |
Add latest changes from gitlab-org/security/gitlab@13-6-stable-ee
Diffstat (limited to 'spec/requests/api')
-rw-r--r-- | spec/requests/api/graphql/user_query_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/graphql/user_query_spec.rb b/spec/requests/api/graphql/user_query_spec.rb index 738e120549e..ef313504388 100644 --- a/spec/requests/api/graphql/user_query_spec.rb +++ b/spec/requests/api/graphql/user_query_spec.rb @@ -82,7 +82,7 @@ RSpec.describe 'getting user information' do 'username' => presenter.username, 'webUrl' => presenter.web_url, 'avatarUrl' => presenter.avatar_url, - 'email' => presenter.email + 'email' => presenter.public_email )) expect(graphql_data['user']['status']).to match( |