Skip to content

Commit 7d35019

Browse files
committed
[bugfix] Fix test
1 parent 4352d2b commit 7d35019

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/app/controller/engine_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,6 @@ func (t *TestTeamInfo) applyTo(info *TeamInfo) {
318318
if t.MaxAllowedBots != nil {
319319
info.MaxAllowedBots = *t.MaxAllowedBots
320320
}
321-
if t.Connected != nil {
322-
info.Connected = *t.Connected
323-
}
324321
if t.BotSubstitutionIntend != nil {
325322
info.BotSubstitutionIntend = *t.BotSubstitutionIntend
326323
}

0 commit comments

Comments
 (0)