We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7795394 commit 20933afCopy full SHA for 20933af
tests/unitary/with_extras/aqua/test_model.py
@@ -1458,7 +1458,6 @@ def test_list_service_models(self, mock_get_container_config):
1458
)
1459
1460
received_args = self.app.list_resource.call_args.kwargs
1461
- print("received_args: ", received_args)
1462
assert received_args.get("compartment_id") == TestDataset.SERVICE_COMPARTMENT_ID
1463
assert received_args.get("category") == ads.config.SERVICE
1464
assert len(results) == 2
0 commit comments