fix: use repos from badges organization for GithubContributors (#4104) (#4105)

Fixes #4104
This commit is contained in:
seetd
2019-10-02 01:21:46 -04:00
committed by Caleb Cartwright
parent 362da5262b
commit 51d879d7d2

View File

@@ -4,14 +4,14 @@ const t = (module.exports = require('../tester').createServiceTester())
const { isMetric } = require('../test-validators')
t.create('Contributors')
.get('/contributors/cdnjs/cdnjs.json')
.get('/contributors/badges/shields.json')
.expectBadge({
label: 'contributors',
message: isMetric,
})
t.create('1 contributor')
.get('/contributors/paulmelnikow/local-credential-storage.json')
.get('/contributors/badges/shields-tests.json')
.expectBadge({
label: 'contributors',
message: '1',