Removed unused test method

This commit is contained in:
Joona Hoikkala
2016-04-14 08:08:08 +03:00
parent 58519a1c51
commit 995b22684f
-3
View File
@@ -342,9 +342,6 @@ class EnforceDomainSanityTest(unittest.TestCase):
class OsInfoTest(unittest.TestCase):
"""Test OS / distribution detection"""
def _call(self):
from letsencrypt.le_util import get_os_info
return get_os_info()
def test_systemd_os_release(self):
from letsencrypt.le_util import get_os_info