Commit b85ddc84 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix typo

parent 503f8822
......@@ -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
......
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