feat(GODT-2725): Implement receive message step with expected structure exposed.

This commit is contained in:
Romain Le Jeune
2023-09-27 14:17:51 +00:00
parent e9c73c2d0d
commit 50acc0dcfb
5 changed files with 433 additions and 30 deletions

View File

@ -558,7 +558,7 @@ func (s *scenario) createUserAccount(username, password string, disabled bool) e
if _, err := s.t.runQuarkCmd(
context.Background(),
"user:create:subscription",
"--planID", "plus",
"--planID", "visionary2022",
string(userDecID),
); err != nil {
return err