Remove added assertion that was wrong

This commit is contained in:
Alan Rominger 2021-07-09 12:30:06 -04:00
parent 08cb497689
commit cb8441ed3d
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

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