fix method call

no need for self in the call

Change-Id: Id4b9f158c4e79ba07086bb7405f8e5e6a07b1df6
This commit is contained in:
Eyal 2016-03-13 10:04:55 +02:00
parent 2bc00b5462
commit a84cde4ba6

View File

@ -26,7 +26,7 @@ class BaseVitrageTest(BaseTest):
def _create_graph_by_mock(self):
"""Create MOCK Graph and copied to the string """
processor = BaseMock.create_processor_with_graph(self)
processor = BaseMock.create_processor_with_graph()
entity_graph = processor.entity_graph
mock_graph_output = entity_graph.output_graph()
LOG.info("The mock graph is : " + mock_graph_output)