We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e55ebb commit 6dbb714Copy full SHA for 6dbb714
tests/system/test_pipelines.py
@@ -88,7 +88,7 @@ def test_pipeline_applied(self):
88
assert ua["original"] == "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 " \
89
"(KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36, Mozilla Chrome Edge"
90
assert ua["name"] == "Chrome"
91
- assert ua["version"] == "51.0.2704"
+ assert ua["version"] == "51.0.2704.103"
92
assert ua["os"]["name"] == "Mac OS X"
93
assert ua["os"]["version"] == "10.10.5"
94
assert ua["os"]["full"] == "Mac OS X 10.10.5"
0 commit comments