Fixing missed test from period all the things update

This commit is contained in:
Wayne Witzel III
2016-05-04 17:12:51 -04:00
parent c4ffab8a3e
commit 082ca59812

View File

@@ -171,7 +171,7 @@ def test_job_launch_fails_without_inventory(deploy_jobtemplate, post, user):
args=[deploy_jobtemplate.pk]), {}, user('admin', True)) args=[deploy_jobtemplate.pk]), {}, user('admin', True))
assert response.status_code == 400 assert response.status_code == 400
assert response.data['inventory'] == ['Job Template Inventory is missing or undefined'] assert response.data['inventory'] == ['Job Template Inventory is missing or undefined.']
@pytest.mark.django_db @pytest.mark.django_db
@pytest.mark.job_runtime_vars @pytest.mark.job_runtime_vars