test_delete_txt_record fixed. Function call was missing earlier

This commit is contained in:
Kush Bavishi 2019-08-07 13:23:05 -07:00
parent 785c1ca73e
commit 31c2d207a2
1 changed files with 1 additions and 0 deletions

View File

@ -429,6 +429,7 @@ class TestAcme(unittest.TestCase):
'resultInfo': {'totalCount': 1, 'offset': 0, 'returnedCount': 1}}
ultradns._delete = Mock()
mock_metrics.send = Mock()
ultradns.delete_txt_record(change_id, account_number, domain, token)
mock_current_app.logger.debug.assert_not_called()
mock_metrics.send.assert_not_called()