Skip to content

Commit c378830

Browse files
authored
fix(tests): Fix test description (#429)
1 parent 80b3b41 commit c378830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/integration/server.itest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('/', () => {
3131
});
3232

3333
describe('/docs', () => {
34-
it('should load the page', async () => {
34+
it('should redirect', async () => {
3535
const res = await request(app).get('/docs');
3636
expect(res.statusCode).toEqual(302);
3737
});

0 commit comments

Comments
 (0)