Skip to content

Commit

Permalink
Improve comments and build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Oct 18, 2024
1 parent 9aec4c9 commit e2f5031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion filebeat/input/systemlogs/input_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ import (

func TestJournaldInputIsCreated(t *testing.T) {
c := map[string]any{
"files.paths": []string{"/file/does/not/exist"},
"files.paths": []string{"/file/does/not/exist"},
// The 'journald' object needs to exist for the input to be instantiated
"journald.enabled": true,
}

Expand Down
2 changes: 1 addition & 1 deletion filebeat/tests/integration/systemlogs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

//go:build linux
//go:build integration && linux

package integration

Expand Down

0 comments on commit e2f5031

Please sign in to comment.