Skip to content
Snippets Groups Projects
Verified Commit f1a71f0e authored by Varac's avatar Varac
Browse files

Remove old ubuntu reference

parent cafa0c5e
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,6 @@ import pytest ...@@ -2,6 +2,6 @@ import pytest
@pytest.mark.testinfra @pytest.mark.testinfra
def test_release_is_bionic(host): def test_os_release(host):
system_info = host.system_info system_info = host.system_info
assert system_info.release == '10' assert system_info.release == '10'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment