Skip to content

Commit 1bd8fd1

Browse files
committed
fix(test): update get_os_version doctest
With the docker update, we picked up a new ubuntu patch version. Signed-off-by: Patrick Roy <[email protected]>
1 parent 84d1680 commit 1bd8fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/framework/properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_os_version():
2626
"""Get the OS version
2727
2828
>>> get_os_version()
29-
'Ubuntu 24.04.1 LTS'
29+
'Ubuntu 24.04.2 LTS'
3030
"""
3131

3232
os_release = Path("/etc/os-release").read_text(encoding="ascii")

0 commit comments

Comments
 (0)