We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0ab72 commit ee9fb13Copy full SHA for ee9fb13
1 file changed
tests/test_unit/approval_client/config.py
@@ -858,7 +858,6 @@
858
"create": [Method(api_class_method="create", mock_class_method="create")],
859
"retrieve": [
860
Method(api_class_method="list", mock_class_method="list"),
861
- Method(api_class_method="iterate", mock_class_method="iterate"),
862
],
863
"delete": [Method(api_class_method="delete", mock_class_method="delete_id_external_id")],
864
},
0 commit comments