Fix typo
This commit is contained in:
parent
503f882275
commit
b85ddc8459
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ describe CommitStatus, :models do
|
||||||
|
|
||||||
context 'when there is auto_canceled_by' do
|
context 'when there is auto_canceled_by' do
|
||||||
before do
|
before do
|
||||||
commit_status.update(auto_cancel_by: create(:ci_empty_pipeline))
|
commit_status.update(auto_canceled_by: create(:ci_empty_pipeline))
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'is auto canceled' do
|
it 'is auto canceled' do
|
||||||
|
|
Loading…
Reference in a new issue