Skip to content
Snippets Groups Projects

Fix n plus one issue ci build dast profile

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -27,7 +27,7 @@
@@ -27,7 +27,7 @@
context 'when the profile does not exist' do
context 'when the profile does not exist' do
let(dast_profile_name_key) { SecureRandom.hex }
let(dast_profile_name_key) { SecureRandom.hex }
it_behaves_like 'an error occurred' do
it_behaves_like 'an error occurred during the dast profile association' do
let(:error_message) { "DAST profile not found: #{profile_name}" }
let(:error_message) { "DAST profile not found: #{profile_name}" }
end
end
end
end
Loading