Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-18 06:10:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-18 06:10:18 +0300
commitb7a1160154d52bad5af11a8155369de827df2f74 (patch)
tree54283ee30127d2111a87d3130a13e8799b99890a /spec/factories/integrations.rb
parent9f61aba53f7d9562b524496dd1686dc1591f0d7c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/integrations.rb')
-rw-r--r--spec/factories/integrations.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/integrations.rb b/spec/factories/integrations.rb
index 1dd2839aa46..a64d047c89b 100644
--- a/spec/factories/integrations.rb
+++ b/spec/factories/integrations.rb
@@ -173,7 +173,7 @@ FactoryBot.define do
type { 'SlackSlashCommandsService' }
end
- factory :pipelines_email_service, class: 'Integrations::PipelinesEmail' do
+ factory :pipelines_email_integration, class: 'Integrations::PipelinesEmail' do
project
active { true }
type { 'PipelinesEmailService' }