GODT-2181(test): Use [user:NAME] for test user name

This commit is contained in:
James Houlahan
2022-12-13 01:33:41 +01:00
parent 688cb30d4a
commit b9b4c1c38d
4 changed files with 57 additions and 37 deletions

View File

@ -76,10 +76,10 @@ func (s *scenario) theAccountHasAdditionalAddress(username, address string) erro
if err := s.t.runQuarkCmd(
context.Background(),
"user:create:address",
"--gen-keys", "RSA2048",
userID,
s.t.getUserPass(userID),
address,
"--gen-keys", "RSA2048",
); err != nil {
return err
}