From 3f7fe6d7827d800330186403af28940b8107f03f Mon Sep 17 00:00:00 2001 From: psmf22 <117990501+psmf22@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:29:31 +0200 Subject: [PATCH] chore: update FoDUserSupplier change to randomized username --- .../com/fortify/cli/ftest/fod/_common/FoDUserSupplier.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fcli-other/fcli-functional-test/src/ftest/groovy/com/fortify/cli/ftest/fod/_common/FoDUserSupplier.groovy b/fcli-other/fcli-functional-test/src/ftest/groovy/com/fortify/cli/ftest/fod/_common/FoDUserSupplier.groovy index d73449756d..397c76921e 100644 --- a/fcli-other/fcli-functional-test/src/ftest/groovy/com/fortify/cli/ftest/fod/_common/FoDUserSupplier.groovy +++ b/fcli-other/fcli-functional-test/src/ftest/groovy/com/fortify/cli/ftest/fod/_common/FoDUserSupplier.groovy @@ -25,8 +25,7 @@ public class FoDUserSupplier extends AbstractCloseableEntitySupplier { private final String random = System.currentTimeMillis() final String variableName = "fod_user_"+random final String variableRef = "::"+variableName+"::" - final String groupName = "fcli-"+random - final String userName = "fcliAutomatedTestUser" + final String userName = "fcli-"+random public FoDUser create() { Fcli.run("fod rest lookup Roles --store roles")