mirror of
https://github.com/certbot/certbot.git
synced 2026-07-23 16:22:34 +02:00
acme: rm binary string tests
This commit is contained in:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user