mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
flake8 fix
This commit is contained in:
@@ -71,7 +71,7 @@ def test_cleanup_logic(fact_scans, hosts):
|
||||
module = 'ansible'
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user