cleanup code

This commit is contained in:
2025-02-01 06:54:40 -06:00
parent f421249943
commit f853b22b43
5 changed files with 10 additions and 34 deletions

View File

@@ -32,7 +32,7 @@ func TestNKodeAPI(t *testing.T) {
assert.NoError(t, err)
attrPerKey := 9
numKeys := 6
userEmail := "test_username" + security.GenerateRandomString(12) + "@example.com"
userEmail := "test_username" + security.GenerateNonSecureRandomString(12) + "@example.com"
// *** Signup ***
resp, status, err := tr.Signup(customerID, attrPerKey, numKeys, userEmail)