mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Removed unused test method
This commit is contained in:
parent
58519a1c51
commit
995b22684f
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue