Merge "Remove leftover print statement in tests"
This commit is contained in:
commit
6c524b0c8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user