update [bugzilla] not found test (#6884)

This commit is contained in:
chris48s
2021-08-11 23:03:37 +01:00
committed by GitHub
parent 45a9c90782
commit 1444b5624c

View File

@@ -27,5 +27,5 @@ t.create('Bugzilla valid bug status with custom baseUrl')
})
t.create('Bugzilla invalid bug status')
.get('/102.json?baseUrl=https://bugzilla.gnome.org')
.get('/001.json')
.expectBadge({ label: 'bugzilla', message: 'not found' })