Merge "Remove leftover print statement in tests"

This commit is contained in:
Jenkins 2015-06-29 14:40:07 +00:00 committed by Gerrit Code Review
commit 6c524b0c8a

View File

@ -89,7 +89,6 @@ class DenominatorAgentBackendTestCase(TestCase, BackendTestMixin):
# *create two A and two AAAA records
# total: 8 calls
print(execute.call_args_list)
self.assertEqual(8, execute.call_count)
self.backend.denominator = mock.MagicMock