Commit 0afec539 authored by Tetiana Chupryna's avatar Tetiana Chupryna

Replace usage of dependency_list in service

parent 0eda4548
......@@ -9,7 +9,7 @@ describe Security::DependencyListService do
subject { described_class.new(pipeline: pipeline, params: params).execute }
before do
stub_licensed_features(dependency_list: true)
stub_licensed_features(dependency_scanning: true)
end
context 'without 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