This commit is contained in:
Chris Meyers 2016-03-09 16:51:52 -05:00
parent 4ff16548b6
commit cf1a78866c

View File

@ -66,7 +66,7 @@ def test_migrate_facts_hostname_does_not_exist(inventories, hosts, hosts_mongo,
def test_drop_system_tracking_db(inventories, hosts, hosts_mongo, fact_scans):
inventory_objs = inventories(1)
hosts_mongo(1, inventory_objs)
facts_known = fact_scans(1, inventory_objs)
fact_scans(1, inventory_objs)
assert FactMongo.objects.all().count() > 0
assert FactVersion.objects.all().count() > 0