diff --git a/test/pytest/test_system.py b/test/pytest/test_system.py index 6c7e0a47e275131a82e11a0ea79692e5b4b9c08b..db28e4c0fbf7cedae94301fc22255f934b5415e8 100644 --- a/test/pytest/test_system.py +++ b/test/pytest/test_system.py @@ -6,5 +6,5 @@ import pprint @pytest.mark.testinfra def test_os_release(host): system_info = host.system_info - assert system_info.release == '10' + assert system_info.release == '11'