Skip to content
Snippets Groups Projects
Commit 85ce8052 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

all email addresses added by the loadgen tool end with @loadtest.domain

parent 61efe0ef
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ var users = [ ];
exports.num = function() { return users.length; }
function genEmail() {
return secrets.generate(8) + "@" + secrets.generate(8) + "." + secrets.generate(3);
return secrets.generate(16) + "@loadtest.domain";
}
// a little utilitiy function to get any one of an array of items
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment