Skip to content

Commit

Permalink
WCM-3: add tests for webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinnaj94 committed Sep 30, 2024
1 parent d5bfa42 commit 8c7a652
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/src/zeit/cms/checkout/tests/test_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@ def config(self):
<product_counter>print</product_counter>
</exclude>
</webhook>
<webhook id="publish" url="http://localhost:{port}">
<include>
<product_counter>print</product_counter>
</include>
<exclude>
<type>testcontenttype</type>
</exclude>
</webhook>
</webhooks>
"""

Expand Down

0 comments on commit 8c7a652

Please sign in to comment.