This commit is contained in:
Lin Jen-Shin 2017-04-07 00:45:34 +08:00
parent 503f882275
commit b85ddc8459
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ describe CommitStatus, :models do
context 'when there is auto_canceled_by' do
before do
commit_status.update(auto_cancel_by: create(:ci_empty_pipeline))
commit_status.update(auto_canceled_by: create(:ci_empty_pipeline))
end
it 'is auto canceled' do