From cb8441ed3d1def7cd81fd6aed0c0ed26a20ca029 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Fri, 9 Jul 2021 12:30:06 -0400 Subject: [PATCH] Remove added assertion that was wrong --- awx_collection/test/awx/test_job_template.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx_collection/test/awx/test_job_template.py b/awx_collection/test/awx/test_job_template.py index d3676e32f6..e213d1b7d5 100644 --- a/awx_collection/test/awx/test_job_template.py +++ b/awx_collection/test/awx/test_job_template.py @@ -194,7 +194,6 @@ def test_job_template_with_wrong_survey_spec(run_module, admin_user, project, in assert result.get('failed', True) assert result.get('msg') == "Failed to update survey: Field 'description' is missing from survey spec." - assert jt.survey_spec == survey_spec assert ActivityStream.objects.count() == prior_ct