Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-10 09:10:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-10 09:10:56 +0300
commit36ff95a8a93225f47a833989429cc766a6ff2661 (patch)
tree2101cffff43469c06d846fcd1ed6a58acd06f735 /spec/lib/api
parent677227413ae31f5a02fd4c8e10f6ef50c228334f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/api')
-rw-r--r--spec/lib/api/entities/user_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/api/entities/user_spec.rb b/spec/lib/api/entities/user_spec.rb
index 407f2894f01..3094fc748c9 100644
--- a/spec/lib/api/entities/user_spec.rb
+++ b/spec/lib/api/entities/user_spec.rb
@@ -18,7 +18,7 @@ RSpec.describe API::Entities::User do
# UserBasic
:state, :avatar_url, :web_url,
# User
- :created_at, :bio, :location, :public_email, :skype, :linkedin, :twitter,
+ :created_at, :bio, :location, :public_email, :skype, :linkedin, :twitter, :discord,
:website_url, :organization, :job_title, :pronouns, :bot, :work_information,
:followers, :following, :is_followed, :local_time
)