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 988d32a commit 6fa9d87Copy full SHA for 6fa9d87
tests/model/generated/object/test_notification_url.py
@@ -205,3 +205,17 @@ def test_scheduled_instance_model(self):
205
endpoint.ScheduleInstance.__name__,
206
self._GET_SCHEDULE_INSTANCE
207
)
208
+
209
+ def test_share_invite_bank_inquiry(self):
210
+ self.execute_test(
211
+ self.JSON_PATH_SHARE_INVITE_BANK_INQUIRY_MODEL,
212
+ endpoint.ShareInviteBankInquiry.__name__,
213
+ self._GET_SHARE_INVITE_BANK_INQUIRY
214
+ )
215
216
+ def test_share_invite_bank_response(self):
217
218
+ self.JSON_PATH_SHARE_INVITE_BANK_RESPONSE_MODEL,
219
+ endpoint.ShareInviteBankResponse.__name__,
220
+ self._GET_SHARE_INVITE_BANK_RESPONSE
221
0 commit comments