Procházet zdrojové kódy

style: Remove extra space

version-14
Suraj Shetty před 4 roky
committed by GitHub
rodič
revize
38ca6fe621
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      frappe/integrations/doctype/webhook/test_webhook.py

+ 1
- 1
frappe/integrations/doctype/webhook/test_webhook.py Zobrazit soubor

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


Načítá se…
Zrušit
Uložit