mirror of
https://github.com/ansible/awx.git
synced 2026-08-05 12:30:02 -02:30
Fix flake8 E305 errors.
This commit is contained in:
@@ -35,6 +35,7 @@ def test_cleanup_granularity(fact_scans, hosts):
|
||||
deleted_count = cleanup_facts.cleanup(timestamp_future, granularity)
|
||||
assert 60 == deleted_count
|
||||
|
||||
|
||||
'''
|
||||
Delete half of the scans
|
||||
'''
|
||||
|
||||
@@ -57,6 +57,7 @@ def test_process_fact_message_services(fact_msg_services):
|
||||
|
||||
check_process_fact_message_module(fact_returned, fact_msg_services, 'services')
|
||||
|
||||
|
||||
'''
|
||||
We pickypack our fact sending onto the Ansible fact interface.
|
||||
The interface is <hostname, facts>. Where facts is a json blob of all the facts.
|
||||
|
||||
Reference in New Issue
Block a user