Skip to content

Commit 20933af

Browse files
Removing print statements
1 parent 7795394 commit 20933af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unitary/with_extras/aqua/test_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,6 @@ def test_list_service_models(self, mock_get_container_config):
14581458
)
14591459

14601460
received_args = self.app.list_resource.call_args.kwargs
1461-
print("received_args: ", received_args)
14621461
assert received_args.get("compartment_id") == TestDataset.SERVICE_COMPARTMENT_ID
14631462
assert received_args.get("category") == ads.config.SERVICE
14641463
assert len(results) == 2

0 commit comments

Comments
 (0)