Skip to content

Commit 4012cfa

Browse files
author
Kevin Hellemun
committed
Added mastercard action test. (#40)
1 parent 94fab17 commit 4012cfa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/model/generated/object/test_notification_url.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,10 @@ def test_draft_payment_model(self):
156156
endpoint.DraftPayment.__name__,
157157
self._GET_DRAFT_PAYMENT
158158
)
159+
160+
def test_mastercard_action(self):
161+
self.execute_test(
162+
self.JSON_PATH_MASTER_CARD_ACTION_MODEL,
163+
endpoint.MasterCardAction.__name__,
164+
self._GET_MASTER_CARD_ACTION
165+
)

0 commit comments

Comments
 (0)