Skip to content

Commit 80c7af9

Browse files
jalvzgraphaelli
authored andcommitted
Update user-agent version in pipeline test.
Follows elasticsearch update: elastic/elasticsearch#47807
1 parent aeaf841 commit 80c7af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/test_pipelines.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_pipeline_applied(self):
8787
assert ua["original"] == "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 " \
8888
"(KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36, Mozilla Chrome Edge"
8989
assert ua["name"] == "Chrome"
90-
assert ua["version"] == "51.0.2704"
90+
assert ua["version"] == "51.0.2704.103"
9191
assert ua["os"]["name"] == "Mac OS X"
9292
assert ua["os"]["version"] == "10.10.5"
9393
assert ua["os"]["full"] == "Mac OS X 10.10.5"

0 commit comments

Comments
 (0)