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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user