cleanup code

This commit is contained in:
2025-02-01 06:55:20 -06:00
parent f853b22b43
commit 8de1dc133e

View File

@@ -42,7 +42,6 @@ func testNKodeAPI(t *testing.T, db repository.CustomerUserRepository) {
attrsPerKey := 5
numbOfKeys := 4
for idx := 0; idx < 1; idx++ {
rand,
userEmail := entities.UserEmail("test_username" + security.GenerateNonSecureRandomString(12) + "@example.com")
passcodeLen := 4
nkodePolicy := entities.NewDefaultNKodePolicy()