mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Removed unused test method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user