Commit 43c0ef49 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Add bridge source to import/export safe attributes

parent eae31540
......@@ -13,6 +13,7 @@ merge_requests:
- draft_notes
ci_pipelines:
- source_pipeline
- source_bridge
- sourced_pipelines
- triggered_by_pipeline
- triggered_pipelines
......
......@@ -9,7 +9,9 @@ describe Ci::BuildPresenter do
it 'returns a verbose failure reason' do
description = presenter.callout_failure_message
expect(description).to eq('The environment this job is deploying to is protected. Only users with permission may successfully run this job')
expect(description).to eq 'The environment this job is deploying to is protected. ' \
'Only users with permission may successfully run this job.'
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