mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 21:20:08 -03:30
Update unit tests
This commit is contained in:
@@ -43,7 +43,7 @@ def test_basic_parameterization(get, post, user, organization):
|
|||||||
assert 'url' in response.data['notification_configuration']
|
assert 'url' in response.data['notification_configuration']
|
||||||
assert 'headers' in response.data['notification_configuration']
|
assert 'headers' in response.data['notification_configuration']
|
||||||
assert 'messages' in response.data
|
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
|
@pytest.mark.django_db
|
||||||
|
|||||||
Reference in New Issue
Block a user