This commit is contained in:
James Lopez 2018-01-26 11:15:47 +01:00
parent 7affc23112
commit 3b7575de10
No known key found for this signature in database
GPG Key ID: 756BF8E9D7C0CF39
1 changed files with 1 additions and 1 deletions

View File

@ -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)