Skip to content

Commit

Permalink
Merge pull request #440 from psmf22/develop
Browse files Browse the repository at this point in the history
chore: update FodUserSupplier
  • Loading branch information
psmf22 authored Sep 20, 2023
2 parents 0f98b5a + ffd05e2 commit 072c13c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ public class FoDUserSupplier extends AbstractCloseableEntitySupplier<FoDUser> {
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")
Expand Down

0 comments on commit 072c13c

Please sign in to comment.