Skip to content

Commit e4d5cbf

Browse files
Update GenerateSCIMPayload.js
1 parent 2b47f19 commit e4d5cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Script Includes/SCIM Payload Generator/GenerateSCIMPayload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GenerateSCIMPayload.prototype = {
1010
for (var i = 0; i < length; i++) {
1111
result += characters.charAt(Math.floor(Math.random() * characters.length));
1212
}
13-
return "MB test group " + result;
13+
return "test group " + result;
1414
},
1515

1616
// Function to retrieve the groups where the user is a member

0 commit comments

Comments
 (0)