This commit is contained in:
Shinya Maeda 2018-10-01 17:09:07 +09:00 committed by Alessio Caiazza
parent bc5d649a4c
commit 533f5ca4c9
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ describe Ci::ProcessPipelineService, '#execute' do
enqueue_scheduled('delayed1')
expect(builds_names_and_statuses).to eq({ 'delayed1': 'pending', 'delayed2': 'scheduled' })
expect(pipeline.reload.status).to eq 'scheduled'
expect(pipeline.reload.status).to eq 'running'
end
end