Fix security.txt test
This commit is contained in:
parent
64cb55fcb1
commit
cb909ab38a
|
@ -36,7 +36,7 @@ describe('Test misc endpoints', function () {
|
||||||
expectedStatus: HttpStatusCode.OK_200
|
expectedStatus: HttpStatusCode.OK_200
|
||||||
})
|
})
|
||||||
|
|
||||||
expect(res.text).to.contain('security issue')
|
expect(res.text).to.contain('SECURITY.md')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should get nodeinfo', async function () {
|
it('Should get nodeinfo', async function () {
|
||||||
|
|
Loading…
Reference in New Issue