tests: fix scrutinizerbuild service test (#6785)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
Caleb Cartwright
2021-07-19 21:54:38 -05:00
committed by GitHub
parent 3cd5e771b6
commit 42ba150abd
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ const orangeStatuses = ['partially succeeded', 'unstable', 'timeout']
const redStatuses = [
'error',
'errored',
'failed',
'failing',
'failure',

View File

@@ -54,6 +54,7 @@ test(renderBuildStatusBadge, () => {
test(renderBuildStatusBadge, () => {
forCases([
given({ status: 'error' }),
given({ status: 'errored' }),
given({ status: 'failed' }),
given({ status: 'failing' }),
given({ status: 'failure' }),