Fix failing [JenkinsPluginInstalls] test (#4727)

This commit is contained in:
Pierre-Yves B
2020-03-04 00:21:11 +00:00
committed by GitHub
parent b13116870f
commit 488c432a95

View File

@@ -26,9 +26,9 @@ t.create('version installs | valid: numeric version')
})
t.create('version installs | valid: alphanumeric version')
.get('/view-job-filters/1.27-DRE1.00.json')
.get('/build-failure-analyzer/1.17.2-DRE3.14.json')
.expectBadge({
label: 'installs@1.27-DRE1.00',
label: 'installs@1.17.2-DRE3.14',
message: isMetric,
})