Skip to content

Commit 06a37f0

Browse files
committed
Updated pr.
1 parent 95fe7fa commit 06a37f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unitary/with_extras/model/test_generic_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def test_save(self, mock_get_service_packs, mock_dsc_model_create, mock__random_
386386
force_overwrite=True,
387387
training_id=None,
388388
)
389-
self.generic_model.save()
389+
self.generic_model.save(ignore_introspection=True)
390390
assert self.generic_model.model_id is not None and isinstance(
391391
self.generic_model.model_id, str
392392
)

tests/unitary/with_extras/model/test_model_metadata_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def test_metadata_xgboost_model(self, mock_get_service_packs):
217217
assert model.metadata_provenance.training_id is None
218218
assert (
219219
model.runtime_info.model_deployment.inference_conda_env.inference_env_path
220-
== "oci://service-conda-packs@id19sfcrra6z/service_pack/cpu/Data_Exploration_and_Manipulation_for_CPU_Python_3.7/3.0/dataexpl_p37_cpu_v3"
220+
== "oci://service-conda-packs@ociodscdev/service_pack/cpu/Data_Exploration_and_Manipulation_for_CPU_Python_3.7/3.0/dataexpl_p37_cpu_v3"
221221
)
222222

223223
def teardown_method(self):

0 commit comments

Comments
 (0)