Commit 5e4824d9 authored by Shinya Maeda's avatar Shinya Maeda Committed by Alessio Caiazza

Fix Status::Pipeline::Blocked spec

parent fcb77970
...@@ -15,7 +15,7 @@ describe Gitlab::Ci::Status::Pipeline::Blocked do ...@@ -15,7 +15,7 @@ describe Gitlab::Ci::Status::Pipeline::Blocked do
describe '#label' do describe '#label' do
it 'overrides status label' do it 'overrides status label' do
expect(subject.label).to eq 'waiting for manual action' expect(subject.label).to eq 'waiting for manual action or delayed job'
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