mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 08:57:33 -02:30
Remove admin alerts, there are better mechanisms for this
This commit is contained in:
@@ -5,7 +5,6 @@ from datetime import timedelta
|
||||
|
||||
|
||||
@pytest.mark.parametrize("job_name,function_path", [
|
||||
('admin_checks', 'awx.main.tasks.run_administrative_checks'),
|
||||
('tower_scheduler', 'awx.main.tasks.awx_periodic_scheduler'),
|
||||
])
|
||||
def test_CELERYBEAT_SCHEDULE(mocker, job_name, function_path):
|
||||
|
||||
Reference in New Issue
Block a user