1
0
forked from baron/baron-sso

backend code-check 오류 수정

This commit is contained in:
2026-04-24 14:59:40 +09:00
parent 7fd750b587
commit 081cd6739a
4 changed files with 15 additions and 3 deletions

View File

@@ -265,4 +265,3 @@ func TestGetConsentRequest_Skip_DynamicClaims(t *testing.T) {
assert.Equal(t, "Security", capturedClaims["department"])
assert.Equal(t, "Officer", capturedClaims["position"])
}