Skip to content

Commit

Permalink
Update endpoint package version on tests
Browse files Browse the repository at this point in the history
Update the endpoint package version for integration tests, some tests
were failing because the old version was not found.
  • Loading branch information
belimawr committed Oct 27, 2023
1 parent 910d17b commit 4cd7bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration/endpoint_security_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 4cd7bc1

Please sign in to comment.