mirror of
https://github.com/certbot/certbot.git
synced 2026-05-20 17:30:43 -04:00
acme: rm binary string tests
This commit is contained in:
parent
c564a5d222
commit
ce2ed95c2f
1 changed files with 0 additions and 2 deletions
|
|
@ -25,11 +25,9 @@ class IsWildcardDomainTest(unittest.TestCase):
|
|||
|
||||
def test_no_wildcard(self):
|
||||
assert not self._call(self.no_wildcard)
|
||||
assert not self._call(self.no_wildcard.encode())
|
||||
|
||||
def test_wildcard(self):
|
||||
assert self._call(self.wildcard)
|
||||
assert self._call(self.wildcard.encode())
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Reference in a new issue