Updating tests, changing 'method' to 'http_method'

This commit is contained in:
beeankha
2019-06-24 12:13:22 -04:00
parent cc0310ccd4
commit 6e9f74eb17
4 changed files with 14 additions and 13 deletions

View File

@@ -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