|
@@ -384,7 +384,7 @@ describe('多租户用户订单管理API集成测试', () => {
|
|
|
expect(response.status).toBe(404);
|
|
expect(response.status).toBe(404);
|
|
|
const result = await response.json();
|
|
const result = await response.json();
|
|
|
|
|
|
|
|
- expect(result.error).toBe('订单不存在');
|
|
|
|
|
|
|
+ expect(result.message).toBe('订单不存在');
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|