We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4352d2b commit 7d35019Copy full SHA for 7d35019
internal/app/controller/engine_test.go
@@ -318,9 +318,6 @@ func (t *TestTeamInfo) applyTo(info *TeamInfo) {
318
if t.MaxAllowedBots != nil {
319
info.MaxAllowedBots = *t.MaxAllowedBots
320
}
321
- if t.Connected != nil {
322
- info.Connected = *t.Connected
323
- }
324
if t.BotSubstitutionIntend != nil {
325
info.BotSubstitutionIntend = *t.BotSubstitutionIntend
326
0 commit comments