Commit 3aa85715 authored by Markus Doits's avatar Markus Doits

change forgotten constant in spec to match code

parent dfa8ab6f
......@@ -113,7 +113,7 @@ describe Gitlab::Ci::Config::Entry::Retry do
end
end
CommitStatus.failure_reasons.each_key do |reason|
::Ci::Build.failure_reasons.each_key do |reason|
context "with when from CommitStatus.failure_reasons `#{reason}`" do
let(:when) { reason }
......
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