cleanup code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user