diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/tests/src/misc-endpoints.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tests/src/misc-endpoints.ts b/packages/tests/src/misc-endpoints.ts index 0067578ed..3ae0c7b17 100644 --- a/packages/tests/src/misc-endpoints.ts +++ b/packages/tests/src/misc-endpoints.ts | |||
@@ -36,7 +36,7 @@ describe('Test misc endpoints', function () { | |||
36 | expectedStatus: HttpStatusCode.OK_200 | 36 | expectedStatus: HttpStatusCode.OK_200 |
37 | }) | 37 | }) |
38 | 38 | ||
39 | expect(res.text).to.contain('security issue') | 39 | expect(res.text).to.contain('SECURITY.md') |
40 | }) | 40 | }) |
41 | 41 | ||
42 | it('Should get nodeinfo', async function () { | 42 | it('Should get nodeinfo', async function () { |