Skip to content

Commit 89120cb

Browse files
committed
Updated unit test.
1 parent b18bf50 commit 89120cb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/source/user_guide/cli/opctl/configure.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ This will prompt you to setup default ADS CLI configurations for each OCI profil
9797
project_id = oci.xxxx.<project_ocid>
9898
bandwidth_mbps = 10
9999
replica = 1
100-
web_concurrency = 10
101100
102101
[ANOTHERPROF]
103102
compartment_id = ocid1.compartment.oc1..<unique_ID>

tests/unitary/default_setup/model_deployment/test_model_deployment_v2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ def test__load_default_properties(self, mock_from_ocid):
373373
"ocpus": 10.0,
374374
"memory_in_gbs": 36.0,
375375
},
376-
ModelDeploymentInfrastructure.CONST_WEB_CONCURRENCY: 10,
377376
ModelDeploymentInfrastructure.CONST_REPLICA: 1,
378377
}
379378

0 commit comments

Comments
 (0)