Skip to content

Commit

Permalink
Fix config test
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Jan 7, 2016
1 parent 97142b4 commit cb6eea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestReadConfig(t *testing.T) {

assert.Nil(t, err)

assert.Equal(t, uint64(1024), config.Filebeat.SpoolSize)
assert.Equal(t, uint64(DefaultSpoolSize), config.Filebeat.SpoolSize)
assert.Equal(t, "/prospectorConfigs/", config.Filebeat.ConfigDir)

prospectors := config.Filebeat.Prospectors
Expand Down

0 comments on commit cb6eea1

Please sign in to comment.