Commit 3eaa18f7 authored by Jan Provaznik's avatar Jan Provaznik

Do not check explicit order of pipeline builds

These builds can be in opposite order too.
parent babf17e2
......@@ -48,7 +48,7 @@ RSpec.describe 'Jobs/DAST-Default-Branch-Deploy.gitlab-ci.yml' do
context 'when project has no license' do
it 'includes dast_unlicensed job' do
expect(build_names).to eq %w(placeholder dast_unlicensed)
expect(build_names).to match_array(%w(placeholder dast_unlicensed))
end
end
......
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