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