|
|
@@ -95,7 +95,7 @@ describe('人才就业信息API集成测试 - 故事015.005', () => {
|
|
|
roles: [{ name: 'talent' }]
|
|
|
}, {
|
|
|
personId: testDisabledPerson.id,
|
|
|
- userType: UserType.TALENT as any
|
|
|
+ userType: UserType.TALENT
|
|
|
});
|
|
|
|
|
|
// 创建测试平台
|
|
|
@@ -213,7 +213,7 @@ describe('人才就业信息API集成测试 - 故事015.005', () => {
|
|
|
username: userWithoutPerson.username,
|
|
|
roles: [{ name: 'talent' }]
|
|
|
}, {
|
|
|
- userType: UserType.TALENT as any
|
|
|
+ userType: UserType.TALENT
|
|
|
});
|
|
|
|
|
|
const response = await client.employment.status.$get(undefined, {
|