Fix all but one unit test.

This commit is contained in:
Luke Sneeringer
2014-11-07 14:26:31 -06:00
parent ec55603e3f
commit ed34d5f469
8 changed files with 9 additions and 13 deletions

View File

@@ -1087,7 +1087,7 @@ class InventoryUpdatesTest(BaseTransactionTest):
self.group = self.inventory.groups.create(name='Cloud Group')
self.inventory2 = self.organization.inventories.create(name='Cloud Inventory 2')
self.group2 = self.inventory2.groups.create(name='Cloud Group 2')
self.start_queue(settings.CALLBACK_CONSUMER_PORT, settings.CALLBACK_QUEUE_PORT)
self.start_queue()
def tearDown(self):
super(InventoryUpdatesTest, self).tearDown()