From 4cd7bc1c1091bc8bfe50244035c50eb840c5f7ec Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Fri, 27 Oct 2023 12:54:46 +0200 Subject: [PATCH] Update endpoint package version on tests Update the endpoint package version for integration tests, some tests were failing because the old version was not found. --- testing/integration/endpoint_security_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration/endpoint_security_test.go b/testing/integration/endpoint_security_test.go index f3943604c1d..c2ca1d5a058 100644 --- a/testing/integration/endpoint_security_test.go +++ b/testing/integration/endpoint_security_test.go @@ -36,7 +36,7 @@ import ( const ( // TODO: Setup a GitHub Action to update this for each release of https://github.com/elastic/endpoint-package - endpointPackageVersion = "8.9.0" + endpointPackageVersion = "8.11.0" endpointHealthPollingTimeout = 2 * time.Minute )