diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-18 11:54:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-18 11:54:55 +0200 |
commit | cb909ab38a6a176edce53043bcfcec8ca2f156fb (patch) | |
tree | 7535245fa5d36d449f91c8fb552e8cfadf90f353 /packages | |
parent | 64cb55fcb1c2170aa019b057cdf487093a5eb451 (diff) | |
download | PeerTube-cb909ab38a6a176edce53043bcfcec8ca2f156fb.tar.gz PeerTube-cb909ab38a6a176edce53043bcfcec8ca2f156fb.tar.zst PeerTube-cb909ab38a6a176edce53043bcfcec8ca2f156fb.zip |
Fix security.txt test
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 () { |