mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
add test assertions that check the relaunch job_type bug
This commit is contained in:
parent
fbd27e25a6
commit
dd02ab329a
@ -10,6 +10,8 @@ def test_orphan_unified_job_creation(instance, inventory):
|
||||
assert job2.job_template is None
|
||||
assert job2.inventory == inventory
|
||||
assert job2.name == 'hi world'
|
||||
assert job.job_type == job2.job_type
|
||||
assert job2.launch_type == 'relaunch'
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user