mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:59 +02:00
make execute static
This commit is contained in:
@@ -92,6 +92,7 @@ class GoogleClientTest(unittest.TestCase):
|
||||
response = {"rrsets": [{"name": "_acme-challenge.example.org.", "type": "TXT",
|
||||
"rrdatas": ["\"example-txt-contents\""]}]}
|
||||
class x:
|
||||
@staticmethod
|
||||
def execute():
|
||||
if rrs_list_error is not None:
|
||||
raise rrs_list_error
|
||||
|
||||
Reference in New Issue
Block a user