File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,7 @@ def setUp(self, ipython_init_mock) -> None:
136
136
self .test_instance = AquaDeploymentParamsHandler (MagicMock (), MagicMock ())
137
137
138
138
@patch ("notebook.base.handlers.APIHandler.finish" )
139
- @patch (
140
- "ads.aqua.modeldeployment.deployment.AquaDeploymentApp.get_deployment_default_params"
141
- )
139
+ @patch ("ads.aqua.modeldeployment.AquaDeploymentApp.get_deployment_default_params" )
142
140
def test_get_deployment_default_params (
143
141
self , mock_get_deployment_default_params , mock_finish
144
142
):
@@ -159,9 +157,7 @@ def test_get_deployment_default_params(
159
157
)
160
158
161
159
@patch ("notebook.base.handlers.APIHandler.finish" )
162
- @patch (
163
- "ads.aqua.modeldeployment.deployment.AquaDeploymentApp.validate_deployment_params"
164
- )
160
+ @patch ("ads.aqua.modeldeployment.AquaDeploymentApp.validate_deployment_params" )
165
161
def test_validate_deployment_params (
166
162
self , mock_validate_deployment_params , mock_finish
167
163
):
You can’t perform that action at this time.
0 commit comments