Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Jul 14, 2023
1 parent 6034526 commit a03ca02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitbucket/resource_deployment_variable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func testAccCheckBitbucketDeploymentVariableDestroy(s *terraform.State) error {
return err
}

_, res, err := pipeApi.GetDeploymentVariables(client.AuthContext, workspace, repoSlug, deployment)
_, res, err := pipeApi.GetDeploymentVariables(client.AuthContext, workspace, repoSlug, deployment, nil)

if err == nil {
return fmt.Errorf("The resource was found should have errored")
Expand Down

0 comments on commit a03ca02

Please sign in to comment.