Commit b18897ac authored by Grzegorz Bizon's avatar Grzegorz Bizon

Update status group name for success with warnings

parent cce41cb2
...@@ -17,7 +17,7 @@ module Gitlab ...@@ -17,7 +17,7 @@ module Gitlab
'icon_status_warning' 'icon_status_warning'
end end
def to_s def group
'success_with_warnings' 'success_with_warnings'
end end
......
...@@ -17,6 +17,10 @@ describe Gitlab::Ci::Status::Pipeline::SuccessWithWarnings do ...@@ -17,6 +17,10 @@ describe Gitlab::Ci::Status::Pipeline::SuccessWithWarnings do
it { expect(subject.icon).to eq 'icon_status_warning' } it { expect(subject.icon).to eq 'icon_status_warning' }
end end
describe '#group' do
it { expect(subject.group).to eq 'success_with_warnings' }
end
describe '.matches?' do describe '.matches?' do
context 'when pipeline is successful' do context 'when pipeline is successful' do
let(:pipeline) do let(:pipeline) 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