Commit 93ceae1b authored by Cyrine Gamoudi's avatar Cyrine Gamoudi

Move ee/lib/gitlab/ci/reports/security POROs to CE

relates to https://gitlab.com/gitlab-org/gitlab/-/issues/284689
parent a1082b70
......@@ -6,7 +6,8 @@ RSpec.describe Gitlab::Ci::Reports::Security::Identifier do
using RSpec::Parameterized::TableSyntax
describe '#initialize' do
subject { described_class.new(**params) }
# wrote the class explicitly because described_class kept returning Gitlab::identifier<module>
subject { Gitlab::Ci::Reports::Security::Identifier.new(**params) }
let(:params) do
{
......
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