Skip to content

Commit

Permalink
Remove recently added test (certbot#3844)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaszbz authored and TheNavigat committed Feb 1, 2017
1 parent 0068051 commit 30c57b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions certbot/tests/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,11 +435,6 @@ def test_renew_verb(self):
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"]
Expand Down

0 comments on commit 30c57b7

Please sign in to comment.