test_rabbitmq: remove dead code
This method does not seem to be used by anything. Change-Id: I71a0a6b12b45a4c7e2c4f301abda5a9cde3e777f
This commit is contained in:
parent
ea61a81014
commit
fd9f5073c7
@ -114,10 +114,6 @@ class RabbitMQFailoverTests(test_utils.BaseTestCase):
|
||||
def just_process(self, *args, **kargs):
|
||||
return "callback done"
|
||||
|
||||
def _get_log_call_startswith(self, filter):
|
||||
return [call for call in self.logger.debug.mock_calls
|
||||
if call[1][0].startswith(filter)]
|
||||
|
||||
def _check_ports(self, port):
|
||||
getattr(self, '_check_ports_%s_driver' % self.driver)(port)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user