mirror of
https://github.com/ansible/awx.git
synced 2026-07-08 14:58:03 -02:30
Updating tests, changing 'method' to 'http_method'
This commit is contained in:
@@ -385,7 +385,9 @@ def notification_template(organization):
|
||||
organization=organization,
|
||||
notification_type="webhook",
|
||||
notification_configuration=dict(url="http://localhost",
|
||||
headers={"Test": "Header"}))
|
||||
username="",
|
||||
password="",
|
||||
headers={"Test": "Header",}))
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user