mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Lint fix
This commit is contained in:
parent
e2a7ecfe0d
commit
758723a252
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ class ClientTest(unittest.TestCase):
|
|||
def test_change_txt_record(self):
|
||||
self.client._find_zone_id_for_domain = mock.MagicMock()
|
||||
self.client._get_validation_rrset = mock.MagicMock(
|
||||
return_value = []
|
||||
return_value=[]
|
||||
)
|
||||
self.client.r53.change_resource_record_sets = mock.MagicMock(
|
||||
return_value={"ChangeInfo": {"Id": 1}})
|
||||
|
|
|
|||
Loading…
Reference in a new issue