Skip to content

Commit c0cfc87

Browse files
test patch
1 parent 112929a commit c0cfc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unitary/with_extras/aqua/test_deployment_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def tearDownClass(cls):
6464
reload(ads.aqua)
6565
reload(ads.aqua.extension.deployment_handler)
6666

67-
@patch.object(AquaDeploymentApp, "get_deployment_config")
67+
@patch("ads.aqua.deployment.AquaDeploymentApp.get_deployment_config")
6868
def test_get_deployment_config(self, mock_get_deployment_config):
6969
"""Test get method to return deployment config"""
7070
self.deployment_handler.request.path = "aqua/deployments/config"

0 commit comments

Comments
 (0)