Skip to content

Commit

Permalink
fix unit test erro
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasray0208 committed Jan 10, 2025
1 parent 0aa0df0 commit 663e7b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unitary/default_setup/model/test_datascience_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ def test_list(self, mock_list_resource, mock__update_from_oci_dsc_model):
mock_list_resource.assert_called_with(
"test_compartment_id",
project_id="test_project_id",
category="USER",
**{"extra_tag": "test_cvalue"},
)
assert len(result) == 1
Expand Down Expand Up @@ -419,6 +420,7 @@ def test_list_df(self, mock_list_resource):
mock_list_resource.assert_called_with(
"test_compartment_id",
project_id="test_project_id",
category='USER',
**{"extra_tag": "test_cvalue"},
)
assert expected_result.equals(result)
Expand Down

0 comments on commit 663e7b2

Please sign in to comment.