Skip to content

Commit

Permalink
Follow up changes in ML importer integration tests (#5865)
Browse files Browse the repository at this point in the history
follow up changes in ML importer integration tests

Closes #5863
  • Loading branch information
kvch authored and exekias committed Dec 14, 2017
1 parent 223c074 commit f1674b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libbeat/ml-importer/importer_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ const sampleJob = `
const sampleDatafeed = `
{
"job_id": "PLACEHOLDER",
"query_delay": "60s",
"frequency": "60s",
"indexes": [
"filebeat-*"
],
Expand Down Expand Up @@ -167,7 +165,7 @@ func TestImportJobs(t *testing.T) {
if datafeed.DatafeedId == "datafeed-test-ml-config" {
found = true
assert.Equal(t, datafeed.JobId, "test-ml-config")
assert.Equal(t, datafeed.QueryDelay, "60s")
assert.Equal(t, datafeed.QueryDelay, "87034ms")
}
}
assert.True(t, found)
Expand Down

0 comments on commit f1674b5

Please sign in to comment.