mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -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):
|
||||||
@@ -269,4 +270,3 @@ class TestBFSNodesToRun():
|
|||||||
(g, nodes) = workflow_dag_canceled
|
(g, nodes) = workflow_dag_canceled
|
||||||
|
|
||||||
assert set([nodes[1], nodes[2]]) == set(g.bfs_nodes_to_run())
|
assert set([nodes[1], nodes[2]]) == set(g.bfs_nodes_to_run())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user