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-05-22 03:10:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-22 03:10:27 +0300
commit5ef38f2a1dec97fad5cc2d1b6934c4049a7dac6f (patch)
treeb635ce41150d51a7b28c32555d856dc61a4be014 /spec/factories/integrations.rb
parent8e056c9ef3f085a8b04749375821fdd20e8e9c05 (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 8c3fc31b2ef..12de759b10c 100644
--- a/spec/factories/integrations.rb
+++ b/spec/factories/integrations.rb
@@ -45,7 +45,7 @@ FactoryBot.define do
token { 'test' }
end
- factory :jira_service do
+ factory :jira_service, class: 'Integrations::Jira' do
project
active { true }
type { 'JiraService' }