fix spec
This commit is contained in:
parent
7affc23112
commit
3b7575de10
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ describe Gitlab::ImportExport::ProjectTreeSaver do
|
|||
commit_id: ci_build.pipeline.sha)
|
||||
|
||||
create(:event, :created, target: milestone, project: project, author: user)
|
||||
create(:service, project: project, type: 'CustomIssueTrackerService', category: 'issue_tracker', properties: {one: 'value'})
|
||||
create(:service, project: project, type: 'CustomIssueTrackerService', category: 'issue_tracker', properties: { one: 'value' })
|
||||
|
||||
create(:project_custom_attribute, project: project)
|
||||
create(:project_custom_attribute, project: project)
|
||||
|
|
Loading…
Reference in a new issue