Browse Source

style: Remove extra space

version-14
Suraj Shetty 4 years ago
committed by GitHub
parent
commit
38ca6fe621
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/integrations/doctype/webhook/test_webhook.py

+ 1
- 1
frappe/integrations/doctype/webhook/test_webhook.py View File

@@ -38,7 +38,7 @@ class TestWebhook(unittest.TestCase):

cls.sample_webhooks = []
for wh_fields in samples_webhooks_data:
wh = frappe.new_doc("Webhook")
wh = frappe.new_doc("Webhook")
wh.update(wh_fields)
wh.insert()
cls.sample_webhooks.append(wh)


Loading…
Cancel
Save