Skip to content

Commit 8583abf

Browse files
committed
only the first example
1 parent c4772f0 commit 8583abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/dynamic-scheduler/tests/unit/status_monitor/test_services_status_monitor__monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _get_dynamic_service_get_new_style_with(
120120

121121

122122
def _get_node_get_idle(node_id: NodeID = _DEFAULT_NODE_ID) -> NodeGetIdle:
123-
dict_data = NodeGetIdle.model_json_schema()["examples"]
123+
dict_data = NodeGetIdle.model_json_schema()["examples"][0]
124124
_add_to_dict(
125125
dict_data,
126126
[

0 commit comments

Comments
 (0)