Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
carlydf committed Nov 26, 2024
1 parent 20c92fc commit aa02326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aa02326

Please sign in to comment.