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 70660e9 commit f722fc1Copy full SHA for f722fc1
tests/unitary/with_extras/aqua/test_model.py
@@ -481,6 +481,7 @@ def test_get_foundation_models(
481
}
482
483
@patch("ads.aqua.common.utils.query_resource")
484
+ @patch("ads.aqua.model.model.get_container_config")
485
@patch("ads.aqua.model.model.read_file")
486
@patch.object(DataScienceModel, "from_id")
487
@patch(
@@ -492,8 +493,8 @@ def test_get_model_fine_tuned(
492
493
mock_get_artifact_path,
494
mock_from_id,
495
mock_read_file,
- mock_query_resource,
496
mock_get_container_config,
497
+ mock_query_resource,
498
mock_auth,
499
):
500
mock_get_container_config.return_value = get_container_config()
0 commit comments