mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
flake8 fix
This commit is contained in:
parent
88bf44bfcb
commit
44618d4956
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user