Fix security.txt test

pull/5949/head
Chocobozzz 2023-08-18 11:54:55 +02:00
parent 64cb55fcb1
commit cb909ab38a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ describe('Test misc endpoints', function () {
expectedStatus: HttpStatusCode.OK_200
})
expect(res.text).to.contain('security issue')
expect(res.text).to.contain('SECURITY.md')
})
it('Should get nodeinfo', async function () {