Commit 46894260 authored by Markus Koller's avatar Markus Koller

Merge branch '220920-broken-master-in-spec-factories_spec-rb' into 'master'

[RUN AS-IF-FOSS] Resolve "Broken master in spec/factories_spec.rb"

Closes #220920

See merge request gitlab-org/gitlab!34165
parents 3cc9e16a 1a446368
......@@ -12,4 +12,11 @@ FactoryBot.define do
active { true }
type { 'SlackSlashCommandsService' }
end
factory :github_service do
project
type { 'GithubService' }
active { true }
token { 'github-token' }
end
end
......@@ -165,13 +165,6 @@ FactoryBot.define do
type { 'SlackService' }
end
factory :github_service do
project
type { 'GithubService' }
active { true }
token { 'github-token' }
end
factory :pipelines_email_service do
project
active { true }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment