Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Oct 27, 2023
1 parent 7190026 commit 0b3d387
Showing 1 changed file with 1 addition and 1 deletion.
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 0b3d387

Please sign in to comment.