Remove leftover print statement in tests
Change-Id: I31a7fe6d80b9dd3d62f614fd99e6699a02cd61b5
This commit is contained in:
parent
bb0be47fe3
commit
bd93facf13
@ -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