tests: fix amodownloads service test (#5618)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
Caleb Cartwright
2020-09-27 10:35:29 -05:00
committed by GitHub
parent 0eedc8d180
commit 63f56f0762

View File

@@ -9,7 +9,7 @@ const t = (module.exports = new ServiceTester({
}))
t.create('Weekly Downloads')
.get('/dw/dustman.json')
.get('/dw/duckduckgo-for-firefox.json')
.expectBadge({ label: 'downloads', message: isMetricOverTimePeriod })
t.create('Weekly Downloads (not found)')