Skip to content

Commit 54c6624

Browse files
committed
Fix typo which probably has been there for a while
1 parent 2cd13eb commit 54c6624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sdk/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ async def rfile_schema() -> NodeSchemaAPI:
820820
"name": "TransformJinja2",
821821
"namespace": "Core",
822822
"default_filter": "name__value",
823-
"display_label": ["label__value"],
823+
"display_labels": ["label__value"],
824824
"branch": BranchSupportType.AWARE.value,
825825
"attributes": [
826826
{"name": "name", "kind": "String", "unique": True},

0 commit comments

Comments
 (0)