Commit 3cf1ab7e authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'fix-build_details_entity_spec' into 'master'

Fix spec/serializers/build_details_entity_spec.rb

See merge request gitlab-org/gitlab!18787
parents 3793d78a a36fcc1d
...@@ -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
......
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