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 f30386b commit 69d41bfCopy full SHA for 69d41bf
airbyte_cdk/test/standard_tests/util.py
@@ -67,7 +67,7 @@ def create_connector_test_suite(
67
)
68
69
subclass_overrides: dict[str, Any] = {
70
- "get_connector_root_dir": lambda: connector_directory,
+ "get_connector_root_dir": classmethod(lambda cls: connector_directory),
71
}
72
73
TestSuiteAuto = type(
0 commit comments