Skip to content
代码片段 群组 项目
未验证 提交 7601bc1a 编辑于 作者: Matthias Käppler's avatar Matthias Käppler 提交者: GitLab
浏览文件

Merge branch '446293-remove-default-organization-dependency_management' into 'master'

Remove seeding of default organization for dependency_management

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/176006



Merged-by: default avatarMatthias Käppler <mkaeppler@gitlab.com>
Approved-by: default avatarCharlie Kroon <ckroon@gitlab.com>
Approved-by: default avatarMatthias Käppler <mkaeppler@gitlab.com>
Co-authored-by: default avatarRutger Wessels <rwessels@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
RSpec.describe Sbom::Ingestion::Tasks::IngestComponents, feature_category: :dependency_management do RSpec.describe Sbom::Ingestion::Tasks::IngestComponents, feature_category: :dependency_management do
describe '#execute' do describe '#execute' do
let!(:organization) { create(:organization, :default) } let!(:organization) { create(:organization) }
let_it_be(:pipeline) { create(:ci_pipeline) } let_it_be(:pipeline) { create(:ci_pipeline) }
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
RSpec.describe Sbom::Ingestion::Tasks::IngestSourcePackages, feature_category: :dependency_management do RSpec.describe Sbom::Ingestion::Tasks::IngestSourcePackages, feature_category: :dependency_management do
describe '#execute' do describe '#execute' do
let!(:organization) { create(:organization) }
let_it_be(:pipeline) { create(:ci_pipeline) } let_it_be(:pipeline) { create(:ci_pipeline) }
let_it_be(:occurrence_maps) { build_list(:sbom_occurrence_map, 2, :with_source_package) } let_it_be(:occurrence_maps) { build_list(:sbom_occurrence_map, 2, :with_source_package) }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册