mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Remove recently added test (#3844)
This commit is contained in:
parent
0e237e1c0b
commit
7767f62a2e
1 changed files with 0 additions and 5 deletions
|
|
@ -735,11 +735,6 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods
|
|||
args = ["renew", "--dry-run", "-tvv"]
|
||||
self._test_renewal_common(True, [], args=args, should_renew=True)
|
||||
|
||||
def test_must_staple_renew(self):
|
||||
self._make_lineage('sample-renewal.conf')
|
||||
args = ["renew", "--must-staple"]
|
||||
self._test_renewal_common(True, [], args=args, should_renew=True)
|
||||
|
||||
def test_quiet_renew(self):
|
||||
self._make_lineage('sample-renewal.conf')
|
||||
args = ["renew", "--dry-run"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue