mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
flake8 fix
This commit is contained in:
@@ -209,6 +209,7 @@ class TestIsWorkflowDone():
|
|||||||
assert g.is_workflow_done() is True
|
assert g.is_workflow_done() is True
|
||||||
assert g.has_workflow_failed() is True
|
assert g.has_workflow_failed() is True
|
||||||
|
|
||||||
|
|
||||||
class TestHasWorkflowFailed():
|
class TestHasWorkflowFailed():
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def WorkflowNodeClass(self):
|
def WorkflowNodeClass(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user