Skip to content

Commit 663e7b2

Browse files
committed
fix unit test erro
1 parent 0aa0df0 commit 663e7b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unitary/default_setup/model/test_datascience_model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ def test_list(self, mock_list_resource, mock__update_from_oci_dsc_model):
385385
mock_list_resource.assert_called_with(
386386
"test_compartment_id",
387387
project_id="test_project_id",
388+
category="USER",
388389
**{"extra_tag": "test_cvalue"},
389390
)
390391
assert len(result) == 1
@@ -419,6 +420,7 @@ def test_list_df(self, mock_list_resource):
419420
mock_list_resource.assert_called_with(
420421
"test_compartment_id",
421422
project_id="test_project_id",
423+
category='USER',
422424
**{"extra_tag": "test_cvalue"},
423425
)
424426
assert expected_result.equals(result)

0 commit comments

Comments
 (0)