mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Remove added assertion that was wrong
This commit is contained in:
parent
08cb497689
commit
cb8441ed3d
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user