summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/support/import_export/export_file_helper.rb1
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)