From c5dfde236b66f9ae2c04911f7bef8053f13baab6 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Thu, 26 May 2016 15:18:23 -0400 Subject: [PATCH] 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. --- awx/main/tests/functional/api/test_job_templates.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/tests/functional/api/test_job_templates.py b/awx/main/tests/functional/api/test_job_templates.py index cb09ced593..f5ca17fb0d 100644 --- a/awx/main/tests/functional/api/test_job_templates.py +++ b/awx/main/tests/functional/api/test_job_templates.py @@ -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'