We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b902f5 commit a198273Copy full SHA for a198273
airbyte-cdk/python/airbyte_cdk/test/mock_http/response_builder.py
@@ -171,7 +171,7 @@ def build(self) -> HttpResponse:
171
172
def _get_unit_test_folder(execution_folder: str) -> FilePath:
173
# FIXME: This function should be removed after the next CDK release to avoid breaking amazon-seller-partner test code.
174
- return get_unit_test_folder(execution_folder)
+ return get_unit_test_folder(execution_folder) # type: ignore # get_unit_test_folder is known to return a FilePath
175
176
177
def find_template(resource: str, execution_folder: str) -> Dict[str, Any]:
0 commit comments