forked from baron/baron-sso
dev 반영 code check 오류 수정
This commit is contained in:
@@ -18,7 +18,6 @@ func TestEnsureSuperAdminCreatesIdentityLocalUserAndKetoRelation(t *testing.T) {
|
||||
Name: "New Admin",
|
||||
Source: "test",
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
t.Fatalf("EnsureSuperAdmin returned error: %v", err)
|
||||
}
|
||||
@@ -67,7 +66,6 @@ func TestEnsureSuperAdminPromotesExistingLocalUser(t *testing.T) {
|
||||
Name: "Existing Admin",
|
||||
Source: "test",
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
t.Fatalf("EnsureSuperAdmin returned error: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user