mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
fix integration tests to work with version 3.2.3 of the useragent filter
Fixes #10019
This commit is contained in:
parent
1329e67174
commit
669ccad8f6
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ describe "Test Elasticsearch output" do
|
|||
expect(s["geoip"]["longitude"]).to be_between(-180, 180)
|
||||
expect(s["geoip"]["latitude"]).to be_between(-90, 90)
|
||||
expect(s["verb"]).to eq("GET")
|
||||
expect(s["useragent"]["os"]).to eq("Windows 7")
|
||||
expect(s["useragent"]["os"]).to eq("Windows")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue