test(coverity): fix failing service test (#5519)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
Caleb Cartwright
2020-09-12 09:36:00 -05:00
committed by GitHub
parent 9ef79889b0
commit 1c01520515

View File

@@ -12,8 +12,7 @@ t.create('known project id')
t.create('unknown project id')
.get('/abc.json')
// Coverity actually returns an HTTP 200 status with an HTML page when the project is not found.
.expectBadge({ label: 'coverity', message: 'unparseable json response' })
.expectBadge({ label: 'coverity', message: 'project not found' })
t.create('404 response')
.get('/1.json')