Skip to content

Commit b7b7e67

Browse files
committed
updated pr.
1 parent b8ddc39 commit b7b7e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unitary/default_setup/model_deployment/test_oci_datascience_model_deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,4 +492,4 @@ def test_list(self, mock_list_call_get_all_results):
492492
test_arg="test",
493493
)
494494
mock_list_call_get_all_results.assert_called()
495-
assert isinstance(model_deployments, list)
495+
assert isinstance(model_deployments, list)

0 commit comments

Comments
 (0)