Skip to content

Commit 4f7ea5c

Browse files
Update src/__tests__/routes.test.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 798c3c1 commit 4f7ea5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__tests__/routes.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ describe('API Routes', () => {
451451
const res = await request(app)
452452
.get('/v1/static/reports/..hidden/passwd')
453453
.expect(400);
454+
.expect(400);
454455
expect(res.body).toHaveProperty('error', 'Invalid file path');
455456
});
456457

0 commit comments

Comments
 (0)