mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix(core): invalid arguments order, fix message key (http exceptions)
This commit is contained in:
@@ -43,8 +43,8 @@ describe('Hello world (default adapter)', () => {
|
||||
.get('/host/local-pipe/1')
|
||||
.expect(404)
|
||||
.expect({
|
||||
message: 'Not Found',
|
||||
error: 'Cannot GET /host/local-pipe/1',
|
||||
error: 'Not Found',
|
||||
message: 'Cannot GET /host/local-pipe/1',
|
||||
statusCode: 404,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user