We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8f311 commit 9b3666eCopy full SHA for 9b3666e
tests/framework/properties.py
@@ -26,7 +26,7 @@ def get_os_version():
26
"""Get the OS version
27
28
>>> get_os_version()
29
- 'Ubuntu 24.04.1 LTS'
+ 'Ubuntu 24.04.2 LTS'
30
"""
31
32
os_release = Path("/etc/os-release").read_text(encoding="ascii")
0 commit comments