1
0
forked from baron/baron-sso

orgfront 코드 체크 추가, 백엔드 기준 강화

This commit is contained in:
2026-05-14 09:49:37 +09:00
parent 92e607aee8
commit 8bca127723
16 changed files with 786 additions and 77 deletions

View File

@@ -47,12 +47,12 @@ func TestUserProjectionRepository_ReplaceAllFromKratosMarksReadyAndRemovesStaleU
UpdatedAt: time.Now(),
},
{
ID: "00000000-0000-0000-0000-000000000102",
Email: "two@example.com",
Name: "Two",
CompanyCodes: []string{tenantSlug},
CreatedAt: time.Now(),
UpdatedAt: time.Now(),
ID: "00000000-0000-0000-0000-000000000102",
Email: "two@example.com",
Name: "Two",
TenantID: &tenantID,
CreatedAt: time.Now(),
UpdatedAt: time.Now(),
},
}