diff --git a/tests/deployment_test.go b/tests/deployment_test.go index 6c983f606f6..839ff40c18a 100644 --- a/tests/deployment_test.go +++ b/tests/deployment_test.go @@ -560,7 +560,7 @@ func (d *DeploymentSuite) createDeploymentAndWaitForExist( resp, err := d.FrontendClient().DescribeDeployment(ctx, &workflowservice.DescribeDeploymentRequest{ Namespace: d.Namespace(), - Deployment: deployment, + Deployment: deploy, }) a.NoError(err) a.NotNil(resp.DeploymentInfo)