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:
Akita Noek 2016-05-26 15:18:23 -04:00
parent e531bc67e4
commit c5dfde236b

View File

@ -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'