From fe067b41553773f416d526e6ecb6a12fe92c8d28 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Fri, 14 Jul 2023 15:52:27 -0700 Subject: [PATCH] Fixing typos --- testing/integration/endpoint_security_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/integration/endpoint_security_test.go b/testing/integration/endpoint_security_test.go index 094fc3a3959..f6582d7c32c 100644 --- a/testing/integration/endpoint_security_test.go +++ b/testing/integration/endpoint_security_test.go @@ -51,7 +51,7 @@ type endpointPackageTemplateVars struct { // installed. The endpoint-security service is uninstalled when the agent is uninstalled. // // The agent is automatically uninstalled as part of test cleanup when installed with -// fxiture.Install via tools.InstallAgentWithPolicy. Failure to uninstall the agent will fail the +// fixture.Install via tools.InstallAgentWithPolicy. Failure to uninstall the agent will fail the // test automatically. func TestInstallAndCLIUninstallWithEndpointSecurity(t *testing.T) { info := define.Require(t, define.Requirements{ @@ -104,7 +104,7 @@ func TestInstallAndCLIUninstallWithEndpointSecurity(t *testing.T) { // unenrolling). The empty agent policy triggers the uninstall of endpoint because endpoint was // removed from the policy. // -// Like the CLI uinstall test, the agent is uninstalled from the command line at the end of the test +// Like the CLI uninstall test, the agent is uninstalled from the command line at the end of the test // but at this point endpoint is already uninstalled at this point. func TestInstallAndUnenrollWithEndpointSecurity(t *testing.T) { info := define.Require(t, define.Requirements{