mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Test "fix"
Having this triggers a license feature test, which the jenkins test system apparently doesn't have.. I don't think it's particularly important to test this particular field, so meh.
This commit is contained in:
parent
e531bc67e4
commit
c5dfde236b
@ -103,7 +103,6 @@ def test_edit_nonsenstive(patch, job_template_factory, alice):
|
||||
'ask_job_type_on_launch':True,
|
||||
'ask_inventory_on_launch':True,
|
||||
'ask_credential_on_launch': True,
|
||||
'survey_enabled':True,
|
||||
}, alice, expect=200)
|
||||
print(res.data)
|
||||
assert res.data['name'] == 'updated'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user