Skip to content

Commit ed6dc19

Browse files
committed
fix
1 parent 4f7ea5c commit ed6dc19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/__tests__/routes.test.js

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

0 commit comments

Comments
 (0)