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 c09727b commit 1fec6d0Copy full SHA for 1fec6d0
tests/model/generated/object/test_notification_url.py
@@ -177,3 +177,17 @@ def test_payment_batch_model(self):
177
endpoint.PaymentBatch.__name__,
178
self._GET_PAYMENT_BATCH
179
)
180
+
181
+ def test_request_inquiry_model(self):
182
+ self.execute_test(
183
+ self.JSON_PATH_REQUEST_INQUIRY_MODEL,
184
+ endpoint.RequestInquiry.__name__,
185
+ self._GET_REQUEST_INQUIRY
186
+ )
187
188
+ def test_request_response_model(self):
189
190
+ self.JSON_PATH_REQUEST_RESPONSE_MODEL,
191
+ endpoint.RequestResponse.__name__,
192
+ self._GET_REQUEST_RESPONSE
193
0 commit comments