change CC0 example in GH service tests (#1634)

This commit is contained in:
chris48s
2018-04-28 20:59:27 +01:00
committed by GitHub
parent 2e87ed9d46
commit 714df8fac5

View File

@@ -24,7 +24,7 @@ const copyleftLicenseColor = colorsB[licenseToColor('GPL-3.0')];
const unknownLicenseColor = colorsB[licenseToColor()];
t.create('Public domain license')
.get('/license/badges/shields.json?style=_shields_test')
.get('/license/github/gitignore.json?style=_shields_test')
.expectJSON({ name: 'license', value: 'CC0-1.0', colorB: publicDomainLicenseColor });
t.create('Copyleft license')