Skip to content

Commit 308e86a

Browse files
Update switch_unprivileged_test.go
1 parent f5bbb8c commit 308e86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/integration/ess/switch_unprivileged_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ func TestSwitchToUnprivilegedDeduplication(t *testing.T) {
297297

298298
var actionsCount = 5
299299
errors := make([]string, actionsCount)
300-
for i := 0; i < actionsCount-1; i++ {
300+
for i := 0; i < actionsCount; i++ {
301301
switchErrg.Go(func() error {
302302
err := fleettools.SwitchAgent(ctx, kibClient, agentID)
303303
if err != nil {

0 commit comments

Comments
 (0)