Removed unused test method

This commit is contained in:
Joona Hoikkala 2016-04-14 08:08:08 +03:00
parent 58519a1c51
commit 995b22684f
No known key found for this signature in database
GPG key ID: C14AAE0F5ADCB854

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