cleaning up whitespace changes

This commit is contained in:
csine-nflx 2020-03-16 11:41:05 -07:00
parent febc1c270b
commit 07dc31bed7
1 changed files with 23 additions and 26 deletions

View File

@ -78,9 +78,6 @@ class TestAcme(unittest.TestCase):
iterable = mock_get_dns_challenges.return_value
iterator = iter(values)
iterable.__iter__.return_value = iterator
# mock_get_dns_challenges = Mock(return_value="")
result = self.acme.start_dns_challenge(
mock_acme, "accountid", "host", mock_dns_provider, mock_order, {}
)