Skip to content

Commit 2abb071

Browse files
pierrehilberthayotbisonai
authored andcommitted
Fix typos (elastic#10469)
1 parent edd46bd commit 2abb071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/integration/ess/endpoint_security_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func addEndpointCleanup(t *testing.T, uninstallToken string) {
188188
uninstallContext, uninstallCancel := context.WithTimeout(context.Background(), 5*time.Minute)
189189
defer uninstallCancel()
190190

191-
t.Logf("Uninstalling endpoint with the following uinstall token: %s", uninstallToken)
191+
t.Logf("Uninstalling endpoint with the following uninstall token: %s", uninstallToken)
192192
_, err = exec.CommandContext(uninstallContext, "/opt/Elastic/Endpoint/elastic-endpoint", "uninstall", "--uninstall-token", uninstallToken).CombinedOutput()
193193
if err != nil {
194194
t.Fatalf("error when cleaning up elastic-endpoint: uninstall token %s", uninstallToken)
@@ -320,7 +320,7 @@ func testUnprotectedInstallUpgrade(
320320
t.Logf("Comparing start version %s to upgraded version %s", startEndpointVersion.String(), parsedUpgradedVersion.String())
321321
require.True(t, startEndpointVersion.Less(*parsedUpgradedVersion))
322322

323-
t.Log("trying to uinstall without token, not expecting error")
323+
t.Log("trying to uninstall without token, not expecting error")
324324
out, err = exec.Command("sudo", "elastic-agent", "uninstall", "-f").CombinedOutput()
325325
t.Log(string(out))
326326
require.NoError(t, err)

0 commit comments

Comments
 (0)