mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
flake8 fix
This commit is contained in:
@@ -71,7 +71,7 @@ def test_cleanup_logic(fact_scans, hosts):
|
|||||||
module = 'ansible'
|
module = 'ansible'
|
||||||
|
|
||||||
cleanup_facts = CleanupFacts()
|
cleanup_facts = CleanupFacts()
|
||||||
deleted_count = cleanup_facts.cleanup(timestamp_middle, granularity, module=module)
|
cleanup_facts.cleanup(timestamp_middle, granularity, module=module)
|
||||||
|
|
||||||
|
|
||||||
host_ids = Host.objects.all().values_list('id', flat=True)
|
host_ids = Host.objects.all().values_list('id', flat=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user