Skip to content

Commit

Permalink
Added draft payment test. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 10, 2017
1 parent dba9292 commit 94fab17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/model/generated/object/test_notification_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,10 @@ def test_chat_message_announcement_model(self):
endpoint.ChatMessageAnnouncement.__name__,
self._GET_CHAT_MESSAGE_ANNOUNCEMENT
)

def test_draft_payment_model(self):
self.execute_test(
self.JSON_PATH_DRAFT_PAYMENT_MODEL,
endpoint.DraftPayment.__name__,
self._GET_DRAFT_PAYMENT
)

0 comments on commit 94fab17

Please sign in to comment.