Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
Fix all failing tests
  • Loading branch information
belimawr committed Oct 27, 2023
1 parent 7190026 commit 99f9579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion testing/integration/logs_ingestion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ var policyJSON = `
"enabled": true,
"vars": {
"paths": [
"{{.LogFilePath}}"
"{{.LogFilePath | js}}" {{/* we need to escape windows paths */}}
],
"data_stream.dataset": "{{.Dataset}}"
}
Expand Down

0 comments on commit 99f9579

Please sign in to comment.