1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Update unit tests

This commit is contained in:
Jim Ladd 2019-10-22 17:45:46 -07:00 committed by Ryan Petrello
parent 47031da65b
commit fca9245536
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -43,7 +43,7 @@ def test_basic_parameterization(get, post, user, organization):
assert 'url' in response.data['notification_configuration']
assert 'headers' in response.data['notification_configuration']
assert 'messages' in response.data
assert response.data['messages'] == {'started': None, 'success': None, 'error': None}
assert response.data['messages'] == {'started': None, 'success': None, 'error': None, 'workflow_approval': None}
@pytest.mark.django_db