Skip to content

Commit b3c180d

Browse files
committed
Updated unit tests accordingly
1 parent 5ebf945 commit b3c180d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/models/test_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def test_dump_configuration_with_one_mcp_server(tmp_path) -> None:
577577
),
578578
mcp_servers=mcp_servers,
579579
customization=None,
580-
inference=None,
580+
inference=InferenceConfiguration(),
581581
)
582582
dump_file = tmp_path / "test.json"
583583
cfg.dump(dump_file)
@@ -628,7 +628,7 @@ def test_dump_configuration_with_more_mcp_servers(tmp_path) -> None:
628628
),
629629
mcp_servers=mcp_servers,
630630
customization=None,
631-
inference=None,
631+
inference=InferenceConfiguration(),
632632
)
633633
dump_file = tmp_path / "test.json"
634634
cfg.dump(dump_file)

0 commit comments

Comments
 (0)