Remove test workarounds

This commit is contained in:
AlanCoding 2020-03-24 15:42:35 -04:00
parent a72e885274
commit 551fd088f5
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -53,9 +53,6 @@ def test_create_workflow_job_template_node(run_module, admin_user, wfjt, job_tem
@pytest.mark.django_db
def test_make_use_of_prompts(run_module, admin_user, wfjt, job_template, machine_credential, vault_credential):
# Create to temporarily woraround other issue https://github.com/ansible/awx/issues/5177
WorkflowJobTemplateNode.objects.create(
identifier='42', workflow_job_template=wfjt, unified_job_template=job_template)
result = run_module('tower_workflow_job_template_node', {
'identifier': '42',
'workflow_job_template': 'foo-workflow',
@ -85,9 +82,6 @@ def test_create_with_edges(run_module, admin_user, wfjt, job_template):
unified_job_template=job_template
) for i in range(3)
]
# Create to temporarily woraround other issue https://github.com/ansible/awx/issues/5177
WorkflowJobTemplateNode.objects.create(
identifier='42', workflow_job_template=wfjt, unified_job_template=job_template)
result = run_module('tower_workflow_job_template_node', {
'identifier': '42',