Skip to content

Commit

Permalink
Fix NGINX integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansr committed Sep 6, 2021
1 parent c408768 commit 9e3d264
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion filebeat/fileset/modules_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,13 @@ func TestSetupNginx(t *testing.T) {
require.NoError(t, err)

configs := []*ModuleConfig{
{Module: "nginx"},
{
Module: "nginx",
Filesets: map[string]*FilesetConfig{
"error": {},
"access": {},
},
},
}

reg, err := newModuleRegistry(modulesPath, configs, nil, makeTestInfo("5.2.0"))
Expand Down

0 comments on commit 9e3d264

Please sign in to comment.