From f1a71f0e952183f020f5a48a623b0b16b9c6c74f Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 17 Dec 2019 15:59:27 +0100
Subject: [PATCH] Remove old ubuntu reference

---
 test/pytest/test_system.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/pytest/test_system.py b/test/pytest/test_system.py
index aa0d3ca5b..be7192f4b 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'
-- 
GitLab