Skip to content
Snippets Groups Projects
Commit 6cdc0f32 authored by GitLab Bot's avatar GitLab Bot
Browse files

Add latest changes from gitlab-org/gitlab@master

parent 25989ab7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -139,7 +139,8 @@ describe BuildDetailsEntity do
it { is_expected.to include(failure_reason: 'missing_dependency_failure') }
 
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
 
Loading
Loading
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment