feat(GODT-2816): Handle maxChar even for non mandatory field + make it customisable from JSON.

This commit is contained in:
Romain LE JEUNE
2023-07-31 08:18:18 +02:00
committed by Romain Le Jeune
parent 80d729e3e5
commit 243ddf47ab
4 changed files with 16 additions and 9 deletions

View File

@ -152,7 +152,7 @@ func (s *scenario) theUserSetSMTPModeToSSL() error {
}
func (s *scenario) theUserReportsABug() error {
return s.t.bridge.ReportBug(context.Background(), "osType", "osVersion", "description", "username", "email", "client", false)
return s.t.bridge.ReportBug(context.Background(), "osType", "osVersion", "title", "description", "username", "email", "client", false)
}
func (s *scenario) bridgeSendsAConnectionUpEvent() error {