Skip to content

Commit 03b4902

Browse files
committed
Merge branch 'fix/deduplication-privilege-level-change' of github.com:michalpristas/elastic-agent into fix/deduplication-privilege-level-change
2 parents 9bb0fc5 + 308e86a commit 03b4902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)