Skip to content

Commit 69d41bf

Browse files
committed
port fix from other PR
1 parent f30386b commit 69d41bf

File tree

1 file changed

+1
-1
lines changed
  • airbyte_cdk/test/standard_tests

1 file changed

+1
-1
lines changed

airbyte_cdk/test/standard_tests/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def create_connector_test_suite(
6767
)
6868

6969
subclass_overrides: dict[str, Any] = {
70-
"get_connector_root_dir": lambda: connector_directory,
70+
"get_connector_root_dir": classmethod(lambda cls: connector_directory),
7171
}
7272

7373
TestSuiteAuto = type(

0 commit comments

Comments
 (0)