Fix commit status presenter spec
This commit is contained in:
parent
4449101282
commit
af4b85cef5
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ class CommitStatusPresenter < Gitlab::View::Presenter::Delegated
|
|||
stuck_or_timeout_failure: 'There has been a timeout failure or the job got stuck. Check your timeout limits or try again',
|
||||
runner_system_failure: 'There has been a runner system failure, please try again',
|
||||
missing_dependency_failure: 'There has been a missing dependency failure',
|
||||
runner_unsupported: 'Your runner is outdated, please upgrade your runner'
|
||||
runner_unsupported: 'Your runner is outdated, please upgrade your runner',
|
||||
schedule_expired: 'Scheduled job could not be executed by some reason, please try again'
|
||||
}.freeze
|
||||
|
||||
private_constant :CALLOUT_FAILURE_MESSAGES
|
||||
|
|
Loading…
Reference in a new issue