Commit f054459a authored by Peter Leitzen's avatar Peter Leitzen

Fix typo in example name

parent acae7503
...@@ -39,7 +39,7 @@ RSpec.describe ::Gitlab::Security::ScanConfiguration do ...@@ -39,7 +39,7 @@ RSpec.describe ::Gitlab::Security::ScanConfiguration do
let(:configured) { true } let(:configured) { true }
context 'with a non configurable scaner' do context 'with a non configurable scanner' do
let(:type) { :secret_detection } let(:type) { :secret_detection }
it { is_expected.to be_nil } it { is_expected.to be_nil }
......
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