mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 16:07:30 -02:30
Fix flake8 E302 errors second round.
This commit is contained in:
@@ -17,6 +17,7 @@ from awx.main.models import (
|
||||
def mock_JT_resource_data():
|
||||
return ({}, [])
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def job_template(mocker):
|
||||
mock_jt = mocker.MagicMock(pk=5)
|
||||
|
||||
Reference in New Issue
Block a user