1
0
forked from baron/baron-sso

누락된 키 추가: 테넌트 수정 화면에 새롭게 추가한 '상위 테넌트' 관련 UI 키 2종을 로컬 설정 파일에 반영했습니다

This commit is contained in:
2026-03-24 16:33:01 +09:00
parent a4f283e4e6
commit 311e491683
11 changed files with 3986 additions and 4045 deletions

View File

@@ -22,7 +22,7 @@ user2@test.com,Kim Cheol Su,,admin,baron,IT,E002`;
},
});
expect(result[1].email).toBe("user2@test.com");
expect((result[1] as any).metadata.emp_id).toBe("E002");
expect(result[1].metadata.emp_id).toBe("E002");
});
it("should return empty array for empty input", () => {