change forgotten constant in spec to match code

This commit is contained in:
Markus Doits 2018-10-29 17:11:26 +01:00
parent dfa8ab6f42
commit 3aa85715dd
No known key found for this signature in database
GPG Key ID: A0796D16BD3D3DAE
1 changed files with 1 additions and 1 deletions

View File

@ -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 }