Skip to content
Snippets Groups Projects
Commit 9eedfd18 authored by Niku Singh's avatar Niku Singh :speech_balloon:
Browse files

Solves #378183

Changelog: other
parent 4cd70424
No related branches found
No related tags found
1 merge request!109560Avoid unnecessary records in project factory for jira_integration trait
......@@ -441,7 +441,9 @@
trait :with_jira_integration do
has_external_issue_tracker { true }
jira_integration
after :create do |project|
create(:jira_integration, project: project)
end
end
trait :with_prometheus_integration do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment