Skip to content

Commit ff9c429

Browse files
committed
fix(tests): bump devctr ubuntu version
The LTS ubuntu 24.04 version seems to have been updated since the last devctr build. Update the get_os_version() function accordingly. Signed-off-by: James Curtis <jxcurtis@amazon.co.uk>
1 parent 10bcba8 commit ff9c429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/framework/properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_os_version():
2727
"""Get the OS version
2828
2929
>>> get_os_version()
30-
'Ubuntu 24.04.3 LTS'
30+
'Ubuntu 24.04.4 LTS'
3131
"""
3232

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

0 commit comments

Comments
 (0)