From 1ccf61bdccd3f0cbcabd7fe335542014f465f46b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 21 Mar 2020 00:09:18 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/fixtures/api/schemas/entities/user.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'spec/fixtures') diff --git a/spec/fixtures/api/schemas/entities/user.json b/spec/fixtures/api/schemas/entities/user.json index 1e0c8885609..82d80b75cef 100644 --- a/spec/fixtures/api/schemas/entities/user.json +++ b/spec/fixtures/api/schemas/entities/user.json @@ -17,8 +17,7 @@ "path": { "type": "string" }, "name": { "type": "string" }, "username": { "type": "string" }, - "status_tooltip_html": { "$ref": "../types/nullable_string.json" }, - "is_gitlab_employee": { "type": "boolean" } + "status_tooltip_html": { "$ref": "../types/nullable_string.json" } }, "additionalProperties": false } -- cgit v1.2.3