Skip to content

Commit e94d684

Browse files
author
kaanyalti
committed
enhancement(6394): revert var name change
1 parent c46bb8d commit e94d684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/integration/endpoint_security_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,11 +372,11 @@ func installSecurityAgent(ctx context.Context, t *testing.T, info *define.Info,
372372
Privileged: true,
373373
}
374374

375-
policyResp, err := tools.InstallAgentWithPolicy(ctx, t,
375+
policy, err := tools.InstallAgentWithPolicy(ctx, t,
376376
installOpts, fixture, info.KibanaClient, createPolicyReq)
377377
require.NoError(t, err, "failed to install agent with policy")
378378

379-
return fixture, policyResp
379+
return fixture, policy
380380
}
381381

382382
// buildPolicyWithTamperProtection helper function to build the policy request with or without tamper protection

0 commit comments

Comments
 (0)