We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4012cfa commit 768d0d6Copy full SHA for 768d0d6
tests/model/generated/object/test_notification_url.py
@@ -163,3 +163,10 @@ def test_mastercard_action(self):
163
endpoint.MasterCardAction.__name__,
164
self._GET_MASTER_CARD_ACTION
165
)
166
+
167
+ def test_monetary_account_bank_model(self):
168
+ self.execute_test(
169
+ self.JSON_PATH_MONETARY_ACCOUNT_BANK_MODEL,
170
+ endpoint.MonetaryAccountBank.__name__,
171
+ self._GET_MONETARY_ACCOUNT_BANK
172
+ )
0 commit comments