diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-01-04 12:40:00 -0600 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2018-01-04 12:40:00 -0600 |
commit | 53d384640c867343935e09a52ec66e5b1f411076 (patch) | |
tree | 70a2c6a76b891550784e74d7e2f522eaca950b8e | |
parent | 6fe27542b007182173a545f08872b5c72105f98b (diff) | |
download | gitlab-ce-41056-create-cluster-from-kubernetes-integration-application-template.tar.gz |
Restore service factory on export file helper41056-create-cluster-from-kubernetes-integration-application-template
-rw-r--r-- | spec/support/import_export/export_file_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/import_export/export_file_helper.rb b/spec/support/import_export/export_file_helper.rb index 96a82637639..562423afc2a 100644 --- a/spec/support/import_export/export_file_helper.rb +++ b/spec/support/import_export/export_file_helper.rb @@ -42,6 +42,7 @@ module ExportFileHelper create(:ci_trigger, project: project) key = create(:deploy_key) key.projects << project + create(:service, project: project) create(:project_hook, project: project, token: 'token') create(:protected_branch, project: project) |