diff --git a/test/pytest/test_system.py b/test/pytest/test_system.py index aa0d3ca5bf7c5e1d9f18313f1ef0237ae250ef65..be7192f4be31869bfaef9e814ab75c62410fcf2c 100644 --- a/test/pytest/test_system.py +++ b/test/pytest/test_system.py @@ -2,6 +2,6 @@ import pytest @pytest.mark.testinfra -def test_release_is_bionic(host): +def test_os_release(host): system_info = host.system_info assert system_info.release == '10'