Fix [static] tests (#2797)

This commit is contained in:
Paul Melnikow
2019-01-17 15:24:02 -05:00
committed by GitHub
parent 328a6b0f9d
commit 4bfc8d3b72

View File

@@ -20,7 +20,7 @@ t.create('All one color')
t.create('Not a valid color')
.get('/badge/label-message-notacolor.json?style=_shields_test')
.expectJSON({ name: 'label', value: 'message' })
.expectJSON({ name: 'label', value: 'message', color: null })
t.create('Missing message')
.get('/badge/label--blue.json?style=_shields_test')