From cf1a78866c1876cc1d57e5579a8f500120b50937 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Wed, 9 Mar 2016 16:51:52 -0500 Subject: [PATCH] flake8 --- awx/main/tests/functional/migrations/test_fact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/tests/functional/migrations/test_fact.py b/awx/main/tests/functional/migrations/test_fact.py index 5114bf6a62..10d962fd12 100644 --- a/awx/main/tests/functional/migrations/test_fact.py +++ b/awx/main/tests/functional/migrations/test_fact.py @@ -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