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:
Diffstat (limited to 'spec/frontend/users_select/test_helper.js')
-rw-r--r--spec/frontend/users_select/test_helper.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/users_select/test_helper.js b/spec/frontend/users_select/test_helper.js
index 5aae922fec2..0d8e3275aa5 100644
--- a/spec/frontend/users_select/test_helper.js
+++ b/spec/frontend/users_select/test_helper.js
@@ -147,6 +147,7 @@ export const createInputsModelExpectation = (users) =>
name: user.name,
show_status: user.show_status.toString(),
state: user.state,
+ locked: user.locked.toString(),
username: user.username,
web_url: user.web_url,
},