mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Remove added assertion that was wrong
This commit is contained in:
@@ -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('failed', True)
|
||||||
assert result.get('msg') == "Failed to update survey: Field 'description' is missing from survey spec."
|
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
|
assert ActivityStream.objects.count() == prior_ct
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user