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:
@@ -13,6 +13,7 @@ const orangeStatuses = ['partially succeeded', 'unstable', 'timeout']
|
||||
|
||||
const redStatuses = [
|
||||
'error',
|
||||
'errored',
|
||||
'failed',
|
||||
'failing',
|
||||
'failure',
|
||||
|
||||
@@ -54,6 +54,7 @@ test(renderBuildStatusBadge, () => {
|
||||
test(renderBuildStatusBadge, () => {
|
||||
forCases([
|
||||
given({ status: 'error' }),
|
||||
given({ status: 'errored' }),
|
||||
given({ status: 'failed' }),
|
||||
given({ status: 'failing' }),
|
||||
given({ status: 'failure' }),
|
||||
|
||||
Reference in New Issue
Block a user