This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
style: Remove extra space
version-14
Suraj Shetty
4 years ago
committed by
GitHub
parent
2133777c44
commit
38ca6fe621
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save