summaryrefslogtreecommitdiff
path: root/spec/frontend/ide/commit_icon_spec.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-14 12:09:34 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-14 12:09:34 +0000
commit9a5dcad39c5dd81384ae4ec2398435883b944363 (patch)
tree3c684d30e4500028299d7948171e885b844a1ade /spec/frontend/ide/commit_icon_spec.js
parent0923a94d58cdd15cdb6379330e5eb41d30ccb8cc (diff)
downloadgitlab-ce-9a5dcad39c5dd81384ae4ec2398435883b944363.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/ide/commit_icon_spec.js')
-rw-r--r--spec/frontend/ide/commit_icon_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/frontend/ide/commit_icon_spec.js b/spec/frontend/ide/commit_icon_spec.js
index e4a7394b089..0dfcae00298 100644
--- a/spec/frontend/ide/commit_icon_spec.js
+++ b/spec/frontend/ide/commit_icon_spec.js
@@ -7,7 +7,6 @@ const createFile = (name = 'name', id = name, type = '', parent = null) =>
id,
type,
icon: 'icon',
- url: 'url',
name,
path: parent ? `${parent.path}/${name}` : name,
parentPath: parent ? parent.path : '',