Commit 6cdc0f32 authored by GitLab Bot's avatar GitLab Bot

Add latest changes from gitlab-org/gitlab@master

parent 25989ab7
...@@ -139,7 +139,8 @@ describe BuildDetailsEntity do ...@@ -139,7 +139,8 @@ describe BuildDetailsEntity do
it { is_expected.to include(failure_reason: 'missing_dependency_failure') } it { is_expected.to include(failure_reason: 'missing_dependency_failure') }
it 'includes the failing dependencies in the callout message' do it 'includes the failing dependencies in the callout message' do
expect(message).to include('test2, test1') expect(message).to include('test1')
expect(message).to include('test2')
end end
end end
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
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