forked from Silverfish/proton-bridge
feat(GODT-2725): Implement receive message step with expected structure exposed.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user