Skip to content
Snippets Groups Projects
Verified Commit 9d9f43ca authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix testinfra test to check for Debian 11

parent f0264474
No related branches found
No related tags found
No related merge requests found
......@@ -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'
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